Skip Navigation
Hexorg Hexorg @beehaw.org
Posts 12
Comments 117
What would you do if you won the lottery?
  • Start my own research company.

  • My first meme ever !
  • Good. Very good President. Some even say the best President ever.

  • How did you mess with school computers?
  • Plugged one ethernet outlet to another on accident. But they were wired to the same dumb switch. So essentially I connected two switch ports together. This took the school network down for 4 days 😂

  • Everything You Need to Know About the Cry It Out Method

    www.healthline.com Cry It Out Method: Age, How Long Is Too Long, Possible Harm

    The cry it out method isn't just one set of instructions for getting your baby to sleep through the night but rather a variety of strategies. We'll explain those strategies.

    Cry It Out Method: Age, How Long Is Too Long, Possible Harm
    0
    Recommend a water pick?
  • My wife is an RDH and she got us this one https://www.amazon.com/dp/B00HFQQ0VU it's expensive but I love it - ever since I started using it I have less build up (according to my dentist) and my gums don't hurt at all. The first few times I used it it was also very gross because whatever tiny food particles it picked up from my gums smelled very bad.

    The only word of caution is if you have prosthetics/crowns/dentures you need to select a tip that is made for that job. The default tip might not clean right or even break some of the smaller parts (the pressure level can be adjusted so it depends on what can you tolerate, but over time you'll be able to tolerate more and more pressure because your gums will heal)

  • Do you work alone or in a team?
  • Everyone has their own projects because they feel more control and freedom working on their own project. As a result we all have 30 unfinished projects and that’s it.

  • How to create a block of static data
  • Then make a vector of colors, and make a function that matches string to index in that vector

  • How to create a block of static data
  • Just make a function that matches string and outputs your colors. It’ll be faster and easier than any extra crate.

  • How to Kill a Decentralised Network (such as the Fediverse)
  • Would they though? I mean whoever hasn’t left Meta yet isn’t swayed by their antics and Meta is essentially promising too add more content by leeching off of fediverse

  • How to Kill a Decentralised Network (such as the Fediverse)
  • Well ok we don’t know what’s actually happening and our mental models of people and companies differ ever so slightly. Not enough to discern on itself but enough that in this scenario the differences compound and we arrive to different conclusions. The reality is probably going to be somewhere in the middle of our scenarios. I do however think that the fediverse should err on the side of Meta being very dangerous because the alternative will catch us without options.

  • How to Kill a Decentralised Network (such as the Fediverse)
  • Why? From Who?

    From everyone like right now where there’s a bunch of bugs and wants to have certain tools for moderation. Just look at how many issues have been added to lemmy in the past 3 weeks. And that’s just a fraction of Reddit users joining. Having millions of Facebook users being able to interact with lemmy will likely expose many more bugs and show the need for more moderation.

    Same applies to your question about the troll wave - they are currently coming from Reddit. And once Meta joins - more fediverse exposure will let more people know of fediverse, and those new people will have trolls among them.

    What are the chances that this is something so significant that people would be willing to switch software over it?

    Meta has been in the market of attracting people for a long time. Don’t underestimate their R&D . People on Reddit used to join subs just for having certain bots. Meta can easily bring a ChatGPT bot to lemmy for example. Again this might not attract you but you have to think about the average person.

    I think your one good argument against my scenario is defederation. Unlike XMPP the fediverse is already gaining critical mass where defederation can be a viable option. But again I’m sure Meta R&D can “help” with it

  • How to Kill a Decentralised Network (such as the Fediverse)
  • Example: Meta federates with lemmy. Lemmy is small so it gets more feature requests than it can code up. Meta comes in and looks at the most requested feature that’s been put on lemmy's backlog. Let’s say it’s some mod tool. Maybe even AI mod tool that sorts comments based on sentiment analysis. And they only implement that feature for Meta clients - not for lemmy. Suddenly mods have a choice - use lemmy and face flood of trolls in their communities or move to Meta and be able to properly moderate those troll waves. Some will stay, some will move. Another new cool feature for Meta, some will stay, some will move. Eventually most users will be on Meta client because it has all these useful features. OP's article describes the rest.

  • Article: We need more of Richard Stallman, not less

    ploum.net We need more of Richard Stallman, not less

    We need more of Richard Stallman, not less écrit par Ploum, Lionel Dricot, ingénieur, écrivain de science-fiction, développeur de logiciels libres.

    We need more of Richard Stallman, not less

    I want to start a discussion of MIT vs GPL and see what you all think

    0

    Managed switch works for Linux but not for u-boot?

    I had the weirdest of a problem. Two computers communicating with each other over ping and TFTP works. When I boot one of them into U-boot (a bootloader that supports TFTP boot) it can’t ping not load tftp of the other machine complaining on ARP timeouts.

    I swapped with a dumb switch - all works. Everything else (machines, cables) are the same. The managed switch is a Cisco switch and I have a serial console to it, but I’m not familiar with managing those switches - what feature is potentially blocking u-boot's arp packets?

    I’ve double checked with tcpdump - the other machine never seer u-boot's arp packets, but does when the same board is booted into Linux. I’ve also checked Cisco's monitor event-trace arp continuous and it didn’t print any packets but it did say link status went from up to down to back up when I rebooted.

    Is there some sort of Mac filter on Cisco switches?

    0
    Am i missing out if I dont use an IDE?
  • Even for that there are some nice (vim and otherwise) features where clicking on an error automatically opens up the right file and sets the cursor at the location of the error. Or just seeing errors in a separate panel from the rest of the code.

  • Am i missing out if I dont use an IDE?
  • At the end of the day there’s some cost-benefit analysis for time spent setting up environment vs time saved by previously setup features. Autocomplete saves a good amount of time but even something like same-file-word suggestion can save a lot of time without any setup.

  • Hello, world!
  • No that's correct. Slight deviation from email is that email is unicast - you send email to one person (and if you have multiple recepients it gets copied that many times). On lemmy the code on instances does something more like a optimized broadcast when you post to your own instance when someone is subscribed to a community on your instance.

  • Hello, world!
  • It works like email. All instances talk in the background between each other.

  • Reddit just auto removed my comment with a link to Lemmy.ml
  • I’m sure the automation just looks for keywords so pass the link through a url shortener and not say lemmy or beehaw in main text.

  • I'm really enjoying no down votes on Beehaw
  • Your text is almost exactly my thought process too. But unlike Reddit if you don’t like how a community is moderate you can go start the same community on a different instance and lead its moderation efforts the way you think is appropriate. Then the communities will follow natural survival prices where whichever community is liked more will attract most people from the other community

  • Am i missing out if I dont use an IDE?
  • Yes but people should also factor OP's experience into recommendations. They are not a regular developer, self-taught programmer who uses C++ for work. They are probably not familiar with many build-chain internals, command line debuggers, and compiler search paths. So while everyone in this thread can probably agree that something like code completion is better than not having code completion, I think it’s also fair to get op started with something quick and easy like VSCode and then once they are comfortable they can go figure out how to install cool plugins for neovim

  • repo-sam.inria.fr 3D Gaussian Splatting for Real-Time Radiance Field Rendering

    3D Gaussian Splatting for Real-Time Radiance Field Rendering

    0
    0

    Active and Hot sortings are not weighted by community activity

    Technically New isn’t either but that one makes sense. However what’s considered Active on [email protected] is unattainable on say [email protected] as a result I see many posts from very active communities and nothing from less active ones.

    Is there a work-around for that side from going to each of the communities I’m subscribed to? Or is this just a todo for lemmy devs for now?

    5

    I had to look the definition up

    I googled "missing medieval servant" and it came back "page not found."

    4

    Polarized communities?

    Russian propaganda machine was full force in America during the 2016 election and I’m sure it still is quite active to an extent in the states. What’s the general feel for Russian propaganda in Ukraine? Are there many Russian-supporting Ukrainians? Do many of them change opinions once Russia is in their towns?

    Uhh I should note that I’m quite ignorant on the subject and if my question makes you irritated - I’m sorry I don’t mean to start anything.

    11
    Machine Learning @lemmy.ml Hexorg @beehaw.org

    Framework to play with statistical machine learning

    Weka implements a ton of statistics-based ML algorithms as well as some validation tools and graphs. All you need is some data in almost-CSV format and you can run some statistics analysis on it. This isn’t neural networks so you don’t need neither a powerful GPU nor gigabytes of data. Some tutorials online get useful results with 10-20 entries.

    1