fsck almost certainly isn’t going to cause loss of data, but it will likely inform you about a loss that already occurred if that is the issue you are having.
- 0 Posts
- 8 Comments
explore_broaden@midwest.socialto Linux@lemmy.ml•Rust in Linux lead retires rather than deal with more “nontechnical nonsense”251·10 months agoI would still say that getting people to the point where they can write safe C code every time is harder than learning Rust, as it’s equivalent to being able to write rust code that compiles without any safety issues (compiler errors) every single time, which is very difficult to do.
A scripting language written in Rust would certainly fulfill you requirement of only needing to copy one file since they are always statically linked and you can even statically compile against musl so it will work on any Linux system without needing a correct libc. Maybe check out rhai.
explore_broaden@midwest.socialto Open Source@lemmy.ml•Anyone can Access Deleted and Private Repository Data on GitHub5·1 year agoDoes it treat forks differently?
explore_broaden@midwest.socialto Linux@lemmy.ml•Fedora 40 Firefox 100% CPU doing nothing and doesn't close unless killed1·1 year agoThis happens to me too.
explore_broaden@midwest.socialto Programmer Humor@lemmy.ml•Web app frontend talking to the backend6·1 year agoWhat on earth is this video from; I’ve never seen it before.
I do this on Hyprland all the time, but it’s a tiling window manager. I’m not sure any desktop environments have support for it.
Yes, the first one matches only 2 more characters while the second matches 1 or more. Also the +? is a lazy quantifier so it will consume as little as possible.