Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)Q
Posts
188
Comments
1125
Joined
2 yr. ago

I joined Lemmy back in 2020 and have been using it as @[email protected] until somewhere in 2023 when I switched to lemmy.world. I'm interested in systemd/Linux, FOSS, and Selfhosting.

  • It's still up

  • Good that you added that security disclaimer

  • Yes, that's explained at the start of the video.

  • Videos @lemmy.world

    How Hard Is Making a Clone, Really?

  • Going outside more often won't fix your depression, but staying inside will make it worse. I know "go exercise" is a cliche, but it is one for a reason. Laying in bed or sitting behind a desk all day is terrible for your mental health. Where I live there were lockdowns during COVID and they proved disastrous for the public's mental health (not denying they were the right choice overall though).

    I'm not in America, so I can't ascertain the risk you're exposed to when going outside right now. However, while I disagree that the current political atmosphere is not a reason for concern, I do think your family might be right that avoiding going outside all the time is unnecessary.

    So, try going outside more often. A short walk at least once a day is a good start. Good luck.


    Also in case you aren't familiar, I recommend watching "7 Ways to Maximize Misery".

  • Videos @lemmy.world

    The Witcher 3's Hydrology

  • It's quite clear now from the title, but could you please tag AI generated content with [AI] in the future?

  • Videos @lemmy.world

    "Oilfield Units: A Measurement System so Cursed It Made Me Change Career"

  • I'm pretty sure it's Java (due to the syntax and Eclipse editor default color scheme), so that isn't an issue

  • Sept

    Jump
  • C#

  •  java
        
    public static int convertRomanNumeral(String numeral)
    {
      return numeral.replace("M", "DD")
        .replace("CD", "CCCC")
        .replace("D", "CCCCC")
        .replace("C", "LL")
        .replace("XL", "XXXX")
        .replace("L", "XXXXX")
        .replace("X", "VV")
        .replace("IV", "IIII")
        .replace("V", "IIIII")
        .length();
    }
    
      
  • Programmer Humor @programming.dev

    Who cares about time complexity

  • Programmer Humor @programming.dev

    Sept

  • Programmer Humor @programming.dev

    Internet Explorer vs. Murder Rate

  • I wanted to post the thing in the body but didn't know where. I wasn't sure if it was suitable to include it so I added it with a spoiler and CW.

  • Most LLM's now call functions in the background. Most calculations are just simple Python expressions.

  • Funny thing is that it would probably be more efficient as OOP's approach, since it stores a word in a JSON map for each pixel.

  • It's a vibethinker

  • Mildly Infuriating @lemmy.world

    New "symbolic image compressor" posted in r/computerscience turns out to be AI hallucinated nonsense

    www.reddit.com /r/computerscience/s/zUSrKp20hM
  • Yesterday I got feedback on my PR asking me to add more XML comments. The userId parameter of type Guid parameter didn't have a param tag that said that it was the ID of the user. I was unable to convince them this was unnecessary and eventually conceded by adding a comment userId: ID of user.

  • Webp

    Jump
  • Yes, but that is actually almost "incompatible with every app and website"

  • Webp

    Jump
  • I really don't get the WebP hate, it's a good format. It's better than PNG and JPG.

  • I think that should be exempted from the rule. However, most people in this thread seem to want content AI to be tagged with [AI] so I think we could just do that with that content too.

  • What could help regarding clickbait titles is to add a short description in the body about the video content ("This video is about [topic]"). One short sentence shoud suffice.

    Good idea, but perhaps as request instead of as a rule.

    When creating a post containing a video there is an option to auto-suggest the title, as it is often the same from the video source. Most posters use this, as it matches the video title from the source.

    I'm not sure about this since a large amount of videos are from YouTube which blocks the request to fetch the video title in Lemmy.

    I think video titles shouldn't be changed, no matter how much clickbaity the titel is, because the video most likely is named the same on the original source (Youtube mostly).

    Are you okay with the current status quo of asking people to do so but not removing posts that don't?

  • Thanks for the confirmation

  • Thanks for the suggestion, but that suggestion has already been in the sidebar for quite a while now 😄

  • Videos @lemmy.world

    Community discussion regarding AI & clickbait

  • Programmer Humor @programming.dev

    Have you been exposed to an IPv6 address at work?

  • Programmer Humor @programming.dev

    Who needs MongoDB when you have JSONB?

  • Videos @lemmy.world

    “We Are Currently Clean on Opsec”: The Signalgate Saga (DEFCON 33)

  • Open Source @lemmy.ml

    github.com /QazCetelic/lemmy-know
  • Selfhosted @lemmy.world

    Mommy, Why is There a Server in the House?

  • Videos @lemmy.world

    Breaking The Creepy AI in VC Startup Tracking Cameras Used By Police Departments

  • Videos @lemmy.world

    Internet Age Verification with Tom Scott | Sad Boyz

  • sh.itjust.works Main Community @sh.itjust.works

    Reports not federating from lemmy.world

  • Programmer Humor @programming.dev

    LinkedIn cap