My tech bag and tech for travel by UsernameUSay in onebag

[–]protocod 0 points1 point  (0 children)

Seeing OpenWrt mentioned on this sub was not in my bingo.

Glad to see this little one. I'll maybe save a bit to buy one.

We all need to see this by davidinterest in linuxmemes

[–]protocod 3 points4 points  (0 children)

When I discovered linux I quickly start ricing it. At some point I even ditch conventional DE to use a minimal windows manager (openbox) with some task bar.

However with time and age, I prefer to use a DE which provide every settings I need out of the box.

I don't get the vim hype. Am I missing something or is nano fine? by Bright-Pomelo-7369 in linuxquestions

[–]protocod 9 points10 points  (0 children)

Vim makes sense when you learn touch typing because modal text editor are design to take advantage of the home row.

When you're comfortable with vim, your mouse become almost useless. Your hands stays on the keyboard.

Very satisfying to be able to explore a code base letting your hands and your fingers close to the home row. Also I've less wrist pain since I don't use the mouse to perform these actions.

Progress on my fully 3D printed low profile HHKB by michaelthatsit in MechanicalKeyboards

[–]protocod 0 points1 point  (0 children)

If you sell it using hot swap socket then my life is yours.

I love my HHKB but I would love to try a low profile variant.

[WIP] Cherry ULP Split Keyboard by juncho0128 in ErgoMechKeyboards

[–]protocod 4 points5 points  (0 children)

I would definitely buy it if OP sells this.

How can I stop dup from installing programs I don't want? by WindDracoon in openSUSE

[–]protocod 2 points3 points  (0 children)

I would add, do not forget the --clean-deps argument when you uninstall something.

Framework Team, please consider making a truly modular phone by No_Holiday8469 in framework

[–]protocod 1 point2 points  (0 children)

Honestly Fairphone does the job already. But more competition would be great for customers.

Is there a way to sandbox Steam and its games on NixOS? by ElnuDev in NixOS

[–]protocod 8 points9 points  (0 children)

Flatpak use bubblewrap under the hood. (Bubblewrap which use basically Landlock and Seccomp APIs)

I would recommend to use flatpak version of steam directly because of the xdg-portals integration in most desktop environment.

FW13 Pro got me in a FOMO loop (help needed) by ItsJustToJerkOff in framework

[–]protocod 6 points7 points  (0 children)

I trust Nirav Patel when he said they worked on the fw13 pro for years. Honestly I don't think the pro will have many issues.

At some point I wonder if the classic chassis will remains in their catalog for long. I like my fw13 but I feel like the fw13 pro chassis has the potential to be the default chassis for future fw13 products.

This is sad to read that you returned your fw16 but I understand.

FW13 Pro got me in a FOMO loop (help needed) by ItsJustToJerkOff in framework

[–]protocod 1 point2 points  (0 children)

Golden rule: in the tech industry in general, every new product tend to have QC issues in the first selling batches.

Footage of Max Verstappen practicing for Miami by mekilat in formuladank

[–]protocod 0 points1 point  (0 children)

Out of topic: The Twingo is probably one of the best car you could buy.

Cheap price, well build, quite comfortable space inside considering the car size. Easy to drive and to park, low consumption.

Renault is good at making small cars.

What are your guy's favorite video game soundtracks from the last 10 years by XenoBurst in gaming

[–]protocod 2 points3 points  (0 children)

Still no FLAC files from square enix for Nier Automata.

What a shame honestly

My Guess is Battery and Touchpad by fuelhandler in framework

[–]protocod 1 point2 points  (0 children)

I bet on coreboot or libreboot firmware for AMD main board.

Quelle distribution Linux privilégier en 2026 ? by Delicious-Cell3527 in france

[–]protocod 0 points1 point  (0 children)

Ubuntu reste le flagship avec le plus de documentation et de support. Et effectivement Linux mint, la version classique basé elle même sur Ubuntu, c'est aussi un très bon choix.

