- 1 Post
- 31 Comments
wargreymon2023@sopuli.xyzto
Linux@lemmy.ml•2024: The Year Linux Dethrones Windows on the Desktop – Are You Ready?
52·2 years agoYou are missing the “GNU slash”,
GNU/Linux dethrones Windows
sounds like a wiki
wargreymon2023@sopuli.xyzto
Programming@programming.dev•Amber - the programming language compiled to Bash
13·2 years agookay but the author has to write it, why not write something useful open source?
wargreymon2023@sopuli.xyzto
Programming@programming.dev•Amber - the programming language compiled to Bash
10·2 years agoDon’t like it one bit
If bash is hard to program, get away with it, not build atop of it.
Linus tech tips on YouTube
wargreymon2023@sopuli.xyzto
Linux@lemmy.ml•How to speed up accessing lots of files on another computer? Some kind of local cache?
41·2 years ago- wifi is less responsive than ethernet
- You don’t even need encryption on local connection(no need for ssh) if it is never global.
- if you have that many external HDD, I would rather get a NAS and call it a day, it has everything configured for you as well.
- I don’t know what big data you access on, get a larger SSD to store whatever you might visit often from your HDDs.
wargreymon2023@sopuli.xyzto
Programming@programming.dev•Mind-bending new programming language for GPUs just dropped... - Code Report
52·2 years agoGotta read the paper, this is a game-changer.
wargreymon2023@sopuli.xyzto
Linux@lemmy.ml•Which file system do you recommend for Linux?
2·2 years agoFS is for nubz, do these instead:
Read
dd if=/dev/sda of=/dev/stdoutWrite
dd if=/dev/stdin of=/dev/sda
wargreymon2023@sopuli.xyzto
Linux@lemmy.ml•Building a secure Operating System (Redox OS) with Rust (Interview)
111·2 years agoNope, rust is ideal for kernel code, it really is an improvement.
Writing kernel in C is like building a house with a hammer on loosen handle, there is too much give and the builder has to tap it a few times before every strike. You could say the builder knows how to build and secure a house, but hes still a human. The loosen handle adds too much difficulty result in errors which would otherwise be avoided.
Looks terrible tbh, it doesn’t do anything Nix doesn’t.
it is for advanced users
wargreymon2023@sopuli.xyzto
Programming@programming.dev•Any tips to help a scientist become a better programmer?
5·2 years agoThink two things:
-
optimize the control flow of your code
-
make it easy to read
You should also be disciplined with these two ideas, your code will look better as you become more experienced, 100% guaranteed.
-
Look, programs always have issues, always have bugs. The best model on linux dostro is “rolling release”, which is explicit about constantly fixing the issues.
Engineering college or Science college. Some say it’s a Math.
It is all 3 lol. Computer is a product of engineering, it is science bc you can program on computer to verify the prediction of a computational theory, it is also maths bc automata is mathematical construct.
wargreymon2023@sopuli.xyzto
Open Source@lemmy.ml•Show HN: A directory of open source alternatives to proprietary software
64·2 years agoI searched “onlyfans”, nothing😮.
wargreymon2023@sopuli.xyzOPto
Linux@lemmy.ml•Linux 6.8 TCP Performance Boosts By ~40% For Many Concurrent Connections
4·2 years agoOkay, it is up to ~40%, but the underlying changes is fundamental.

init system could be different, systemd, shepherd, sysvinit…etc
“base packages” that comes with different distro is way different
Guix is a notable mention for having the minimal bootstrap source. On top of that, it is functional package management, implying you can rollback safely (at the cost of disk space).