Viewing profile — reerdna
reerdna
HN member- Joined
- Fri, Oct 07, 2022, 12:43 PM UTC
- HN karma
- 371
- Public activity
- 42 items
- HN profile
- View on Hacker News ↗
About reerdna
You can reach me through hn@andreer.no
Recent public activity
-
comment
Comment #48908337
Cool, but I find rather than just shapes and indexes, tensors with labels are much easier to use and reason about. E.g.: { {user:bob, movie:"Heat"}:0.1, {user:alice, movie:"Frozen"…
-
comment
Comment #47818270
This brings back good memories from when a friend made C in nynorsk: https://www.pvv.ntnu.no/~andreer/nynorsk/
-
comment
Comment #47595768
I was able to get part way some years ago by demodulating the bitstream with gnuradio and then making small changes (like replacing one note with the next higher one) and noting th…
-
comment
Comment #47191170
I couldn't help but laugh out loud at the notion of a "held-out test set" for addition of 10-digit numbers.
-
comment
Comment #46742014
No, not beyond what I already put in the twitter thread. I wanted to wait until I had some cool distributed software running on it too, but then I ran into trouble with the plan 9 …
-
comment
Comment #46715966
Wanted to reply to you directly also to increase the chance you see this because I think I had exactly the same intrusive thought as you, and actually built such a cluster recently…
-
comment
Comment #46715905
I recently built a Plan 9 cluster of 8 raspberry pi zero (2w). From my supplier (digikey) the 2W was the same price and has 4X the cores! I think it looks quite cool: https://x.com…
-
comment
Comment #45050531
Yes, but it turns out it doesn't matter much. What _does_ matter is the huge reduction in the much more dangerous brake dust, as electric vehicles convert the kinetic energy back t…
-
comment
Comment #45050366
Same experience in Norway. 95%+ of new cars sold are electric. I've been riding my bike to work along the same road for 15 years. I used to have to hold my breath along some sectio…
-
comment
Comment #41107862
For use in retrieval/RAG, an emerging paradigm is to not parse the PDF at all. By using a multi-modal foundation model, you convert visual representations ("screenshots") of the pd…
-
comment
Comment #39616233
Sounds a little like this recent paper; "RAPTOR: Recursive Abstractive Processing for Tree-Organized Retrieval" https://arxiv.org/abs/2401.18059
-
comment
Comment #39215341
Analysis by dhruv___anand in https://twitter.com/dhruv___anand/status/1752641057278550199 suggests that there are three different "resolutions" in the embeddings, for the first 512…
-
comment
Comment #38864611
You can turn this into a pocket "lisp machine" by following the instructions on http://www.ulisp.com/show?4JAO - although I don't think this can make use of the LoRa interface (yet…
-
comment
Comment #38486103
I've been lucky to get to work through a few of these already, they do give a decent introduction in how to use Vespa tensor expressions. I believe it's one of the most flexible wa…
- story
-
comment
Comment #35092539
(It later did, in https://news.ycombinator.com/item?id=35074233 )
-
comment
Comment #35091130
Sorry to have caused you pain! I thought this video would get maybe 100 view at most, or I would have put more effort into it (like implemented paren matching in the editor first).…
-
comment
Comment #35077685
Yes, I'd love some help with it, or it would probably take me years. Schematics and stls (made in tinkercad) will be coming once I find the time. For now I'm spending too much time…
-
comment
Comment #35077514
No, I did spend some time reading eink datasheets but in the end it seemed too hard for me to do on my own. There's the Kindle and Freewrite so it seems possible
-
comment
Comment #35077472
Yes, I'm running the display SPI at 2MHz which is ~25 fps. Overclocking it to twice as fast works just fine but uses significantly more power as expected. I did not try to go furth…
-
comment
Comment #35077329
More RAM, a higher resolution display, a proper keyboard, solar power and much easier to program (for me at least). But yes, it is essentially the same sort of thing, and much more…
-
comment
Comment #35077287
Using the FPU I believe but quite inefficiently, most cycles are probably spent in integer operations and chasing linked lists for the lisp parser. http://forum.ulisp.com/t/barnsle…
-
comment
Comment #35077256
Thank you! Yes, I've had this in mind for a while, I have some pictures of beginning the first prototyping by dismembering the keyboard back in 2020, although what I was thinking a…
-
comment
Comment #35077151
Yeah, matching pretty well the advertised 5mW. But uLisp is probably not using the CPU very efficiently and so not driving it to the max that could perhaps be seen with something l…
-
comment
Comment #35077083
Yes, it's nearly always in active mode now. I haven't done much to use the sleep modes at all, only "sleep until next keyboard interrupt" when the program calls (get-key). Measurem…