Details
Joined devRant on 6/5/2017
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 client asked if we could change their nameservers to wix's ones.
"we want to move to wix because one of my best friends can create a professional site there"
My eyes are bleeding and I think I just spontaneously got aids AND cancer at the same time.
Send help. Please.30 -
Just switched to 99% DuckDuckGo a couple of days ago.
Is there a term for searching with DDG?
- "DDGing" maybe??
One reason for using it: Dark theme! 🖤36 -
A moment of respect to people who willingly spend time to help out other people on sites such as StackOverflow10
-
Why I try to ALWAYS use semicolons in JS:
In short, weird shit happens sometimes
An example:
So I'm doing a small project for freeCodeCamp, working with the Twitch API. I decided to make an array on the fly to append a few elements to a documentFrag in order after setting all my props. Forgot a semicolon. Apparently, Babel transpiles this:
info.innerHTML = (``)
[span, caret, info].forEach(elm => frag.appendChild(elm));
to this if you omit the semicolon:
info.innerHTML = ' '[(span, caret, info)]
this is why you should avoid relying on ASI, you're going to have to remember them in other languages out there, so for your own sanity, might as well get used to them. Just thought I'd share--who knows, might help a JS newb out there somewhere.5 -
I completwly hate windows. Tomorrow I've got an exam, I wanted to play for an hour before I go to sleep to relax. Boot into windows half an hour early because I knew it would fuck up somehow (I'm usually on linux, windows is there only for games). Graphics card driver isn't working anymore (AMD), uninstall with their tool, restart. And now windows goes like "FUCK YOU!!! YOU ARE NOT PLAYING SHIT TODAY YOU SAD FUCK!" in the form of "Getting windows ready for you, please don't turn off your computer" for the past 2 hours. I just wanted to play a game and now I'm so fuckin triggered by this non-sense of an OS, how can someone make something so fuckin shit5