- 4 Posts
- 18 Comments
snikta@programming.devto Linux@lemmy.ml•Using Claude Code to modernize a 25-year-old kernel driver – Dmitry Brant21·7 days agoI’m pretty sure bugs were accepted into the Linux kernel well before the existence of LLMs.
snikta@programming.devto Open Source@lemmy.ml•What are your favourite ebook reading apps?4·8 days agoReadest. But I’m looking for a free app with good TTS and (maybe this breaks the free) which is able to handle DRM content from Adobe digital editions (Or is able to remove the DRM). Unfortunately, my library only provide books through ADE.
snikta@programming.devto Programming@programming.dev•Where's the Shovelware? Why AI Coding Claims Don't Add Up1·12 days agoHow dare you!
snikta@programming.devto Programming@programming.dev•Where's the Shovelware? Why AI Coding Claims Don't Add Up1·12 days agoWow! There’s one with a brain over here!
snikta@programming.devto Programming@programming.dev•Where's the Shovelware? Why AI Coding Claims Don't Add Up12·12 days agoHow dare you! Can’t you see there’s a circle jerk in progress?
snikta@programming.devto Programming@programming.dev•Where's the Shovelware? Why AI Coding Claims Don't Add Up18·12 days agodeleted by creator
Also: https://fil-c.org/
I vote for guilemacs. However, I wish C remains. There’s nothing wrong with C. And it feels like people are starting to realize that (again).
snikta@programming.devto C++@programming.dev•Efficient C++: The hidden compile-time cost of auto return types16·14 days agodeleted by creator
snikta@programming.devOPto Open Source@lemmy.ml•Apertus: a fully open, transparent, multilingual language model21·14 days agoA fully open-source LLM
As a fully open language model, Apertus allows researchers, professionals and enthusiasts to build upon the model and adapt it to their specific needs, as well as to inspect any part of the training process. This distinguishes Apertus from models that make only selected components accessible.
“With this release, we aim to provide a blueprint for how a trustworthy, sovereign, and inclusive AI model can be developed,” says Martin Jaggi, Professor of Machine Learning at EPFL and member of the Steering Committee of the Swiss AI Initiative. The model will be regularly updated by the development team which includes specialized engineers and a large number of researchers from CSCS, ETH Zurich and EPFL.
Its good for legacy MATLAB projects. Use Python for new projects.
snikta@programming.devOPto LocalLLaMA@sh.itjust.works•Apertus: a fully open, transparent, multilingual language modelEnglish2·14 days agoAnd weird, since the model is licensed under Apache 2.0.
snikta@programming.devto LocalLLaMA@sh.itjust.works•DeepSeek dropped the V3.1 WeightEnglish1·15 days agoWhat did we expect?
snikta@programming.devto LocalLLaMA@sh.itjust.works•what's the best model these days I could fit in 128gb ram?English1·15 days agodeleted by creator
snikta@programming.devto Linux@programming.dev•Former Linux user looking for stable distro3·15 days agoIf one wants rolling, I would suggest NixOS, Guix System or Tumbleweed. Or something container based like Silverblue or openSUSE micro.
But rolling doesn’t really make sense. Just go with Debian/Leap and then use Flatpak, podman, Nix and/or Guix on top of that. For Desktop.
snikta@programming.devto Linux@programming.dev•Former Linux user looking for stable distro12·15 days agoWhen did you try Debian? Nvidia should be quite painless since they added the official non free repo. But make sure to install a backports version of the kernel and firmware. And modern apps should be installed with flatpak.
Anyway. I suggest that you try Debian again. There is nothing better out there.
snikta@programming.devto Linux@programming.dev•NixOS is the endgame of distrohopping - Joshua Blais1·16 days agoI believe Guix System (or all Nix/Guix derivates) is the closest one. Otherwise I would say Yocto (not really a distro), Gentoo and all the container based distos (like openSUSE Micro).
snikta@programming.devto Linux@programming.dev•NixOS is the endgame of distrohopping - Joshua Blais2·16 days agoYeah, I meant Scheme as you’ve already figured out.
I would say that nonguix makes nonfree stuff trivial: https://gitlab.com/nonguix/nonguix
However, I do advocate that Guix introduce an official “curated” nonfree repository (like Debian). I believe that would make more good for user freedom and reproducibility. Almost no mainstream hardware works well with the libre kernel.
snikta@programming.devto Linux@programming.dev•NixOS is the endgame of distrohopping - Joshua Blais52·17 days agoNah. GNU Guix System. Or Debian + Guix.
Nix has more packages but Guix is much more well documented and coherent (anecdotal and subjective). Also nice with scheme instead of yet another DSL.
Gleam seems awesome. However, Scheme/lisp are favorites of mine, so maybe Clojerl?
But if you really want to try out the latest and greatest in functional programming/languages I would suggest Idris2. I believe there is a BEAM back end as well.