Earlier quoted context omitted.
There's a full terminal implementation of Bonsai as well. I actually use it in my personal workflow these days to manage my contacts database! https://anil.recoil.org/notes/aoah-2025-9
Unrelated but what do you use to manage your personal website? I love how everything is interconnected.
Bonsai: Janestreet's UI Library
71–80 of 165 posts
Re: Bonsai: Janestreet's UI Library
#72What does JaneStreet do besides sponsoring nerdy Youtube channels and writing UI libraries?
[flagged]
The Securities and Exchange Board of India (SEBI) have accused Jane Street (JS) of market manipulation, JS claims it was legitimate arbitrage, and the case is still ongoing [1].
As I understand it, the ban only applied to Indian securities (not Asian markets as a whole), and was lifted back in July 2025 after JS paid ~$560 million (the alleged ill-gotten gains) into an escrow fund. They don't appear to have resumed trading, though [2].
[1]: https://www.reuters.com/legal/government/us-trading-firm-jan...
[2]: https://www.reuters.com/sustainability/boards-policy-regulat...
Re: Bonsai: Janestreet's UI Library
#73Re: Bonsai: Janestreet's UI Library
#74Re: Bonsai: Janestreet's UI Library
#75Earlier quoted context omitted.
Is there any professional software that wouldn't benefit from high information density? Most software design is optimized for the non-users who have to approve it.
"non-users" are also big targets for software. If you run a software business, chances are you want people who've never used your software to start using your software. In that case, discoverability trumps high information density.
Re: Bonsai: Janestreet's UI Library
#76What does JaneStreet do besides sponsoring nerdy Youtube channels and writing UI libraries?
[flagged]
You're being downvoted for having a needlessly confrontational underinformed hot take on a quant trading firm that is essentially a market maker.
Re: Bonsai: Janestreet's UI Library
#77Re: Bonsai: Janestreet's UI Library
#78Re: Bonsai: Janestreet's UI Library
#79> And because Bonsai is written in OCaml, it becomes possible to use the same language and types on both the backend and frontend. Finally! I was waiting for this to become possible!
Similar attempts include Scalajs. The general challenge becomes integrating the fractional front-end code written in your backend-language that compiles to JS with the rest of the JS ecosystem. JaneStreet have a love of writing their own stuff from scratch so it doesn't apply to them but it might to you. Hence most people end up with frontend-as-backend rather than backend-as-frontend.
Re: Bonsai: Janestreet's UI Library
#80There's a great Signals and Threads (Jane Street's Podcast) episode about this work: https://signalsandthreads.com/building-a-ui-framework/