Conversely, ads are now one of the primary vectors how malware is distributed, so you still have at least 3 viruses on your computer. 👍
trem
Hab schon von Leuten aus Großbritannien gehört, dass jetzt eben alles mögliche mit Süßstoffen vollgeballert ist. Das ist auch nicht geil, weil:
- Süßstoffe teilweise auch gesundheitsschädlich sind,
- Süßstoffe immer auch einen komischen Nebengeschmack haben, und
- sich die Geschmackswahrnehmung nicht an die geringere Süße gewöhnen kann. Also wenn man z.B. ein paar Wochen hart auf Zucker und Süßstoffe verzichtet, dann schmeckt einem danach vieles wesentlich süßer als davor, ohne dass endlos Zucker oder Süßstoffe drin sein muss.
Part of it is that the sun rises later there. They are still in the same timezone, but it's been comically expanded:
![]()
Huh, isn't that just plastic bullshit? Why is it so expensive?
By the way, it's absolutely not just Germany that does it the other way:

https://en.wikipedia.org/wiki/Decimal_separator#Conventions_worldwide
It was originally written in Zulu, where it was "wembube" ("of the lion").
Then the song got colonized and distributed into the US under the title "Wimoweh".
Later the lyrics "the lion sleeps tonight" got added, but from what I can find, they did not change the "wimoweh".
No, they mean the license costs. I'm pretty sure, you only have to pay a fee for Docker Desktop...
Oh man, that does not register as food to my brain, from all the food dyes. If the packaging wasn't there, you could've told me this is a cleaning sponge and I might've believed you...
Ah, guter Punkt. Soweit um die Ecke hatte ich nicht gedacht.
MDN has a really good tutorial: https://developer.mozilla.org/en-US/docs/Learn_web_development/Core
I also want to throw in that a "static site generator" would probably be up your alley.
It is additional software, but it just gives you HTML+CSS in the end, so you can still upload to NeoCities or the like. It would effectively replace PHP for your use-case.
Knowing some HTML and CSS, and the rest of what you learned in that tutorial, is still helpful, as you may want to customize your template, but for the most part you can just write your blog posts in Markdown and it'll generate the HTML with navigation links for you.
Of course, a static site generator is still an additional layer of complexity. For learning how HTML and such work, it's definitely valid to plug everything together yourself. 🙂
Cork leather is likely what you want, at least it's available already.
My cork leather belt has lasted easily three times as long as my faux leather belts before that, and it's the buckle that crapped out in the end.
In programming, we use a tool called "Git" to keep track of changes we make to a piece of software, well, and also to collaborate with other devs.
I've been using Git to have a history of how my text-based creative projects evolve (not just writing 😅). And then I'm publishing those like an open-source code repository. So, others can go through the history and look at the first draft, or the final edits, or everything in between.
Obviously, though, this does mean that your final result is public as well, unless you find a way to only give access to paying customers, I guess.
To give an example, here's a short tech explainer thingy I wrote: https://trem.codeberg.page/rust/macro_rules.html
And here's the complete change history: https://codeberg.org/trem/pages_src/commits/commit/830718aaa788ac00fb7ba9635c405f7c18cc76fb/src/rust/macro_rules.md