Viewing profile — wishawa
wishawa
HN member- Joined
- Fri, Jun 25, 2021, 9:19 AM UTC
- HN karma
- 217
- Public activity
- 69 items
- HN profile
- View on Hacker News ↗
About wishawa
No profile information was provided.
Recent public activity
-
comment
Comment #45573902
I see. That's slightly unfortunate. In principle, increasing temperature flattens out the distribution but the ordering between different tokens' probabilities remain the same, so …
-
comment
Comment #45560852
This is with Together's API via OpenRouter, running DeepSeek V3 0324 and Kimi K2 0905. I didn't set a top-k. So it seems like Together must be doing something weird in their specul…
-
comment
Comment #45560361
I didn't know this! I've always thought speculative decoding was "if p(draft_token) > threshold, use it". You made me go read how it actually works and it's pretty neat! That said,…
-
comment
Comment #45558185
Fair point. If Moonshot is holding back the true weights or inference techniques that affect correctness, then providers including Together should call them out on that. I for one …
-
comment
Comment #45557456
Inference is impressively fast. But what about quality? In the Kimi vendor verifier ( https://github.com/MoonshotAI/K2-Vendor-Verifier/ ), Together has one of the highest tool call…
-
comment
Comment #41885629
Also check out [Eaglemode]( https://eaglemode.sourceforge.net/ )!
- story
- story
-
comment
Comment #38002227
Euclidea?
-
comment
Comment #36205122
The instruct model is trained on the Baize dataset, which is generated from ChatGPT. So it is no surprise that Falcon censors the topics that ChatGPT censors. If you have an uncens…
-
comment
Comment #33110716
You're right. I got the two frameworks confused. Async UI is similar to Sycamore in term of not diffing VDOM. The API is different in that in Sycamore, you tell the framework what …
-
comment
Comment #33099892
Sycamore works pretty similarly to React. See https://www.reddit.com/r/rust/comments/xvv49w/comment/ir6pw0... for how Async UI is different from React-style frameworks.
-
comment
Comment #33099699
I must admit I've never seen Concur before!.The idea of using generator/async is pretty similar. The difference, as I understand, is that in Concur, you yield the widget and let th…
-
comment
Comment #33099629
The Todo example is 2.5 MB non -gzipped. About 600KB gzipped. Still large, but it's because we're shipping a lot of code that we don't need. Mostly the APIs exposed by web_sys. Pro…
-
comment
Comment #33099589
By lots of 'static and Rc.
-
comment
Comment #33098859
That example is indeed pretty noisy, but partly due to my premature optimization. The operations of adding, editing, and toggling Todo items are all O(log N)[1]. Things could be si…
-
comment
Comment #33091753
RUI is really cool, but it is solving a different problem. It is immediate-mode, and it is focused on building a new toolkit. Async UI is more about re-exposing existing retained-m…
-
comment
Comment #33091705
This uses the executor used by async-std rather than the one used by Tokio. So if you're using something Tokio-specific, you would probably need async-compat[1]. But can you share …
-
comment
Comment #33091495
The async control flow is not directly inspired by anything. It is a cool side effect of using async for everything that I myself only discovered once I started writing examples. A…
-
comment
Comment #33091414
The full example code is here: https://github.com/wishawa/async_ui/blob/main/examples/gtk-l... . (except for that invalid_login_popup is not a real popup because I haven't implemen…
-
comment
Comment #33091090
You're right that components should intuitively pend forever. But with Async UI, the line between a component and a normal async function is blurry; our login_form eventually retur…
-
comment
Comment #33089233
Hi HN! I've been working on Async UI for half a year now, and I think it is time I share it with everyone. The project is not even really usable yet (due to lack of implemented com…
- story
-
comment
Comment #32697288
Why not heat the inside of the house directly? Having the heat go through a pump just results in more loss.
-
comment
Comment #32491549
> federal regulators consistently assured Americans that the risks of a massive accident were “vanishingly small”—even when they knew they had insufficient evidence to prove it Why…