Details
-
AboutNo college, working in a Windows shop under strict NDA.
-
SkillsC++, Python, sadly PHP, MySQL and Postgres.
-
LocationSweden
Joined devRant on 6/16/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
-
using 21 js files (most are jquery based) and some 17 or so css files for a simple static one pager,
the only dynamic part is a filtered list of images,
big fuck you to whoever wrote this shit -
i was staging the fucker site to deploy and get on with it, but now the requirements changed, and major redesign is needed
I'm payed by hour but this shit still infuriates me -
For some reason the backend kept throwing errors when I tried to save a long string containing markdown. Initially I assumed I must be escaping things incorrectly but that all looked fine. Asked the backend guy to take a look.
Turned out that in order to count the number of words they were using a regex, which seems fine, unless you construct the regex out of my string and run that over the word count regex... 🤔 -
It was fun to watch my entire high school (~1200 people) freak out when I ran "net send * Big brother is watching you..." on what I found to be an insecure computer in my high school's library. Every single computer in the building displayed the pop up message. The town's IT director even showed up to figure out what happened.
I was caught, but they were more happy it wasn't a hacker, and that I discovered that the IT firm the town hired totally botched properly implementing network security, so I was let off the hook.5 -
Many, many years ago, Apple had this software you could install which allowed you to take full control of someone else's machine. Well, my mate who was a designer worked in a different office downstairs. I was often in their fixing stupid shit problems. While he was out on lunch, i installed and configured the software on his mac. After lunch I went back upstairs and watched his every move on my mac. He was in adobe inDesign creating some design for a brochure. He was in a text box changing the heading, i seized the opportunity and took control typing in the text box "i am a useless cunt", pissing myself, I then selected the text and increased the size and made it bold... then the phone rang.4
-
Best prank I did to a office must be that one I did when I was 7 years old:
> Sat at a schoolcomputer and explored stuff
> Found alot of network printers
> Found one called "city hall front desk"
> Created a word-document with the biggest font possible
> Wrote "Dick"
> 2000 pages of the word "dick"
> Print 2000 copies
> Did the same to a kindergarten and a "rival school"
> Never got caught because I used my teachers novell account ( the password was his name)
I miss novell15 -
That's what we call "conf" in school. Normally we have to lock our computer everytime we leave the table. If we don't, anybody can reach your computer and make kind little bad things to your computer :
setxkbmap ru
alias ls="reboot"
alias firefox="firefox youporn.com"
alias emacs=" ls"
Changing keyboard sensibility and many things ! -
Been awake for like 18 hours.
Ok one last push to gitlab.
*Gitlab offline* welp, guess ill do that later, time for some sleep.
*Reads their status on twitter about data loss* (panic)
FUCK9 -
When some moron decides to give your free (and ad free) app a 1 star rating because it does exactly what it is supposed to do, but doesn't do what the reviewer wanted it to.
How considerate of these arse holes to ruin an apps reputation because they are moronic.
I really wish that you could file claims for the reviews to be removed for defamation.17 -
I went home for Chrismas, I got my laptop with me but forgot its charger in my renthouse. Battery is old and it takes about 10 mins for it to run out of power.
What am I supposed to do now?
Btw Merry Christmas!3 -
Let's build a house with no blueprint, no idea how it should look but have daily meetings about the bathroom... #Scrum3
-
I once forgot to lock a cronjob, which dispatched queued text messages. Some people received the same message ~five times. I wasted around 4000 EUR in total ... :(1
-
just got rejected after interview because I just cracked on with the coding exercise and didn't ask for the interviewers help (trying to create a collaborative environment) even though I smashed out the solution.... maybe dodged a bullet there5
-
devRant gross truth time: the garbage can at my desk is used exclusively to dispose of boogers and chewed off fingernails.4
-
I do not believe in those complex conspiracy theories. I have been long enough in IT and have seen the most simple plans fail.
-
The mood everytime I spend hours on a stupid bug and I get frustrated but then manage to fix it... "I CAN SEE CLEARLY NOW THE RAIN IS GONE..."..."IM THE KING OF THE WOOOORLD"..."WHAT A WONDERFUL WORLD!!"..."BAAAAABYYY COME HERE I HAVE GOOD NEWS!!!"... I just got that mood again
-
Ran a sed find and replace function on project-folder/* instead of targeting a specific file extension. Fun Fact: sed replace will find those character combinations in image files, too. The site looked like you were on mushrooms. Thank goodness for git1
-
Oooh I have quite a few,
My favourite: accidently left a log. Debug("bollocks") in a try catch this made it through testing and does (still) occasionally go into production log files.
Worst: wrote an interceptor for jboss with the intent of checking cache for some lookup data. I picked the wrong one of two similarly named methods and instead queried the database, I effectively wrote a denial of service utility into our app -
"You obviously nerfed something, it's broken now and it wasn't last patch!"
*git log shows nothing changed in 9 months*
When players know more about your code than your version control does...1 -
private String field;
public void setField(String field) {
field = field;
}
// I was wondering why didn't the value change3 -
My favorite thing is searching a problem on Stack Overflow, and the only example you find was solved by fixing a simple syntax error.
😒 -
I was explaining git and Github to one of my friends during our boring maths class when he asked : "What is the difference between git and Github?". Just then another friend of mine sitting in front turns out and said : "It's like the difference between porn and Pornhub".17