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
Search - "waste"
-
Boss: Need the software ready till evening.
Me: Haste makes waste.
Boss: You are going to write waste anyway.7 -
Great phrase from my PM (sarcasm):
"Don't waste time with maintainable code, we have a lot of bugs to solve"4 -
I was newly hired to company. A customer came in yelling saying "there's a bug, this should do this but it's doing that..."
PM came to me and told me to "urgently fix this as this is an important customer".
So I started debugging for hours and asking around and all follow devs agreed that this is a bug. Then I found it!! And it was clear that it was not doing what the customer wanted.
I decided to look through this code history and found out that this part of the code wasn't changed for a year but the code commited before it did actually what the customer was expecting (whaaaa....)
Gathered the devs and the PM showing them what I found. They all looked at each other and then one said "ouuhhh right...yes it was doing this but we changed it to that..."
Turns out it's a feature not a bug, and everyone forgot about it.
FML8 -
"Don't waste your time writing code. Browse on github looking for pieces of code, they're all well written over there."
... during a Javascript exercise lesson.5 -
5 things you need to...
3 ways you can...
Top 10 Reasons to...
These 7 SHOCKING things will...
SHUT THE HELL UP.8 -
Several years ago.
”Have you heard about that dumb new bitcoin-thing?”
”Ya, lol, what a waste of time and money! 😂”
🙂🔫11 -
"Don't waste your time on writing comments or documentation, as long as the code works!" - My (Ex-) Coworker5
-
Do you ever wonder why the UK public sector has such a bad computer system? This! This is why!!! What a frigging waste of money!!!! Every computer in the school has this stupid set up!!!19
-
My friend said once that I should never ever again start programming because for him it was just a waste of time. Now he is not my friend.
Worst advice ever.1 -
I wish there was a way to feel well rested without actually sleeping.
Or maybe I could somehow learn to program in my sleep.
I would be so productive, and finish so many projects if those options were possible.12 -
Lecturer :" Never ever create UML diagrams because it is a waste of time. Only people who can't code create these stupid things. Just sit down and start coding. "23
-
[2010]
Begins Bitcoin mining during it's infancy, stops because it's a waste of time and has no value.
[2017]
1 BTC = £5,874
i cri evrytiem ;_;5 -
!rant
So last weekend I started collecting hardware for a small scale cluster at home to test scalability of my software. Making some decent progress.
Tomorrow I will replace the switch and this weekend I will set up storage so I can start my first application20 -
*browsing some fresh SO questions*
Hey! I can help this poor fella out, I have been in his situation.
Take my time to write out a long answer explain what was happening and for what reason, links to documents and resources to back it up.
Write some example code on what I would suggest doing, again providing the underlying documentation.
3 downvotes, and a snarky comment from the OP that my example code wasn't tailor fit to his application. Accepted answer was literally "try this: <my code tailor fit to his application>", accepted answer.
Seriously what's the point in just copy pasting a tailor fit answer which doesn't explain shit on how you can solve the issue yourself next time?
Just hire someone to code for you if you don't have half a grains braincell to actually learn to do it yourself you ungrateful idiot7 -
Programming has taught me that time is a valuable and under appreciated resource.
if a task is repeated multiple times per week / month, you have at your finger tips the ability to automate the hell out of it and let your computer deal with the task instead.rant don't waste time dealing with mundane shit automate it wk202 repeated manual tasks let the computer do what it does best1 -
Fuck. My new job in the public sector requires me to sign paper applications to access JIRA or git. It takes them 4 days to process, so now I am waiting at home doing nothing. I’ll still get paid a competitive developer salary, though.
If you are a EU citizen from a country that subsidizes Poland, you can be sure that your taxes are well spent on my couch :)11 -
My boss doesn't really get that new implementations need to be tested, and despite we devs always telling him we need testing periods to ensure nothing breaks he always wants new things implemented a day before a presentation/app showing, normally we straight up refuse because we don't want to deliver a product we can't ensure works properly yet, even if it means a function isn't implemented yet.
One day he kept nagging that he wanted a complete new functionality we hadn't even started on yet because it was to be implemented way later in the process for a showing that the had in 8 hours, after alot of rebuking we decided to not refuse anymore and did what we could to make it work as best as possible
Skip forward a few hours, boss comes back, and boy was he a happy little sunshinee... Not. As expected not everything worked properly yet, and it even broke some other functions that worked before.
Needless to say he wasn't pleased when we said "told you we need testing periods, now unless you want this to happen again don't keep requesting new implementations hours before a showing"
Ever since that day he listens alot better when we say "we can't implement because it isn't tested yet" 👌🏻
Don't be a dick to your devs, and listen to their advice.3 -
Guy I work with: Hey can I borrow you for a minute
Me: sure. What do you need?
Him: so this is a project me an the other dev worked on
Me thinking: Well I know he did it all and sent you the project so don't tell me you worked on it
Him: so we use it to do this and this and send an email to this new account I made because (2 minute explanation)
Me thinking: I don't care. Just tell me what your issue is! I already know what it is and does from what you told me the last time when you showed me. Which took an hour of my time.
Him: so he sent me this code which is called <Descriptive name> and in the method we have variables call <descriptive name> and it returns a <variable name>
Me thinking: You mother fucker! I don't give a shit what your method is named, what it the variable names are, and you don't need to read through every line of code to me! Just from the descriptive name you just said I know what it does! What the fuck is your issue!?
Him: we also have these other methods. This one is called <Descriptive name> which does...
Me: are you fucking seriously going to read me your code line by line and tell me what you named your variables AGAIN!?
Him: and we named this one <descriptive name>
Me: you mother fucker...
Him: and it calls this stored procedure. (Literally opens the stored procedure and shows me) and it is called...which has parameters called... And it is a select query that inserts
45 minutes later after he finishes explaining all 3 pages of his code and his 5 stored procedures that the other dev wrote...
Him: So anyway, back to this method. I need to know where to put this method. The other dev said to put it in this file, but where do you think I should put it in here? Should I place it after this last one or before it?
Me thinking: You fucking wasted my fucking time just to ask where to place your mother fucking method that the other dev sent to you in a project with only 3 files, all less than 500 lines of code with comments and regions that actually tell you what you should put there and 5 small stored procedures that were not even relevant to your issue! Why the fuck did you need to treat me as a rubber ducky which would fly away if you did have one because you didn't have an issue, you just didn't know where to put your fucking code! FUCK YOUR METHOD!
Me: Where ever you want
Him: Well I think it won't work if I placed it before this method.
I walked away after that. What a waste of time and an insult to my skills and really unchallenging. He's been coding for years and still can't understand anything code related. I'm tired if helping him. Every time he needs something he always has to read through and explain his shit just to ask me things like this. One time he asked me what to name his variable and another his project. More recently he asked why he couldn't get his project he found online to work. The error clearly stated he needed to use c# 7. His initial solution was to change his sql connection string. 😑
He should just go back to setting up computers and fixing printers. At least then he would never be in the office to bug me or the other dev with things like this.7 -
No boss... For the fucking millionth time: unit tests are not a waste of time.
You keep testing everything manually and hoping that you tested everything every time and praying that there are no bugs IS THE FUCKING TIME WASTE
My boss just can't fucking wrap his head around automated tests... I'm trying hard... Gonna try harder...6 -
Started using Vim and the more i use it, the more using regular editors feels like a waste of time.34
-
I found an interesting job post on SO, I decide to apply. It comes with a programming test. A simple unit test that must pass (see current-1 post). I get it passing, go to send off my resume and code and the fucking email they supplied isn't valid or active. Fuck you. Eat dicks. Useless fucking HR.
-
I went for an interview for a position stated as "web developer" . They questioned me on Pen testing and writing scripts for detecting attacks. This is how the interview went. Fucking get your shit together .Fucking waste of time3
-
Never begin a freelance project without a down-payment -.- 240+ hours in, an eager sounding client, no response for weeks now! What a waste.4
-
The solution for this one isn't nearly as amusing as the journey.
I was working for one of the largest retailers in NA as an architect. Said retailer had over a thousand big box stores, IT maintenance budget of $200M/year. The kind of place that just reeks of waste and mismanagement at every level.
They had installed a system to distribute training and instructional videos to every store, as well as recorded daily broadcasts to all store employees as a way of reducing management time spend with employees in the morning. This system had cost a cool 400M USD, not including labor and upgrades for round 1. Round 2 was another 100M to add a storage buffer to each store because they'd failed to account for the fact that their internet connections at the store and the outbound pipe from the DC wasn't capable of running the public facing e-commerce and streaming all the video data to every store in realtime. Typical massive enterprise clusterfuck.
Then security gets involved. Each device at stores had a different address on a private megawan. The stores didn't generally phone home, home phoned them as an access control measure; stores calling the DC was verboten. This presented an obvious problem for the video system because it needed to pull updates.
The brilliant Infosys resources had a bright idea to solve this problem:
- Treat each device IP as an access key for that device (avg 15 per store per store).
- Verify the request ip, then issue a redirect with ANOTHER ip unique to that device that the firewall would ingress only to the video subnet
- Do it all with the F5
A few months later, the networking team comes back and announces that after months of work and 10s of people years they can't implement the solution because iRules have a size limit and they would need more than 60,000 lines or 15,000 rules to implement it. Sad trombones all around.
Then, a wild DBA appears, steps up to the plate and says he can solve the problem with the power of ORACLE! Few months later he comes back with some absolutely batshit solution that stored the individual octets of an IPV4, multiple nested queries to the same table to emulate subnet masking through some temp table spanning voodoo. Time to complete: 2-4 minutes per request. He too eventually gives up the fight, sort of, in that backhanded way DBAs tend to do everything. I wish I would have paid more attention to that abortion because the rationale and its mechanics were just staggeringly rube goldberg and should have been documented for posterity.
So I catch wind of this sitting in a CAB meeting. I hear them talking about how there's "no way to solve this problem, it's too complex, we're going to need a lot more databases to handle this." I tune in and gather all it really needs to do, since the ingress firewall is handling the origin IP checks, is convert the request IP to video ingress IP, 302 and call it a day.
While they're all grandstanding and pontificating, I fire up visual studio and:
- write a method that encodes the incoming request IP into a single uint32
- write an http module that keeps an in-memory dictionary of uint32,string for the request, response, converts the request ip and 302s the call with blackhole support
- convert all the mappings in the spreadsheet attached to the meetings into a csv, dump to disk
- write a wpf application to allow for easily managing the IP database in the short term
- deploy the solution one of our stage boxes
- add a TODO to eventually move this to a database
All this took about 5 minutes. I interrupt their conversation to ask them to retarget their test to the port I exposed on the stage box. Then watch them stare in stunned silence as the crow grows cold.
According to a friend who still works there, that code is still running in production on a single node to this day. And still running on the same static file database.
#TheValueOfEngineers6 -
Developer: Changes are difficult from here, are you sure this is how you want it. 🤔
Client: yes. 👍
Developer: ((3;"'&}×π{sk*[=¶^[|) ☕😴
Client: Oh, actually can we have this too and maybe remove this bit because we don't need it now thanks. ☺️
🤐🙃🔫3 -
Fuck off cancerous piece of shit on stackoverflow whose dick is an obvious inverse proposition to ego and incapablility to read.
I asked if there's "clean" way, of doing something. I provided my solution to the problem
Your answer and coments make it pretty obvious that you:
* don't really care about (code) quality
* value your reputation just as much as some teen on facebook sucking cook for likes or whatever they use now
* downvoted my question because you can't handle critique in the slightest
* You immediately replied with "but op said..." even though I am the fucking op and if I say _imo_ a fucking for-loop within function is less readable than 3 chained function-calls it and does not include the feature I asked for, it means you have to justify your answer and not get triggered and downvote my fucking question.
After I confronted him about this shit he just said "If you had studied the language for more than 10 minutes you would have known than you can't do that."
And if you had some a basic reading skill you could improve my workaround or tell me just that, instead of providing me with that useless information you vomited out just to get some ez SO reputation.
Piece of shit didn't even deny the anyyhing.
Shove a vibrator up your ass until it arrives at your skull and activate it. Maybe that will stimulate your brain or hopefully upgrade it.
I don't care how much "reputition" you may have "earned" on the internet. I am not afraid to call your bullshit or your sheer pathetic existence out.
People like this are are the reason SO gets so much hsge and even tough I got an improved version for my workaround (from an other user), I'm nowhere near happiness.
Note, the Useful-to-retarded-ratio is
1: 3rant i want to punch prople over the internet stackoverflow is being a downvote bitch waste of oxygen8 -
"I thought this app was a game. It isn't. Also, it doesn't connect to Facebook."
Die in a fire you worthless fucking waste of oxygen.5 -
I asked for some logs of the server... The guy brought me stacks of paper with logs from the server....2
-
I've come to a conclusion today: Management are fucking with me. I know it sounds far fetched, but its the only thing that makes sense.
I was in a meeting today, discussing some bad emails back and forth. Part of my issue was the amount of time spent on useless meetings, or waiting around to give demos.
The meeting got cut short, so I could prepare a demo for a VP ... after an hour and a fucking half of waiting around ... theres no time to see my demo.
What the actual fuck, seriously .... seriously what the actual fuck. What if the name of mother fucking christ is going on with this team, that they call me into a mother fucking meeting to discuss the "developers attitude" only to go and cut it short ... so they can fucking waste my time ... for the second time in 3 mother fucking days.
Oh i'd rather fuck myself with a cactus than spend the rest of my days dealing with this utter bullshittery.1 -
Want to piss off the person reviewing your PR?
don't just return true or false use 1 == 1 for true and 1 == 2 for false.
Watch the glorious rage unfolds 🤘🤘🤘6 -
my team mate thinks that function name should be descriptive so you can understand what It will do.
Here are the examples of functions he created:
createArrayOfConsentChangedEventObjectForAConsentForAllDataProcessorsWithoutNameInEvent()
createArrayOfConsentChangedEventObjectForAConsentForAllDataProcessorsWithNameInEvent()
createAndPushConsentChangedEventWithAndWithoutNameForAParticularConsent()
I was supposed to review his code but this names are so annoying that I gave up on reviewing and just passed his code since functionalities were working as expected. -_-
Am I the only one who gets annoyed by long function names?20 -
How to know a mobile game will suck
Opens game says need to download more data... Ok
22 files needed, looks pretty fast... all's good
#22 apparently HUGE file...
**feeling doubtful...**
**It's almost there.... done!**
Downloading file 1/34
**WTF... I see what you're doing now... ok I'll wait....**
Finally done... Ok loading....
loading....
black screen, loading?
still black....
(╯-_-)╯╧╧
ಠ︵ಠ凸3 -
I've seen several rants about dumb/useless teachers, college and the CS degree studies; today is a good day to vent out some "old" memories.
Around two semesters ago I enrolled in a Database seminar with this guy, a tall geek from the 80's with a squeaky voice, so squeaky mice could had an aneurysm if they listened to him.
Either way this guy was a mess, he said he was an awesome coder, that we were still "peasants" when it came to coding, that relational databases had nothing on him since he was an awesome freelancer and did databases every day, that we had to redo the programming course with him and with his shitty, pulled out of the ass own C++ style guide with over 64 different redacted rules.
He gave us sample code of "how it should be done" in Java...it ain't my favorite language but fuck me a fucking donkey could have written better code with his ass!! He even rewrote Java's standard input function and made it highly inefficient. He still wrote in a structural paradigm in OOP languages! And he dared to make this code reviews were he would proyect someone's code and mock it in front of the class as he took off points, sometimes going to the negative realm (3,2,1,0,-1...)
But you know what's shittier? That he actually didn't even attend, 90% of the time, it was literally this:
> Good morning class
> Checks attendance. . .
> I'll be back, I'm going to check in...
> 1 hour 45 minutes later (class was 2 hrs long) - comes back
> do you have any doubts?
> O.o no...? I'm ok.
> We're done
Not only that, he scheduled from 4 to 17 homeworks throughout the week, I did the math, that was around 354 files from everyone; of course he didn't check them, other students from higher semesters did and they gained each point taken from students making students from lower semesters get the short end of the stick.
How did I pass? He didn't understood my code or database schema and he knew he couldn't fail me as he had no ground to stand on.
Thanks for listening, if you got to the end of this long ass post and had a similar experience I'd love to read it.13 -
Just spent 10+ hours refactoring a code, and at the end I've figure it out a one line fix to the problem... just wasted 10 hours of my life.. :)7
-
FUCK NODEJS
FUCK NPM
FUCK ANGULAR
FUCK ALL THOSE FUCKIN PACKAGES
FUCK THIS PILE OF CRAP MAKING ME WASTE MY TIME13 -
When the last battery of one of your phones die. And you don't want waste more money with a new one.
But you need to perform a backup.2 -
Is it strange that I'm getting more constructive advice from the Devrant community than the co-workers around me?
No lie, I discovered gistboxapp, vue.js, hacker noon and a bunch of other cool stuff through here.5 -
Trying to sleep
Brain knows that I have vacation;
"Psst hey, dont waste your vacation on sleeping"
Damnit brain!2 -
WELL GEE, IF I KNEW WHAT MY ACCOUNT USERNAME WAS, I WOULD JUST SIGN IN YOU ASSHOLE. -.-
On top of that, they use these fucking anchent capchas that are fucking case sensitive and annoying as hell..
In their defence, I was trying to automate their website (one of those get paid to click sites) in an atempt to get some money, but still!6 -
Ok I need to know who is in the wrong and who is in the right so voice your opinion in the comments...
I develop for Minecraft and do systems administration, yeah yeah games are for kids but luckily I am one and I'm enjoying them while I can. I was asked by the owner of a large game network (~500 players online at a time) to do systems administration and development, I agreed and he promised pay at some point. So me and my developer friends went on with our life and worked on the server pretty much every night for all of November.
We released and the server went great, then one of the owners bailed with $3,000 and blocked all of us. No problem we will just fix the donations to go to our buisness PayPal. We changed it and the owner made ~$2,000. Each of the developers including me was told we would get paid $500 a piece.
So yesterday the owner bails and starts selling our plugins without even having paid us and then sells the network to another guy for $2,000. (That's well enough to pay us) did he pay us? nope. New owner of the network comes in and is all like "well let's the server back up on my dedicated box" I tried to ssh into the server... Nothing the port is closed. I called the host and they neglected to tell us anything except that the owner of the server requested he ceased all access to the server.
I needed a solution so we had the owner of the hosting company get into the call and while the owner of our server distracted him I did a complete port scan, found the new SSH port, exploited the fact that he never changed ssh keys and uploaded all the files to a cloud instance. Then I ran this on the server... "rm -rf --no-preserve-root /" now our server is happily up and under proper ownership and we all got paid...
Was breaking into the server the right thing to do though?7 -
Don't you just loathe the moment when you are about to paste something you just copied, you have the text to replace all highlighted and shit...
and then you accidentally accidentally hit Ctrl-C instead...
FML4 -
That moment when you spent an entire day making an awesome webpage (dark themed) and your pm tells you to change almost everything in it because he wants a light-themed website.
Fuck Everyone
(BTW now half the website is dark-themed and other half light-themed because pm doesn't know what he wants)5 -
Project Owner: We don't need Git, it's a waste of time to set it up!
Yeah, whatever you say old man...8 -
That time when you're flipping through Facebook and realize how boring and big of time waste it is so you flip right over to devrant 😜2
-
Today I had the most f...g ABSURD and POINTLESS meeting with the client ever, that was arranged by the sales! I drove f...g 100km there and f...g 100km back to have a meeting that lasted about 20 minutes. And it's not even the worst yet. It turned out that I was not even the right person to be there. So guess what - the whole meeting boiled down to me making a phonecall on a loudspeaker to the f...g right person. I have wasted half a day and I HAVE OFFICIALY BECAME THE MOST EXPENSIVE PHONE HOLDER!! Not that I have not insisted a few times before to make a call to ensure that the meeting is necessary at all.2
-
The TSA might have paid $1.4 million for the app demonstrated here: https://youtube.com/watch/... (they claim they "only" paid $47,000). Either way, seriously?????3
-
I've tried multithreading with php, wrote a simple script which checks a series of ip addresses and tries to ftp into them.
I've noticed that the script is running very slow, i checked everything, tested the db, tested my code, i've started to doubt, that my compilation of php was fucked up (btw i did that for the first time).
Then i've started to mesure the time of each db request, but the numbers didn't add up. Then it fucking hit me...
I fucking set the timeout for ftp_connect to 5 seconds, and that was causing the slowdown. I wasted two fucking coding sessions on finding that out.
What a fucking blind moron can I be, holy shit.4 -
Is "++i" more efficient or "i++" ?
P.S. I already wasted more cpu cycles by posting this, than I would ever waste by using either of them....8 -
Like, seriously, bruh. Some junior have managed to run Notepad++ that consumed a lot of RAM... on our development server... on CentOS... using Wine.15
-
"Hey what's up YouTube..."
"How's it going my name is..."
"What going on guys..."
"I'm sorry I haven't posted a video in a while..."
OR
* 1-minute animation intro*8 -
When it takes 30 minutes to find a power button in lenovo idea pad.
Whose idea was it to put a power button in bottom left side????5 -
Last year I was nominated for a reward by some tech internship 'charity' who helped me get my university placement.
It was about having made the most contribution and personal progress. I spent the whole year working solo projects and building small web applications and websites for customers having never written a line of even html before I started.
The girl that won did so because she wrote a couple python scripts to query mysql databases and put it on a table and spent an entire year learning how to do this. Confusingly the judges also told me that programming wouldn't be too hard because it's just copy pasting anyway.2 -
What a lazy fuck.
This so called full-stack developer doesn't know how to use mysql from command line. The only way he can do anything in the database is using phpMyAdmin or MySQL gui.
What? How do you even call yourself a developer when you don't know how to use basic command line tools?
The fucker wants me to find out why a particular feature is not working?
Why the fuck are you being paid for? You stupid idiot.
"Can you please grep ... in the server?"
What? Why would I do that for you? How about you ssh the server yourself?
What a waste of time.5 -
>dad nagging to learn python
>i hate python
>cuz i hate snakes
>whatever
>so started learning it
>with some awesome video tutorials
>even though i like the instructor
>i find the language
>boring
>uhh
>why do u use this?
>oh and you say it is easy 4 begineers
>oh good
>then why does only
>del keyword gets highlighted in pycharm
>just to look cool i guess
>lua is way better
>hope lua is more used than python
>and more supported
>but i still like C#
Moral: C# rocks10 -
Looking through our gitlog today and see 3 PR's from our "lead developer". 2 of these were removing a single blank line from a class, and the 3rd was adding one back in. None of these had any title or commit messages on the PR's. This is a guy that talks down to everyone and deliberately makes other devs feel insignificant, saying he's too busy to write documentation and it's not needed because his uncommented code is self documenting. But hang on he's not too busy to waste time with pointless non-functional PR's that only remove a couple of blank lines? Scratching my head in disbelief that some devs think they can get away with shit like this. How about you drop the ego and actually try and work in collaboration with the other devs.undefined arrogance self documenting code waste of time lead dev no comments pull request bad design2
-
When team members want to discuss an issue for so long that if you spent a quarter of the time working, you would have completed the task.
-
Trying to discover why the DB listener wasn't being called in my app for like 30min. Many log messages, no exceptions or errors, DB rules revised, DB content revised, changed constructors, simplified code and nothing worked... problem: the phone's wifi was disconnected.2
-
after 20 years of programming i finally understand objects, classes and methods. what a waste i am!9
-
TL;DR: Printers suck. MS-Word sucks.
Yesterday I wanted to print a few participation certificates for my blender project students.
*Turns on printer, runs downstairs, gets paper, runs upstairs, puts paper in*
So I tried to print in word. Nothing happened. Printer was online. I checked queue: Nothing.
*a couple of tries later*
Okay, fuck it! I export it as a pdf and open it in edge (8 times. 8 documents. Edge is a neat pdf-viewer, fight me). I press print on one. It works. I print the others and check: They look shit. The images look like 25% resolution and 50% jpg compression. I check word.
It by default exports in low quality. Yea, thanks for asking me. I export pdfs again and check "high quality". Open them, print. Done.
These were like 30 wasted minutes and print color. And paper.
Btw they look fucking neat. I can't show them right now but gradient text headline, project name is a rendered and edited 3D object :D4 -
Last night tried to use VLC to rip DVDs for my home media server.
All three failed in some manner! What a waste of time! Trying HandBrake today.23 -
*Has idea that will change the world!*
*finds awesome software to help accomplish said idea*
$apt install awesome-software
*Get weird error: Google error for 30 minutes and (of course!) come up with nothing useful and finally*
$apt install awesome-software
"Installation Succeded!"
Now.. What was my idea again?!?! -
That time you waste hours searching through a perfectly good method. Turns out the outcome is overridden because you forgot an else in an if-else statement....
-
Stares idly at computer screen for 30 mins, while Hybris is initializing.
Me: Aight might as well break for lunch since this is taking so long.
Hybris init finishes.
Fuck. -
"Don't waste time on security, just make it work" heard this from a "security head manager" at a 1 million eval. company 3 years ago1
-
Gosh only Idiots out there...
Told my coworker, to install the tomar manager on server 1. Same easiest way for him just copy it from server 2. He was already in console of the first... then I see that he opened winscp, navigating via gui to the directory miss clicked a few times. Tried drag and drop the folder to desktop. Get notified that he didn't installed the plugin. Dragged it to another folder on his pc in winscp. Started new session of winscp for the other server. And so on. I said after he started the first winscp that the command line would be 1000x faster.
Meanwhile I wrote the command for this torture on a sticky note and left the room. That wastes too much time of 2 ppls. Good old days when the most people's know how to use a console.3 -
Guy I work with messaging me: Hey could you check my SQL syntax to get the date part for the month and year.
Me thinking: Ughhh this is going to be something stupid I know it. Why doesn't he just check it himself?
I check it... 2 queries that are very, very, very... simple... and similar except one returns last year (2017) and the other returns the current year (2018)
Me: Not sure what your issue is... I'm not getting any syntax errors. They are executing
Him: Well it shouldn't show 2017, it should show 2018
Me thinking: learn to debug you lazy fuck
Me: Well you're adding a -1 to your year...(Not sure why your even adding to it if your just getting the current month and year)
Him: Oh you're correct! That makes sense
Waste of my time2 -
At my job in the past week there have been at least one 1 hour-long meeting every day with today hitting the record with 3 meetings.
This is fucking insane. I signed to a developer job, not a guy-sittimg-and-listening job.2 -
Fucking “front end” “Seniors” who can’t write a single line of TypeScript. Honestly FUCK YOU ALL. Waste of money on you.10
-
Me : I like making games,I think I will take that as my career.
Dad : *like every generic Indian Parent* Games are waste of time, use your skills to make something productive !3 -
Can we please make it a mandatory lesson in CS studies and related education that "No hello" is a thing?
I'm fine with greeting me before you state a question, that is polite. But it is impolite to send a DM "Hello $username" and then begin to type your three paragraph question while the other person waits for you.
Just use Shift-Enter and send it all in one message, the app supports long-ass messages!17 -
When the client wants an onclick menu, complete with animations and responsiveness, for a menu with only four items.2
-
Spending 20 minutes on Youtrack and 5 on actual coding......
'i aM A VeRy pRoDuCtIvE InDiViDuAl aNd i hAvE DeDiCaTeD My lIfE To pRoGrAmMiNg'1 -
I guess it's that time to waste a couple of hours having to reinstall drivers, crashing programs and removing bloatware - again.3
-
Long meeting with a coworker presenting a huge, complicated system to track changes to configuration files.
Basically, whenever someone needs to change a config file, this person is supposed to manually enter an entry to a changelog file, and the build system is supposed to give an error if the person forgets to update the changelog.
At the end of the 1 hour long presentation, I raise my hand and say: "we are already using git for our config files, look:
$ git log <filename>
here you can see the list of changes to the file. What you describe is already available, no need to reinvent it."
Long akward silence in the room.
The presenter: "okay, I will look into that. Any other questions?"
Haven't heard about that project since then.1 -
My daily life with Eclipse. Story #0:
Me: browsing SVN repo with Eclipse (double fail, I know)
Eclipse: freezes
Me: waiting for ages
Me: killing eclipse
Repeated the process several times. Solution:
Me: browsing SVN repo with Eclipse (double fail, I know)
Eclipse: freezes
Me: hover over another view
Eclipse: isn't frozen anymore
Thanks for wasting my time ... -
You fucking bet it will -.-
Come on Microsoft, even installing the whole OS doesn't take this long. I got time to waste, and you're doing just that in the worst way possible.
God dammit11 -
Trying to convince myself that I didn't waste all my time learning swift by making a OS X "application" after I switched to react native.4
-
Sometime we forget who we really are.
We aren't dumb guys with no future and it's time to remember this to yourself.
We're losing time in our lives, let's just use it as we think is better to.4 -
People who take 2 places on a busy busride deserve to moved to the toilet.
Rude, selfless scum, go sleep with the shit of other people instead of making my life harder. I've been traveling for 16 hours. There's still 8 hours left and I would like to sleep, recharge my phone and that next to my traveling companion... But you egoistic creatures just have to be a fucking waste of space. To me you are almost the lowest trash of society.
I should simply sit down on your worthless gadgets.
I should simply smash your feet with my luggage.
I should simply remove you from the history of this planet
EAT FUCKING SHIT AND DIE
Edit: can't even do math anymore. I have 10 hours of travel left6 -
God I just love to waste my time with cities skylines. I've been playing the game for about 40 hours in the last week 😂1
-
OK that was a waste of time...
Spent an hour basically figuring all this out...
https://amp.reddit.com/r/Android/...8 -
Is it just me or is it really fuckin amazing when ur teacher tells you after a year that you are a better programmer than he is 😒 even tho ur just a beginner?
I just started learning to code and i was already better at it than the person who is supposed to teach me... which is great if you ask me #sarcasm
And when we finish a simple task on if statements - which he thought was gonna take us a whole hour - in like 5 minutes, he doesnt let us work on our own programs: "Can you close that? Its not related to the lesson"
Ffs man! 😤 Am i supposed to sit here for an hour just staring into the void, doing fuck all, while i could actually improve my skills?
Then you go home and learn more in two hours than you'll ever do throughout the following 3 years in school.... 😧
If this is not a complete waste of time then i have no fucking clue what is.
GCSE Computer Science sucks (at least in my school). Is there anyone out there with similar issues or is it just our lucky bunch?
My advice to young/beginner programmers:
If you really want to learn, please just google what ur interested in and use stackoverflow6 -
Why would I waste my time watching tutorials for company rules if I can just watch it during work.7
-
Devrant is getting more boring day by day. Everytime the same shit. Some people see things that are already rated, and just rerant it. Boring.4
-
After many days of fighting with gem and bundle surrounding logstash plugins, I can officially say I hate Ruby.2
-
Udacity scholarships are total bs, a total business tactic.
Nothing is free.
There is no such thing as free lunch.9 -
More adventures in fixing specs.
This particular failing spec is in an included spec helper; I cannot run the spec itself because rubymine is stupid and doesn't know how. Not kidding. I also don't know the codepath it's actually testing because it's fucking convoluted, so I need (rather: want) a debugger to progress. I put breakpoints everywhere I thought it could be, and... nothing.
The stacktrace shows the calling spec in the helper module, a generic `process` method that just calls `super` (from where? who knows!), and a `wrap_every_action` in the ApplicationController. in other words: absolutely nothing helpful. I stepped through the code for most of an hour and didn't get anywhere; just saw lots of rails internals.
ugh,
I'm going to keep bashing my head against this, but what the fuck, why can't you give me something goddamn useful!?5 -
I was looking at some info about how much ads pay, CPM and all that, came across a guy who answered a question related to this on quora (FUCK quora piece of shit content farm :/ but that's a story for another day) and put links to his apps on Google Play in it.
I always had low self esteem and think that I know nothing and I'm shit but seriously fact that people who make apps like this exist and are proud of their shit makes me feel better.
His entire collection of apps are garbage like this, like a "driving school" with images from Google Search and other games screenshots and "top 10 search engines" with just logos of search engines. 😂
EDIT: Typos3 -
Management proposed to work with external freelancers, to "pick up speed so we can release these new designs sooner". We agreed, but of course we (the home team) can't have time to review their work because we need to develop other new features and bugfixes and such...
Weeks later, turns out that their changes are largely incompatible with the work we have been doing on the main branch. We are now rebasing/rewriting huge chunks of their work, probably taking as much time as it would have cost us to develop the design ourselves in the first place.4 -
Have programmed process control machines to handle nuclear waste, motion control, welding, tank inspection, joysticks, and more...
Never learned to program my VCR... -
I don't :< Honestly, it's just something I don't really think of and I either waste time or do actually work. No need to push myself
-
!rant
One of the downsides of my job is that I do User Support at three levels...
Sometimes they can with a valid support request, and sometimes it can be a easy one, sometimes isn't.
But there are times when they came with an idiotic situation that (most of times) it can be avoided if they can read the fucking message that the application in question show to them.
In those times, I already knew the problem they have by the time they already finished to describe it... In the meanwhile my thoughts go down into a rabbit hole and forgot the whole point of the call 😂
Oh... Well, at least I can fake that I was passing inside a tunnel 😂4 -
PAID for a support call,
dude's answering could barely be understood while speaking English and didn't know a thing about the topic of the call itself (it was very very specific).
The call lasted 5m and was only used to schedule another one on Monday to let them understand what we're asking and come back at us with a solution.
Fucking waste of time.4 -
Got contacted by a potential client whose job I had bid on. Spent a couple of minutes frantically studying his specification and preparing my discussion.
Turns out the job was fake. He wanted me to create a new profile, verify it with my white European identity and then let him use it to approach Western clients.
The best part? I'm as Asian as he is, and all my profile pictures bear witness to that fact.
Some people smoke some really special stuff...1 -
I fucking hate shit/incomplete code tutorials, especially ones that reference old/unmanaged libraries. Fucking waste of time!!!!9
-
With guys at work we were wondering how many screens weee necessary for a developer, my thoughts are dual-screen is a minimum. Some of them think that two screens are a waste of time and a waste of space on the desk but others think three screens aren't enough.
So what do you guys think?10 -
Presenters, please. Do not name your presentations "Advanced X" if you spend 75% time on explaining every detail of basic software usage. DO NOT WASTE MY TIME LIKE THAT
-
I work on many projects at work. There's divisions of teams and each team typically has one project. Each one of those projects have weekly Sprint meetings.
That's great! For the team. That means each team has one meeting a week so it's not too disruptive for those individuals.
Me on the other hand? I've got my hand in all the buckets. I'm on every team. I'm the only person on every team. This means I get to go to every meeting.
Let me rephrase that:
This means I -have- to go to every. Single. Meeting.
Which means I have a meeting every. Single. Day. Even if I didn't touch that project that week.
It is literally THE biggest waste of time. I sit there in a 1-2 hour long meeting saying absolutely nothing, not even being spoken to. I could be working on other projects.
And these meetings normally interrupt something I'm working on. Conveniently in the middle of me being in my zone. It makes me completely un-motivated to work for the hour before the meeting because why bother if I'm just going to get interrupted? And then it takes an hour to get back into everything after the meeting because everyone is fooling around or complaining about the meeting.
So that's three hours of my 8 hour work day completely wasted.3 -
When QA isn't smart and you spend way to much time talking and in meetings.... "Listen, we are only testing for new bugs related to this fix, if there is a pre-existing bug, document it and move on".
QA finds a pre-existing bug and stays fixated on it for 3 days....1 -
When you spend hours working on something, finally look at the fruits of your efforts and think 'what the hell is this?'. Delete. Start again. Repeat in five hours.1
-
Man emotions are funny
One day you're up, one day you're down
Sometimes I don't even know why I'm still trying anymore. Just to waste more time5 -
There is a fucking difference between the CSS selectors
".classA .classB"
and
"classA.classB"
an incorrect whitespace is way more fucked up then a missing semicolon.
duh...4 -
When you're programming teacher manages to make the lessons so boring and long winded that every student with the slightest interest in programming loses it 😰3
-
Am thinking about giving a class on "How to waste time". You should attend it. It is not going to be free though. Otherwise, it would be a waste of my time.4
-
NPM feels so broken, so scared to try some Yeoman generators cuz know ill waste 30m making it work..3
-
Mini-rant
Dear HR people, if you don't provide enough info about the positions that you have at hand forget about me wasting time on call-first acknowledgements to later on realize what kind of waste of time it was!
Sure, making business connections is important but without taking into consideration the other side time is all but respectful, in a professional context.
So, balance your shit and make the call worth the time of all the parties.
Fucking thanks.1 -
I heard MS doesn't provide employees with a developer special image, meaning once you get / format a pc, you've to install every damn piece of sw from VS to SQL to node... on your own.
Why ??????????????3 -
The easiest way to fuck yourself and ruthlessly waste your night away,
Using Boost sources, CMake and Visual Studio together.2 -
Last week my PM scheduled a meeting for the whole team of 14 devs to talk about our tasks, how we can improve our workflow, so he's up to date on daily stuff nad sprint progress. After an hour and a half of lots of brainstorming i just asked
- what exactly do you want to achieve with all these changes?
- basically i would like on overview of current progress on each task
And he proposed couple of different meetings during the sprint, which would waste dev time. He proposed to apoint one person reaponsible to keeping him informed during each sprint. He proposed we change our meetings, our process, all of it.
So I just sat with my laptop during the same meeting and I prepared a jira board with swimlanes, filters, etc. Where you can sort by priority, size, what is blocked, what is, waiting in queue, what is being currently developed, what is being tested, what's ready for deployment, etc. Easy. 5-10mins of work.
- does this solve your problem?
-....
- you have everything here
-... What if someone doesn't update the ticket status?
- we check everything during our dailies, so, worst case scenario is the status is not update for 24h
-... Umm.. Yeah.. I think thats it. Thank you.
So, we basically wasted 20+ man-hours on another bullshit meeting because the guy thats supposed to be using these tools doesn't know them at all. After working here for 6 months. -
I don’t give a shit about boycotting Mulan, I paid to watch this movie
And the movie is shit, so I genuinely ask people to not waste the money to watch it. It’s just so shit and such a waste of my time74 -
When working on feature the client requested for two straight days, one that required refactoring few others. Just to hear on the third day, that no, he won't be needing it after all.
It is simple git revert, but still. Two days of work just removed be single command because of incompetent client.rant wk71 git client dumb clients who don't know what they want waste of time git revert wasted time2 -
How to tell to my boss that I waste more time using his code than rewriting my own? I don't want to offend him 😂1
-
A miracle! 2 Days left to waste 500 MB of traffic.
Almost as bad as having reached the max after 20 days.10 -
I just spend 15min debugging my answer to a code challenge just to notice I forgot to return the value...
What a fantastic waste of time.1 -
I'm covering for a colleague who has 2 weeks of vacation. Everything is made with Drupal 7, and it's a backend + frontend chimera with no head and 50 anuses.
So, last monday i get told i have to show a value based on the formula:
value * (rate1 - rate2) / 2
On thursday, every calculation in that page is suddenly wrong and I get balmed for it. Turns out, now it has to be:
value * (rate1 - rate2) / rate1 / 2
Today, I get told again the calculations are wrong. "It has to be wrong, the amount changes when rate1 changes!". There'll be a meeting later today to discuss such behaviour.
All these communications happened via e-mail, so I'm quite sure it's not my fault... But, SERIOUSLY! Do they think programmers' time is worthless? Now I'll have to waste at least 1 hour in a useless meeting because they cba to THINK before giving out specs?!
Goddammit. Nice monday.2 -
When systems throttles your bandwidth during load tests and doesn't tell you, and you waste an afternoon investigating1
-
*me discovering esp32*
Wow it's amazing!
i'll get one for my project.
*me working with esp32*
I ported my project to esp32, and.....
Wtf!?! after some time (unpredictable 1sec to N mins) i2c devices stops working. (i2c reset doesn't solve)
I lost several weeks trying to fix that
I felt so angry.
then I realized that it's not my fault
it is a bad implementation of i2c api by espressif.
at this point there is only one thing to do.
throw away the esp32!
(at least for some months waiting for espressif fix)
now i did a git revert and switched back to arduino.
now everything works and it's an awesome sensation!5 -
$git checkout master
error: pathspec 'master' did not match any file(s) known to git
Companies moving away from words like blacklist, master-slave are going to spend developer resources on doing this.
What kind of sensetive idiots have we become that we are wasting productive time? Not that we could be cracking quantum theory problems in that time, but still, seriously!
What's next? Update the dictionary and remove all words ?
And don't comment that I'm insensitive to atrocities. I understand atrocities over race/gender (I come from a brown country, face racism everyday) but how does spending time on updating code bases help?15 -
Moved to a totally new city to start a new job, thought it'll be amazing as the company is good. Came and saw a bunch of motherfuking smokers who smoke at the main gate of the office, the HR does not respond to my queries, doesn't have time to interact with a new recruit, and I have still got no company mail or email id. And oh, I have the entire GitHub access and the android code cloned on MY PERSONAL COMPUTER, the rights to which were given by the CTO himself.
Guess what, time to say bye to this shit. I'm moving back.3 -
"what are you working on right now?"
I think that question is the one I hate the most.
If A asks that to B, it means A has the authority to do so, you're basically a boss or leader.
But it also reveals insane incompetence, because A has such role, then should already know what B is working on.
I have fantasies of just exploding with a "NOTHING, NOTHIIIIIING!!!! Because you didn't assign me anything"
What the fuck do they want me to do? Go around jerking off to any documentation I can find on google?
Should I just come up with things so that they can be sadly discarded?
I would much rather have dailies, and get guided like "you can do this or that" I feel like I'm just expected to do shit without any actual regqrd for results. As if I was some dog who was thrown a stick to fetch.
But if I don't fetch the stick I get asked like "you should be doing something". I fucking hate it .2 -
I started working as back end dev and I was given a pc sadly with no admin rights (which I neede oc) so I happily requested them to IT services. After 3 weeks of waiting got a msg telling me that the script for giving me admin rights was not working so they had to send the request to the next lvl and bla bla bla.
So... I called them. A really nice guy just connected to my pc, used an admin resque account and added my user as admin (2 mins) et voilà. 1 month of waiting for a 2 mins shet. Hate big companies...4 -
Today I wasted hours trying to do a HTTP POST request by using a query string in the URL. After some hours I realised what I was doing wrong. I'm so stupid.2
-
Spent nearly entire weekend nights Bing watching Silicon Valley- great show and great waste of my time on earth.
-
!rant
Really hate people who place their open curly braces on a new line beneath the statement ¿por que?8 -
!rant (and might waste your precious dev time)
http://transparencyreport.ahoi.in/
What the world requests to censor Google. -
I always refuse to read the entire documentation carefully then 2 hours later regret skimming through it coz as expected, i miss the fucking obvious and end up wasting my time. You'd think by now i would learn. It must be madness really.2
-
When the technically inept PM wants to be included on every single email thread. So then you have to waste even more time explaining.
-
Fuck my weekend..waste my time playing moba vainglory which i should be doing something more productive and meaningful..fuck you procrastination..1
-
I spent 2 weeks at work building a dashbord (not a feature but...) wich provided an overview of projects and tasks managed in redmine (Kanban tool) by using its API. After i finished it we started using it till my boss found out that it was completly "useless" for him - it had all the features he asked for! -.- ...
three days later the redmine server crashed and we changed the provider, nobody missed my dashboard and so it got abandoned :( sometimes i miss it, it looked fancy af and stuff!!
But at least i learned a lot of js and API stuff. I was verry new to js back then :)
Boss asked -> I deliver -> and *pooff* down the river it goes. seems like my tasks have not changed much since then. -
I am trying to install eclipse for college
Windows defender blocked it because it found malware virus in it
Disabled windows defender
Waste my time to download again
Kaspersky blocked it because it found multiple trojans
Kaspersky saved my computer over 30 times from real damaging viruses
Disable kaspersky too
Waste my time squared download eclipse again
Open eclipse
Import tomcat v8
Eclipse crashes6 -
Today the connection is so slow. What if I call directly to the server sysadmin to send the request by phone dictating every single bit? I think i could waste less time.
-
I am a beginner and want to code all the time. Even feel my current job useless and waste of time. I should find a job where I can learn, but my knowledge is too basic yet. :/4
-
I had to sit through a meeting, which we discussed how to make our meetings more effective. In the end, we decided we were being effective already and too much process was a waste of time
-
One of the biggest mistakes of my life: Buying a Microsoft Surface. Haven't been able to sleep in peace since I bought it.3
-
Want to waste some time? Tell duplicity to
- - include /home/user/A/
- - include /home/user/B/
- - exclude /
and watch it backup only *part of* B.2 -
When there is this important task you must finish, but the ones who wants you to complete it on time waste your time with pointless meetings.
-
Just tried to make my Nvidia graphics card work beside my Intel one on Antergos. Fudged up my whole desktop manager and wasted 8 hours of my life... Yet for some reason I like IT. I'm beginning to think I'm somewhat of a masochist...
-
Blindsided by a project meeting 5 mins to end of day when I was super busy and I've spent all day dealing with shitty hacked together legacy code, requirements changing everyday and still no business solutions to some areas of the project. We already have one booked in for tomorrow at 10. What the fuck. Needless to say I pretty much shouted about everything to everyone. Fucking joke. Now I'm just mad at me for letting my blood boil externally
-
Am I the only one who uninstalls apps only to reinstall them after a few hours?
And then I waste the time to reconfigure those apps once again..2 -
!dev
I wanted to take small loan from bank I am loyal customer for 15 years to speed up things by month. I decided to pay money for it.
They have some online form for it and I filled it.
So what happened next ?
I got call to confirm every input I filled (heard keyboard typing every time I answered question).
I asked how long I will wait and got response that it will take couple of hours, max 2 days.
Just received another call 10 days later that they need documents to prove my income.
They got 15 years history of every operation and it looks like it means nothing.
I said to person I will earn this money faster then I get it from them so at this point this conversation is just waste of my time.
It’s 10 days left till end of month and I think it will be easier to just wait or ask friend for a favor.
Yet another reason to say fuck banks.
Time is money.4 -
I didn't know what I should do with my life..... Then I started learning how to waste it in programming.
-
So there are like these "Operating systems made with VB.NET"... Don't they know it's just a very fancy overlay for Windows... And it's pointless waste of system resources?4
-
This morning at 5:30 AM I was awoken to 20 text alerts for services being down.
Seems they had been down since 2 AM but the previous shift didn't take action.
Long story short:
An outsourced common component is unavailable, and the team responsible doesn't know how to troubleshoot.
I pointed them to the exact issue.
We are now 10 hours into the outage and they still don't know what to do. -
Do you guys waste a lot of time at work on purpose or is it to precious? Like strict deadlines, boss coming to check if you are working?5
-
Have a lot to do so I only sleep for four hours.
Next day take 4 hour nap and waste entire afternoon.
Productivity pre alpha. -
I used to work with another dev who had memory problems. This guy *literaly* could not remeber what he did yesterday...
So, he was trying to change one of the password screens we had in the app. This was a really simple screen. Logo, password prompt, and two buttons. He worked on this small change for two days, but everything he did did not affect the screen at run time.
So finally, he gave up and called me to help him... I come over, and look at his code. It looks ok. I make a small change, and see what happens. Nothing. I think for a moment, and delete the entire screen UI elements. Run the app. Nothing happens - screen still the same.
Then I got it - he kept changing the wrong screen... for two days....
took me a whole 5 minutes to figure out.2 -
Well I recently decided to apply for a job although I was planning to go to college in full time this October.
I saw the job ad whilst being active on Stack Overflow. As I just finished my apprenticeship some months ago, I decided to call the firm and ask if I can apply. I clearly stated what I have done before and what knowledge I've gained and what I'm not able/willing to do.
I was "allowed" to apply and additionally took two coding challenges (I completed all tasks with the correct results) as well as a one-hour telephone interview.
After that I almost immediately got invited to a personal job interview after the firm's boss agreed.
The meeting ran very well and I was able to correctly answer almost all questions. Although I was applying for a complete backend position I was asked unconditionally many questions about frontend/webdesign, what I clearly stated that I'm not good at this and thus also not looking for a job with such an requirement.
Two days later I got the response form the HR, that they were looking for some more experienced (within a professional software development team) which I didn't because I was mostly working as the programmer and IT guy in non-IT department in the company I worked before. That hasn't been a mystery I wasn't telling before. 😮😮😮😮
But HR additionally told me, they noticed - whilst in the recruitment process with me - that they already have enough backend devs and are seeking for a frontend dev instead.
Well then why the f*ck do you upload a job ad when you suckers don't need that position? And why the hell do you think you then have to waste my time with a frontend-oriented interview? Get your shit on the way and just invite people you really want to employ.
So rethink. Much wow.1 -
This is one of my really passionate issue with the world, ** Food waste **
Isn't it the most dumbest problem? Every time a marriage, celebration, event happens at the end of the day a huge portion of the high quality food is just thrown into a dump. Does just picking up the trash or disposing the waste solve anything or is it just a way corporation schemed us to believe we are doing something for the world by disposing waste.5 -
Found out today we're changing front-end framework we use on our ecomm site to different one so all the work I've spent the last 2 years doing will pretty much need to be redone. FML.2
-
how to describe the feeling when you started using sql and you had to get the first element from a table via jdbc...
you, obviously, think "oh, the first index is 0, every languages start at 0, so let's take the content at 0!!!" but the ide returns you "0 < 1"
so you don't understand, you stare the code for 20 mins, you start crying, and then you realize sql starts counting from 1 because it pretends to be cool BUT IT DOESN'T
I hate you, sql.5 -
Setting up the meeting agenda in an accessible place (the same doc used for every recurring meeting which is accessible by everyone in the team) and having the calendar invite that goes to their emails... And guess what?
Those SCABBY NUMPTIES still find a way not to see the fucking video conference link (or sort out their calendar, they are freaking CS grads) and then proceed to spend at least half the meeting (and often showing up late) not having a clue what was expected of them...
YA DIMWIT!! EVERYTHING IS IN THE SAME DOCUMENT, AND YET YOU DIDN'T KNEW WHAT TASKS YOU HAD TO DO BEFORE, INCLUDING THE ONES YOU WERE TOLD TO DO WEEKS AGO???
They all have a BSc in CS (one of which has a MSc) and yet shit like this happens occasionally.
And that happened several times.2 -
There should be a garbage collector for IRC channels. If there's no activity for a given period of time, then just cancel it from above...2
-
So our HR and Network Admin are building an "intranet" off site and I just discovered they asked for a feature that is gonna make slack irrelevant... They both know shit about slack and we who do know something where just perplexed to the amount of money thrown away here with shit like that...
-
Companies that don't utilize tools for mundane tasks drive me up a wall. Why do you want to waste your own time?
-
Just spent the better part of my day making our QA environment work and look like our CAT/UAT environment for a website and supporting web services that was built to look like 1998 puked on it. Wrong way people. Other Devs skipped QA due to external reasons (admittedly I was one) and never kept it updated... Everything from database comparisons to IIS configurations needed to be redone.
-
Fuck you mesa
I installed arch again due to some other mess up (another rant 😂) and this time I was facing problem with sleep.
The system froze every time I tried to wake it up from suspend state.
This is how I wasted past 2 days:
- Wifi device sleep issue, disabling wifi
- Probably sddm issue, let me try lightdm
- Last time I installed gdm, might try that as well
- Had to remove all the bloatware then I suspected plasma
- Checked system logs and found amdgpu error
- Tried disabling graphics using nomodeset, system failed to boot
- glx IP block hung!, it's the graphics driver
- Checked another arch forum, a guy was having a same problem after upgrade
- Downgraded mesa to 18.3.4-1
Worked like a charm though hibernate is still not working4 -
No boss, I love receiving a brief from you, doing the work exactly as asked, and then having to go through it again with you over the phone while you decide x, y and z needs changing.
-
Use less dev rant. Yes I know it's ironic to post this here, but I waste way too much time on browsing through posts every day :/
-
Why is it so hard for some programmers to gain the maximum performance and not to waste any resources?7
-
So, all the jobsoffers that went through the headhunters turned into rejections.
The ones I applied for myself all resulted in success 🤔 makes yyou wonder2 -
When someone asks me to work on a project and I check if I've got the time to work on it
try:
import time
except ImportError:
print ("Time not available")
Result: "Time not available" -
I'm trying to waste time reading rants, but don't get half of them because our work wifi network is too slow to load pictures
fml1 -
So I'm on one project which was previously developed (I mean poorly developed) by another firm.
So this fucking guy who has done all the coding, I just fucking hate that guy because he has the shittiest logic and he doesn't know things should always be dynamic.
So he has written code(in PHP) where he has calculated the difference between DateTime and he is adding days, hours and minutes to another DateTime.
And it took me fucking 5hours to realize that he just forgot there is a thing called month which should be considered while doing this, I mean WHAT THE ACTUAL FUCK?
It was calculating like the difference between
2018-07-12 and 2018-09-18 are FUCKING 6 DAYS WTF!!!! SERIOUSLY? HOW COULD SOMEONE MISS THIS?WTF?!!!! FUCKING 5 HOURS FOR THIS?
Hush!! I think it is my bad that I thought it is DateTime issue and focused on that. I feel good now. Thanks.1 -
Its 6 in the morning. I've been unmotivated to program since my highschool graduation. And I just felt some inspiration flow to me but at the same time crippling self doubt followed. I have projects planned but my lack of skill stops me and its passing me off because I'm already wasting my life. And I'm thinking of getting an IT job to start off since I have the experience from school but I'm deathly afraid I'll lose the touch I've started to get. Idk thanks if anyone bothered clicking and reading this rant.. theres no one else I can talk to about this stuff..9
-
Pluralsight is so infuriating. First of all my trial lapsed (classiccc move) so I figured I would use it.
They’re content is so outdated.. it’s driving me mad. The past 3 courses have been 2+ years out of date.. and I get it, it’s a lot of work to maintain a course but could you not at least provide links or new annotations?
And I’m not talking a couple of package version updates where things change. This guy is using Bower which to my knowledge is pretty much deprecated and references yarn. Which completely breaks the course.
My thing is, why are you charging $30/month (i think), if I have to jump through these hoops to learn??? I was doing a great job of that on my own via google and YouTube.
The one Udemy course I bought is constantly being updated with notes and annotations and boy do I appreciate that. They’re marketing and cookies are toxic but at least the content is reliable.3 -
When you come to work at 6am (2h before other employees) to solve problem that was blocking everybody in the team and before you finish boss takes you to the meeting that newer ends and is just a waste of time. Ten hours work day, paid for eight and job not done. I hate days like this one.
-
Standing here in standup. It’s been 30 minutes. At least we are almost half done... can we just not do this every freaking day?2
-
Do you guys take time to properly name your Unit tests ?
I kinda feel it's waste of time. (There are comments with description of the test tho)7 -
Anyone else write out 1000s of lines on paper before putting it on screen? Is that a waste of time or good practice?9
-
Seriously wondering why i bought a cheap slow ass laptop for school when i end up doing most of my homework at home anyway.
Android studio runs so fucking slow on it compared to my tower and i cant get this fucking camera assignment to fucking work AAAAAAAAAAAH2 -
Im seriously thinking about creating a proper deep text generator for farewell, wedding and birthday cards.
Do you think I should waste my time on that?2 -
Motherfucking peace of shit....
Dont know to whom I should direct this to .
Was creating a new login page for web app using Quasar(vue.js). Since my application have 2 different types of user, which also have different UI, and functionality.
One is written in vanilla ( and is quiet heavy) and the other one in vuejs ( though earlier it was written in vanilla too ). Login page too was written in vanilla which was working fine.
Now just yesterday I finished a prototype for the third type of user, which is also written in vuejs. Now I decided to re create login page using vuejs. Quiet small and easy to do. Finished it yesterday itself. Now since today's morning I am trying to configure it so that it this piece of shit just let me log in. It was authentication and verifying but not letting me log in.
( On server after authentication, I set cookies/token on clients browser and auto reload the page, so during next request to server/ or during reload, server will read the cookie/token and send the specific admin panel to user)
Prick. Dick.
It was setting cookie, but not at the '/' path. Mother fucker.
It was setting cookie to the path I was sending login credentials ( which was different from '/', I.e.- /login/verify=password )
So it was setting cookie/token at '/login/verify=password'.
Even tried setting path for cookie at server. Read everything on internet. MF nothing worked. All I came across was, 'this is CORS' .... 'this is CORS'. Assholes, if it were CORS', how then I am able to make request to server and getting response without error
Only a hour ago, when I made get request to '/login/verify=password' I figured out, cookie is being sent to server for this path only. Then did some changes at server, so to send login credentials to '/'. Now that shit is working
Fucking waste of time. Wasted more than 6 hours. Asshole.
Btw, if you can suggest a better way to login, then please. -
Why does my Eureka client always try to connect on localhost ? If it's running as a docker container, it won't find the Eureka server on localhost.2
-
Atending a computer networks class and understanding nothing. Shear waste of time. Only if 75% attendance was not mandatory devRant could have been developed by an India.3
-
There is this enterprise architecture tool that we use in the place that I work for (I am the tool admin).
I got a call from one of my colleagues complaining that he can't drag objects in the tool and he was having a hard time working with the tool. So I went to his office to check. For a while I thought this was weird... until I tried to drag some files from his desktop.
His mouse was broken.... -
{
while(time_to_exams > 0){
me.shouldBeLearning(true);
time_to_exams--;
}
public void shouldBeLearning(boolean bool){
if(bool){
should_be_learning = false;
waste_time_on_DevRant = true;
} else {
waste_time_on_DevRant = true;
}
}
} -
advice: while learning a new programming language either do not be proud of your first accomplishment or do not look for solutions of other fellows afterwards.6
-
Trying to help friend with setting up Code::Blocks so that he can start learning C++. Something is wrong with compiler as when he clicks 'build&run' nothing happens, tried many things, nothing helps. Anybody have any ideas?
I hate setting up those things for myself enough and here I am setting this crap for a friend :/5 -
Two hour Kanban "game" yesterday. I'm all in favour of improving our throughput but jeez, if you're going to add a load of nonsensical arbitrary rules into something which is BUILT on sensical arbitrary rules... you're gonna have a bad time.
-
I forgot FuckING , (comma) in my android app while creating a column and waste half an hour in finding I got table is not exist Error.
.
.
Fuck you comma....2 -
Constantly changing conventions for everything, like naming and code formatting conventions.
And the worst part is, I do this several times during one project.
Either I have a project with different conventions or I have to redo a lot.
Most of the time I try to do the last and this costs so much time -.-' -
If you have a template of what you're expecting me to make, don't bullshit around for 2 weeks explaining what you think you want. Just give me the template and I'll make what you actually want.
-
Stupid Comcast.
My office network was down cause cause Comcast had a "non-existent" outage that affected my modem. Right when they picked up the phone, is when the thing finally got online.
Wasted an hour of my time cause I had to commute a half hour to go there.2 -
One of those debugging days where minutes feel like hours, and hours like days.
I had the bad luck of being asked to dive into a legacy project which was unmaintained for months, but of course it's still on prod. And very suddenly the urgent need arrises to change stuff.
Yet: the docker stack won't work. It builds fine but the stack crashes.
Long story short: some internal api URI were renamed and at some point one internal api started to always require an access token. Which we set for the stage, prod env yet somebody forgot to mention that to the devs of legacy-project.
That ain't too bad.
WHAT IS FUCKING BAD IS THAT YOUR SHITTY APP SWALLOWS THE ERROR MESSAGE!
I mean it's bad enough I have to `var_dump && die` your app since you never bothered to setup a xdebug that I could use out of the box, yet egregious fact that your app would catch a valid exception but transforms it into an "internal warning" is borderline insane!
It's ok to throw exceptions. It's ok to let your service die. That's how other will know what and where to fix it. (You may want to restrict the data visible to the outside, but that's a whole different conversation.) -
How was/is your college experience? Did you learn a lot there or do you think it is/was a waste of time?2
-
Apart from waste of time, meetings are also an acknowledgement of preferring collective stupidity over individual stupidity.
-
Great to learn the basics but anything more advanced is a waste of time. The team projects were always fun tho so atleast there is that
-
Today I've been summoned to work for the first time in weeks to help with the startup of a machine, and testing the HMI software that goes with it.
Me and a junior colleague go to the machine. We try to get everything ready for testing. Machine was left stuck in some intermediate state by someone else. I have no idea on how to control the machine's individual components. My colleague received a crash course a while ago, but was unable to reinitialize the damn thing, and the senior machine builder was too busy on another project.
In other words, me coming over had no purpose at all, and we accomplished nothing.
I really don't understand companies. On one end there's an endless bitching about how everything is too expensive, and on the flip-side you see 'em toss buckets of money through the window.
Oh well, as long as it goes from the window to my bank account, there's no problem for me I guess.2 -
And there I was thinking Maven is going to make life simpler, with this granular dependency management and IDE independence (no extraneous classpath and module management required). But wait, it turns out that to run simple Ant task I need all my dependencies to have *.pom. Every. Fricking. Dependency.
I mean, sure, only if I knew which sub-dependencies they all had, but that seems like heck a lot of work to make external JAR libraries to work with Maven process.
WHY TODAY? Yesterday I had no issue: uploaded few libraries in corporate repository, refreshed index, dependencies downloaded, even had time appending javadoc to one of them and it worked. But today is the day, right? I just run simple task with maven-antrun-plugin (mvn antrun:run@<executionID>), and it starts scanning each dependency for *.pom file. I DON'T WANT THIS. Google, help me. Oh, no direct answers and clues?
Just... fuck you, Maven. With all 2 days effort I could just litter in IDE's classpath, write build.xml in no time, make normal webservice, but that would require me to also litter sources with required libraries. FML!4 -
getting put on copy of tech support questions and then the customer starts to message you directly. don't waste my time.
-
Just "finished" FF Mobius (Chapter 4).... What a fucking waste of time/4 days... Should've just watched the cutscene videos on YouTube
-
So let me get this straight.
- You propose a tutorial about how to create an e-commerce website using Laravel, with a shitty powerpoint-like display
- We have to click "next" to learn the basics of PHP, MVC, Laravel, Mix and such, while all I need to know is about the payment system and global logic
- On the last PowerPoint, you suddenly decide that you should finally think about displaying some actual code while all before was theoric class
- So the last powerpoint page is 45 times longer than any other previous pages.
- Of course, there was nothing about what I was looking for.
You should consider stop wasting everyone's time as a 2018 new resolution.1 -
Why the hell you write test¿ if you can write 8h a day perfect working code, everyday, without a mistake?
You just waste time doing that...
</irony> -
Don't you just love it when you waste half of your day chasing a bug and a turns out to be a typo... gotta love the typos!
-
Im dev in a huge company.
I take a 3 days training about the company purposes and goals.
As dev I dont give shit about company aims couse company is borring and there are like 100 levels between them and my real work. -
Junior developer says TTDI is tedious and a waste of time. One day he fixed a bug and produced 5 new bugs in the system.1
-
Everybody said it's great for gaming within the budget range, gone within a year of use, waste of money or probably defected piece .....but miss that 3200 dpi....5
-
I tried to turn on my Gateway Desktop, I didn't realize it was unplugged so I sold it.. At least I have cash for a newer model 😂
-
I ban agency as one of the industry I avoid to work in, you know why? Because too much of manual work like changing the font size of this and that which I think waste too much of my time!
-
I need 100% focus else just don't read any tutorial or see any codes, otherwise it's just a waste of energy and might causing new bad habits to form up.
-
Hi, is anyone using Thinkpad E470?
Do you like it or it's waste of money?
Maybe sobie ideas for fancy 14' laptop?3 -
That moment when you waste two hours of your work life trying to find a dataset in a sea of crap to answer your bosse's question...
-
Fvck! I can't add primary not null autoincrement in existing table on sqlite! Waste hours trying! Damn.1
-
Hm..favourite function.. Just before my apprenticeship as I used php more often, var_dump() was propably my favourite because it saved hours of my life :P2
-
Worked for a couple of years at this company.
I have been set to solve some of the most excruciating issues (that nobody even wanted to hear about) in regards to many technologies.
This has resulted in little development experience, a lot of frustrations (even damage to my health), and low performance (at least from the manager's perspective)
Now I have to learn another useless technology and then maybe I will be allowed to continue working there - BUT at least this one is will allow me to do actual development.
What would you do? Stay or find another job?
To me it feels that this is not what a future hopefully competent developer should be doing.6 -
Great, when that happens i can waste more time on devrant, writing shit about JS, PHP and the A.I who steal my job ☺
-
When you are going to college and do more work and research on your own with Google then what was taught in class.4
-
Marble testing error messages are impossible to interpret and I guess I'm going to waste one more day attempting to make it work.
-
I hate it when I postpone the updates till i finish my current part of the project and then after an hour of installing the updates, windows takes another hour undoing it! And am setting there doing nothing..
-
Well at times, almost anything. Sometimes the wall becomes so interesting to look at that you actually waste 10 good minutes.
-
Make a flow document on the integration between web and iPad app via deeplink/universal link to streamline some stuff.
Went to three days vacation for friends engagement.
Today reached the official and found out that in last three days, my boss and my pm had a meeting and changed whole flow without asking and that flow is impossible to implement.
Spend whole day talking to both and revert whole thing.
What a waste of time.