https://downdetector.com/ still works even when cloudflare is down.
- 2 Posts
- 30 Comments
I know this under the name sleepSort.
mcmodknower@programming.devto
Programmer Humor@programming.dev•top 5 unsolved problems in computer science
5·7 months agofor 1: kdeconnect or warpinator
mcmodknower@programming.devto
Ask Lemmy@lemmy.world•Do you run a YouTube channel? Tell us about it
6·7 months agoI make videos irregularly (this year 2 iirc), only when i have an idea and take the time to make the video. Since i do a lot of other stuff it is not really one project, but each video is its own project, and the channel is just a way to publish them.
mcmodknower@programming.devto
Selfhosted@lemmy.world•Is there a way to redirect voice traffic from WhatsApp and Signal to a landline?English
2·9 months agoIn case you have a fritz!box router, take a look at
fritz!app fonand see if that is what you want.
Sounds just like git (unless you do some special operations to change the copies)
Isn’t that just git with more steps and harder to share?
Learn to get around on foot, bike, bus, tram, etc. Find out what kind of ticket is good for your. In German cities the public transportation is relatively good.
Also on sundays nearly every normal store is closed, only restaurants and some other stores like gas stations are open.
deleted by creator
I planned to use nfs, since it is one of the options of TrueNAS and it works on both windows and linux.
It will be used just for file storage. But what exactly do you mean by “lighter hardware”? april said anything more than a raspi, so better than the quad-core Arm Cortex A76 processor @ 2.4GHz from the raspi 5? (ik that truenas is for x86 and not arm)
In c single quotes are for single chars only, while int is a string. That means you would need " around it. I think.
mcmodknower@programming.devto
Ask Lemmy@lemmy.world•westerners, how do you pronounce the letter "w" do you say dablu or double you or just dub or double v?
10·1 year agoin english: double you in german: ve (german e, idk how to tell it to someone only knowing english)
mcmodknower@programming.devto
Memes@lemmy.ml•Not a German speaker but some words just transcend their native language
1·1 year agoPartly. See my comment for a full translation
mcmodknower@programming.devto
Memes@lemmy.ml•Not a German speaker but some words just transcend their native language
361·1 year agoFor those interested, here is a translation:
- Top left: conspiracy theorist who likes drugs and minors as minister of justice
- Top right: FOX moderator as minister of defense
- Middle left: a hillibilly as vice president
- Middle middle: anti-vaxer as minister of health
- Middle right: climate change deniers as leaders of environment agency
- Bottom: trumps next government
My smartphone only showed black in the picture :(
mcmodknower@programming.devto
Programmer Humor@lemmy.ml•My debugging experience today: Quantum Debugging
2·1 year agoWell, technically it was a race condition. Just one between two different programs.
mcmodknower@programming.devto
Ask Lemmy@lemmy.world•What's the most useless skill you've mastered, and how did you end up getting so good at it?
2·1 year agoI can also do it with my right hand, but i did it with my left first cause there is this german phrase “doing something with left” which means something is so easy for you, you don’t even need your dominant hand for it.

Some minecraft mods had/have a similar problem. They use javas serialization stuff for sending stuff between client and server. There is mod that partially fixes this by only allowing whitelisted classes to be deserialized.