Details
Joined devRant on 3/13/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
-
Got some new toys today! A Raspberry Pi 3 and a Arduino starter pack. Any suggestions on what I should do with it?23
-
So my company is now giving us flexibile work hours, but we still gotta do 9 hours a day, of which 1 can be outside the office. Wouldn't it be easier to just make it an 8 hour-day and be done with it?2
-
Bloody hell I have been stuck for two hours on a problem and couldn't find any solutions. So naturally I asked my Senior for help. I was trying to export a js file like :
---------config.js--------
module.export = function (app){
//code here
}
-----------Index.js------------
var config = require('./config.js')
config(app)
but it would throw an error saying config is not a function. Wasted two hours only for my senior to point out that I missed an "s" in module.export 😑
Feels so stupid. bloody ass.6 -
!dev related but is a rant
I don't think that either Mark Zuckerberg nor Elon Musk are experts on AI but I'd agree more with Musk than Zuckerberg.
Zuckerberg made a website, that's not rocket science.
Musk made a reusable rocket, that is rocket science.10 -
We received an urgent email from a client this morning that needed addressed immediately. We knew it was not going to be easy or fun so we did the sensible thing and began a rock paper scissors tournament to see who would work on it.
I lost... But then we see a follow up email from my boss saying he is handling it. Win!
Fast forward 6 hours, he comes out of his office and hands me a piece of paper and says he is too busy to work on it so I need to do it before going home. The paper is the email from 8am this morning... He did absolutely nothing with it for six hours except print it because a digital copy isn't good enough I guess.
I ended up working late, got yelled at by said client, and still haven't finished the fixes.
Worst of all is that I missed part of shark week because I stayed late.12 -
Our university syllabus is so outdated, we are forced to do C programs in TurboC.
So we install Dosbox on Windows 8 machines...
1 upvote = 1 prayer53 -
devRant needed my "physical address" to send me stickers.
I sent them: 8D:*E:85:12:**:**
Waiting for the stickers... :-/6 -
What's with all the C, "C, C++, Objective C & C sharp?"
If I make a language it'll be named C flat or C natural26 -
FUCK
Have you ever worked with people that constantly asks you what to do? People who are in the same spot as you, I mean.
- Hey, you should start debugging this while I finish this menu
+ So what's failing?
- I don't know man, but there's a bug
+ But where?
- You should look for it, I'm trying to link this to the controller
+ How can you not know?
- Do you know?
+ Where should I look for it? Here?
- ...
(One crappy solution after) + Here it is, I'm moving to something else
- ...11 -
A: man Stack Overflow is a paradise on earth, anything I need is on there, it never lets me down.
"Stack Overflow is currently offline for maintenance"
A: ......PANIC3