F04118F

joined 2 years ago
[–] [email protected] 16 points 6 days ago

Animals are individuals, servers are cattle!

The Vegan GitOps lifestyle

[–] [email protected] 5 points 1 week ago (1 children)

Warum the fuck nicht?

[–] [email protected] 2 points 1 week ago (1 children)

Honestly, k8s + GitOps at home is my project that I'm just starting this week. I found a community around it (on Discord 🤮) called Home Operations.

Docker Hub sucks and is VERY strict with rate limits. Try ghcr.io or the aws container registry.

[–] [email protected] 6 points 1 week ago* (last edited 1 week ago) (3 children)

GitOps + Renovate

Gives you:

  • automation of updates
  • smart notification of updates that are below a certain confidence that it won't break stuff
  • rollback: simply git revert
  • the whole shebang

Some stacks that work well with GitOps are:

  • k8s + Flux or ArgoCD
  • Nix(OS)

Mixing them is a LOT of complexity though. Just pick whichever you are most comfortable with. If you want a declarative immutable OS just for running k8s, check Talos Linux.

If you don't want to deal with GitOps, Nix or k8s, and you don't need recent versions, just run Debian and set a cronjob for auto updates. Then only deal with potential breaking changes just once every 5(?) years or thereabouts.

[–] [email protected] 2 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

How to call xargs is typically one of those things I always forget. The foreach alias is a great solution!

My current solution was to use tldr for all of these tools, but yeah if I find myself having to do a for each line, I'll definitely make it an alias.

Luckily (knocks on wood) I almost exclusively work with yaml and json nowadays so I should just learn yq.

[–] [email protected] 8 points 2 weeks ago (2 children)

You forgot the /s.

Or the helmet. I mean, if you're not wearing a helmet, you're not covering yourself appropriately and kind of asking to get hit in the head, right? I'm not blaming you if someone clubs you, but you do make it really easy and you should think about what kind of attention you're asking and what kind of message that sends when you're not wearing a helmet in public.

(Can't find the source of the pastor that got this IRL)

[–] [email protected] 3 points 2 weeks ago

Also don't underestimate how easily many 15-year old boys "fall in love". If it is really love or just a craving for intimacy, is only determined later.

Source: have 1 year of experience being a 15-year old boy

[–] [email protected] 6 points 2 weeks ago (1 children)

I think the Gripens are mostly good at operating in austere conditions. Snowy roads for runways, short distances, quick turnaround with one professional crew chief and a few conscripts, low operating cost per hour, etc.

You know, the most boring but most important part of warfare: logistics.

The French have (had?) a bit of a reputation in electronic warfare. I remember reading about (3rd gen) Mirage F1s (maybe it was Mirage 5) with Barrax jamming pods absolutely beating the shit out of fresh new 4th gen F-16A in the 80s in exercises, due to their jamming pods and BVR capabilities. Dassault still claim that their Rafale's EW system is good enough to provide some sort of stealth.

But I don't think anything made in Europe today gets close to what the US and Israel are doing in Electronic Warfare.

[–] [email protected] 6 points 2 weeks ago

Obligatorische Homelander-Referenz

[–] [email protected] 4 points 2 weeks ago* (last edited 2 weeks ago)

The closest to Mint in terms of:

  • stability: only have breaking changes once every 6 months
  • just-works-factor: shipping drivers and whatever proprietary code is necessary to have a smooth out of the box experience

That I know of, beside maybe OpenSUSE (have no experience with it) is Kubuntu 24.10. Yes apt will say weird things and you'll want to uninstall snapd.

But Kubuntu 24.10, current latest, ships with Plasma 6.1. Current stable, Kubuntu 24.04 ships with Plasma 5 still.

But I assume you're not a fan of the rolling release model like EndeavourOS (Archlinux based, KDE is the default). So if you want recent packages AND a versioned release model, that leaves only Fedora out of the distros I'm familiar with. They recently promoted the KDE version from a Spin to a full version beside the GNOME version.

But Fedora is much heavier on the FLOSS philosophy, and not as works-out-of-the-box as Mint or any Ubuntu flavor.

Debian isn't, but it will take a long time for Plasma 6.3 to make it to Debian stable.

~~So yeah, I guess OpenSUSE may be your best bet~~ EDIT: took a quick look, there's a rolling release model of OpenSUSE called Tumbleweed. But you probably don't like rolling release. And a versioned one called Leap. The current latest Leap version still ships Plasma 5 so that still isn'r nearly as recent as Fedora, which has had Plasma 6 in the last TWO versions.

[–] [email protected] 2 points 2 weeks ago* (last edited 2 weeks ago)

Eurocanard fighter wants to go up -> canard pushes nose up like a boss

F-35 wants to go up -> elevator pushes tail down -> AoA increases -> nose goes up

[–] [email protected] 15 points 2 weeks ago (3 children)

Saab Gripen.

Not to be confused with the much more expensive twin-engined Eurocanards Dassault Rafale and Eurofighter Typhoon

 

Recently got started with Nix and Home-Manager. I thought Advent Of Code would be a good way to get more comfortable with the Nix language.

I don't think I ever made it beyond Day 6 though, even in my most comfortable language (Python) so no idea where this will strand.

I am learning a lot about Nix though!

Have you used the Nix language outside of configuration? Let's share and discuss!

 

cross-posted from: https://feddit.nl/post/24216224

Problem: new kernels not showing up in boot menu

I can install new kernels, and I see them in /boot/efi/{PARITION_UUID}, but they don't show up in the systemd-boot menu.

Data

Normally, Fedora shows the 3 latest kernels (plus a recovery kernel) in the boot menu. I only see up to 6.11.6 in the systemd-boot menu. On the /boot partition, I see much newer kernel versions (both labeled fc40 and fc41)

➜  ~ sudo ls /boot/efi/808f2c9ae4464f1ab2f0a7d367da1b30 -l
total 20
drwx------. 2 root root 4096 Jul  4 19:25 0-rescue
drwx------. 2 root root 4096 Nov  8 12:42 6.11.6-200.fc40.x86_64
drwx------. 2 root root 4096 Nov 18 17:57 6.11.7-200.fc40.x86_64
drwx------. 2 root root 4096 Nov 12 16:47 6.11.7-300.fc41.x86_64
drwx------. 2 root root 4096 Nov 20 10:10 6.11.8-300.fc41.x86_64
➜  ~ sudo ls /boot/efi/808f2c9ae4464f1ab2f0a7d367da1b30/6.11.8-300.fc41.x86_64 -l 
total 72484
-rwx------. 1 root root 57917440 Nov 20 10:10 initrd
-rwx------. 1 root root 16304488 Nov 20 10:10 linux

Systemd-boot

I started with other distros on this disk before I settled on Fedora. Since I was happy with systemd-boot and its automatic discovery of boot entries, I chose to use systemd-boot when I installed Fedora. I know that Grub is the default bootloader and manager for Fedora, but I have systemd-boot. It's an option in the installer.

Major OS upgrades and rolling back the rollback

Last weekend I upgraded from Fedora 40 KDE Spin to Fedora 41. On the next Monday morning, screensharing in Edge Browser had stopped working, so I rolled back to a Fedora 40 snapshot with BTRFS Assistant. This turned out to be an issue in the latest Edge version, not in the underlying OS, so I rolled back the rollback and went to the Monday evening snapshot, then upgraded my packages.

Ever since, I'm not seeing new Kernels in the systemd-boot menu. Any idea how I can fix this, short of a fresh install of Fedora 41 KDE?

 

Problem: new kernels not showing up in boot menu

I can install new kernels, and I see them in /boot/efi/{PARITION_UUID}, but they don't show up in the systemd-boot menu.

Data

Normally, Fedora shows the 3 latest kernels (plus a recovery kernel) in the boot menu. I only see up to 6.11.6 in the systemd-boot menu. On the /boot partition, I see much newer kernel versions (both labeled fc40 and fc41)

➜  ~ sudo ls /boot/efi/808f2c9ae4464f1ab2f0a7d367da1b30 -l
total 20
drwx------. 2 root root 4096 Jul  4 19:25 0-rescue
drwx------. 2 root root 4096 Nov  8 12:42 6.11.6-200.fc40.x86_64
drwx------. 2 root root 4096 Nov 18 17:57 6.11.7-200.fc40.x86_64
drwx------. 2 root root 4096 Nov 12 16:47 6.11.7-300.fc41.x86_64
drwx------. 2 root root 4096 Nov 20 10:10 6.11.8-300.fc41.x86_64
➜  ~ sudo ls /boot/efi/808f2c9ae4464f1ab2f0a7d367da1b30/6.11.8-300.fc41.x86_64 -l 
total 72484
-rwx------. 1 root root 57917440 Nov 20 10:10 initrd
-rwx------. 1 root root 16304488 Nov 20 10:10 linux

Systemd-boot

I started with other distros on this disk before I settled on Fedora. Since I was happy with systemd-boot and its automatic discovery of boot entries, I chose to use systemd-boot when I installed Fedora. I know that Grub is the default bootloader and manager for Fedora, but I have systemd-boot. It's an option in the installer.

Major OS upgrades and rolling back the rollback

Last weekend I upgraded from Fedora 40 KDE Spin to Fedora 41. On the next Monday morning, screensharing in Edge Browser had stopped working, so I rolled back to a Fedora 40 snapshot with BTRFS Assistant. This turned out to be an issue in the latest Edge version, not in the underlying OS, so I rolled back the rollback and went to the Monday evening snapshot, then upgraded my packages.

Ever since, I'm not seeing new Kernels in the systemd-boot menu. Any idea how I can fix this, short of a fresh install of Fedora 41 KDE?

4
Troonrede 2045 (www.youtube.com)
 

cross-posted from: https://feddit.nl/post/21143429

1
Troonrede 2045 (www.youtube.com)
 

cross-posted from: https://feddit.nl/post/21143429

1
Troonrede 2045 (www.youtube.com)
 

Context: in the UK, climate activists got 4-5 years in jail for planning a non-violent protest. The law that made this possible was literally written by the oil lobby: https://www.opendemocracy.net/en/dark-money-investigations/rishi-sunak-right-wing-think-tank-anti-protest-laws-policy-exchange/?ref=publicsquare.uk

 

cross-posted from: https://feddit.org/post/492288

ich🌭iel

 

cross-posted from: https://feddit.org/post/492288

ich🌭iel

252
submitted 8 months ago* (last edited 8 months ago) by [email protected] to c/[email protected]
 

cross-posted from: https://feddit.nl/post/14562342

Small 1:72 F4U Corsair model built in a weekend

Full album can be found at: https://www.scalemates.com/profiles/mate.php?id=118436&p=albums&album=111437&view=thumbs

1
submitted 9 months ago* (last edited 9 months ago) by [email protected] to c/[email protected]
view more: next ›