Hacker Newsnew | past | comments | ask | show | jobs | submit | eclipseo76's commentslogin

Mayor is still there though.


It was my first FOSDEM, and I managed to see everything I wanted on my schedule. I met a man from Poland in the tramway the first day and apparently, it's not supposed to be possible (but he was right about there are always two talks you want to see at the same time). I just wish Lennart had enough time to talk about everything he planned, I need to learn more about mkosi.

Anyway, my only regret was not able to stay longer to meet other contributors due to my trains constraints. I didn't plan anything, I need to do better.


So hopeful for the future! Congrats to you and the team!


Thank you! This news gave me goosebumps-of-delight for three hours or so :-D


There have been project that has been forked for these reasons. They never go anywhere because the people forking are not involved in the original community as dev.



As one packaging Go daily for a distro, this doesn't surprise me (though thanks God we are not affected, probably because we unbundle everything and the license for each lib is then verified). Contrary to the Rust ecosystem, there is no central repo location or Cargo.toml that easily allow to parse the licenses used. So no cargo license commands. For static binaries we build, we don't have the entire set of licenses because the chain of dependencies can reach up to 650 packages.


Fedora is planning too, but it's colliding with our project of having our own Matrix server bridged with IRC.


Same with KDE, but the Matrix wnd Libera team are working on it.


> We will likely buy a pile of them to do Fedora builds.

Do you expect a lot of things to break on RISCV?


Fedora have been shipping on RISC-V for about three years already. Last I saw, around 95% of packages work. The main exceptions have been thing that need some JIT that hasn't been ported yet -- gcc and llvm have been working for years.

https://fedoraproject.org/wiki/Architectures/RISC-V

Same for Debian, where the percentage of packages that build on RISC-V is second only to ppc64 out of the "minor" ISAs. https://buildd.debian.org/stats/graph-ports-week.png


I think it all boil down to manpower. Rust crates need a limited set of compat packages and have a way smaller ecosystem than nodejs. Node developers tend to use as many dependencies they can, resulting in hundreds of deps per app. Rust programs have generally less than 10 direct dependencies, and at worst less than a hundred indirect dependencies, so it is still manageable.


And for Golang, we try to unbundle, we have around 1,600 go libraries packaged. Some package are still bundled like k8s though due to depndency hell.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: