

Literally Google IO this year.
They showed off an OS they allegedly vibecoded with antigravity, tried to get it to run Doom, failed due to missing graphics drivers, then vibecoded the missing drivers live.
I was equal parts appalled and impressed.


Literally Google IO this year.
They showed off an OS they allegedly vibecoded with antigravity, tried to get it to run Doom, failed due to missing graphics drivers, then vibecoded the missing drivers live.
I was equal parts appalled and impressed.


Docker’s main advantage is just being more well known and hence more supported as a default option.
Even then, I feel that this availability of docker compose files is an illusion, due to their verbosity and limitations inherent to docker. Less granular control of permissions, clunkiness in updating images, and multi container stacks feeling like an afterthought.
In pretty much all other ways podman feels superior. Cockpit provides a basic web gui, but quadlets are the main draw. Way easier to configure, explicitly designed for multi containers, and updating all images is a single command.
Roughly, the different ecosystems from least to most complex are:
Docker/Portainer -> Podman/Cockpit/Quadlets -> Kubernetes
As someone completely unfamiliar with the JavaScript mess, are these security issues specific to npm the actual repository or npm the package manager?
If it’s the latter, does using something else like yarn or bun instead help?


pandoc. Converts markdown to html, latex, pdf, and Word.
It serves as the backend behind basically every program that support some kind of rendering of markdown, e.g. quarto, ipython notebooks.
Pandoc - Pandoc User’s Guide - https://pandoc.org/MANUAL.html


The Gen Z stare is simply the rational response in dealing with customer facing situations where either 1. the customer is problematic, or 2. if the worker genuinely doesn’t know what what to do.
Responding or engaging to problematic customers (racist, homophobic, misogynistic) can only lead to conflict, reprimand, or lawsuits.
Responding with inaccurate information or simply saying leads to conflict, reprimand, or poor reviews.
Both have worsened as people have become more polarised, and management cuts funding and hours for training.


Maths feels like a first class citizen in latex. The syntax is ugly, but there is some logic through the legacy jank.
Typst makes fundamental design decisions that render it unsuitable beyond extremely simply equations. In LaTeX, curly braces are nearly always reserved for enclosing arguments, to avoid confusion with actual brackets.
Typst uses normal brackets for both its scripting and actual maths.
For example, \frac{n(n+1)}{2} in latex turns into (n(n + 1)) / 2 in typst.
The typst code is incredibly unclear - the first set of brackets with the slash together actually form the fraction operator, so neither end up visible.
You can see how this would start to struggle even with high school level maths, with bracketed terms and possibly fractional terms in exponents, integrals, etc.
For example, it is very difficult for me to work out the difference between the following three in typst. That is specifically not what you want from a typesetting language.
1/2(x + y)
1/x(x + y)
1/2^x(x + y)
LaTeX ignores whitespace, so you can just use a formatter to space out your code and ensure the curly braces. This is not even an option in typst, which uses the space as an escape character.


Microsoft Tay
Tay, Microsoft’s AI chatbot, gets a crash course in racism from Twitter | AI (artificial intelligence) | The Guardian - https://www.theguardian.com/technology/2016/mar/24/tay-microsofts-ai-chatbot-gets-a-crash-course-in-racism-from-twitter




Some academic fields a decade or two ago went through a phase where they intentionally used “she” for all pronouns. The idea was because academia was so male dominated, even a neutral pronoun would still make people inagine a male lab worker, statistician, etc when reading. Intentionally using “she” was thought to force people to imagine a woman and normalise that image.


Unfortunately this is an increasingly unviable strategy, because even “good” creators have started using clickbaity titles and thumbnails, even if their content has remained the same. Some have even retroactively changed the titles/thumbnails of their older videos to this style.
Clickbait is engineered by behavioural scientists to be as addictive as possible, and has been proven to trigger similar neural pathways to other addictions, such as drug or gambling.
Basically every creator with a shred of self awareness has admitted that they hate creating clickbait thumbnails, titles, and phrases like smash that like button and subscribe; they end up doing it anyway because A/B testing with randomised thumbnails and titles clearly show that they work.
The live A/B testing in particular obscures whether a creator employs clickbait or not - you may be under the impression that a certain creator has remained principled, when in reality you were just allocated to the control group by chance.
I feel that it’s one of those situations where the game is rigged, and the only way to “win” is to change the rules yourself.


Look into DeArrow (by same creators of SponsorBlock), which offers crowdsourced “de-clickbaited” video titles and thumbnails.


Side note, the restaurant analogy is exactly why I hate the seemingly American style of service where the waiter asks how the food is halfway through.
I guess that’s a good analogy for how creepy surveillance capitalism is, it’s like a waiter judging and recording your every move and reaction throughout the entire meal.


Except that the Nordic model has been replicated across all the Nordic countries, of which only Norway has vast natural resources.
And even then, Norway, under the policies of the Nordic model, was already quite rich before it discovered oil.


If you see this when your eyes are open then it may be visual snow.
Visual snow syndrome - Wikipedia - https://en.wikipedia.org/wiki/Visual_snow_syndrome
Because all in one distros have mistakes or bugs, for which fixes are only available in the next release 6-12 months later.
Other times, I know exactly what the problem is and how to fix it, but due to the vendors shenanigans (Ubuntu) it’s ironically much harder to fix. Adding extra repos via ppas and managing them is harder than just pulling it from AUR.
Having problems due to a vendor’s mistake and being unable to fix them was exactly why I wanted to move away from Windows and macOS. All in one distros kind of fail at addressing that. Arch is basically “fuck it, I’ll compile it myself”


Actually, the term 3rd world is outdated and referred to countries that couldn’t decide whether to align themselves with the US or Russia - oh wait


Immich users flag Google sites as dangerous


Thee following are more little/no dialogue for the purposes of Immersion, rather than subtitled
Tunica is an unapologetically difficult isometric action/puzzle game
Animal Well is a metroidvania with little/no dialogue
Other similar games are Fez, Hyper Light Drifter
Ditto. I don’t see how this is different/better from existing harnesses such as Opencode, Pi, and even “commercial” open source offerings such as the CLIs for Codex, Copilot, and Gemini, especially once tricked out with plugins and extensions.