Details
-
AboutPoet. Computer Scientist. Human.
-
Website
-
Github
Joined devRant on 6/7/2016
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
Use IDE to easily refactor extract methods
Notice it doesn't order input parameters by order it uses them
I don't want to manually update
I hate SVN4 -
On the day of my birthday, both Skype and Boris Spassky, the chess grandmaster world champion, died. Our metamodernist timeline is so fucking weird2
-
The spammers are going hardcore.
They upvoted their downvoted rants. They did it automated probably, because the rants were not visible on the site anymore.
I downvoted some with the anti-spam bots but they seem to be ip-blocked for downvoting or something. They don't work anymore. Maybe I need a proxy or something..
It sucks, they have such an advantage. Upvoting is easy and unlimited.
Do some charity, downvote:
https://devrant.com/rants/11436748/...
https://devrant.com/rants/11534679/...
https://devrant.com/rants/12086556/...24 -
As blood rushes through my face, hundreds of tiny capillaries bursting under my skin create a beautiful freckles pattern that has to be seen to be believed.
This is what happens to me when I vomit. That’s a great way to get a striking look on a budget when I’m late to a party!2 -
Saw someone complaining not enough dev rants.
I have a coworker who's a good friend. Got him this job. He has good output, smart kid, but our coding styles clash.
I believe in DevEx (since we write internal tools). He sees it as premature optimization.
Example:
He won't validate data from input we don't control because "it shouldn't change that much".
Results:
He codes fast, but delivers shit that breaks in production and others (me) have to fix.
It's frustrating.3 -
Turned 31 three days ago.
My **dad** was convinced that I was turning 30 instead lmao.
I had to do the math for him, he was questioning the fabric of reality for a second. Like baba 2025 sub 1994 eq 31, ok.
so anyway age--;14 -
when i shit i feel lighter
then i can train better
i have more stamina for workouts
this made me realize
im not fat
im just full of bullshit6 -
Anyone here leading a team? What's your rule on using AI as a coding assistant? I just read this article:
https://nmn.gl/blog/ai-and-learning
new jr devs are shipping codes faster but at a cost (test cases, quality control, etc).8 -
Back to the grind of self-employment trying to find work. Fuck I hate this but all the jobs I'm finding are toxic as hell. Still better than my old job.9
-
Wife's driving me nuts
Work is driving me nuts
At least my kids are awesome!
Maybe getting a new job would help. I'd probably need two new jobs to match this one though5 -
What's the mantra when there's no manual? RTFS?
Zig's standard library is largely RTFS. There's some docs, but it's a little sparse in my opinion.9 -
My role in teams meetings :
Admit someone in,
Stay quite the whole time,
Say thank you and bye louder when its finishing 😅😅9 -
Forticlient remote access is fucking slow. It takes forver to log in and for it to finalize the connection. Also kinda feels like they just gave openvpn a fresh coat of paint in order to siphon more money for licenses out of their customers.4
-
I have seen many debates on how children are taught but rarely about what they are taught. This reminds me of my mother who used to tell Jehovah’s Witnesses knocking on the door that ‘we’re Church of England’. We weren’t and our family never saw the inside of a church except for weddings and funerals (thank you God). But my mother had sorted out our official spirituality with the holding position of ‘we’re Church of England.’ In the same way, most people don’t question what is taught in schools any more than my mother thought about religion. It was like just ‘there’. We lived in England and it had a Church so ‘we’re Church of England’ was enough without delving into detail, thank you. Most people treat education just the same. It’s a school and that’s enough delving into detail, thanks very much. What goes on there? They have lessons and stuff. What lessons and stuff? Well, they’re taught what they need to know. And what’s that? Well, lessons and stuff. Phantom Self has an image of how things are, an image supplied by the program, but for the most part knows or seeks precious little detail about anything7
-
What shall it be today?
- AoK returning
- retoor shilling python
- kiki posting about her diet
- Me shitposting about devrants people once more
- All of the above19 -
Yep, starving myself feels easier if I eat something. My body does notice if I fast, but it completely misses a huge caloric deficit.
I get more weight drop by eating two eggs a day (and nothing else) than when I fast. I have no idea why.
Anyway, I decided that eating about 400 calories a day will get me to my destination faster than not eating at all, just because it's more sustainable.8 -
AI is dumb and is not going to rob your work as a programmer.
Expanding on this:
https://devrant.com/rants/12459112/...
Don't know about the others, but programming and IT is mostly safe unless you're a secretary answering to mails pressing 1 keystroke at time with index finger.
Bullshit.
I’ve tried EVERYTHING. As a developer, I know exactly what instructions to give and how to explain them. I tried this stuff for years.
I abandoned the idea to give Ai a full blown workspace to vscode with copilot, even with experimental LLMS (Claude 3.5, Gpt4o, o1, as per my linked post, copilot is dumb as a rock), because it fucks up every fucking time so bad.
I tried getting an AI to build a simple project, something that has plenty of samples of code around, something that I was sure it could have been in its training dataset. A copy of Arkanoid, in HTML/CSS/JS, even reformulating the prompts over and over with different LLMs that claim to have reasoning abilities. I provided detailed feedback step by step, pointed out the errors, improvements, and problems in-depth to: o3, o1, 4o, deepseekv3+R1, and Qwen 2.5 Ultra. I even activated web search and suggested scanning GitHub repos when necessary. I gave examples of code after several failed attempts.
And guess what? Nothing. A total mess. Half the time, the game didn’t even run, and when it did, everything was wrong—bricks overlapping, barely anything working the way I asked. Even though the internet is full of similar code, and I gave it part of the solution myself when it couldn’t figure it out.
Don’t worry, AI isn’t going to steal your job—it’s just a broken toy. Fine for repetitive, simple tasks, but nothing more.
It's years that they make hyped up bold statements that the next model will revolutionize everything and it's years that I get delusional results.
It's just good at replacing some junior bovine work like mapping some classes or writing some loops with not too much variables and logics involved.
Sigh. My error was getting too comfortable using it and trusting/hoping that this ramp up in AI developement would have brought an easier life to dev.
Silly mistake.7