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
Search - "hello darkness"
-
When learning a new language replace "Hello world" with "Hello darkness my old friend". Sounds more appropriate.4
-
Jim comes in and tells me that server RENEGADE-DB1 has no more space left and that he tried to remove a few ridiculous sized log files, but that the system wouldn't allow him. So he used some 3rd party tool to shutdown the processes that used those log files and then succesfully removed them.
Now the database is not working and Jim needs my help.
Hello darkness my old friend.11 -
Me : I should start building user authentication system.
inner self : there are enough free and secure ones out there, just go read the documentation.
Me : fuck I'm not reading 10000 pages of documentation written in alien language.
inner self : well then you better start building
Me : **writes code
Inner self : you better add the data validation and security while coding
Me : I just want it to work !
Me after a few days trying not to suicide : the site is hacked, the code is bugged, hello darkness my friend5 -
Friends cause more problems than they solve. At least for me.
I'm currently not feeling well at all right now, anxiety and depression. I've never really experienced this before and let me tell you, if you're a person with problems like this regularly, I'm so sorry.6 -
*PTSD kicks in* Hello darkness, my old friend... :')
At least after 5 years, this time it took me only few seconds, to locate the source of the problem, and fix it.
PS: fuck you javascript... STILL. FUCK. YOU!!!20 -
My definition of hell?
Being forced to debug nested callbacks abusing global variables & closures generated from from reflection...6 -
So I work at this company that is constantly making events and conferences to ease the coexistence between the developers on different projects, the thing is, I don't really care about it, I'd just be happy if I was left alone with my laptop to code all day.
Any thoughts?rant hello darkness my old friend c# linux js pichardo for president random tags work company seo vote for me no putin coexistence2 -
Uuugh the 3rd of January first working day in my country, I am dreading 2018 already with the backlog of issues I decided not to fix in 2017 as if they'd magically disappear. Hello darkness my old friend...
-
I haven't killed a process in a long time so I typed, "man kill".
Why do I feel so triggered right now?3 -
Hello Darkness, my old friend, I finally moved to dark side xD. Paying a little didn't even hurt, though I got some stickers from Unixstickers, thanks to someone in comment on a random rant here.
P. S. - No, I haven't used them all yet, I just put them together for a group photo and no, arch is not like that.12 -
if((fabs(a - 0.0) > 0.00001) ||
(fabs(b - 0.0) > 0.00001) ||
(fabs(c - 0.0) > 0.00001))
What have you seen dear traveller? What have you seen?2 -
My first internship.
The webdev department for a engineering company is in the basement. I was given a cubicle near the middle by the wall. The ceiling light was broken so I had to work in the dark... It was a 7-4 with no pay nor do they cover any expenses. I did manage to use the experience and got a job offer at a 'proper' software company in the end. -
Use Swift Package Manager, they said.
I'll be great, they said.
"Note that at this time the Package Manager has no support for iOS, watchOS, or tvOS platforms." - https://github.com/apple/... -
That moment when you neglect to study a DP problem you saw because you thought it was too hard.
But it shows up during your super important interview and you have no idea how to do it.
Hello, darkness my old friend.1 -
Me: *updates ram to 16 gigs
Me: How do you feel about that chrome?
Chrome: Hold my beer ...
Also, anyone face any issues with laggy vs code and hyper?28 -
Am I the only one who want to learn programming and can't stop overreading about it and other connected stuff?
I feel I'm in deep darkness with my learning. I'm still writing those sample codes from books/video courses and can't motivate myself to come up with a piece of software to write myself.
It's some kind of loop which I can't break and move on.
I quit my electrical engineering studies after two years, to start IT studies, because I felt IT stuff is something I want to do rest of my life. Now, after first semester, I feel I'm in the same place I was before starting IT studies...
I'm lost devRant... Any ideas for helping me changing my life?question hello darkness my old friend lost learning programming halp overreading hilfe electrical engineering help java2 -
!rant && silly
Well so I was thinking of ways to proposing to my non existent geek gf, so far I thought of
Would you do pair life programming with me?
How would you do it?question linux don't ask me about the tags js seo not a joke sorry not sorry algo hello darkness my old friend joke pichardo for president jquery4 -
*me trying to fix the preview issue by editing layout file*
*issue gets fixed by clean build*
*me implementing a new feature as per plan*
*suddenly another issue occurs with the items in recycler view*
*tries SO, no related question and me too scared to ask one*
*trying different names, keywords, ids and methods to get atleast some output*
*checks json and recycler adapter, all fine but still the error*
*hello darkness my old friend*
*checks the item layout again with a microscopic look and encounters a 0 added to layout width which makes 95dp to 950dp and hence no output somehow*
*2 hours and sunday mood wasted*