Comment on
Ubuntu is growing faster on Windows 11 than on native Linux PCs, says Canonical
wsl --install installs Ubuntu by default. If I had to use WSL, I'd try this first too.
Comment on
Ubuntu is growing faster on Windows 11 than on native Linux PCs, says Canonical
wsl --install installs Ubuntu by default. If I had to use WSL, I'd try this first too.
Comment on
I want to make yet another toy-like Flatpak frontend. Can you name it for me?
Reply in thread
flatswitch
I love this name.
Comment on
Will I survive the Linux CLI if I only switch because I'm a student and Arch distro speed?
Since you are a coder, I suppose you using CLI should be fine. However, there are many other alternatives, which is fast and even based on Arch Linux.
Comment on
I want to make yet another toy-like Flatpak frontend. Can you name it for me?
Reply in thread
of the same package on Flathub the main ones i had issues with was Kdenlive, Zoom, and OBS.
It means I probably won't fix bugs.
Comment on
How much of a pain is it to install Nvidia GPU drivers, really?
With CachyOS and Mint, it is very easy.
Remark: I disabled secure boot.
Comment on
Any really good source to learn advanced bash?
The hard part for me was dynamic scope, which I found it was explained nicely in The Common Lisp Condition System: Beyond Exception Handling with Control Flow Mechanisms. Since then I have begun to feel that dynamic scope in Bash is a feature, not limitation.
Comment on
I want to make yet another toy-like Flatpak frontend. Can you name it for me?
Reply in thread
I'm not going to use this name, but it is the most accurate one.
Comment on
I want to make yet another toy-like Flatpak frontend. Can you name it for me?
I hosted it on Codeberg https://codeberg.org/veer66/flatswitch/commit/c9f14155b3e6e6a9d0ca92443d8d827a80fd73f5
Comment on
Goish: A Rust runtime for Go people
Reply in thread
I have never seen any. However, Rust itself borrows many things from Python, e.g. self, module system.
Comment on
I want to make yet another toy-like Flatpak frontend. Can you name it for me?
Reply in thread
I'm not sure what version control implies in this case. Still, we can downgrade version of packages that we installed by Flatpak.
Comment on
Data-Driven Development is a Lie
I usually confuse between data-driven and data-oriented. So data-driven development is not the same as data-oriented programming, is it?
Comment on
How to get into linux and stay with linux?
In the 90s, QBasic (IDE) and Edit didn't work on Slackware. So, I tried Pico, Vim, and Emacs. Now, I still use Emacs.
Comment on
Is Clean Architecture actually good? What's your experience?
I haven't applied clean architecture with Clojure, but I'm working on a Python codebase that uses dependency injection intensively. It works, but I personally feel the pain every time I create a mock.
Although the clean architecture book mentioned vertical-slice architecture and added a new chapter about packaging by technical layers versus by features, clean practitioners seem to prefer packaging by layers, which should be approached with caution. I don't remember if the book mentions pushing I/O to the edges, or the imperative shell pattern, which would allow pure functions to cover more logic instead of having a service layer that interleaves I/O and logic.
Comment on
Is Clean Architecture actually good? What's your experience?
Reply in thread
I couldn't find a book that exactly matches Clojure. Still, I prioritize Domain Modeling Made Functional: Tackle Software Complexity with Domain-Driven Design and F# by Scott Wlaschin. However, many concepts, such as algebraic data types, wrapper types, and monads, may need to be adapted or even ignored.
Comment on
Will I survive the Linux CLI if I only switch because I'm a student and Arch distro speed?
Reply in thread
Cachy, Endeavour, Garuda, etc should be fine.
Comment on
How can I check for reported issues on Debian 13 RC1 and the 'nvidia-driver' package?
Reply in thread
Thank you for providing rationale.
Comment on
How can I check for reported issues on Debian 13 RC1 and the 'nvidia-driver' package?
Reply in thread
Comment on
How do you test request validation in FastAPI?
Reply in thread
Do you mean moving Pydantic models as arguments of other function?
Comment on
Has Sony ever contributed anything to FreeBSD?
Reply in thread
No, I haven't.
Comment on
Is it so hard to get Nvidia GPUs working with Linux?
With some certain distros, it is easy.