HackerTrans
TopNewTrendsCommentsPastAskShowJobs

linux4dummies

no profile record

Submissions

Making a GUI for NixOS

github.com
5 points·by linux4dummies·2개월 전·0 comments

A NixOS GUI

kalken.github.io
2 points·by linux4dummies·2개월 전·0 comments

[untitled]

1 points·by linux4dummies·4개월 전·0 comments

GE-Proton10-31

github.com
2 points·by linux4dummies·5개월 전·0 comments

GE-Proton10-30

github.com
2 points·by linux4dummies·5개월 전·0 comments

GE-Proton10-29

github.com
1 points·by linux4dummies·6개월 전·0 comments

Stable release Wine 11.0 is now available

gitlab.winehq.org
2 points·by linux4dummies·6개월 전·0 comments

comments

linux4dummies
·5개월 전·discuss
Check out Nix and NixOS. NixOS is designed to keep a record on system changes, and rollbacks are easy (atleast regarding configuration changes).
linux4dummies
·6개월 전·discuss
I use nix (nixos) with AI-agents. Its everything i ever dreamed of and a bit more. Makes all other distros and buildsystems look old and outdated :D
linux4dummies
·6개월 전·discuss
I had a lot of these discussions with developers the last year. My view is ai is not "stealing" a programmers job. Its just an enabler for faster development. The key feature of a programmer has always been to choose the right tools and tech, and do small and thoughtful implementations. AI is just another tool for this, and you still need to know how a good solution looks, and steer it towards something really useful.
linux4dummies
·6개월 전·discuss
I tend to think of AI coding more like a tool and an advanced search engine. It closes the loop of searching for info, adjusting it to my needs, and writing the code. The trick (as this article states) is that you need to give clear instructions, and have the knowledge about what a good solution might look like to get anywhere near a good result. Also clearing or starting new prompts for smaller problems in the code might be helpful because the bigger the history gets, the more the model might be confused about what you want it to solve.