HackerTrans
トップ新着トレンドコメント過去質問紹介求人

linux4dummies

no profile record

投稿

Making a GUI for NixOS

github.com
5 ポイント·投稿者 linux4dummies·2 か月前·0 コメント

A NixOS GUI

kalken.github.io
2 ポイント·投稿者 linux4dummies·2 か月前·0 コメント

[untitled]

1 ポイント·投稿者 linux4dummies·4 か月前·0 コメント

GE-Proton10-31

github.com
2 ポイント·投稿者 linux4dummies·5 か月前·0 コメント

GE-Proton10-30

github.com
2 ポイント·投稿者 linux4dummies·5 か月前·0 コメント

GE-Proton10-29

github.com
1 ポイント·投稿者 linux4dummies·6 か月前·0 コメント

Stable release Wine 11.0 is now available

gitlab.winehq.org
2 ポイント·投稿者 linux4dummies·6 か月前·0 コメント

コメント

linux4dummies
·5 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
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.