Details
Joined devRant on 5/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
-
The time my Java EE technology stack disappointed me most was when I noticed some embarrassing OutOfMemoryError in the log of a server which was already in production. When I analyzed the garbage collector logs I got really scared seeing the heap usage was constantly increasing. After some days of debugging I discovered that the terrible memory leak was caused by a bug inside one of the Java EE core libraries (Jersey Client), while parsing a stupid XML response. The library was shipped with the application server, so it couldn't be replaced (unless installing a different server). I rewrote my code using the Restlet Client API and the memory leak disapperead. What a terrible week!2
-
Why is innumeracy acceptable in our society?
It riles me where I see something like a current affairs or political show, (basic) stats are presented and someone says "I don't understand statistics, but [personal story follows]"
And when a person says they don't understand numbers there's laughter and nodding.
Imagine if I was on a panel and someone handed me a sheet of paper and I said that I can't read big words. Would hilarity ensue or would they assume I wasn't qualified to be commenting on *anything*?
People, if you are functionally innumerate, it's not funny. You have a 5th grade, at best, education. Be embarrassed and get help.10 -
Just discovered a major bug in a frontend app of ours that might have been collecting wrong data in a form for months already :)
That is what happens when you put a back end Dev to do front end and back end while demanding rework every fucking 2 days for 9 months straight.4