14Weekly GNU-like Mobile Linux Update (49/2024): Progress reports and home servers linmob.netc/linuxphones · by captainkangaroo@discuss.tchncs.de · 1y · 0 comments
11Weekly GNU-like Mobile Linux Update (48/2024): Ubuntu Touch 20.04 OTA 7 and Sxmo 1.17.0 linmob.netc/linuxphones · by captainkangaroo@discuss.tchncs.de · 1y · 0 comments
19Weekly GNU-like Mobile Linux Update (47/2024): Linux 6.12, Cameras and FLTK 1.4 linmob.netc/linuxphones · by captainkangaroo@discuss.tchncs.de · 1y · 0 comments
110Intel Linux Patch Would Report Outdated CPU Microcode As A Security Vulnerability phoronix.comc/linux · by captainkangaroo@discuss.tchncs.de · 1y · 21 comments
9Weekly GNU-like Mobile Linux Update (45/2024): Ubuntu Touch 20.04 OTA-6 and other updates linmob.netc/linuxphones · by captainkangaroo@discuss.tchncs.de · 1y · 0 comments
123AMD Linux Graphics Driver To Switch To More Aggressive Power Heuristics By Default phoronix.comc/linux · by captainkangaroo@discuss.tchncs.de · 1y · 19 comments
27Weekly GNU-like Mobile Linux Update (41/2024): Successful moves and XMPP calling linmob.netc/linuxphones · by captainkangaroo@discuss.tchncs.de · 1y · 0 comments
12This Week in Neovim79: Official Supermaven code completion in Neovim, Beautiful menu UI for Neovim, NvChad UI collection, reactive UI development dotfyle.comc/neovim · by captainkangaroo@discuss.tchncs.de · 1y · 0 comments
29This Week in Neovim79: Official Supermaven code completion in Neovim, Beautiful menu UI for Neovim, NvChad UI collection, reactive UI development dotfyle.comc/neovim · by captainkangaroo@discuss.tchncs.de · 1y · 0 comments
86What’s New In Python 3.13 docs.python.orgc/programming · by captainkangaroo@discuss.tchncs.de · 1y · 1 comments
19Weekly GNU-like Mobile Linux Update (40/2024) linmob.netc/linuxphones · by captainkangaroo@discuss.tchncs.de · 1y · 0 comments
217Some Intel Linux Driver Maintainers Have Left The Company phoronix.comc/linux · by captainkangaroo@discuss.tchncs.de · 1y · 30 comments
75Getting my daily news from a dot matrix printer aschmelyun.comc/technology · by captainkangaroo@discuss.tchncs.de · 1y · 22 comments
22postmarketOS in 2024-09: systemd, PCB, talks, non-latin language fonts postmarketos.orgc/linuxphones · by captainkangaroo@discuss.tchncs.de · 1y · 0 comments
8Weekly GNU-like Mobile Linux Update (39/2024): ARM Gaming Edition linmob.netc/linuxphones · by captainkangaroo@discuss.tchncs.de · 1y · 0 comments
689Man-in-the-Middle PCB Unlocks HP Ink Cartridges hackaday.comc/technology · by captainkangaroo@discuss.tchncs.de · 1y · 63 comments
14TIL emacs has a built-in vi (not vim) mode called viper gnu.orgc/emacs · by captainkangaroo@discuss.tchncs.de · 1y · 4 comments
42Few lesser known tricks, quirks and features of C jorenar.comc/programming · by captainkangaroo@discuss.tchncs.de · 1y · 1 comments
14Few lesser known tricks, quirks and features of C jorenar.comc/c_lang · by captainkangaroo@discuss.tchncs.de · 1y · 0 comments
317Sony, Ubisoft scandals prompt California ban on deceptive sales of digital goods arstechnica.comc/technology · by captainkangaroo@discuss.tchncs.de · 1y · 11 comments
on GitHub - krishnan793/PlymouthTheme-Cat: This is a Plymouth theme created that can be used in Linux Distributions. · c/linux · 5 pts · 1yThis repo has a lot off cool ones like this.
on What's something you've improved at recently? · c/asklemmy · 4 pts · 1yThat actually is impressive! I like your style. Curious, how long did it take you to get to this point?
on TIL emacs has a built-in vi (not vim) mode called viper · c/emacs · 4 pts · 1yInteresting....TIL again!
on Help with Creating nix-shells · c/nix · 2 pts · 1yWhat you're doing is equivalent to nix-shell -p "grim slurp" Which won't work because nix-shell expects nix-shell -p "grim" "slurp" Which then becomes {...}@args: with import <nixpkgs> args; (pkgs.runCommandCC or pkgs.runCommand) "shell" { buildInputs = [ (grim) (slurp) ]; } "" According to the manual nix-shell --packages interprets each command line arguments as attribute names inside the Nix packages collection. The error message is because you are giving multiple package names as a single argument.
on Announcing Casual EditKit · c/emacs · 1 pts · 1yI am not the author. Just thought this was interesting.
This repo has a lot off cool ones like this.
That actually is impressive! I like your style. Curious, how long did it take you to get to this point?
Not the author. But thank you, I didn't know that.
Interesting....TIL again!
What you're doing is equivalent to
Which won't work because nix-shell expects
Which then becomes
According to the manual
The error message is because you are giving multiple package names as a single argument.
I am not the author. Just thought this was interesting.