Details
-
AboutStudent learning electrical and computer engineering
-
Skillspascal, a bit of c
-
LocationGermany
Joined devRant on 11/1/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
-
A trusted-partner of my company obviously opened a dodgy email, as some of my co-workers got emails with a dodgy link from them....
So our Network Admin sent an email to the entire company with a screenshot of the email and a message along the lines of "DO NOT CLICK THE LINK IF YOU'VE RECEIVED THE ORIGINAL EMAIL!"
Company director REPLIES TO ALL and says 'i cant click the link that you sent to us'.
N.A replies directly to him to say its only a screenshot as it could spread a virus.
Director then informs N.A that that he has found the original mail (hurrah!) but the link downloaded an empty .zip file, so he forwarded the file to another director... who also couldn't open.... so they forwarded it to another person who also couldn't open it..... and they in turn forwarded it etc etc.
Currently have 37 power scans running (out of 250 computers) and trying to figure out how the hell these people manage to dress themselves every morning.10 -
IT: Hi, how can I help?
User: Hi, I can't get onto the wifi / internet, my computer says "No Signal".
IT: Hm, we don't have wifi, your on a cable, what exactly is saying no signal?
User: Its just on the screen here.
IT: No but where, are you inside a browser, or is it a popup down the bottom corner?
User: No I haven't got that far yet, it just says no signal on a black screen, then it flashes and says no signal in another position.
IT: ...... did you turn on your computer after turning on the monitor ... thats the screen saying no signal from the computer.
User: ah yep, thats it, thanks!3 -
Dear Clients,
if you really think what I do has so little value that you won’t pay for it, why on earth would you think it was going to help your business in any way? It’s clearly not worth it. How can it have a positive impact?
- Your Unpaid Developer3 -
Don't panic and break up your big problem into smaller problems and solve them in a logical cadence.
Also, when you go home at night...turn off man. If you take your work home with you, you will go mental.1 -
My mom asking about photo storage...
"You said google photos is a cloud... Can I have iCloud and Google photos or would that cause a thunderstorm?"3 -
When one of those "Your windows has been infected, click here to remove virus now" ads slips through the adblocker while I'm on my Linux3
-
!rant
When you're sick of maintaining the biggest torrent site and decide to open a restaurant instead3 -
When android starts updating an app thus shutting it down while I use it, I want to go and burn down Google7
-
I remember when my professor in Linux Kernel Programming told us this is a programmers bible, everyone has this one right ?12
-
There is no need to ever put your greasy-ass nasty fingers on my screen, it may not look expensive or nice but I don't want to deal with your fingerprints all over it.7
-
One thing I learnt after over two years of working as a programmer is that sometimes making your code DRY is less important than making your code readable, ESPECIALLY if you're working on a shared codebase. All those abstractions and metaprogramming may look good in your eyes, but might cause your teammates their coding time because they need to parse your mini-framework. So code wisely and choose the best approach that works FOR YOUR TEAM.7
-
#include brain.h
/* Hello world. I am new to this community and just wanted to announce. I am here! About me? I am a student from Hannover in Germany and some dudes told me about this social app. Currently we are learning basics of C (I guess it is version 89) */6 -
Logic Gem found at work today.
if (value != null) {
return value;
} else {
return null;
}
😂 😂😂😂😂😂10