Details
-
Aboutcoffee is code coffee is life
Joined devRant on 1/10/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
-
*landing page: "state of the art". "look how many companies use this"
*6 months later: have some problems. discover github open issue that it can go into an unrecoverable state and every commenter migrated to competitor.2 -
every time I piss or shit during a meeting I start panicking in the middle that my bt headphones mic is on16
-
Have you ever checked your Teams logs??!
It even logs mouse/keyboard and window activity...
And reports it to your employer with fucking colorfull dashboards. Fuck them...22 -
Hacking company product with reverse engineering ang bytecode instrumentation.
The project I had to write integration test for was really not meant/written for testing. I ended up bytecode instrumenting an internal library to intercept the needed states and results. -
I had to integrate an internal service. The doc said:
Lorem impsum...
fuck me I had to reverse engineer it.5 -
incompetent fucks giving no shit about agreed git flow
merging directly to master
complaining about conflicts and not willing to solve it themselves6 -
* me: we need a timeout here because this thread could leak.
* pm: I guess timeout is not needed because there are no functions which will run endless
* me: hold my beer1 -
fuck Jira's 5 days ago date format.
I hate that i fucking have to inspect it every time to get a normal date.7 -
When you have to wake up early to run your builds first or you can wait a day for them fixing jenkins no space left on device...2
-
I see Modify button instead of Report on others comments in rants that I also commented. (But the resport dialog pops up)3
-
Today boss called me on my personal phone to ask where the fuck I am after not answering a low prio mail for 10 minutes from his pet project.
We have voip.
We have chat.
No pressure meant...2 -
today
me: How should we proceed with the tests?
customer: Yes
(it was a longer technical how question but the answer was the same)2 -
When coworkers leave the co. for a better paying job and leave this kind of code after themselves:
int foo = 1;
String.format("blabla %s", Integer.toString(foo));
fml6 -
Found this in a class that has not been touched for 2 years:
// TODO do we need this check? Clarify on Monday.3 -
wtf eclipse... fuck you
synchronize project in eclipse. no changes...
mvn relase:prepare
BUILD FAILED: you have local modifications pending...2 -
me: deletes comment from pom file
eclipse: there is a problem...
me: refresh project manually
eclipse: ok.. its all good now.
¯\_(ツ)_/¯6 -
I think credit card comanies should pay me for using cards not vice versa.. or don't do shit like this when I am paying for it...
https://bloomberg.com/news/...2 -
Interlnal lib documentation:
'This is a short description: Lorem ipsum...'
Don't know why I expected more...1 -
!rage
*PM 6 months earlier: "Do whatever u want with this lib, your softw. will use it."
*PM today: renames main public function names in my lib - used by about 10 processes of mine.
*Me: (╯°□°)╯︵┻━┻2 -
Customer: "There are only 'X' values in COLUMN_D, your - report - import is wrong!"
Me: select count(*) from table_a where column_d is not in ('X') -> returns more than a thousand... Yeah please only scroll within a couple hundreds of records in your shitty sql client gui without making queries. Fuckhead.