tarneo

@tarneo@lemmy.ml
3 Post – 15 Comments
Joined 1 years ago

Here are a few nice ones, I can't really pick:

“Capitalism is the extraordinary belief that the nastiest of men for the nastiest of motives will somehow work together for the benefit of all.” - John Maynard Keynes

(You can also apply this one to proprietary software vs. Free software (don't say open source in my presence))

“The tyrants are only great because we are on our knees.” - Étienne de La Boétie

“Those who do not move, do not notice their chains.” - Rosa Luxemburg

5 more...

Wait.. Its actually not bad. Apart from advertising WSL there's some decent instructions for installing Linux in place of windows. This could be a tutorial not affiliated with Microsoft.

Use a non-chromium browser son that web environment integrity doesn't work. (Librewolf)

Yup. gives nickel back

2 more...

Just ordered the PCBs for my second, custom layout split keyboard, the triboard. I'm also working on a service status watcher + page called swec. It will eventually be able to notify you through gotify whenever your services are down, and maybe even redirect clients to the status page. Some other features include custom downtime messages.

I'm not a distrohopper, but GNU stow is delightfully simple. See my dotfiles as an example.

Sorry, I forgot to convert my orgmode formatting to markdown. Fixed it

4 more...

Free software tells you "do whatever you want, you're free" but open source completely misses the point: it means you can read the code, but not necessarily recompile, modify and redistribute. Plus the term was invented for the confusion that would come from it. For example, a lot of AI models like LLM's claim they are "open-source", which basically means nothing: it's far easier to say that than to claim it's a free model, because that would imply freedoms to modify, reuse, redistribute the training data, weight etc. (no AI model allows that for now, and there will probably never be one that does).

I wasn't born back then, but it would have been the fact that search results weren't total crap like today: only reddit seems to offer decent results if you don't want sites like wikihow to come up... I wrote a more elaborate blogpost partly about it.

1 more...

Yes. But p10k has many downsides:

  • requires using oh my ZSH, which alone is quite bad because of how much slower it makes the shell.
  • is a piece of software you'll have to either install on each new device or have the software in your dotfiles. Bad practice. I very much prefer having no additional dependencies or overhead, plus the way I do it I can do whatever I want without the limitations of a prompt made by someone else, for which I'd have to dig in a lot of documentation. Compared to this, I only spent half an hour making a prompt exactly how I like, which doesn't add overhead and doesn't require a third party piece of software which I'd have to install on every new device.
4 more...

DIE

What mail client is that?

Wow, great it could be so helpful!

I am self hosting matrix synapse, it's actually much easier than XMPP with SSL certs generated by Caddy. Ejabberd doesn't play well with them.

EDIT: with docker.

Main computer: Arch (BTW) because I am a WM user (awesomewm) and AL has no bloat to remove. Also because of the AUR.

Servers:

  • main server is a gentoo beast. I chose gentoo because systems was actually causing some problems and reporting a "degraded" status. OpenRC is really nice after years of systemd :-)
  • second server, used for backups: NixOS, for no particular reason. I might install Debian 12 on it one day.