secana

How do you handle multi architecture (x86/arm) clusters?

13d 1h ago in kubernetes@programming.dev

We used labels to tag the workers with "arm" and "x86". We than used policies to allow applications to run only one or the other or both.

Kellnr just hit 1,000 ⭐ on GitHub 🎉

18d 8h ago in rust@programming.dev from kellnr.io

Hi! Sorry that happened. Feel free to ping an issue that was closed silenty but should not have been. I'll have a look.

Fully decoupled. I have a close eye on Rust web frameworks but so far they seems not as production ready as good old TypeScript. Leptos is the one I would like to use if it become more mature in the future.

New version of Forji released

2mon 17d ago in forgejo@programming.dev from apps.apple.com

Forji - A iOS app for Forgejo

3mon 11d ago in codeberg@programming.dev from codeberg.org

Forji - An iOS app for Forgejo

3mon 11d ago in forgejo@programming.dev from codeberg.org

Nix is Simpler Than You Think | Derivations & Packages - Vimjoyer

3mon 16d ago in nix@programming.dev from youtube.com

Great video. Short and descriptive.

ForgejoKit - Swift library to interact with Forgejo

3mon 19d ago in swift@programming.dev from programming.dev

Haha, yeah you are right. I thought I added one. Here is the link: https://codeberg.org/secana/ForgejoKit

Verzögerungen beim Umbau des Stadtparks in Bochum: Stadt musste klagen

3mon 19d ago in bochum@feddit.org from www1.wdr.de

23 Millionen Euro ist auch eine Ansage. Ob das Geld nicht wonaders in Bochum besser aufgehoben wäre?

foreach - Bash alias to execute command on each line

3mon 28d ago in linux@programming.dev

Cool little trick!

Kellnr 6.0.0 Released

4mon 5d ago in rust@programming.dev from kellnr.io

Release v0.60.2 · navidrome/navidrome

4mon 9d ago in navidrome@discuss.tchncs.de from github.com

Great, will upgrade right away. Thanks for sharing!

Dev tools inside a dev container?

4mon 15d ago in programming@programming.dev

It sounds like you don’t want a dev container but a dev shell. Have a look at Nix flakes. This allows you to ship your dev environment as code but without the hassle of running inside a container. All your local tools will work and pickup whatever you configured in the flake.

Kellnr - Review 2025

4mon 28d ago in rust@programming.dev from kellnr.io

Kellnr 5.9.1 Release

5mon 20d ago in rust@programming.dev from kellnr.io

Thanks! Happy to hear that!

Kellnr has a new UI

1y 1mon ago in rust@programming.dev

Testing Assembly Code with Rust

1y 4mon ago in rust@programming.dev from kellnr.io