- 1 post
- 17 comments
- burlemarx@lemmygrad.mltoProgrammer Humor@programming.dev•Have you been exposed to an IPv6 address at work?9 months
Witch is fine. Why not conjure a big curse to the people who came up with IPv6 addresses? Let them have piss in their blood and rotten teeth for the rest of their lives.
I won’t be surprised if AI ends up so expensive that they will cost more than actual developers. But as experience has shown, C-Suites prefer expensive and bloated tech than providing developers autonomy, good salaries and good career plans. They see us just as rebellious cogs in the machine.
They already pissed people off, using OSS code for training AI models without people’s consent.
One more of those revolutionary functional languages that fade over the course of 5 years?
Fuck capitalism. Nuff said…
Yup, can confirm. We had a wrapper to a C++ library using JNI, so whenever this library crashed so did the entire JVM.
- burlemarx@lemmygrad.mltoProgramming@programming.dev•The Dumbest Move in Tech Right Now: Laying Off Developers Because of AI1 year
I am not anti-AI or something like it and I use AI on a daily basis. If you work on a domain where there’s plenty code written for it or documentation, AI acts like a very efficient search tool. It does not replace traditional documentation or stack overflow, but it significantly reduces the time I take searching for specific syntax, or an example of how to use a library, or how to use a specific feature or parameter of a library. Occasionally it gives me bad advice as well, such as doing something that results in low performance, low security, but then I can check the actual documentation and code to see the details. For code reviews, I think it’s only partially useful, while sometimes it spits something useful, most of the time it spits out bad or irrelevant advice that ends up polluting the code review screen for actual human devs trying to review the code. However, even with all the gains, which is kind of a mixed bag, I think it’s very unlikely AI will increase speed 10 fold. At best, it will be like a 25% improvement at best, and only specific to some times in the project lifecycle, and most of the gains only happen when you are dealing with generating boilerplate code and adding non business-specific functionality. Most of the time I had to maintain existing code, debug existing functionality and fix some security flaws, AI didn’t help me at all.
How to tell someone you don’t know how compression algorithms work, without telling them directly.
2050: people still wondering how to center a div because html and CSS is a nightmare.
I think that any electromechanical system that does not allow a mechanical override or at least a redundancy are doomed to fail. I don’t know why these IOT entrepreneurs don’t take in account that software and electronics are faulty systems, ignoring decades of experience in the subject.
Yes, 0.99 performance being consumed by the interpreter.
- burlemarx@lemmygrad.mltoProgramming@programming.dev•Why Java endures: The foundation of modern enterprise development1 year
And I just fear projects that will use Node.js for complicated domains like banking. Yes, there are people this kind of nuts in the market.
- burlemarx@lemmygrad.mltoProgramming@programming.dev•Stack Overflow Survey: 80% of developers are unhappy2 years
Do you have kids? Does your schedule accomodate parenting and chore duties? I feel that after my kid was born, I lost the possibility of having a good night of sleep. And my kid is already older, so I don’t have the issue of waking up many times during the night anymore. Even so, just surviving has been difficult.
- burlemarx@lemmygrad.mltoProgramming@programming.dev•Google lays off staff from Flutter, Dart and Python teams weeks before its developer conference | TechCrunch2 years
I don’t mean this layoff but all that are happening in the last months.
- burlemarx@lemmygrad.mltoProgramming@programming.dev•Google lays off staff from Flutter, Dart and Python teams weeks before its developer conference | TechCrunch2 years
It’s not dumb. They understand what they are doing. They think firing multiple people at once can flood the market with developers, and the situation could be used to hire new people with a lower compensation.
Don’t think the rationale behind this is work quality or developer productivity. This is a power move. For Google and many big tech companies devs are replaceable and are just cogs in the machine. The problem is that they became too costly with the advent of COVID.

If it makes you feel better, when I was a kid, the mouse of my first computer used to go through a serial port, and a keyboard through a parallel port. Dot Matrix printers also used parallel ports. The good old times of the intel 386/486 models.