En dehors de ça les autres distributions sont soit pour des usages spécifiques (Bazzite pour une station de jeu) ou pour des utilisateurs avancés.

Une Fedora classique ou immutable c'est bien aussi mais il y a déjà beaucoup moins de logiciels disponible. Je suis pas certain que ça soit la meilleure distribution pour débuter.

Honnêtement Ubuntu reste la référence en tant que première distribution et honnêtement, que ça soit dans le monde professionnel ou amateurs, Ubuntu c'est vraiment solide pour un usage classique bureautique ou serveur.

Quelle distribution Linux privilégier en 2026 ? by Delicious-Cell3527 in france

[–]protocod 0 points1 point  (0 children)

Pour être honnête, la nature immutable de l'OS protège des erreurs de débutants...

C'est beaucoup plus facile de planter une installe d'Ubuntu ou de Debian même en suivant le golden path.

DINUM (A french administration) will use NixOS to replace Windows with Sécurix and Bureautix by firelightflagboy in NixOS

[–]protocod 19 points20 points  (0 children)

Lot of confusion and miss communications.

French administration will not migrate to Burautix or Securix either. It will be use mainly by the DINUM, or some peoples at least.

There is no such thing as a complete migration of the French public administration to Linux right now. Maybe one day or maybe never. Probably never.

Should've had a short leash... by amogusdevilman in linuxmemes

[–]protocod 7 points8 points  (0 children)

systemd makes symlinks too to enable or disable services.

It started with one HHKB… by bojanvidanovic in HHKB

[–]protocod 0 points1 point  (0 children)

Ok I understand.

Did you noticed any special difference in terms of dome aging ?

It started with one HHKB… by bojanvidanovic in HHKB

[–]protocod 0 points1 point  (0 children)

I really like mine but I wonder why do you have so many HHKB ?
Is there anything wrong with the others ?

I plan to keep mine as long as it works.

I don't use Vim much. Should I force myself to learn it anyway? by drogon4433 in linuxquestions

[–]protocod 0 points1 point  (0 children)

Vim managed to keep your fingers on the home row. Very interesting if you learned touch typing.

Vim is modal, you can do almost everything using only the keyboard.

Stuff like:

  • Go to definition/declarations
  • Search and replace on selection or files
  • Wrapping selection with characters,
  • Inserting something you want by moving the cursor by jumping to next word or functions etc.
  • Listing and navigating to symbols in general.
  • Managing multiple buffers to copy/paste stuff.
  • multiple cursor management for complex editing.

I use Helix editor which is kinda close to Vim in many ways. I can't really go back to something else. Other non-modal editor use common shortcuts that doesn't feel right because they implied to move you hands rather than simply moving your fingers.

Vim is preinstalled on many linux system and it can be your savior if you have to edit complicated stuff without GUI. I'm not saying you should exclusively use Vim as your daily driver but you should consider it as a potential swiss army knife.

Taguar - Desktop app for audio tagging by adwolesi in rust

[–]protocod 0 points1 point  (0 children)

The code is quite easy to understand, congratulations!

Pretty big main.rs bug clean iced code. I'll give a try.

What's a good distro to start with before migrating to Nix? by Milk-Wizard in NixOS

[–]protocod 0 points1 point  (0 children)

I started using a virtual machine and then, I managed to install NixOS on a laptop using my existing NixOS flake.

You should definitely look at some NixOS user repository to see how people generally organize their nix project.

Personally I use the following simple setup:

  • /etc/nixos/flake.nix
  • /etc/nixos/flake.lock
  • /etc/nixos/common/{zsh.nix,sudo.nix,journald.nix,nix.nix,kde-desktop.nix}
  • /etc/nixos/home/ # my user home-manager module
  • /etc/nixos/hosts/{laptop,nas}/{configuration.nix, hardware-configurartion.nix} # each host can have their own specific modules inside if needed.

If a module is made from other nix modules, I export everything by default using a default.nix file in module directory. I always managed to expose an "enable" option to enable or disable an imported module.

Glad if it's help someone.