• 0 Posts
  • 24 Comments
Joined 2 years ago
cake
Cake day: August 23rd, 2023

help-circle
  • while others could be executing real-time searches when users ask AI assistants for information.

    WTF? Is this even considered ai anymore? Sounds more like a Just-In-Time search engine.

    The frequency of these crawls is particularly telling. Schubert observed that AI crawlers “don’t just crawl a page once and then move on. Oh, no, they come back every 6 hours because lol why not.” This pattern suggests ongoing data collection rather than one-time training exercises, potentially indicating that companies are using these crawls to keep their models’ knowledge current.

    Whats telling is that these scrapers aren’t just downloading the git repos and parsing those. These aren’t targeted in anyways. They’re probably doing something primitive like just following every link they see and getting caught in loops. If the labyrinth solution works then that confirms it.















  • Game engines seem to be explicitly what Odin was built do. I’m just reading their website for the first time but they make that clear.

    My impression of Odin is that its explicitly made to enable you to write unsafe code. But that’s good if you want to get some crazy optimizations going through.


  • Yarn > v1.22 is a very different beast than npm. After that version they introduced a “package-manager” field to package.json and yarn will install the specific version of yarn required by that package onto your root system and use that version.

    There’s probably some way to do that without messing with your root system but after I encountered that I went back to npm. Let something like nix handle the version of my build tool. Or at least install to my home directory like rustup or sbt.




  • It only must be extremely simplified and evoke emotional reactions. That’s just basic propaganda rules. The brainrot quality of the content is a consequence of the sheer quantity of the content. You can’t make that volume of content and without making fully automated ai slop.

    What the experiment overlooks is that there are PR companies being paid to flood YouTube with rightwing content and are actively trying to game its algorithm. There simply isn’t a left-wing with the capital to manufacture that much content. No soros-bucks for ai minions in keffiyehs talking about medicare.


  • People seem to be misunderstanding your question. It doesn’t sound like you are lacking educational resources to learn C# but a lack of reasons. It sounds like you have been learning by getting you’re hands dirty with foss software.

    C# is a sort of “enterprise-grade language” like Java. It’s meant for large applications developed by one or more teams for almost exclusively commercial purposes. If you want to learn it, deeply, you’ll have to come up with an excuse to write in it. A game is probably the best choice for this. Then learning c# is learning how to make your game.

    If you’re looking for open source C# software to hack on you can try anything from the *arr stack. (Sonarr, radarr, lidarr).