Friday, 23. February 12024
p3k dots

mzmzmz 🕺

htmx, htmy, htmz.

Killed by Google is the open source list of dead Google products, services, and devices. (Via adactio.com).

Just learned about MariaDB’s create table like and insert select syntax – and an easy way to save a corrupted InnoDB table:

create table shiny_table like tragic_table;
insert shiny_table select * from tragic_table;
drop tragic_table;
rename table shiny_table to tragic_table; # Not so tragic anymore 😅

Between a Rock and a Hard Place – On age, the presidency, and mistaking corruption for confusion.

The world is ending, so I went to the place where it began.

One and a half billion years ago, Earth exploded and left the remains in Missouri.

This occurred in the Precambrian Era: before skeletons and sexual reproduction and oxygen, before anything but heat-strewn rock that flowed like rivers of blood. Earth exploded as if in revolt against itself, magma molding into subterranean formations. When erosion wore down the lithosphere, resigning the planet to bearing life, those formations rose to the surface and stayed there.

This is why it is called Mother Earth. You bleed pointlessly for what feels like eons until one day, beautiful creatures emerge from inside, so perfect you wonder how they came from that wreck they call the core.

But they’re here, and you enjoy their company.

Source: substackcdn.com

I admire Sarah Kendzior's tireless, almost Cassandra-like reporting on the coup ambitions of far-right US politics, and I no less admire her powerful, poignant language.

Sunday, 18. February 12024
p3k dots

Triggerwarnung: fossile Gewalt.

Fahrradaktivist Natenom tot: Der Mann mit dem Abstandhalter.

Er trug immer eine gelbe Leuchtweste. Auch bei seinem Unfall, wie die Polizei bestätigte.

Tonight we gonna browse it like it's 1995!

Protoweb is a free public service that hosts historical Internet websites to demonstrate the Internet in its early days.

Julia Evans asked about popular git config options, and the community replied (via lobste.rs).

Relevant: “There are some aliases and Git addons that I use to make my life easier.”

There seems to be an issue with Synergy and the i3 window manager, when after logout the screen just turns blank and there is no way to log on to the sytem, anymore…

This bit me several times, and all I could do is rebooting the machine – until I found out I could restart the Gnome desktop manager, which is used for showing the login screen.

Later, I found an article – Fix Can't Login After Logout With Gnome – pointing me to the actual issue, a line added by Synergy to a GDM config:

# /etc/gdm3/PostSession/Default
systemctl --system start synergy.service

I removed this line, and logout works again. I contacted Synergy about the issue, they friendly replied and want to investigate.

rows.com – The new way to spreadsheet.

More powerful than a spreadsheet and more flexible than a reporting tool, Rows is where modern teams build, use and share beautiful spreadsheets.

I cannot believe I was finally able to fix the issue of mails getting bounced or marked as spam by Gmail when sent via my own mail server (yeah, I am one of those fools)…

My OpenDKIM setup was not working all along, my messages never got signed – and a really bad rep by the big G mail servers, instead.

Next task: check up for my own DNS server (twice the fool).

Relevant: The top of the DNS hierarchy.