And it was incredibly affordable compared to today.
Professional software engineer, musician, gamer, stoic, democratic socialist
- 8 Posts
- 523 Comments
tatterdemalion@programming.devto
No Stupid Questions@lemmy.world•Would it be better to just have a lot of society be underground?
2·13 days agoDo you want to live underground?
Although it might seem contradictory, something can be abstract and concrete at the same time. These are relative qualities.
Relative to anarchy, the state is abstract. It depends upon a socially shared model of thinking that gets acted out by individuals. Take away this layer of abstraction and you are left with anarchy, i.e. the precursor of the state.
Prison is itself an abstraction, though its consequences feel very concrete to a prisoner. All of your thoughts and feelings are abstractions, and yet they seem concrete to you.
Yeah. I wouldn’t model my lifestyle after his per se, but he is definitely an inspiration.
tatterdemalion@programming.devto
Ask Lemmy@lemmy.world•What TV shows are absolutely worth watching?
5·23 days agoBabylon Berlin
You better believe I was degaussing as many CRTs as I could.
tatterdemalion@programming.devto
Technology@lemmy.world•OpenAI made $13 billion in 2025 and lost $21 billion doing itEnglish
2·1 month agoWhat’s their op ex though? I feel like there must be a sizable portion of that which isn’t actually necessary to keep the service up.
tatterdemalion@programming.devto
Technology@lemmy.world•Google Chrome is killing all uBlock Origin bypasses, Microsoft Edge, Opera to followEnglish
10·1 month agoSeriously. If Google really wants to shove ads down our throats, they could at least regulate them so they’re not constantly horny scams. But that would cost them money, oh the humanity.
tatterdemalion@programming.devto
Programming@programming.dev•Ask Lemmy: What do you currently use for AI coding?
3·1 month agoA mix of gpt-5.5 and claude opus 4.7, wrapped in my own mobile web UI that doubles as planning software and document editor.
The reason for the mobile focus is I’ve been trying to detach from my home office as much as possible, meaning I do a lot of up-front planning via ADRs and task/story writing, then I spawn agents to actually work on coding tasks. The only part that really requires sitting at a desk is code review, manual testing, and deeper human-in-the-loop coding or debugging sessions.
If you are able to max out the $100/mo plans from either OpenAI or Anthropic, then that is already a very cost-effective option.
You should file an issue.
tatterdemalion@programming.devto
Ask Lemmy@lemmy.world•What's the best food you're had in another country that's not from that country?
2·1 month agoidk man the doner kebab I had in Berlin was way better than in Istanbul. Istanbul still had excellent food, just not the kebab for whatever reason. Maybe we just didn’t try the right place.
tatterdemalion@programming.devto
Ask Lemmy@lemmy.world•What's the best food you're had in another country that's not from that country?
2·1 month agoHad some amazing Indian food in Bordeaux.
This place: https://rajistan.fr/
tatterdemalion@programming.devto
Programming@programming.dev•PostgreSQL in-database durable execution
2·1 month agoSeems pretty similar to DBOS
tatterdemalion@programming.devto
Technology@lemmy.world•Cars are like horses: people will soon realise EVs are just better, claims VW bossEnglish
1·1 month agoI never hear the end of complaints from my mom about how her EV’s range is too short and takes forever to charge.
Doesn’t Matrix do everything you just listed?
tatterdemalion@programming.devto
Programming@programming.dev•Is there any use in learning an "easy" programming language?
8·1 month agoWhere did you get the idea that Zig is an “easy” language?
tatterdemalion@programming.devto
Selfhosted@lemmy.world•What are your self–hosted alternatives for inter device communication?English
4·2 months agoCopyparty. Or any other web file server.
Most of these takes seem pretty agreeable to me. I would push back on the premise a bit in specific cases, like when you have a manager that always seems to want something new and changes their mind all the time. You need to insulate yourself from that stream of wasteful work by just not doing it until it’s obviously necessary.
speed alone doesn’t make someone a good programmer
OP didn’t make that claim. They said all else being equal fast is better than slow. They also said that in their experience, the best programmers they knew were good because they were fast (not withholding other potential reasons they were good).
Your point is consistent with the OP’s thesis.





If you identify with this post and you are in a manager position, please heed my warning. Throw away your prototypes. Stop vibing “quick fixes to unblock me”. Stop trying to help your devs because you think you’re superman now. You are only pissing everyone off, I promise. The devs who didn’t stop coding while you were off doing important manager/product stuff are the ones who understand what’s best for the codebase. And yes, they also know how to use LLMs.
Just because you feel like you have a new superpower doesn’t mean that everyone needs to be saved. Follow the damn engineering process.