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 - "dev humour"
-
Confession: I am not a dev, I actually work on an IT helpdesk telling people how to turn on their PC's everyday.
It's soul destroying!!
My boyfriend is an Apple dev though, and I only joined DevRant to see if it would help me understand what he talks about 24/7...
I have very basic coding knowledge but still find this all so fascinating!
You guys are so smart, and can literally create anything in the blink of an eye.
Why are you guys generally so very under appreciated??
You also have a fantastic sense of humour! Haven't laughed at so many nerd-jokes in years!
Loving DevRant so far!
Keep up the great work! :)31 -
Dev: I see you have tattoo
Person: I do. Thank you.
Dev: I never said it was good
*dev walks away and person looks at their tattoo
I'm glad i got to experiance this beautiful moment -
So I didn't boot up my Windows 10 from more that a month now (dual boot).
I wonder how many eternities it will take to update when I shut it down to switch back to Linux. :/
#scary1 -
Best part about being a dev? - Finding little gems of humour in comments and docs.
Why convert HTML to Markdown?
-You have an existing HTML document that needs to be edited by people with good taste.
-You want to store new content in HTML format but edit it as Markdown.
-You want to convert HTML email to plain text email.
-You know a guy who's been converting HTML to Markdown for years, and now he can speak Elvish. You'd quite like to be able to speak Elvish.
-You just really like Markdown.
from https://github.com/thephpleague/... -
This is the only place where you can actually see the DSOH, I mean Dev Sense of Humour. Don't Google DSOH, iCoined it 😎
-
This article about the types of legacy code bases you will have to deal with just made my day!
Not only do I have every one it describes but somehow it even made me laugh at thought of each of the std riddled petri dishes of code that I reluctantly maintain... My "Happy Place" is a folder dedicated to reliquary projects I like to look at when I feel sad to lift my spirits and restore hope that one day things will be better.
Do you have any definitions to add or know where to find more? I'm hooked.
Link: https://medium.com/@dylanbeattie/...
Excerpt:
The Reliquary
The reliquary is that one repository full of really good ideas. Clean code. Brilliant algorithms. The OpenID implementation that you optimised until it shone. Classes so beautifully designed and perfectly documented that they’d make a senior architect weep.
You remember the big rewrite? The project that was going to fix everything, only you never worked out how to actually launch the thing, or get any revenue from it? The reliquary is where you’ve preserved it, pickled in revision control like a fabulous museum specimen. A treasury of good code and good ideas; maybe even an entire codebase that was “a couple of weeks” away from shipping before somebody finally looked at the number of critical features the team had somehow forgotten to include and discovered — to everybody’s surprise — that validated XHTML, normalised data models and 95% test coverage are not actually features any of your end users cared about.
Like Buran or the Spruce Goose, the surviving artefacts stand as a testament to the quality of your engineering… and a poignant reminder of just how much fun engineers can have building high-quality stuff that nobody actually wants to use.