rgalex

joined 2 years ago
[–] rgalex@lemmy.world 5 points 1 month ago

In case you think about switching to tea to avoid caffeine, you should know tea still has caffeine in it.

The most common sources of caffeine for human consumption are the tea leaves of the Camellia sinensis plant and the coffee bean, the seed of the Coffea plant.

https://en.wikipedia.org/wiki/Caffeine

[–] rgalex@lemmy.world 2 points 5 months ago

And just to complement those, CTRL+Y to "yank" back whatever was deleted with CTR+K or CTRL+U.

[–] rgalex@lemmy.world 2 points 6 months ago

Omg, this is happening to me too, since a few weeks ago. I'm afraid it may stop working some day.

[–] rgalex@lemmy.world 2 points 8 months ago

Interesting! I'm using in fact the NFS CSI driver, and it seems that Velero can attach to any CSI interface to make backups. I'm definetely taking a look at it.

 

I've been configuring my own selfhosted Kubernetes cluster with various raspberry pis, and for applications that require persistence, I rely on NFS as a provider for Persistent Volumes.

Now I want to deal with backups of my data, mainly the multmedia library I'm building with Jellyfin.

I'm thinking about just doing something outside kubernetes that just copies the data from the directory that NFS provides to another storage.

If you've done something similar, what's your approach? There are solutions that can be done inside kubernetes?

[–] rgalex@lemmy.world 6 points 8 months ago

Another World. It's impressive how it's done, the game is programmed in a custom bytecode, and runs on an interpreter for the game. Porting the game to other platforms just requiere implementing the interpreter.

That allowed the game to be ported even to GBA.

There is a blog post that explains everything about it, and it's super interesting.

https://fabiensanglard.net/anotherWorld_code_review/