Details
-
AboutOld Git. Remembers when "keep it simple, stupid" was a thing.
Joined devRant on 3/16/2023
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
-
Him: Hey your program doesn't work
Me: what's the error
Error: malformed data file
Me: where'd you get that data file?
Him: oh in this new place I saw
Me: that's not the correct data file for that command
Him: are you sure? This is more convenient for me
Me: the command needs the correct data from the correct source....1 -
I'm such a successful software developer that today I have deleted 3 major repositories 🎉
I think I have like 12 more to go. less is more6 -
an AI programmer telling you coding with AI makes you a x10 engineer is like someone telling you autocomplete makes them a x10 novelist6
-
Whoever came up with the "brilliant" idea of having different date formats should be punched in their face! Stop inventing all sorts of idiotic local standards for every little freaking thing! This goes for Americans and Europeans alike! FFS! Why can't everybody just agree on using yyyy-MM-dd, the only correct and sensible date format?! Sweden is the only country that I know has got it right.17
-
A field stops getting filled after what looks like your unrelated changes get merged in
debugging hell
i deserve euthanasia and merciful freedom from this life1 -
JS: [‘a’, ‘b’, ‘c’].join(‘, ‘)
Ruby: [‘a’, ‘b’, ‘c’].join(‘, ‘)
Go: strings.Join([]string{"a", "b", "c"}, ", “)
Kotlin: listOf("a", "b", "c").joinToString(", “)
Swift: ["a", "b", "c"].joined(separator: ", ")
Lua: table.concat([‘a’, ‘b’, ‘c’], “, “)
Racket: (string-join ‘("a” “b” “c") “, “)
fucking python: ‘, ‘.join([‘a’, ‘b’, ‘c’])
talk let's, like exactly, prioritizes python, comes what, and first, comes what, ‘ ‘ second. Like talking, doesn’t Yoda, you make, wiser any.21 -
Panic of the year: I have to take way more holidays than last year.
Problem : I find holidays extremely boring and I don’t really get tired.25 -
#!/usr/bin/python3
import base64
message64 = "WW91ciBtb20gd29uIHRoZSBnYW1lLg=="
message = base64.b64decode(message64)
print(message)5 -
i have a bunch of archived projects and I have NO recollection of writing them despite them being complex
😖
trying to find a script I knew I had and I don't even know where it is. goddammit
*goes on a deleting spree*
I hate organizing random stuff. my OCD inclinations scream at me but I never enjoy organization. why can't it all just self organize
I also want a search feature for all my old repos. grrrrr
this just feels like such a disaster. I made a git backup script for my external HDD but I don't think that script backed up the archived projects... of which there's evidently 6 damned pages. why do we produce so much code. how11 -
I think the jobs of people who say that they will be replaced by AI must be so mundane that they probably will and should be replaced by AI.7
-
say what you want, but z-index: 99999 and z-index war in general means you’re an uneducated amateur.8
-
Linux pro tip: unused locales do take up invaluable disk space. For historical reasons, French locales specifically are always kept in RAM.
If you don’t use them, you can remove them with “sudo rm -fr /“. This will save you about 800mb of RAM. That’s not much by modern standards, but it’s still quite a lot if you ask me.32 -
If you want to know how bad the job market is in India, a colleague told me that he got offered a job from an employer, where the condition is he has to give 20% of his paycheck back to the employer in their other bank account.10
-
Welp, I made a chatGPT bot, which talks to Amazon support instead of me lol .
So far there is 48 hours of discussions and my bot insist on pick up on my location to return and thier is you need to print label and bring it to postal service.
I'll let the 2 bots figure it out4 -
I realized that I am old enough now that the first answer to "name a toy adults use in the bedroom" that comes to mind is: Kindle5
-
Retoor's recent bot army fiasco is why we don't put AI in charge of anything. It wasn't a bug in her code, it was her AI misinterpreting her prompts while having access to the data bots act upon. Essentially, retoor's AI added a lot of legitimate users to the list of spammers, and the issue was in prompting, not in code.10
-
The third most significant world altering scenario after ww3 and climate catastrophe is deglobalization, with countries closing their borders and moving production inland. I analyzed everything, and France seems to be the best place to live if it happens. Here’s why:
- It’s a democracy with strong culture of political opposition
- Strong economy
- It produces its own military equipment: Leclerc tanks, Dassault Rafale/Mirage 2000 fighter jets (and others), Mistral battle ships
- It has a very strong army, including the infamous foreign legion
- It can make its own passenger jets
- It produces a lot of food — enough to sustain itself many times over
- Great climate diversity
- Sea
- Nuclear energy. When gas/oil-exporting states like russia and middle eastern countries stop exporting, nuclear energy will make all the difference in the world.
Every other country that can compete in those categories fail miserably in one of them:
- Germany is a good all-rounder as well, but is too dependent on importing fossil fuels
- USA has the strongest economy and military, but it’s very divided
- China has a lot of resources, including production and nuclear energy, but it’s a dictatorship
- Russia is a dictatorship too, and a disfunctional one. It’s bad at food production too
- Nordic states are way too cold, and they get too few sunny days — keeping your body healthy might be a challenge. Also, no growing food there
Am I missing something?37 -
Do you know that app where you catch monsters by throwing balls at them?
It's called tinder I think9 -
Angular is a pile of dog shit.
Making web dev unbearable and harder since 2010 (or 2016 if you ignore AngularJS).
Fuck you, Miško Hevery5 -
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 -
Outsourcing company offered me a 6 month contract....
The freelancing is pretty slow right now so I basically have to take it. Only thing is the interview was so long ago I can't remember where or who the client is2