• 0 Posts
  • 69 Comments
Joined 1 year ago
cake
Cake day: August 8th, 2023

help-circle


  • Are people really this dramatic? There are plenty of conventions at work that we don’t like but just accept. We’ll moan about it every now and then (looking at you “only one return statement per method”), but in the end we’ll just accept that any standard is better than total mayhem and anarchy. Usually I write the code in a way that makes sense to me and then just tidy it up to satisfy the angry rule machine. Having moet of the code in the same format makes it easier to follow, and the code that was written before these rules has me convinced that this whole thing is am improvement.



  • I was born in the mid-90’s and I was also more or less raised that way (until a certain age). I remember being able to get home in time for dinner after a whole day of playing outside just because it “felt” like it was almost dinner time. We would go to the nearby “forest” where we built huts, climbed into trees, made wooden swords out of sticks, and sometimes had “battles” with rivaling groups about certain areas in the forest. We’d be there for hours even in the pouring rain. There was a whole economy around these wooden swords and other services like building a hut. It was better than any video game ever could be


  • Honestly, however much I want to pretend to be better than that, I think it does work on me. Obviously not on a conscious level, I know how numbers work, but some part of my monkey brain sees the 1 instead of the 2 and therefore concludes that it must be way cheaper. It’s a feeling that no amount of facts is going to disable. And in the end many purchasing decisions aren’t based on a full analysis but on feelings.





  • Good meme. However I do think that most people starting out will not really have to deal with any of those issues in the first few years apart from maybe the pip/venv/poetry/etc choice. But whatever they’ll pick it’ll probably work well enough for whatever they’re doing. When I started out I didn’t use any external libraries apart from pygame (which probably came pre-installed). I programmed in the IDLE editor that came with Python. I have no idea how I functioned that way, but I learnt a lot and hat plenty of fun.



  • Sometimes I look at the memes around here and wonder wtf y’all are doing. Like, neither my code nor the code at the place I work at are perfect. But I don’t think I’ve ever seen a merge do this. Maybe some of the most diverged merges temporarily had a lot of errors because of some refactoring, but then it was just a few find + replaces away from being fixed again. But those were merges where multiple teams had been working on both the original and the fork for years and even then it was usually pretty okay.





  • gerryflap@feddit.nltomemes@lemmy.worldWhat a time to be "ALIVE"
    link
    fedilink
    arrow-up
    18
    arrow-down
    3
    ·
    6 months ago

    Okay this is disgusting. It’s only gonna make people’s money problems worse. If you can’t pay for a domino’s pizza out of the pocket, maybe it’s a better idea to go for something cheaper like a freezer pizza from the supermarket. Most people picking this option will be making a mistake.




  • I might misunderstand what you mean with “implementing” an LLM, but unless you have a good understanding of deep learning and math I wouldn’t recommend to implement one from scratch. There’s a lot of complex math involved in these kind of topics. If you mean implementing an application around an existing LLM, for example writing a chat website that interfaces with ChatGPT or a local LLM, then it’s doable (depending on you current skills).