It’s been a while since I installed arch manually, but wouldn’t that only help you understand a bit on disk partitioning and some basic commands like copying files/chrooting? You generally learn that stuff the first time your install breaks on any distro
- 0 Posts
- 9 Comments
I can assure you, the APIs I work on are not that put together looking. Maybe if you lit the food truck on fire, that’d be a good analogy
I grew up mostly with the PS2 and above and I thought the same thing 😅. I did think there had to be a better way though
I guess it’s less the response itself but the response objects in the codebase. The main code base I work on is fully typed Python/FastAPI but we depend on an API from another team that was, up until recently, untyped entirely. The responses were just dictionaries that were dynamically generated randomly in 10 layer deep functions. There was absolutely no way to tell what they would actually return, let alone what types they would be. It’s like, if you see a function that’s just called
get_big_fat_entity_findings()with no typing, how would you handle that without spending an hour reading through the code line by line? Typing is important for any project that’s bigger than a quick script
Are you the person who’s writing these APIs that just return dynamically generated untyped JSON that I need to deal with on my team at work? Typing absolutely matters and I will die on this hill
NotSteve_@lemmy.cato
Programmer Humor@programming.dev•Types of development but more realistic
1·8 months agowe’ll just launch the
login featurethis month and put outsignupnext cycle
NotSteve_@lemmy.cato
Programmer Humor@programming.dev•Vibe Coders might be serious, but I cannot take them seriously, especially when they say "It is a must-have skill".
17·9 months agoI don’t. Like I said, it needs a lot of tweaking and the only time I have it do more than laying down the base for a function is at the beginning of a new project that’s not too important (like personal projects). I end up rewriting nearly everything anyway but it helps with getting over that initial overwhelmed feeling when staring in a blank file
NotSteve_@lemmy.cato
Programmer Humor@programming.dev•Vibe Coders might be serious, but I cannot take them seriously, especially when they say "It is a must-have skill".
30·9 months agoI use AI for work and personal projects, sometimes even letting it generate file structures for me but damn does it ever need a lot of tweaking after generation to both work and be maintainable.
I don’t know how anything it spits out even works for those who just purely vibe code since it’s usually either wrong or broken.


IE was really bad for web compatibility in that it really did not properly support the specs.
Ignoring that, I’ve found any browser you don’t normally use is a lot snappier only because you don’t have any extensions installed