Skip Navigation

Posts
39
Comments
42
Joined
2 yr. ago

Combating artificial intelligence with natural stupidity.

  • Oh please if Lemmy had that hard coded you would absolutely not be defending it. Even if it was just .ml you'd still use it to smear all of Lemmy. I hate 4chan too and would prefer not to see it, but this is still by definition a very heavy handed imposing of one's personal opinion on others and limiting expression but somehow it doesn't get the authoritarian label. Wonder why.

  • Lol y'all complain about Lemmy being authoritarian but think this is fine?

  • "How do you refer to an instance member in Java?"

    "Sorry can't comment that."

  • Nix / NixOS @programming.dev

    How do I prevent the computer from suspending when inactive?

  • I think it's better for everyone to see this information so no one thinks it's private.

  • Ask Lemmy @lemmy.world

    If using AI generated art is theft, then why are we okay with memes using random people's digital art and photos with zero attribution?

  • Asklemmy @lemmy.ml

    If using AI generated art is theft, then why are we okay with memes using random people's digital art and photos with zero attribution?

  • Asklemmy @lemmy.ml

    Which of the 3 standard compression algorithms on Unix (gz, xz, or bz2) is best for long term data archival at their highest compression?

  • United States | News & Politics @lemmy.ml

    Hurricane forecasters see an 'utter mess' in the Atlantic

    www.usatoday.com /story/news/weather/2025/09/23/september-atlantic-hurricane-forecast/86308981007/
  • I think if this gets added it should clearly mark which comment is for which community, or put them as separate blocks of comments entirely. Otherwise it could get confusing when different communities have different contexts.

  • Not The Onion @lemmy.world

    Man able to see again through his tooth

    www.cbc.ca /player/play/video/9.6864906
  • Late Stage Capitalism @lemmygrad.ml

    Minecraft Youtuber accidentally speedruns late stage capitalism

  • Late Stage Capitalism @lemmygrad.ml

    ‘Ozempic face’ may be driving a cosmetic surgery boom | CNN

    edition.cnn.com /2025/07/30/style/ozempic-face-cosmetic-surgery
  • This product especially because it combines the compatibility issues of RISC-V and the compatibility issues of a fully touchscreen device. If you don't know your way around compiling apps yourself or how X/Wayland works, you're going to have a bad time. Also, from my experience with a laptop/tablet convertible, the vast majority of Linux GUI apps outside of the ones built into KDE/Gnome have no idea how to respond to touch inputs, namely dragging and scrolling.

  • Parrots' ability to mimick not just birds but other animals have been known for ages and is one of the things that define the taxon. I'm sure the first person to hear them repeat human speech was surprised but knew what was going on.

  • It's one of the ways they socialize: https://www.youtube.com/watch?v=Gds1qIV1oiE

    But people who own parrots have been actively rewarding mimicking speech since probably the beginning. That's how you get parrots to say different things depending on what they want.

  • Except humans trained them to talk.

  • Asklemmy @lemmy.ml

    Frequent flyers, is economy on a "regular" airline worth the extra cost compared to economy on a budget airline?

  • I like testing my helper/utility functions mainly so I can be sure I implemented them correctly. That way I can focus on my main implementation and narrow down where the problems are coming from.

  • With a fun side quest of figuring out if your actual code has the error or the tests!

  • Karen incident in the customer service call center driven development.

    If someone hasn't yelled at a minimum wage phone rep over it, it doesn't need to be fixed.

  • Programmer Humor @programming.dev

    Production breaking driven developer

  • Apparently they also documented the effects of too much beer on the human mind. Potentially some of the first records of alcoholism?

  • They must have, otherwise that person wouldn't be so angry to have received the inferior stuff! They expected much better.

  • They also invented selling subpar copper, which led to the invention of writing to customer service about said subpar copper.

  • Ask Lemmy @lemmy.world

    What was the worst apartment you've ever lived in?

  • One thing that annoyed me about C# as a Java guy is that it really wants you to use camel case for function and property names, even private ones. I don't like it specifically because it's hard to differentiate between a function/property and a type.

    But C# has quite a few keywords and seem to like adding them more than Java.

    Maybe that's their way of ensuring keywords don't clash with stuff?

  • Ask Lemmy @lemmy.world

    What was the worst hotel you ever stayed at?

  • Interesting. Thanks!

  • any new keyword could break backwards compatibility

    Wouldn't that happen anyway with variable and function names? Any type other than primitive/built in ones are usually camel case so lower case keywords are more likely to clash with single word variable and function names, unless you restrict the cases of those too or allow keyword overriding or something.

  • memes @lemmy.world

    It's an escape character.

  • Programmer Humor @programming.dev

    Why make it complicated?

  • Lemmy @lemmy.ml

    Suggestion: If votes aren't private on Lemmy, own it and show what users up/down voted.

  • memes @lemmy.world

    The cooler speed unit

  • Programmer Humor @programming.dev

    Python needs an actual default function