For more brain flipping try looking into hardware description languages (Verilog) or proof assistants (Coq).
- 6 Posts
- 72 Comments
manpacket@lemmyrs.orgto Programmer Humor@lemmy.ml•If C++ has undefined behavior, Rust has childish behaviorEnglish9·2 years agoIs this a new project that was intentionally started in PHP or something legacy? Any interesting benchmarks? Like minimal wire to wire network processing time and where the bottleneck is?
manpacket@lemmyrs.orgto Programmer Humor@lemmy.ml•If C++ has undefined behavior, Rust has childish behaviorEnglish19·2 years agoI saw md5 checksum implemented in scratch.
manpacket@lemmyrs.orgto Programmer Humor@lemmy.ml•If C++ has undefined behavior, Rust has childish behaviorEnglish8·2 years agoI would like to hear more
manpacket@lemmyrs.orgto Linux@lemmy.ml•Canonical's Snap Store Hit By Malicious AppsEnglish33·2 years agoCanonical make it hard not to use snaps so only those who took extra steps are not using them.
manpacket@lemmyrs.orgto Linux@lemmy.ml•Canonical's Snap Store Hit By Malicious AppsEnglish10·2 years agoYea, not with
firefox
, at least not without switching to some third party repo.
Uses KDE and not available to general public.
If you open to do some research - you should be able to stay on Debian and use nix the package manager https://hachyderm.io/@fasterthanlime/111099224022408403
Comes with some steep learning curve, almost a learning cliff though. But once past this - it’s good.
That’s what I’m using, but it’s not a fully featured replacement.
Been using it since forever, no reasons to switch. It works. Got a bit upset at them when they killed xul/pentadactyl though.
manpacket@lemmyrs.orgto Linux@lemmy.ml•Outdated snap packages - Issues Canonical Needs to Address Before Releasing an "All Snap" DesktopEnglish1·2 years agoYea, something like that. Using it on my laptop already.
configuration.nix
for system plus home-manager for user stuff. Will move the desktop soon-ish.
manpacket@lemmyrs.orgto Linux@lemmy.ml•Outdated snap packages - Issues Canonical Needs to Address Before Releasing an "All Snap" DesktopEnglish4·2 years agoNixOS. I’m going to migrate to NixOS by then.
manpacket@lemmyrs.orgto Linux@lemmy.ml•home-manager to install gui applications on non nix-os distrosEnglish5·2 years agohttps://github.com/nix-community/home-manager/issues/3968 - this to monitor and poke, there are also a link for a sample wrapper that might or night not help you.
manpacket@lemmyrs.orgto Linux@lemmy.ml•home-manager to install gui applications on non nix-os distrosEnglish9·2 years agoYou need this https://github.com/guibou/nixGL
Don’t use it - vote with your feet :)
manpacket@lemmyrs.orgto Rust@programming.dev•Semver violations are common, better tooling is the answerEnglish31·2 years agoNot quite. Suppose instead of a single version of
serde
there’s now 46 versions like in https://crates.io/crates/parquet to be able to use instances derived in some other crateX
you have to use the same version ofserde
. Now, how should a crate decide which versions ofserde
to support?All 46 and all optional? Supporting that would be painful. Just the last one? crates.io is a cemetery full of dead crates, with this support strategy any handful of crates picked at random are not going to be serde-compatible with each other.
A better solution would be a better support for compile time reflection so serde doesn’t have to exist in its current state, but that’s got delayed (by big macro conspiracy :)
urxvt
. It works good enough and doesn’t use much memory.
manpacket@lemmyrs.orgto Linux@lemmy.ml•Hello, I’m going to be getting a new computer soon and have thought about linux. Questions insideEnglish26·2 years agoYou can find answer to most of the questions in google. And there are always people who are willing to help in the internets.
manpacket@lemmyrs.orgto Linux@lemmy.ml•Ubuntu's Mozillateam PPA now forcing users over to snap install for Firefox.English3·2 years agoKind of like flatpacks but it’s done with symlinks and fancy changes to the build systems. I think it fits better for the developer environment.
You don’t need a car in Singapore. Very good public transport and affordable taxis.