Posts
DDLC: Everything has changed ft. Monika... (CW: flashing lights)
It all happened for a reason...Audio source: "Alter Lumine" https://www.youtube.com/watch?v=JTaliG9XqQs Song: LATHI by Weird Genius
Why I refuse to use AI image generators (pencil-drawn image)
Alt text:
"AI might one day be better than me"
my OC drawing this drawing
cortisol level gauge at low
mpds 56/05/20
"but a pencil will always be better for me"
The Yandere Dev/Pirate Software dilemma
UPDATE: The consensus seems to be overwhelmingly in favour of the match variant. And not to worry, I have replaced the magic numbers with an enum. Will try to remember to merge the branch tomorrow
Does an if-statement block or a switch statement fit better here? For context (and advertisement), this is part of my all-purpose utility plugin ( Codeberg link)
The code:
# Method 1 (Yandere Dev Technique)
if self.throw_errors and status==MpupTest.TESTSTATUS.ERROR:
push_error(result)
if self.throw_warnings and status==MpupTest.TESTSTATUS.WARNING:
push_warning(result)
# Method 2 (Pirate Software Technique)
match status:
MpupTest.TESTSTATUS.ERROR:
if self.throw_errors:
push_error(result)
MpupTest.TESTSTATUS.WARNING:
if self.throw_warnings:
push_warning(result)
DDLC in a nutshell - uh, I mean Marvel reference
Just a quick thing I did while procrastinating
We should write all numbers bigger than 999 999 in powers-of-10 notation
Most people can't handle dealing with million/billion/... numbers, which leads to mistakes like "Elon Musk has 600 billion dollars, he could give every person on Earth a million dollars and still be a billionaire".
Doing that with scientific notation would be clearer:
600 billion dollars=6e11
divided by 1 million dollars per person (1e6)
(6/1)e(11-6)=6e5=600 000 people Elon can give money to before running out (and that's if we assume he has that much in cash and not assets and stuff)
So, I had an idea and nobody was around to stop me... ( Murder Dokis )
Audio and inspiration from Murder Drones:https://www.youtube.com/watch?v=xIebUcOxkMgCast%3AThe Dokis (excluding MC) as themselvesKotonoha, Amy and Himari as ex...
PieFed donation pledge
I really need to stop commenting on Reddit.
And in order to do so, I am pledging to donate 1 Euro to PieFed for every comment I make on Reddit, starting with today's 2 comments.
I will make the donations on a monthly basis, starting with the 20th of the month.
My Reddit account link for accountability purposes: https://www.reddit.com/user/mousepotatodoesstuff/
[RECLAIMED TIME] finally got around to making a short I've been postponing for months
Took me less than 2 hours, probably 1 if I don't count distractions
So whatever you're postponing, this is your sign to do it
Speaking of postponing things I'm supposed to do, going to sleep now. Good night
Natsuki likes MC's face
Source: https://www.youtube.com/watch?v=SqVMsAAPqs4
Character images and textbox made using Doki Doki Dialog Generator https://edave64.github.io/Doki-Doki-Dialog-Generator/release/
The European Tomorrow
A platform for advocating for EU-based changes that could lead to a better future.
Name is inspired by "The American Dream", except hopefully we won't have to be asleep for this one.
https://piefed.social/c/the_european_tomorrowOpen linkView original on piefed.social