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.