Short answer: it’s a coalition. The push doesn’t come from a single puppet-master but from overlapping interests inside EU institutions, some national governments and police bodies, plus a small but loud set of NGOs and companies that sell scanning/age-verification tech.
Continue reading “Who might be behind the push for Chat control in the EU?”
Save Linux state, boot other OS and resume later ChatGPT response
Model: ChatGPT-5 Thinking
Question:
Is it possible to save a Linux machine state to disk, kind of like a sleep, boot a different system and when booting the system with the saved state resume from that saved state?
Continue reading “Save Linux state, boot other OS and resume later ChatGPT response”
Zusammenfassung der Hauptideen aus Paul Jarvis Company of One
Hier ist eine knappe Zusammenfassung der Hauptideen aus Paul Jarvis Company of One:
Continue reading “Zusammenfassung der Hauptideen aus Paul Jarvis Company of One”
Using Logitech G915 X G-Keys (Macro keys) on Linux (Cinnamon)
I’m running arch linux with the Cinnamon Desktop Environment.
I have recently bought a Logitech G915 X keyboard and I’m missing the macro key to launch the gnome-terminal program.
Lucky Cinnamon has custom shortcuts.
Go to System Settings.
Keyboard.
Shortcuts.
There are 2 options for you.
1. Launchers
Under Launchers, there’s “Launch terminal” and you just assign the G key to that action.
2. Custom Shortcuts
Under Custom Shortcuts you have to define a custom shortcut, providing the path to the binary.
A short list of graphql relay style backends or libraries
I asked in the graphql discord server #relay channel, what people used to build their graphql relay style backends.
Here I’ll list the responses.
Language: Go
Toolkit: gqlgen with ent and entgql extension
I made a starter package one can clone and adapt. It uses openid-connect for authentication and postgresql as the data storage. It can also use sqlite in-memory for development purposes.
https://github.com/dlukt/graphql-backend-starter
Language: Scala
Toolkit: Caliban
Language: Node.js
Toolkit: Pothos
Another member of the graphql discord server created a starter package with Prisma, Pothos and Better Auth.
https://github.com/nkzw-tech/server-template
Language: Python
Toolkit: Strawberry GraphQL
Language: Elixir/Phoenix
Toolkit: Absinthe
Language: C#/.net
Toolkit: Chillicream
If you know more, please comment and I’ll extend the post

