8 Followers
75 Following
221 Posts
software enthusiast

Looks like the #fosstodon nazi bar is open for business again, with their new mods professing their fandom for alt-right content creators.

https://fosstodon.org/@tsvenson/114800276999401731

https://fosstodon.org/@el_on_libera/114803529158473251

That didn't last very long ...

#fosstodonnazibar

Thomas Svensson 🖖 (@[email protected])

What got me to post this thread was watching his "I'm DONE with Google" video: https://youtu.be/u_Lxkt50xOg In there he goes over the whole crazy journey to do that, all the #FOSS he replaced :omya_google: services with. Including how he turned his #SteamDeck into his #HomeLab server, while still can be gamed on. Never did I ever think I would become a #PewDiePie fan, but here I now am one.

Fosstodon
@flashfox @jakehamilton Hey, creator of nixidy here :) I'm using the generated options from kubenix still. If they don't update from 1.30 soon I might pull that code into nixidy.
My project is very much alive though :)
Well, mindlessly scrolling through @jakehamilton|s feed and I found #nixidy, which looks rather promising
Given that #kubenix seems unmaintained, what do #nix users use these days to overcome their allergy to handcrafted #YAML ?
Is there any cool kid on the block that's worth considering?
after 25 years of a career of trying and mostly failing to make the world a better place with software it is truly soul-wrenchingly exhausting to watch a substantial plurality of the entire software industry decide that actually, it is more lucrative and easier to make the world worse instead
Boy, the fact that #nixos just breaks again and again with every new release is getting oh so annoying. I hope I can fine time to migrate off of it before 25.11

@frameworkcomputer I'm curious, given that you ship #insyde firmware, whats your position on their idea to push LLMs with their #aiBIOS plans?

#framework

gopls: use buildGoLatestModule by katexochen · Pull Request #413556 · NixOS/nixpkgs

Provides faster minor Go minor version bumps to gopls, skipping staging. Things done Built on platform(s) x86_64-linux aarch64-linux x86_64-darwin aarch64-darwin For non-Linux: Is sandboxi...

GitHub

Let's recap the last #NixOS release period from the Go perspective. There have been quite important changes to the Go ecosystem in nixpkgs, let's start with the one that will affect most users and maintainers of Go package:

buildGoModule now supports a self-referencing finalAttrs: parameter containing the final arguments including overrides. This allows packaging configuration to be overridden in a consistent manner by providing an alternative to rec {} syntax. This pattern will fix many issues people previously had overridden Go packages as it is adopted in nixpkgs. If you are maintaining a Go package, please check if you already updated it to use finalAttrs. The Go section of the manual has been updated for this and all examples now use finalAttrs.

#NixOS #Nix #nixpkgs #Go

@flashfox I just hadn't had the time to switch those packages to use the builder myself, and there wasn't a minor version update since the builder was introduced. Spreading the word to relevant maintainers is also one reason why I'm including this here. ;)