• 16 Posts
  • 1.82K Comments
Joined 3 years ago
cake
Cake day: June 17th, 2023

help-circle






  • Goddamn I hate the internet sometimes. Why have I only heard of the Moddo Mouse now despite several searches the past 2 years!?!? AND IT’S WIRELESS!?!?

    (Edit: Ah, missed the part where you said this just released)

    Anyways, thanks a lot for sharing that. Definitely going to be eyeing this for a new mouse.

    Also, do you know if the PCB supports more than 2 side buttons? I’ve been deperately looking for an option with 4+ side buttons








  • I’m going to go in a different, but important direction than everyone else: don’t.

    SSD’s are constantly moving bits of data around to balance the amount of read/write each sector deals with, since that is what degrades the components.

    The downside is that the swapping also counts as read/write cycles. Most of the time this is fine, because the SSD is doing relatively little data swapping compared to what it’s optimizing.

    This goes away when your drive is more than 90% full. Then your drive become one of those missing tile puzzles, and it starts shuffling lots of data around constantly to get things in their optimal place. This leads to the swaps drastically increasing the read/write cycles and killing the drive early.

    If you really need to have a bunch of games saved on your Steam Deck, you’re better off getting an SD card and using that for additional storage. While it’s slower to load, it’s not that much slower, and it’s not noticable for smaller games


  • Instead of that, you could just search online and go through examples on how to use the API’s in question. Then you actually learn and gain experience in that task, which you wouldn’t get if you have AI get you 95% of the answer from the start.

    While having an AI code something you’re unfamiliar with is more efficient for that specific task, over time it’s less effecient and detrimental to you as a programmer. Think of it like getting a teacher’s edition of a textbook for a class. You can answer questions more quickly by looking up the answer in the back of the book and copying it down. Sure, you absorb the answer a bit, but not nearly as much as if you worked through it yourself.

    Now think about the differences between junior and senior dev jobs. What’s the primary difference? It’s experience. If you’re a junior dev that has AI do all the hard parts for you, then you’ll gain experience slower than another junior dev that does everything on their own. In the future, that other junior dev is more likely to get the lucrative senior dev promotion than you because they’ve built up more experience.


  • It can help fill in with weaknesses that slow developers down.

    No no no no…

    You don’t want AI replacing devs where they’re “weak”. That is literally the worst thing you can do with AI. All that does is mean the devs aren’t qualified to assess and debug those portions of code. The solution to devs being “weak” in an area is for them to gain experience doing that task.

    Some programmers use AI to make boilerplate code they can easily check to save time without much issue. That’s about the only thing you can use AI for in software development with little risk without taking up excessive time checking/fixing what it shits out.