HackerTrans
トップ新着トレンドコメント過去質問紹介求人

brson

no profile record

投稿

Fun with Dada

smallcultfollowing.com
2 ポイント·投稿者 brson·5 か月前·1 コメント

Disney's Living Characters: A Broken Promise [video]

youtube.com
1 ポイント·投稿者 brson·7 か月前·0 コメント

Disney's Living Characters: A Broken Promise [video]

youtube.com
1 ポイント·投稿者 brson·8 か月前·1 コメント

Presenting the Rust Quotes from the Mozilla QDB

brson.github.io
1 ポイント·投稿者 brson·8 か月前·0 コメント

Financial Accounting

docs.tigerbeetle.com
2 ポイント·投稿者 brson·8 か月前·0 コメント

This Month in Redox – September 2025

redox-os.org
1 ポイント·投稿者 brson·9 か月前·0 コメント

コメント

brson
·3 か月前·議論
I'll take this opportunity to report on my Framework Laptop 13 experience. I've had it for over a year.

The case is warped in multiple places. One USB C module doesn't accept a power charge reliably. It can overheat and shutdown. If the case flexes a little the trackpad stops responding - it needs to be on a flat surface. Power brick died.

On the plus side, my partner had one and when she threw it away she gave me her parts and I was able to swap some out. That was cool.
brson
·4 か月前·議論
I felt similar about the book. The premise was thrilling, but as it went on it seemed to succumb to typical genre tropes, ending didn't deliver.
brson
·4 か月前·議論
Quite a lot of type system modeling has gone into Dada so far, though I don't know the details. Some of that work is here: https://github.com/dada-lang/dada-model
brson
·5 か月前·議論
Rust borrow checker author's new language designs.

Follow up posts:

https://smallcultfollowing.com/babysteps/blog/2026/02/09/hel...

https://smallcultfollowing.com/babysteps/blog/2026/02/10/dad...

https://smallcultfollowing.com/babysteps/blog/2026/02/14/sha...
brson
·5 か月前·議論
RIP
brson
·6 か月前·議論
Miri is so good. Thank you Ralf for dedicating yourself to this project for so long.

When I have Rust projects with subsystems that must be unsafe, I will design them around Miri testability. This mostly means writing small unit-testable units and isolating I/O as much as possible. I almost always find I have made mistakes that Miri catches.
brson
·7 か月前·議論
I also clicked through a few times trying to get a clear description of what this is with no success.
brson
·8 か月前·議論
This is a surprisingly wide-ranging video about robots and AI in context of Disney's theme parks.
brson
·9 か月前·議論
I wanted to love this so much but my eyeballs were screaming trying to read the text over the crawling dither pattern.
brson
·9 か月前·議論
Congrats to the servo team. It's been a long road and it's amazing they kept it alive.
brson
·9 か月前·議論
I've been using slint for a desktop project recently and having a lot of fun with it - it's pretty simple and the design has an interesting and fairly clean separation between the UI language and the backing application code (in Rust in my case). Recaptured a bit of my lost love for desktop apps.