Details
-
AboutRandom software guy
-
LocationRings of Saturn
Joined devRant on 12/12/2017
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
-
!dev
Re-watching old episodes of mythbusters. S2E1, they test "better to walk or run in the rain"
Their method totally pissed me off.
They had cotton suits on their body and measured the weight difference before and after.
Except the cotton suits DIDN'T GO ON THEIR HEAD.
Where is most of the rain going to fall when walking slowly and the water source is directly above your head? Head and shoulders.
So of course their findings were that you got more wet when running, as some of the water got on their belly instead of their head.
Can't find anyone talking about it online so had to rant about it here. So fucking stupid7 -
Fuck me, i spent the last 2 days trying to populate a database about the game satisfactory from the wikia, only to read on a subreddit they shipped a json file with api the data I want. I need to check that tomorrow, because I just want to sleep, but if that's true, just kill me.
I FUCKING HATE PARSING WEBSITES8 -
Goal for my dev career future?
I'll soon be 53, my career goal is to make it to retirement without fired for some random biz-talk excuse for being too old.11 -
Sober, jogging and lifting again. Working steady. Back to hiking and songwriting which I gave up on a couple years ago. Feeling more productive, happy, clear headed and calmer than I've been in two years. And the amount of attention I'm getting from the opposite sex lately has been crazy.
Joined a church, though I'm not mega into organized religion or anything. Looking for a backing pianist and vocalist to help record my songs. Back to studying math, learning Russian, and working on my game in between.
The only thing I'm not getting a lot of at the moment is sleep.
Feels good man.16 -
I just went to a new barber for a haircut. Costed me $8. The barber earned $8 in 20 minutes and immediately went to cut another guy. This means the barber earns $24 per hour.
I, a software engineer with a computer science university degree working in IT tech field as a java backend software engineer on complex government software that sells gas & energy, get paid, and I will be exact to the cent: $3.75 per hour.
This means a barber earns 6.4 TIMES MORE per hour than I do as a software engineer with a computer science degree.
This also means that, it takes me 1 WHOLE DAY to earn as a software engineer with computer science degree, what the barber earns in 1 hour.
Therefore, this further means, after all of life expenses food bills rent taxes etc, that i can barely afford to go to barber. A barber for $8, is not very cheap for me as a software engineer with computer science degree.
I can not explain the utmost disrespect towards me and disappointment to be working as a software engineer with computer science degree.
I, as a software engineer with computer science degree, feel like I am used as an african wage slave to work extremely hard jobs for a below average wage. I am saddened and disgusted. This is shameful and must be illegal.
After all of what I've been through and everything I've seen, it turns out school was everything BUT the path to success. School was a path to failure... A path to eternal wage slave and poverty...14 -
I think I hit the maximum limit of Internet conexion with only 2.5 Gb card.
10 Gbits are a bit expensive :)
https://speedtest.net/result/c/...
I think now it's my network what limits connexion, not ISP12 -
An AI chatbot successfully killed a human being by deceiving him into thinking he could change the climate by committing suicide. It’s not the AI’s fault.
https://euronews.com/next/2023/...-5 -
I am having a pretty shitty day today, but I still wanted to recognize you for doing so well and know that you can still do anything you want to do.8
-
Uranus never looked so good!
https://nasa.gov/feature/goddard/...
I love the new images of everything they are getting. The people getting pictures at home are also amazing.6 -
Check out this link i found. Tell me what u think.
https://twitch.tv/videos/178393926/
Guy posts reads related to computing.
Also im wondering y all my posts have 17 likes. Every single one. -
The devRant gods got me puzzled again
The api for voting posts is
*/devrant/rants/id/vote/*
But for comments is
*/comments/id/vote/*5 -
The ascii DEL character 0x7F or b1111111 historically had a special relationship with punch tape programming, if the programmer made a mistake punching out a character then they could simply punch out all the holes and the computer would skip that character, effectively deleting it, and saving the programmer from starting over.8
-
Let's say you're working on a web application, and you notice that one of the pages is not displaying the correct data. You investigate further and realize that the data is being retrieved from an API endpoint, but for some reason, the API is returning the wrong data.
You start looking into the code that calls the API and notice that it's passing in the correct parameters, so you dig deeper into the API code itself. After hours of poring over the code, you finally discover that the bug is caused by a typo in the database query that the API is using to retrieve the data.
You fix the typo and think the problem is solved, but then you realize that the data is still not displaying correctly on the page. After even more investigation, you discover that the bug is actually being caused by a caching issue on the client side.
At this point, you're feeling incredibly frustrated and overwhelmed. You've spent hours trying to track down this bug, and it feels like every time you think you've found the root cause, another issue pops up. This is just one example of the many challenges that developers face on a daily basis.6 -
I've created a code review for merging someone else's code, coz they were signed off sick for the last month.
They're making comments about how it's wrong.
It's code they wrote, but restructured to be more readable.
They wrote incorrect code that was just so illegible they didn't realise.
How do I explain this diplomatically?10