What does JaneStreet do besides sponsoring nerdy Youtube channels and writing UI libraries?
Bonsai: Janestreet's UI Library
61–70 of 165 posts
Re: Bonsai: Janestreet's UI Library
#62This would of been cool back in 2014.
Presumably this has learned some lessons from it, so it's probably better.
Re: Bonsai: Janestreet's UI Library
#63Earlier quoted context omitted.
inconsistent and maybe too tight, but I would think those are issues with the sample UIs and not this library
FWIW if you listen to Signals and Threads (the Jane Street podcast) they talk about this. They have dedicated UX designers who do relatively little code but focus entirely on making the UX as optimal for the traders as possible and one of them was on an episode. They talked about how most of the normal UX rules for SW go out the window because quants and traders have such different needs than "normal software".
Re: Bonsai: Janestreet's UI Library
#64Earlier quoted context omitted.
[flagged]
The above might be too far-fetched as it only applied to India? They did pay a fine to the regulator and resumed trading (might not be the same strategy though) To OP’s original question, they made $20B last year and have a niche in several financial products
Re: Bonsai: Janestreet's UI Library
#65What does JaneStreet do besides sponsoring nerdy Youtube channels and writing UI libraries?
They're a trading firm that hires really clever people to use math to trade. Their strategies are, presumably, very complicated and ever changing, and secrecy about them is the point - you get bigger margins for longer if people don't learn about your 'one weird trick' (that and also that there is presumably another side to your trades losing out on upside, and they might not be best pleased to learn about it.
Sam Bankman-Fried and his League of Legend rankings would like a word
Re: Bonsai: Janestreet's UI Library
#66> 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!
Re: Bonsai: Janestreet's UI Library
#67Looks like it's Web-only, no mention of the native UI support (terminal UI excluded).
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
Re: Bonsai: Janestreet's UI Library
#68[flagged]
Re: Bonsai: Janestreet's UI Library
#69Can someone who understands web UI programming tell me if this would be good for my local agent to use to produce HTML based reports and outputs for me? Or for TUI outputs?
It makes more sense for applications where you have complex interactive logic in the UI, with a lot of different components that need to control and display some shared state.
Re: Bonsai: Janestreet's UI Library
#70Oh it needs a userland trampoline! > JSOO does not have tail call optimization