Details
Joined devRant on 11/17/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
-
TIL that in JavaScript [1, 2, ] gives you a 2 elements array, while [, 1, 2] gives you a 3 elements array
WTF JavaScript???7 -
May be when the first human is born on Mars, we'll have to add "Planet of Birth" to our passports.😂11
-
Everyone is posting jokes about GitLab recent incident and how the guys responsible for that must be feeling right now.
Shit happens, sometimes it's you accidentally deleting a branch on your repo and turning that into a major crisis, sometimes is a huge mistake that impacts not only the whole company business, but also it's clients work.
This situation reminds me of a famous quote from Thomas J. Watson (ex lBM CEO):
"Recently, I was asked if I was going to fire an employee who made a mistake that cost the company $600,000. No, I replied, I just spent $600,000 training him. Why would I want somebody to hire his experience"
Those guys at GitLab have probably learned one of the most expensive lessons in IT world and I really wish them to come up with a solution that not only fixes this case, but that helps them preventing future occurrences.6 -
PSA: "sudo apt-get remove nginx" doesn't actually remove nginx. It will still continue to run and block port 80 on every reboot.
Until you run sudo apt-get autoremove, nginx-core and others still remain.
And that's how twenty seconds of scheduled downtime turns into 10 minutes.
Dammit nginx1 -
@dfox bug report time (at least it looks like one)!
I have ~400 upvotes atm.
For shoes in pic you need 1500 of them.
How i did this?
I equipped them when they were free afaik.5 -
Today is my last day at this job.
Can't tell you how happy I am to be leaving this place in about 7 hours.
Starting my new job in January, so I get 4 weeks of nice vacation/ family time.8 -
How to handle fucking management assholes playing politics in office. Always there to take credit of the job they haven't done.
Really pissed off !!!3 -
When i decided to become a developer years ago, i had completely different idea of how it'll be..
I never heard of "bugs" and I thought it won't require human interactions... Boy was I wrong 😕3 -
Error, coffee, fix, bug, coffee, fix, 1am!
Time for bed, last minute compile..
Error.
Bugger this, I'm going to be a dam hooker!7 -
Why are there so many testing framworks for JavaScript? Jasmine, mocha, buster ... and for spies, stubs and mocks, there is sinon and for assertions, there is chai. And oh you can record entire external api calls with nock and whatever else I forgot. I am a bit overwhelmed by this overambundancy of libraries. Writing tests is supposed to be easy.2
-
These many Python libs exist for machine learning....
Used only scikit and gensim till now...
Little of theano... -
The amount of times I write response as "reponse" or "repsonse" is too damn high.
Takes ages to debug as well.. 😡1