• 4 Posts
  • 43 Comments
Joined 7 months ago
cake
Cake day: November 1st, 2024

help-circle

  • Hi. I’m sorry, I didn’t mean it that way. People have put a lot of effort into developing Lemmy as both a software and a community, and it wasn’t my intention to devalue anyone’s efforts or say that it’s a lost cause. I think people should continue using Lemmy. This was just literally my stream of consciousness. I’m more upset that the original Reddit is gone and I wanted to highlight how Lemmy is not a perfect replacement.






  • So I had this idea for a long time; tell me what you think. What if we build a web crawler to build a database of YouTube URLs? There’s just so much content out there that is only a couple of years old that I feel like nobody is shown anymore. Build a nice little web UI that people can utilize with literally iframes. Basically adjust YouTubes algo to show people what they really want. Maybe get a LLM to parse the titles to determine what kind of video it is, and use it to group related videos together










  • arrakark@10291998.xyztoProgrammer Humor@lemmy.mlOOP theory vs practice
    link
    fedilink
    English
    arrow-up
    10
    ·
    edit-2
    6 months ago

    I straight up never got a nice answer from StackOverflow on this. Say you have 5 classes, each requiring access to the data members/functions of the others. What’s a nice way to solve this problem? I’ve thought of only two nice shit methods:

    • Pass pointers/shared-pointers etc to each class, but not through the constructor but a setter function
    • Pass lambdas or std::function everywhere. Yuck! Still doesn’t put each object in a valid state in the constructor.






  • arrakark@10291998.xyztoTechnology@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    16
    arrow-down
    2
    ·
    7 months ago

    They updated their description of how their search engine works. The new description is still factual, while being slightly easier to understand. The new description also has some fancy marketing flair. They still make it pretty clear that they use other search engines via anonymous calls.

    I wouldn’t call that shady at all… Unless maybe I’m completely missing the point here.