https://downdetector.com/ still works even when cloudflare is down.
- 0 Posts
- 31 Comments
I know this under the name sleepSort.
What is that cowsay file?
mcmodknower@programming.devto
Programmer Humor@programming.dev•top 5 unsolved problems in computer science
5·1 year agofor 1: kdeconnect or warpinator
One of my profs signed their emailss with just their initials. But not fancy, just the two letters in lowercase with a dot afterwards.
Here is a link to piper, which others already mentioned: https://github.com/libratbag/piper Its a software to configure mice and so on. You might wanna check out which mice are compatible with it.
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?
mcmodknower@programming.devto
Linux@lemmy.ml•What's a unique customization on your Linux machine you think no one else has?
6·1 year agoI open links from different categories of websites in different firefox profiles via a bash script. For example the current one is named “memes”.
Also i have a second panel at the top of my second monitor so i can always see the current date and time.
In c single quotes are for single chars only, while int is a string. That means you would need " around it. I think.
I was on reddit when the api changes happened, after that (and the canvas) i deleted my account over there and went here.
mcmodknower@programming.devto
Asklemmy@lemmy.ml•[Legal question] It is allowed to use actual video games for training AI that can play them?
8·2 years ago(definitely not a lawyer) If you play multiplayer games (especially ranked stuff) you might be going against some “no botting” rule of that games tos.
mcmodknower@programming.devto
Asklemmy@lemmy.ml•What's an obsolete or incredibly obscure word you think people should know?
15·2 years agothe german version “Übermorgen” is widely used in germany.
mcmodknower@programming.devto
CrackWatch@lemmy.dbzer0.com•Subscriptions ain't so nice now, are theyEnglish
10·2 years agoWhat ist the context here?
mcmodknower@programming.devto
Programmer Humor@programming.dev•PlePuProPro: The Pledge to Put Prolog in Production
9·2 years agoAs someone who used Prolog in an academic circumstance for more than just logic, i fully agree with that article.
But i still think C++ has more footguns than Prolog.
mcmodknower@programming.devto
Asklemmy@lemmy.ml•What are your favorite open-source games?English
71·2 years ago- Super Tux (i played this since i’m three)
- osu!lazer (rythm game)
- shattered pixel dungeon
mcmodknower@programming.devto
Asklemmy@lemmy.ml•Why in 2024 do people still believe in religion? (serious)English
1·2 years agoThis is one time i know God was involved. Other times things i did had negative consequences just because they were objectively bad decisions from me.
mcmodknower@programming.devto
Asklemmy@lemmy.ml•Why in 2024 do people still believe in religion? (serious)
35·2 years agoFor me its a combination of learning it since childhood and experiencing minor things that i can’t explain differently.
For example once i had a thought in my mind that i should go home that evening when i see the clouds. Later at the bbq i remembered that and looked into the sky and saw some clouds in the distance and just knew that these were the clouds. But it didn’t looked like it should rain, and the weather forecast was also clear. So i stayed. Later when i went to the train, a huge number of people from a heavy metal concert that just finished came, and enough people wanted to take the last train that day that some didn’t make it inside. If i had gone home when i saw the clouds, i wouldn’t have been in that overcrowded train.
Also for me my faith looks consistent internally and with other stuff that i see.

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.