Details
-
AboutDeveloper
-
Skillsjava, spring, devops, DB
-
LocationBangalore
Joined devRant on 7/5/2019
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
-
Had a dodgy stomach. Muted the mic & let out an almighty fart.
Only, as you'll have guessed (and I quickly guessed from the silence that followed), I'd missed the mute button.14 -
I think we should ask the CDC to start versioning viruses. I mean we started with COVID-19. From what I hear it should be COVID-19.1 or COVID-19.2 by now.1
-
Mute your fucking microphones if you have nothing to say. Nobody wants to hear you breathing, your dog, a police car or whatever.16
-
I was asked to present a code I wrote previously. This was not planned. I shared my screen and presented. Things went well.
One employee asked me to search a particular term which was possibly related to an advance topic in the domain we were working on.
I opened Chrome and the first page had a Quora post: "Why my dull co-workers try to act smart and are not yet fired?".
[silence]3 -
I hate yaml; finding that one wrong indentation level that makes everything goes to hell while still being perfectly parseable is a nightmare. Brackets were created for a reason, please don't throw away that.5
-
I think my manager has this false impression that just because we are working from home, we suddenly are gifted with lot of free time.
In my experience, the work life is horrible like this. I have not seen much day light in the last 2 weeks.
I don't know how long i can stay sane like this.16 -
The place I'm interviewing for apparently has a "no music" policy. Is this common? Music is a huge part of programming for me. It helps me get into a rhythm and ignore all the little distractions like people tapping their feet, etc. that drive me absolutely crazy. Am I expecting too much here???16
-
The worst people are the ones who play it off like they know what they are doing. You read a few things online cool. That don't mean you need to set up a mission critical server. Why would you take 2 ssds put them in raid 1 then partition it for c, e, and d drive then set a backup to image c partition to d?2
-
Windows Subsystem for Linux should at least support mounting Linux filesystems inside those subsystems.6
-
Dev.to app asks me to type in my github username and password into the github login page opened in their app. Is there no better way to do OAuth on Android apps?8
-
My mate bought me a peach stressball that smells like peaches every time you squeeze. It has now become my coding companion.21
-
"You came here because we do this better than you, and part of that is letting our creatives be unproductive until they are." - Don Draper1
-
!rant
Today was the first day I ever added @deprecated annotations to our codebase at work
I'm not sure why, but it felt amazing to use those for the first time ever in an active project I work on1 -
What is the longest time any of you have been debugging one problem?
For me it was at my first internship where I was creating a multithreaded qt application. I had a problem that took me two weeks to figure out. I was trying to call a function from a qt thread when it wasn't the main thread. Took me two weeks to figure that out since it was my first time doing multithreaded applications, and the fix was dead simple.
Any similar stories?1 -
Oh boy its actually embarassing...
I was in a cosplay event, when I realized I only have 30 minutes till I check in for my first day in the job as a support agent.
I never had the time to change because of traffic and I was commuting so I spent the next 9 hours in side the company premises wearing a japanese schoolgirl uniform.
...I got quite everyone's attention, even the HR... ( well at least the HR just reprimanded me about that >_<)
Note to self: remember to give yourself 30 minutes more of allowance....31 -
Maybe some of you will find this useful.
I just finished the first stable version of my JSON-library for Go.
https://github.com/thosebeans/...
It provides a DOM-like interface for JSON-documents.4