Details
-
Aboutlol
-
Skillsjava
-
Locationdelhi
-
Github
Joined devRant on 7/27/2016
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
-
People hear talking about shit like "*high level stuff* SUCKS. YOU *big tech company* FUCKTARD." And I'm just here trying to graduate without failing a CS course because my teachers want me to mug up the code and not understand it! Needless to say, I don't mug up but it's just so fucking irritating when people in your class are mugging up the code and definitions like it's Redbull and scoring stellar grades. FUCK THIS SHIT!4
-
Did some updates to an older Web Forms website built by a previous SENIOR developer who is a notoriously horrible developer.
Now before I start, you have to understand this guy studied at a University and had been working for at least two years before I even started working. He is supposed to know the basic shit mentioned below.
This also happened a couple of days ago, so I have calmed down since then so I apologise for the relaxed tone. My next rant will contain a lot more swearing.
This fucking guy did the stupidest shit imaginable.
On the details view of a post|page|article|product|anything that would require a details view this jackass would load the data from the DB.
Using an OleDbConnection, OleDbDataAdapter, DataTable and the poorest writter fucking sql statements you have ever seen. All of these declared in the Page_Load method.
There was literally no reason for him to use OleDb instead of Sql, but he simply did not know any better.
He especially liked: "select * from tbl where id = " & Request("T") & ""
ZERO fucking checks to see if the value is even passed or valid, nothing. He did not even check whether the DataTable had any rows.
He then proceeded to use only the Heading column of the returned row to change the page's title.
Stupidly I assumed the aspx page will be in a better state. Fuck NO!
This fucktard went, added server tags to the opening of the asp:Content tag, copied that shit he used to fetch the data and pasted it between the server tags.
He did not know how to access the DataTable mentioned above from the aspx page!
He did this on every fucking project he worked on. Any place that required <%= %> to display data instead of using asp server controls, this cunt copied whatever was written in the code behind and pasted everything between server tags.
Fuck I could go on forever, but I think this is enough for my first rant.2 -
Google searches resulting in Github issues instead of StackOverflow questions is how you know you are really screwed.4
-
Developer (master's degree, -bleeping- smart guy, no kidding) was bragging on how he made a piece of code 3x faster (with the usual pinch that the original dev was incompetent) and spent nearly 6 weeks working on it (wrote his own parallel-foreach library because Microsoft's parallel library was "too slow").
I was the original dev and he didn't know I had my own performance counters where I broke down each stack (database access, network I/O, and the code logic).
Average time was around 5ms (yes milliseconds) and worst case was around 10 seconds. His '3x improvement' was based on the worst test case, which improved by about a second. Showed our boss my graph (laughed out loud, said 'WTF', other curse words) and the dev hasn't spoken to me in weeks (I say 'hi' in the hall and he keeps walking)
Take that master's degree and high IQ and shove it.17 -
that moment when you realise the ID column in the DB has no auto increment on it after sending a 900k lines query... FML3
-
I've been encountering a problem in my personal projects code weeks.
fast forward to today, and i'm sat enduring a wedding.
Out of no where the soultion hits me and I spend the next 25 minutes running round asking for napkins, so I can write the soultion on said napkins with a kids crayon.
Work. Never. Stops.2 -
I wish all newbies would read clean code. I feel if you understand the concepts you can more easily join an established team and contribute more quickly with less do overs. I realize writing elegant, testable code is like making good whiskey. It takes time.5
-
Ey! Who of you uses that damn timer library (dunno the name) in your apps where you set on left side the hour and on right side the minutes.
AND AFTER YOU OVERSCROLLED THE 00-MINUTE AGAIN YOU HAVE TO TURN THE HOUR BACK!!!!
I hate you :D2 -
I hate sharing something that I made and that I think is super cool with my non-dev friends and then they're like "yeah so? doesn't look that hard."
😒😒2 -
Me : I'm a software developer.
Neighbor : Hey could you fix my PC it's not starting.
Me : *goes*
*Finds monitor cable disconnected*
*Facepalm level==69*9 -
so I'm married to a developer. he works at horrible boring forever projects he is trying to make me apreachiate. well fine. I can do that. sure. but for fucks sake, why on earth does a web developer need to work weekends?! and why can't he get time off? why is it even remotely important if the shop is up a today or a week later? who the fuck cares if people have to wait a week longer to buy fucking pumpkin oil online?! who buys fucking pumpkin oil online anyway?32
-
So there was an inspection from government for our bank's IT security. I gave a tour to our server and security systems. I threw all possible acronyms as much as I could remember. Inspector nodded and noted down never uttered a word.
Finally, he breaks his silence, looking at a device he points out and says "What's that ?"
I look at the device then stare at his face back again at the device and to his face I reply "That's AC, Air Conditioner".19 -
A group of computer science geeks were listening to a lecture about Java programming at a university.
After the lecture, one of the men leaned over and grabbed a woman's breast.
Woman: Hey! That's private OK ?
The man hesitated for a second looking confused.
Man: But I thought we were in the same class.3 -
I opensourced a project of mine at github a few months ago (MIT) and found my source code in a different project. AWESOME!3
-
When you're coding during the weekend and your family are asking why you're working. They don't understand personal projects!3