Comment on
*Permanently Deleted*
Reply in thread
Alternatively try nushell. Its basically powershell without ms
Comment on
*Permanently Deleted*
Reply in thread
Alternatively try nushell. Its basically powershell without ms
Comment on
Tom Scott’s channel will stop six months from now
Comment on
Tom Scott’s channel will stop six months from now
No matter the topic his Videos were always interesting and fun to watch. Gonna miss his Videos but He deserves his well earned break
Comment on
Being subscribed to similar communities on multiple instances and seeing duplicates
Its not really surprising to see duplicate from what are basically all 'general-purpose' instances. Merging duplicate posts into one would be a great solution.
Comment on
The Price is Wrong, Bob: Only a third of PC gamers pay full price
Reply in thread
Often even when its on sale i have already lost interest.
Comment on
#ElonMuskIsATraitor is Trending on the Platform He Paid $44 Billion to Buy
Reply in thread
A transporter would be better in every way except when you need some offroad capabilities.
Comment on
How are you parsing JSON on the command line?
Nushell is pretty nice.
Comment on
Game prices are too low, says Capcom exec
Quality can only increase. If people have to think twice about buying games and don't preorder every half- finished game
Comment on
Why EU leaders should get off Musk's X
Reply in thread
Comment on
What are some good name suggestions for the rebranding of OpenSuse?
OpenZuse
Comment on
America's richest 10% are responsible for 40% of its planet-heating pollution, new report finds
Reply in thread
Thanks for the suggestion I just became a billionaire
Comment on
‘Shameful loss’: wolves declared extinct in Andalucía, Spain.
Reply in thread
There's already too much livestock. People eat too much meat in general
Comment on
What from reddit do you hope to never see on lemmy?
Reply in thread
IT barely lasted a weak. Theres already So many Karma farm posts
Comment on
GMTK Game Jam, is anyone participating?
The hardest Part in game Jams is always to come up with a good ideal thats easy (or rather doable) to implement in the limited time you have. Unfortunately my friends were of no help to me :( but i think i found something nice
Fortunately trialing an idea is really fast in godot
Comment on
Larian's unfair advantage - Credistick
Reply in thread
Nothing is gonna change. Consumers gonna consume
People will preorder the next cash grab and whoever cares about quality games will just have to wait. Although i have to admit that it will be pretty much impossible to match the love and care larian poures into their games.
Comment on
How often do you hop distros?
Reply in thread
I use NixOs btw Its awesome. Having a stable system config with home-mangere for the user env is pretty nice to just play around with the security of always being able to switch back to a working generation (some exceptions may apply).
I was messing with the hardware config (which has a warning not to mess with it if you dont know what you are doing) and corrupted my drives.
I got my previous system back from a clean install in 30 minutes.
Comment on
Thoughts on flake-parts?
Reply in thread
I don't really like
flake-partsorflakelight. I think that part of this is sheer brutalism (I don't mind writing bare Nix) but part of it is a desire to not rely on flakes which don't carry their own weight, following Wirth's principle for compilers.
How can you say this and still use flake-utils? All it does is manage your systems. You can write your own one-liner for that
eachSystem = f: lib.genAttrs systems (system: f nixpkgs.legacyPackages.${system});
Where systems is automatically supplied as a flake input (I think), or you can supply your own list of systems to support.
You can then use it like this:
devShells = eachSystem (pkgs: {
default = # your devshell
}
You can of course modify eachSystem to have more function parameters other than pkgs.
See this blog which initially inspired me not to use flake-utils
Comment on
Systemd Timer units
Check the man pages, starting with man systemd.time
Comment on
Valve Is A Wonderful Upstream Contributor To Linux & The Open-Source Community
Reply in thread
AFAIK steam has optional drm. If the devs dont use it you can play the games without steam. I think it says on the store page if it's drm-free
Comment on
there goes another afternoon
Reply in thread
As long as you arent doing anything to advanced nix is basically only a configuration languages. You probably have to make heavy use of the option search to know where and what to configure