Details
Joined devRant on 1/8/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 video playing in a website and I can't find the video on the site*
me:
$("video").src = ""
Oh man, sometimes I am so hacker :')4 -
Am I the only one who's pretty happy with the release of C# 8.0
The features are neat the general use is made even more simplified :^)
Source
https://blogs.msdn.microsoft.com/do...
Visual aid
https://youtube.com/watch/...5 -
Entering the password before your laptop fully wakes up, than having to delete what it did register and login again9
-
So true and why I've gone on and on over years saying technical interviews are just crap... Good solutions cannot be thought of in 30mins unless you recite what you remembered beforehand.
Are you looking for creators and thinkers or robots -
!rant
I just switched jobs, so there are no vacation days for me, besides the usual.
PM: "Are you returning for work on January 2nd?"
Me: "Yeah, but I'm kinda new at the company here, so I'll be available 26-28 if you want to reach me"
PM: "Screw those days. Nobody will be here anyways, you can take those off for me."
Me: "(cries in Spanish)"5 -
I have to share because I'm so confused at the moment. After troubleshooting for months trying to figure out why my laptop would randomly go into sleep mode, as I was typing. (Imagine my frustrations working on exam projects to have the screen just go black on me every 30 seconds.)
Today I found a post on the Dell forums by another person with the same problem. Apparently a magnetic closure on my bracelet triggered a sensor to think I had shut the lid on my laptop. What. The. Fuck. Guess that explains why it would only happen sometimes, as I don't wear this bracelet often 🙃🔫 definitely the funniest and weirdest problem I've ever had with a laptop.10 -
!rant
Now that I make decent money, I've started donating to non-profit tech foundations/companies. So far VideoLAN(the guys who make VLC) and WikiMedia done.
What else would you suggest? Thanks :)11 -
Thinking of making a calculator app that is implemeted with microservices.
Like multiplication service calls addition service, and power service calls multiplication service, and expression service can call all of those, etc.
Next I need to figure out how to add AI to it12 -
My Interview question was simple, just :
Create an algorithm using **JAVA** accepting row input which output corresponding diagram :
1.
*
**
***
****
2.
*
**
***
****
3.
54321
4321
321
21
1
I said, well this going to be easy. Turns out they give me one sheet of FUCKING PAPER. ARE YOU OUT OF YOUR MIND? THIS IS JAVA NOT A FUCKING PYTHON.
But in the end i complete the test except i don't write the :
public stupid static motherfucking main(String[] dick){}
in every single number. Got Zero in the test. Didn't get the job.
I win.13 -
Why Pdf is a new religion:
Pdf is complicated.
Pdf is ubiquitous.
Everyone follows their own conventions and calls it a standardised pdf.
Conversion from pdf to any other format is problematic.
Keep adding to the list...8 -
I have a big progress / update meeting to lead my team tomorrow.
Our investor has "ideas" on features and things that will significantly change the information we have to include in our code.
We are suppose to launch Jan,1 2019
He says I'll Call you tonight to give you the details so you will be ready for tomorrows meeting. .........
............
...........
yep never calls.
Fucking Awesome! can't wait to tell my team tomorrow. "glad you all came in today, looks like we have to change somethings I'm just not sure what yet."
Maybe I'll order pizza and beer to the office and we will all play video games until he shows up. and say if you aren't going to take this seriously why should we.
Fuckers!!!!!!!!!!5 -
I put an Easter egg into a product, that if you enter the string "final countdown" into the stock code search field, it plays a YouTube vid of Europe's "The Final Countdown", in a hidden div. It's an in-joke for a few people in the company.
A well meaning maintainer with no sense of humour or judgement takes over and goes on the warpath against any hardcoded strings. The secret code gets moved into a config file.
A third developer changes the deployment script so that it clears any configs that aren't explicitly set in the deployment settings.
So the secret code is now "".
Literally every PC in the stock buying department is now blaring out "The Final Countdown" at top volume.
...Except none of them have speakers, so it remains this way for over a year and two more changes of maintainer.
I just noticed this afternoon and quietly re-hardcoded the string. The buying dept.'s PCs will silently sing no more.31