Viewing profile — statusfailed
statusfailed
HN member- Joined
- Sun, Sep 18, 2022, 10:06 AM UTC
- HN karma
- 97
- Public activity
- 33 items
- HN profile
- View on Hacker News ↗
About statusfailed
Recent public activity
- story
- story
-
comment
Comment #47635111
I am a huge fan of mm0, the thesis[0] is so brilliantly written, and MMC is such a great step towards the kind of verified computing I really want to be doing [0]: https://digama0.…
-
comment
Comment #47330102
The Milk-V Jupiter 2 (coming out in April) is RV23 too
-
comment
Comment #47034933
Ahh I thought I was the only one! One line per sentence makes the diffs so much nicer too, maybe we need git hooks to reject multiple sentences per line?
-
comment
Comment #46986832
I didn't find note-taking particularly useful until I started keeping everything in a single notebook with dated pages. This worked a lot better than (for example) trying to organi…
- story
-
comment
Comment #46203390
I saw a similar (I think!) paper "Grassmannian Optimization Drives Generalization in Overparameterized DNN" at OPT-ML at neurips last week[0] This is a little outside my area, but …
-
comment
Comment #45885997
Which repos worked well? I've had the same experience as op- unhelpful diagrams and bad information hierarchy. But I'm curious to see examples of where it's produced good output!
-
comment
Comment #45344093
Really nice! Had a quick read, here's my quick summary: - Arrays are typed `S : D` with shape S and strides D - Each of `S` and `D` is a nested tuple (instead of the flat tuples on…
-
comment
Comment #44783595
Hellas.AI | Remote | Full Time or Contract | https://hellas.ai Hellas.AI is building a compiler for categorical deep learning to power decentralised, serverless AI. We're looking f…
-
comment
Comment #43771208
I've been hoping for a nice concrete example of braided monoidal categories for ages, who knew that the best one was string diagrams that represent actual string ! Great post! @the…
-
comment
Comment #42955026
(author here) the goals of catgrad are a bit different to JAX - first of all, the "autodiff" algorithm is really a general approach to composing optics , of which autodiff is just …
-
comment
Comment #42579416
Hellas.AI | Remote | Full Time or Contract | https://hellas.ai Hellas.AI is building a compiler for categorical deep learning to power decentralised, serverless AI. If you're inter…
- story
-
comment
Comment #41796426
Seems bad. "An attacker was able to achieve code execution in the content process by exploiting a use-after-free in Animation timelines. We have had reports of this vulnerability b…
-
comment
Comment #41733138
I only had a quick look, but it looks like they tweaked the state update so the model can be run with parallel scan instead of having to do it sequentially.
- story
-
comment
Comment #40863966
I'd love to know what your use case is that makes those things important to you - and what kind of benchmarks and cleaning tasks do you need to run? Also, what kind of evaluations …
-
comment
Comment #40636071
This lets other family members send emails too, and has an interface everyone is familiar with.
-
comment
Comment #39194412
At least for chinese there are off-the-shelf word segmenters you can use like jieba[0]- I used it in gptlingo and it Just Works(TM). The "show pronounciations" setting just turns o…
-
comment
Comment #39194338
> Duolingo is good at going from nothing to something Seconding this. I got noticeably better at Chinese after using duolingo every day. I feel like I hit a ceiling now and it's no…
-
comment
Comment #39190685
OK I played with this some more, it's so good - exactly what I dreamed of!! A couple more bits of feedback: (1) The "suggestion" / "I'm unsure" etc. feedback is fantastic (2) Word …
-
comment
Comment #39190514
Nice! I built the same thing to learn chinese[0], it even has the in-context word lookup! I have a feature request: if I don't have a pinyin IME installed, it's very hard to use - …
-
comment
Comment #38689261
I used postgrest (without htmx) on an old project; it's impressive how far you can push it. HTMX seems like a perfect fit for it too, although I'm not sure how much I really want t…