You are here |
sporks.space | ||
| | | |
fzakaria.com
|
|
| | | | This is a write up of some discussion ongoing with some folks on the #nix-community IRC chat primarily being driven by Mic92. Nixpkgs maintains the highest rating on Repology for having the most packages & which are up to date. Unfortunately even with the current ecosystem of packages, there will always be gaps, and for beginners in NixOS a common question is: "I've download a binary and would like to run it on NixOS" Take a look at this graph https://repology.org/repositories/graphs Can we do better & s... | |
| | | |
levpaul.com
|
|
| | | | So I've decided to actually start learning Rust. I've considered it a couple of times before but I always found some reasons to avoid going deep. For example: There's was no mainline support for RISC-V I've done some small hobby work with RISC-V in C, but this small hump seemed good enough to stop me from diving into Rust - oh for shame. Fast forward to today I think I can live with the RISC-V split in Rust/embedded (or whatever it is now, I don't actually know). | |
| | | |
qsantos.fr
|
|
| | | | ||
| | | |
venam.net
|
|
| | An executable is something that causes a computer to perform some tasks according to encoded instructions. It's in opposition to a data file which must be parsed by another program to be meaningful, for example an image or video. The instructions are usually in machine code, read by the cpu and so dependent on the cpu architecture. An ex... |