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
Feed
All
Post Types
- Rants
- Jokes/Memes
- Questions
- Collabs
- devRant
- Random
- Undefined
Cancel
All
-
If I've offended you with my posts I am sorry.
I honestly didn't think you could read.
Also, its FUCK YOU ALL FRIDAY!5 -
Visual Studio in the recent releases got some updates where it "accelerates build time" by caching DLLs or something
Good in theory? sure.
In practice? So very often, a "hot reload" now doesn't trigger a DLL swap. VS says that changes have been updated but you see stale code and you've to turn off the program and re-run it
I'm sure there's a way to turn this acceleration off and will do that after this rant, but I don't get how such retarded features get green-lit and make it to production :v
I understand that for biiiig solutions with minutes of build-time, this would be god-sent, but if it's this unreliable in my 8-Project Solution, I wonder how unreliable it'd be in bigger Solutions
at least turn it off by default if you know it's shit ffs.5 -
The sheer rage I feel after sending an 'urgent' email to a client, following up five times with no reply, and finally getting a reply a week later: 'Thanks for your patience!'... I wasn't being patient, I was suffering.2
-
Have you ever started a new job and they have a bunch of legacy and technical debt so much that it doesn’t even makes sense trying to fix anything4
-
Emailed a few recruiters last week. More or less immediately started getting a load of casino spam.
Clearly this is just a coincidence and that reputation for being a sleazy bunch of pimps is entirely undeserved.8 -
At my new job I'm allowed to goof around more while at the same time less. Im no longer limited to tech and can just choose the best tool for the job and fuck around trying out new interesting stuff that might work. But at the same time IF I FUCK UP, you will definetly read about it in the news!12
-
So I onboard this guy on the project. One week in we worked on a task. There was a socket hang-up error. After a lot of debugging, I realized the issue was the value being sent over RPC to the API. Resolved in a huddle with the guy to show him how I debugged and found out.
2 weeks later, the client uses the API elsewhere, and runs into the same error, opens ticket. The new guy picks it up. After spending a day, says he can't find the issue, let alone reproduce it.
I have to jump in.
My guy, we just went through this recently. How much did he accumulate in 2 weeks since we did that, that he can't recall the fix6 -
Okay, maybe I'm unlucky, but I find macOS to be extremely buggy and inconsistent across the board compared to Windows.
The "it just works" slogan hasn't been true in my case.
Like, there's always some dumb issue hindering me.
For example, I can't seem to resize a window by its edge on my second screen in macOS. It just doesn't work.
Of course, Windows isn't perfect, but it works without a hitch in my case.
Finally, the memory swapping issues that lead to lag.
On a typical day, I have two instances of IntelliJ running, Android Studio or XCode, and two Edge + Mozilla, and Docker. 32GB should be able to handle this smoothly. This works fine on my 32GB Windows workstation.
On my 32GB M2 MacBook Pro however, I have to constantly close some programs because of lag.
Not to mention, memory fills up really quickly. I essentially turn on the MacBook and 18 GB are in use. WTF!9 -
Here in Germany we have early elections, because the current government failed due to internal disagreement. And as usual, each of them promises everything you can think of, just to get some more votes.
Lucky me, we have "die Partei" (yes, that's there literal name), who are basically just trolling everyone. Just checkout out their party platform for this election: https://www.die-partei.de/btw25/ (can be easily translated).
And yes, they can be elected. :)))11 -
Turns out, even spam in dR has its benefits :)
retoor's bot was asleep I guess, so I noticed a spanish spam post about taxi 24 horas [taxi with 24 whores]. And it was quite a good test for my spanish! Turns out, with Duolingo in one year one can learn to understand a language quite well. I only didn't know a few words in the spam post, but the rest I read as if it were english.
Daaayyuummm.. I was too sceptic about Dulingo :o6 -
I often think of how words are made, how they relate to other words, sometimes I discover interesting relations and etymologies.
Like the word ASSISTANCE. ASS-IS-T[A|E]N[S|C]E. And sure enough we need it most when we are frustrated and our asses are tense.
Coincidence? Idk. But I'll never see this word the same again.
Neither will you.
Ur welcome5 -
Appointments appointments appointments meetings meetings appointments suffering meetings meetings AAAAAAAAAAA I DON WANNAAAAA4
-
Finally fixed that bug after hours of debugging, and a bit of crying/screaming… and now I have a brand-new error message to cry about. Progress I guess?1
-
Some time ago I had a brief period of time when I had no tasks.
In order to stay productive, while having a lot of free time on my hands, I had decided to create a documentation of a feature in our game that has slightly different implementations depending on the platform on which the game is running.
Once I was done w/ the documentation, I shared it w/ the lead.
His feedback was along the lines of:
'It's OK, but the color palette that you used could've been better.'
/* What I used was basic colors: feature is available = green; !available = gray; partial availability = yellow, etc. Simple, easily readable. */
So instead of 'Thanks for documenting this.' I hear 'You have poor design skills - you should've used company's theme'.
/* I'm guessing since the company's logo uses some fancy colors, in lead's mind, those colors should've been used in documentation. */
Well, duh - I'm !a graphics artist / designer, so no shit.
There will definitely be no graphical fireworks in my documentation.
I fucking love working w/ people who have their priorities straight - '_fuck_ usefulness && correctness of data; It must be pretty too!'.15 -