Details
Joined devRant on 4/9/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
-
Made this for my mom for one of her projects.
May not be 100% accurate, but I was lazy so that means it's close enough. 😋2 -
bool True = false;
bool False = true;
if (True == true)
{
False = True;
}
else
{
True = true;
False = !true;
}
if (!False == !!true && True == !false)
{
False = True;
True = (!!False)true;
}
Console.WriteLine("Banana");5 -
!rant
Anonymous claiming in their youtube video that NASA is about to announce the discovery of intelligent alien life.
I would be more astonished if they found intelligent life here on earth.10 -
I just read devRant while on the shitter for so long my legs went dead. Now I can't walk properly hahaha...4
-
Good morning, mornin wood.
Good morning, chirping birds outside the window.
Good morning, handsome guy in the mirror.
Good morning, beautiful machine of mine.
Now where were we last night.
Hmpph
😒😒😒 morning segfault3 -
GF: please remember the flowers!
Me: I'll set a reminder.
GF: and don't forget to wrap them in water.
Me: I'll see what I can do about the laws of physics.
GF: ... I swear to god..
Me: yes yes I'll wrap them in water.7 -
"Programming is like sex: one mistake and you’re providing support for a lifetime." - Michael Sinz3
-
Lead engineer: "Well, uh... I haven't really prepared a test for you but the HR insists that I should test you before wrapping up this interview.. so uh.... what do you suggest we should do now?"
Me: "Um... how about we walk through my latest project code and you can ask me to optimize it?"
Lead engineer: "Sounds cool, allright let's do that. How much time do you need?"
Welp. Did I just pick my own interview question?5 -
I just made my first pull request to an open source repo on github 😊
Just some tiny improvement but still I'm geeking out right now🤓5 -
> Customer calls
Her: I have over 5k 404 request to [insertwebsite]/autodiscover/autodiscover.xml
Me: Sound like a missconfigured exchangeserver/client. Let me have a look.
> Takes a look and can confirm the IP and the owner of that IP
Me: It looks like someone/something from xxx.xxx.xxx.xxx is failing to resolve autodiscover.[insertdomain].com
and defaults to @ record on the zone. Do you happend to know to whom that IP belongs?
Her: No, and I dont care, just block it. I do not like the 404 that shows up on the summary.
Me: Alright
> Blocks the IP in the firewall.
>>> Fast forward to next day >>>
> Someone calls, it is the same girl
Her: I cant reach my website! Infact, I cant reach anything! WHYYYYYY!!!
> I remember, blocking that IP yesterday...
Me: Oh, can you please visist "minip.se" (whatismyip.com, swedish version) and tell me what you see?
Her: Yes, it is xxx.xxx.xxx.xxx
Me: Do you remember that IP that you request that I block yesterday?
> I can hear the shame coming from the phone.
> Turn out that her collegues did'nt have any mail delivered to them from the time I blocked their IP
> Her boss is really mad
> Atleast she had a cute voice12 -
Fuck You blue car driver who is texting and just cut in front of me! I accidentally double tapped the wrong rant!4
-
Shitty-Clent-side: Onclick of submit button, send request to server
Server: Responds with a 500 error.
Shitty-Client-Side: change "Submit" to "Submitted" and backgroumd color to green(because UX is important and error handling can go to hell)1