Details
-
AboutI love to code!
-
Skillsjs, groovy, php
-
LocationSandefjord
-
Github
Joined devRant on 6/7/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
-
A computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things.2
-
Hate to admit it but: I went back to Windows on my dev machine after running Linux as main OS for like 10 years. I came to the point where I'm tired of driver problems and broken bootloaders and just want things to work...37
-
Start a development job.
Boss: "let's start you off with something very easy. There's this third party we need data from. They have an api, just get the data and place it on our messaging bus."
Me: "sure, sounds easy enough"
Third party api turns out to have the most retarded conversation protocol. With us needing a service to receive data on while also having a client to register for the service. With a lot of timed actions like, 'send this message every five minutes' and 'check whether our last message was sent more than 11 minutes ago'.
Due to us needing a service, we also need special permissions through the company firewall. So I have to go around the company to get these permissions, FOR EVERY DATA STREAM WE NEED!
But the worst of it all is... This whole api is SOAP based!!
Also, Hey DevRant!5 -
if I have to explain to you how to change your "host" file you should not have the words "Senior Web Developer" in your frigin email signature.15
-
That awkward moment, when you after several hours of debugging finds the error, types git blame and your own name comes up.3
-
For the love of dog, if I select English on your online store, it doesnt mean I live in the UK, therefore show me prices in £ pounds, It just means I cannot speak German but I need to read English, but pay in € Euros!!! Can people please stop confusing Language with Location!!!!6
-
- Sir, you must put away your laptop before the flight takes off.
- Is a tablet okay?
- Yes
- *Uncouples keyboard from Surface*
- ಠ_ಠ
- (⌐■_■)17 -
You sitting at your colleagues Windows developer box, tossing some random window around while waiting for a build... and suddenly all 20+ windows get minimized.
Most useless feature ever!7 -
I had a few interesting ones for my current job. Most of you should of hear it by now, but still a decent brainteasers.
You have 9 pool balls, 1 of which is slightly heavier than the other. You have a balance scale, find the heavier ball. You can only use the scale twice.
Devs, let's not spoil this by actually posting the answer.16 -
There's two types of people:
if ($foo == $bar) {
// Something...
}
AND
if($foo==$bar)
{
// Something...
}11 -
When someone asks you "how much do you charge to make a mobile app?" But never say what the app does!!6
-
Yesterday, I sat down and worked on a project for one hour. I changed a lot of stuff and kept coming up with better ways to do things. After an hour, my file was in the same exact format as the last commit. I closed my laptop and walked away.