Details
-
Aboutcee is here after ages
-
Skillsstuff
-
LocationIndia
Joined devRant on 3/4/2018
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
-
Who needs proper UI design tools like Figma or XD when you have PowerPoint
(context: I'm not a designer and I needed to prototype a simple UI really fast. It looks great tbh)4 -
Found in the PCIe driver code for something I have to work with:
if (false) {
// 200 lines of unnecessary code
}
You ever heard of, you know, comments?8 -
The more I'm growing the more I'm starting to hate this GOOGLE CHROME browser. Suggest me any alternates browsers?28
-
Look, I don't know why, but after sitting around doing nothing, I think he wants to kill me.
Send help.
I mean just look at him, staring right into your soul.8 -
petition to bad anyone to posts a tik tok on devRant
i feel like it's almost inevitably going to happen. please god no5 -
Just got a new work laptop last week. An upgrade from a crappy consumer grade piece of shit to a proper business grade 8c/16t laptop feels good.
Also Fedora.15 -
Day 5 of devWholesome...
It's almost halloween! Today is a day for relaxation and carving pumpkins. While halloween may be less exciting this year we should try and make the most of our circumstances. Dress up and have fun! Even if its just with your family dressing up is so fun. Carving pumpkins and baking are also super fun. We can all celebrate even if we can't necessarily go outside. And as always, make the most out of your day!11 -
I was told there's gonna be:
- good salaries
- informal company setups with benefits
- lots of jobs available
- non-dev people look at you in amazement
- get to work on really interesting stuff
What I'm actually doing:
- carrying a team of people in uni because you're the only one who knows how to code
- deal with shitty uncommented legacy code at work
- be reminded that if you don't do something super-sophisticated you're easily replaceable
- spend unpaid overtime hours because you're the only one at your job that is on the issue (I see a pattern of being alone in a problem here)
- requestion all my career decisions
- cry and be stressed
- hate every minute of work, yet be stuck in it because it's a source of income that is flexible enough for me to be able to study full-time
So dunno man, I'm still waiting on what I've been told, people say there's lotsa money and satisfaction waiting for me after grinding through 5 years of high education, it'd better be worth it5 -
Spent an hour trying to optimize some code but none of the stuff I was trying (rearranging/overlapping DMA transfers with other stuff for some ye olde concurrency) seemed to be doing anything.
Aaand obviously the stupid thing was set to autobuild Debug config on save but I was testing Release config. Sigh.1