Details
Joined devRant on 10/2/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
-
React-Redux's connect() function inspired me to create the coolest way to add numbers in JS:
<script>
function add(num) {
return function(otherNum) {
return num + otherNum
};
};
console.log( add(2)(3) ); // Outputs 5
</script>
I didn't know you could do that. Just found it out!12 -
Guy left his computer unlocked. Boss came over looking for him, sat down at his computer and opened lots of porn and left saying 'that will teach him'.10
-
My gf caught me unguarded after she told me that she has some updates for her webpage, right after I did the last updates. Massively amused. Not! 😅24
-
One of my most favorite quotes:
"UNIX is very simple, it just needs a genius to understand its simplicity."
- Dennis Ritchie2 -
Client "Can you change your API? If a POST return 201 ours system crashes reading it"
Me "Your system WHAT?????"13 -
I'm still remembering that one time a friend of mine asked me to pass him the WiFi-cable.
I know, that sounds like a cliche, but it's getting better...
We are both information and communication engineering students...
I told him to think about what he just said and after some seconds of thinking he responded with "Oh yea, I forgot that my laptop doesn't have a WiFi Jack..."
He's passing most exams with distinction btw...1 -
Oh! How I wish the ++ button was placed at the top/bottom center part of a post. Being right-handed, the level of laziness I have to stretch my thumb all the way to the left when scrolling on the phone with one hand is appalling.11
-
Google collects more data than I could imagine.
So i read an article a few days ago and it absolutely blew me off. It mentioned how google collects your personal data and makes it available to you as well (just to rub it in your face I guess). E.g
1. Visit https://google.com/maps/timeline/ : Collects exactly what it says.
2. Visit https://myactivity.google.com/ :
These people collect everything on your device(at least android)!!!!! Even the time spent on home screen! WTF!!!
3. Visit https://takeout.google.com/ : To download your data archive. Ranges from Google photos to Hangouts and everything in between.
-> All the above require signing in with your gmail account.
So basically, if someone manages to get a hold of your gmail password, they have the power to know everything about you.
Aaaahhhhhhh. Ridiculous.9 -
If Gordon Ramsay made code reviews, I would watch that show. Especially the insults he would use for handling clients.
"This code has so much spaghetti, it decided to open it's own restaurant"23 -
Man: Hey Google, tell my wife that I cant make for the dinner with her parents.
Google Assistant: Okay, will do.
After sometime...
Google Assistant: Next time, you talk to your wife yourself...1