Viewing profile — rnestler
rnestler
HN member- Joined
- Mon, Apr 06, 2015, 5:48 PM UTC
- HN karma
- 478
- Public activity
- 142 items
- HN profile
- View on Hacker News ↗
About rnestler
No profile information was provided.
Recent public activity
- story
- story
- story
-
comment
Comment #46808901
It has it in the AUR: https://aur.archlinux.org/packages/units
- story
-
comment
Comment #44431779
The article shows neatly how Rust is inspired by functional programming languages, but polished the concepts by learning from their mistakes. In the "Purity and Referential Transpa…
-
comment
Comment #44288817
I tested it quickly on a 30kLOC project. zmypy seems to be faster than mypy indeed: Without mypy cache: $ rm -rf .mypy_cache $ time mypy Success: no issues found in 157 source file…
-
comment
Comment #44133804
This article is IMO inaccurate in a few points: > for the first time, we have a Rust-based driver in the mainline kernel. https://rust-for-linux.com/amcc-qt2025-phy-driver is in ma…
-
comment
Comment #43997992
10 years already, amazing. I still remember playing around with pre 1.0 Rust and having my code break on every other compiler update :)
-
comment
Comment #40858451
I maintain an AUR package which builds a Rust enabled kernel: https://aur.archlinux.org/packages/linux-rust So far I just pinned the rustc version used by requiring rustup as a bui…
-
comment
Comment #39967520
> In addition, if you add "donate" button you'd see a lot of artists being showered with cash. There are donation buttons for some artist on Spotify. I guess the artist need to ena…
-
comment
Comment #39920523
New features include: Live Parts Information via Partstack and EAGLE Project Import.
- story
-
comment
Comment #37405091
This looks really nice and useful! I wonder if I could configure it to open things in vim directly? Because currently it seems to use xdg-open which then opens it in whatever appli…
-
comment
Comment #36393758
> Can I compile rust-written linux modules with a rust-written rust compiler? The offficial Rust compiler is written in Rust. > And where can I download bootstrap static ELF64 bina…
-
comment
Comment #36339763
I finally managed to build an ArchLinux kernel that supports out-of-tree modules written in Rust. If you're interested in the whole journey there are also the following posts: * ht…
- story
-
comment
Comment #36239947
> The real problem is that you can't use crates to improve incrementalism when you have a type in one logical part of the module hierarchy implement a trait from another logical pa…
-
comment
Comment #36239875
> I wanted to separate the type, the trait and the implementation of the trait in different crates. I usually put the traits in a separate crate, but keep concrete types and implem…
-
comment
Comment #35020351
> (Plain Windows took ~26 seconds for some reason?) Maybe the allocations were the reason?
-
comment
Comment #35019437
I use Pelican ( https://getpelican.com/ ) for my blog, which works decently for me. It is a static site generator written in Python. But you probably won't learn much Python by usi…
-
comment
Comment #34878523
The build pipeline was already part of Linux 6.1. I played around with it on ArchLinux with the target to compile an out of tree hello world kernel module in Rust: * https://blog.r…
-
comment
Comment #34529445
Nice to see that my blogposts about building a Linux kernel with Rust support on ArchLinux were useful for at least someone else :) This post does a lot better job at describing th…
- story
-
comment
Comment #34297124
MCUs with just 4MB of RAM may not even have IP based networking.