Details
-
Skillsc, Java, c++, sdl2, js, php, swift, energy drinks
-
LocationMelbourne Australia
Joined devRant on 5/13/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
-
I wish not to have seen this... And they are using a personal lisence... :/
I mean, if you are using for commercial purpose, then fucking pay for it!3 -
When you receive a "bug report" from one of the clients:
Subject: contact form
Message: It doesn't work1 -
I have a dissertation to do in under two weeks.....i still haven't finished coding the program, to get the results i need to write about.... could i have a stress ball please D :1
-
When you're not creative enough to make a post that would give you some stickers but you have a 3D printer...30
-
Dealing with a client that won't pay:
Add opacity to the body tag and increase it every day until the site completely fades away...17 -
About two years ago I get roped into a something when someone was requesting an $8000 laptop to run an "program" that they wrote in Excel to pull data from our mainframe.
In reality they are using our normal application that interacts with the mainframe and screen scrapping it to populate several Excel spreadsheets.
So this guy kept saying that he needed the expensive laptop because he needed the extra RAM and processing power for his application. At the time we only supported 32 bit Windows 7 so even though I told him ten times that the OS wouldn't recognize more than 3.5 GB of RAM he kept saying that increasing the RAM would fix his problem. I also explained that even if we installed the 64 bit OS we didn't have approval for the 64 bit applications.
So we looked at the code and we found that rather than reusing the same workbook he was opening a new instance of a workbook during each iteration of his loop and then not closing or disposing of them. So he was running out of memory due to never disposing of anything.
Even better than all of that, he wanted a faster processor to speed up the processing, but he had about 5 seconds of thread sleeps in each loop so that the place he was screen scrapping from would have time to load. So it wouldn't matter how fast the processor was, in the end there were sleeps and waits in there hard coded to slow down the app. And the guy didn't understand that a faster processor wouldn't have made a difference.
The worst thing is a "dev" that thinks they know what they are doing but they don't have a clue.7 -
Quite recently I received an email from a recruiter who first claimed that they had seen my resume, told me I may be a great fit for a job of one of their clients, and then proceeded to list the job description. That's typical, but what caught my eye was the fact that the first requirement he mentioned was 7+ years experience with Java. If he had actually read my resume, he probably would've seen that not only do I not have any experience with Java, but that I am a 20-year-old who made damn sure to put on my resume that I only have 2 years of experience in total...4