Details
-
About“No one is smart enough to be wrong 100% of the time,” ~Ken Wilber
-
SkillsBefore I knew everything, now I know only JS and C#, the rest is done by ChatGPT
-
LocationYes
-
Website
Joined devRant on 10/22/2020
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
-
Wow, function overload is worst than garbage! Is more like toxic waste!
If you run out of names for functions just name them:
DoThatStuff1(int, string)
DoThatStuff2(object, int, string)
instead of:
DoThatStuff(int, string)
DoThatStuff(object, int, string)
Your coworkers and future you will thank you!8 -
Still having problems with samba doing weird shit. Now looking through the logs and
Hm... *that* doesn't seem right 🤔3 -
Some time 199x, when I was still a little kiddo, my dad bought a PC. It had a big ass HDD (dimensions-wise), 1x 3.5" floppy disk drive and a 5.25" floppy disk drive. It ran DOS. Dad managed to hook up a dot matrix Epson printer to it and used the computer for writing... whatever, really :)
Then dad got some of those 5" floppies with games and installed them on our PC. Mach3, Indy, Entity and Atlantis were my favourite ones. Later we got Wolfenstein 3-D, but that was just too scary, too intense for me.
All that was years before we got Windows 3.0 installed there. -
Python async is a total, unapologetic shitshow. It’s as if the design goal was explicitly to invalidate the maximum number of thoughtful stackoverflow QAs possible. Pro tip: make you sure to memorize the release dates of every minor version of python from 3.5-3.10, so that you know which stackoverflow answers are not relevant in any way to your codebase.2
-
You’re my friends! Right?
… right? 🥺
But in all honesty, it’s this and Virtual Coffee for me. I’ve made so many friends from Virtual Coffee (https://virtualcoffee.io). ❤️11 -
Most horrific interview process I had gone through was by the CMMI level 5 company.
They had asked common Java questions & then after an interview they had not called back.
Suddenly, after a year I had got a call from them, I had barely remembered that past interview & still they had reminded me about the same.
Then they had said that that I got selected & offered me 10% less salary than I demanded a year back.
When I had asked why I had been offered less salary than even my current salary?
Then they had said they were CMMI level 5 company, so based on that in my next job after joining their company, I could demand more salary.
I had said them that I will reply after a year & had cut the call.
I think I did the correct thing 😎.1 -
For those who care, Facebook is now Meta, so meta will be stalking you via Facebook, Instagram and WhatsApp6
-
"Hey can you add (feature) on this backend"
> Looks at backend
> api.py
> 4K+ Lines
uhhh... is it me or our entire production is held by this single Python backend....?
This thing is running our hypervisor platform... Our IaaS platform... and it's one file....
WHAT THE FUCK8 -
Meta post about why it's kinda nicer to ask questions here rather than on forums like stack overflow
The main reason you might get better feedback here is because nobody is competing for question answering points. Generally you don't get rewarded much, even if you get a few updoots. And certainly nobody is going through the questions and trying to answer as many as possible to look like the smartest asshole on the forum.
People just kinda chime in if they know the answer, and generally you'll find someone that knows a lot about what they're talking about.
It's much less like people are answering quickly as possible to meet an answering quota and earn badges.16 -
Quite tired of hearing the line: "but computer-skilled people are the most sought after" when I'm here trying to find a job for ages.11
-
LinkedIn feels like:
- be bombarded with recruiters messaging you
- people you don't know bragging about joining a company
- more people you don't know sharing useless advice for tons of corporate crap
Is just me or anyone feels the same?13 -
In the distant year of 2022.
Safari changes its logo to more appropriately reflect its position as the new Internet Explorer.
Chrome monopolized the spyware market and is facing another antitrust investigation.
Mozilla finally managed to fire all the developers working on Firefox and replaced them with highly trained dead monkeys.
Brave successfully consolidates itself as a cryptocurrency wallet and leaves the browser space.
Edge has two new users.
Who the **** is Vivaldi8 -
Being the only dev in charge of the project, makes you the one to be blamed for.
The God saviour, shiny armoured back end developer that joined the "team" (only me) to help into this new project Just Said in a meeting:
- "I wont code anything for this new project, I can't get the point of It"
So every meeting was
- "why feature X is not ready?"
- "I'm waiting the endpoint for It"
- "well, then mock It"
Now I fucking give up.
One month mocking things and "presenting" features that don't even exist. -
Recently created a tech YouTube channel exploring all the CS and software engineering fundamentals in a simple, intuitive way. Go show some love :) like, subscribe, comment. Feedback is welcome.
https://youtube.com/channel/...1 -
@supports in css - helps to check whether the browser supports the given css property before it applies
-
I have unspent credits in Azure that waste each month. To not waste them I spun up a VM to run cookie clicker on it.