Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
rnestler
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
Safe Ways to Use AI Agents
(blog.rnstlr.ch)
1 points
by
rnestler
3mo ago
|
0 comments
2.
▲
Safe Ways to Use AI Agents
(blog.rnstlr.ch)
3 points
by
rnestler
4mo ago
|
0 comments
3.
▲
LibrePCB 2.1 with cross-probing, net highlighting, UI themes and more
(librepcb.org)
4 points
by
rnestler
4mo ago
|
1 comments
4.
▲
by
rnestler
8mo ago
It has it in the AUR: https://aur.archlinux.org/packages/units
5.
▲
LibrePCB 2.0 with new slint.rs based UI
(librepcb.org)
4 points
by
rnestler
8mo ago
|
1 comments
6.
▲
by
rnestler
1y ago
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 Transparency" section I'd have expected some compari
7.
▲
by
rnestler
1y ago
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 files mypy 20.40s user 2.33s system 108% cpu 20.886 t
8.
▲
by
rnestler
1y ago
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 mainline since 6.12 and https://
9.
▲
by
rnestler
1y ago
10 years already, amazing. I still remember playing around with pre 1.0 Rust and having my code break on every other compiler update :)
10.
▲
by
rnestler
2y ago
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 build dependency. Let's see if this
11.
▲
by
rnestler
2y ago
> 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 enable it? ("Signum Regis" is an ar
12.
▲
LibrePCB 1.1.0 Released
(librepcb.org)
3 points
by
rnestler
2y ago
|
2 comments
13.
▲
by
rnestler
2y ago
New features include: Live Parts Information via Partstack and EAGLE Project Import.
14.
▲
by
rnestler
3y ago
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 application is configured.
15.
▲
by
rnestler
3y ago
> 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 binaries of this compiler? You can get a Rust compiler on
16.
▲
Building an Out-of-Tree Rust Kernel Module Part Three
(blog.rnstlr.ch)
4 points
by
rnestler
3y ago
|
1 comments
17.
▲
by
rnestler
3y ago
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: * https://blog.rnstlr.ch/building-an-out-of
18.
▲
by
rnestler
3y ago
> 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 part. Due to orphan rules and coherence, it is not pos
19.
▲
by
rnestler
3y ago
> 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 implementations for them in the same crate. What is the use-cas
20.
▲
by
rnestler
4y ago
> (Plain Windows took ~26 seconds for some reason?) Maybe the allocations were the reason?
21.
▲
by
rnestler
4y ago
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 using it (or Rust when using a generator wr
22.
▲
by
rnestler
4y ago
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.rnstlr.ch/building-an-out-of-tree-rust-kernel
23.
▲
by
rnestler
4y ago
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 the prerequisites to enable Rust in the Linux kernel, while I
24.
▲
Thoughts on code reviews and the power of patch series
(nhaehnle.blogspot.com)
1 points
by
rnestler
4y ago
|
0 comments
25.
▲
by
rnestler
4y ago
MCUs with just 4MB of RAM may not even have IP based networking.
26.
▲
by
rnestler
4y ago
When comparing Rust and C++ it makes sense to use Clang IMO, since both, the Rust compiler and Clang, are based on LLVM. But nevertheless: I agree it would have been interesting to test with GCC as well.
27.
▲
by
rnestler
4y ago
There is an issue from 2019 on the pipenv tracker for this issue: https://github.com/pypa/pipenv/issues/3893 According to the last comment there it should be fixed: > I don't think this should be an
28.
▲
Diff.blog – Discover and follow developer blogs
(diff.blog)
2 points
by
rnestler
4y ago
|
0 comments
29.
▲
by
rnestler
4y ago
Not really, read the fine print :) > When multiple moves have the top score, they are all top moves, even if visual markers (like move arrows) suggest the engine prefers one over the other. This would be the case for two check mates.
30.
▲
by
rnestler
4y ago
Couldn't they just add paging?
More ›