- 0 Posts
- 12 Comments
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)
lmr0x61@lemmy.mlto
Selfhosted@lemmy.world•The surreal joy of having an overprovisioned homelab (2025) - from Anubis creatorEnglish
62·13 days agoXe Iaso my beloved
“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·17 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·17 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?
lmr0x61@lemmy.mlto
Selfhosted@lemmy.world•Fetcharr - a human-developed Huntarr replacementEnglish
17·18 days ago100% ethically-sourced, organic code
Yes—whichever one was hosting that pile of digital trash!
lmr0x61@lemmy.mlto
Free and Open Source Software@beehaw.org•FOSS projects in need of testingEnglish
4·25 days agoWhat do you think of this Python project? It’s called
aurman, and it’s used by Arch Linux users to pull in packages from Arch User Repository (AUR), the unofficial package repo for Arch. It works as a wrapper aroundpacman, the standard Arch package manager.I think it already has some tests written for it, (possibly short of a full suite), so you’ll be able to contrast your tests with the existing ones as an exercise, but also provide more within the same framework.
lmr0x61@lemmy.mlto
Selfhosted@lemmy.world•Caddy reverse proxy fails with a login pageEnglish
21·1 month agoI have to echo what others have said, and tell you exposing your router’s login to the public internet is very risky (if you’re referring to the WiFi router in your home). I would strongly recommend some other solution to whatever broader problem you’re trying to solve with this—why do you need to access your router login from outside your home? Can the logging in (and presumably tinkering) be done at home? Definitely things to think through before proceeding.
You probably know this, but Mint is kind of just Debian with extra stuff (some might call it bloat, but that’s a matter of use case). So a switch to Debian from Mint should be very straightforward, if not seamless. The package manager is the same, and that’s usually the biggest part of switching distros. Debian is also ideal for hosting specifically; many, many production servers run on Debian. It’s also arguably the best-supported distro out there, so whatever question you have had probably already been answered.
TL;DR you should totally try Debian out (especially a headless version). It mostly like won’t be an issue.
As mentioned elsewhere, this is appropriate for anyone doing database administration, because DB writes should always be a trans action.