- 0 Posts
- 7 Comments
Joined 1 year ago
Cake day: February 19th, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
To completely deflate the joke, it looks like the text output was stripped of its new lines, spaces/tabs, and backticks, because I think the code would be valid if allowed those elements in a Markdown context, e.g.:
```python def reverse_linked_list(l): # … return prev \```(backslash included to show triple backtick)
“Your computer looks bloated…”
leans in seductively
“…I can fix that.”
lmr0x61@lemmy.mlto
Programmer Humor@programming.dev•Promoting your API tool - Guide for founders on RedditEnglish
10·12 days agoThat’s a great story lmao So it’s DRY… unless you’re getting paid to do it? 😂
lmr0x61@lemmy.mlto
Programmer Humor@programming.dev•Promoting your API tool - Guide for founders on RedditEnglish
491·13 days agoThis has been solved since 1999. Read the manual.
The deeper I get into Linux, the more I feel exactly this about most software in general. We just love reinventing the wheel, don’t we?
Yes—whichever one was hosting that pile of digital trash!
As mentioned elsewhere, this is appropriate for anyone doing database administration, because DB writes should always be a trans action.