Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
aconz2
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
aconz2
1y ago
Ahh good to know about those -builder repos. It would be awesome to publish the compilers as container images, could also publish the squashfs as an artifact to a registry. And it shouldn't be too hard to back-publish the existing tarb
2.
▲
Program Explorer Update: June 2025
(aconz2.github.io)
1 points
by
aconz2
1y ago
|
0 comments
3.
▲
by
aconz2
2y ago
Thanks, will get that fixed
4.
▲
by
aconz2
2y ago
Thank you! I'm also excited at the possibilities and today you can share "long links" (with all the data embedded in the URL's fragment) but in the future short links with storage on the server or loading from a gist for
5.
▲
by
aconz2
2y ago
You can run any program that is in the container you select. Right now it ignores the entrypoint from the container config (though you could manually copy that into the Cmd field). Shell is a convenient program to run though so you can pass
6.
▲
by
aconz2
2y ago
Yeah names are hard and it is just a working name. I'm simultaneously using containers as the distribution and runtime mechanism but also wanted them to be an implementation detail and not the spotlight
7.
▲
Show HN: Program Explorer, a container playground
(programexplorer.org)
73 points
by
aconz2
2y ago
|
10 comments
8.
▲
by
aconz2
2y ago
To add on since this took me a while to understand: for a single token, self attention is permutation invariant because we take the qK (one query dot all the other keys) weighted sum of all the values; that sum is what gives the invariance
9.
▲
by
aconz2
2y ago
Great read and visuals. I think they typo'd the pun on basically/basisally. It got me thinking about program synthesis in the following scheme: data is embedded as vectors and program operations are metric tensors (or maybe just f
10.
▲
by
aconz2
2y ago
surprised they didn't go straight into cloud-hypervisor, though I haven't actually tested with gpu yet but it is on my todo list. OCI layers can use zstd compression. I wonder if they are defeating layer sharing by splitting in 50
11.
▲
by
aconz2
2y ago
Wow thanks for the info! This was a good overview of one system https://academic.oup.com/mt/article/25/4/14/6815410 - 5um slice thickness at 0.7um per pixel and ~1 TB/cm^3, max sample size 50x5
12.
▲
by
aconz2
2y ago
Bit late and I posted essentially this same comment on their site in hopes they'll see it, but this article jumped out at me because a while ago I was thinking about what it would take to get a whole organism single cell atlas so that
13.
▲
by
aconz2
2y ago
Very nice writeup and I appreciate the effort put into showing the process. I got nerd sniped yesterday playing around with how to find the isle_opt.rs filepath from the core file and didn't succeed but left some notes on scripting wit
14.
▲
by
aconz2
2y ago
Nice article, really like the survey bit. I know titles are just one tiny aspect, but they do set the tone, and in this case framing as a negative ("sad state") might put people off and may undermine the goal of getting people to
15.
▲
by
aconz2
2y ago
Late to the party, but I think my summary is (L is context length, C is hidden dimension, H is headsize, C = H * nh): 3.1 Optimised attention: Instead of using a learned W_V to project from C to H, slice V into H sized vectors. (V is just t
16.
▲
by
aconz2
2y ago
Is there code somewhere? I don't totally understand the double position and shuffling. Interesting they use concat instead of plus for the positionals
17.
▲
by
aconz2
2y ago
Nice, this is really helpful to compare with minigpt in pytorch. I think I like the dimensions in the variable names. Kinda miss seeing the modules used in a module being setup in __init__ as in pytorch, but I get its all cool to jit. I pre
18.
▲
by
aconz2
2y ago
very cool, love the website design and the blog posts had a lot of interesting bits, like the backplate removal jig. I was kinda surprised to see an fpga in there but makes sense. Could that design be repurposed as a general image sensor -&
19.
▲
by
aconz2
2y ago
Sounds cool. Does the DRAM exist both in the SPU (4 kelvin) area and 77 kelvin area? This paragraph is a bit confusing: > We call it a superconductor processing unit (SPU), with embedded superconducting SRAM, DRAM memory stacks, and swit
20.
▲
by
aconz2
2y ago
> Recent multimodal foundation models are very widely adopted but still model different modalities separately, often using modality specific encoders or decoder Is this accurate? I thought for example gemini pro used image tokens and gpt
21.
▲
by
aconz2
2y ago
Very interesting, do wish we could play with it since it is a show hn, maybe repost when it is open sourced/usable. Looking forward to reading about how it works. How does it know which holds are on? How does it know what the top is? A
22.
▲
by
aconz2
2y ago
I have been playing around in pytorch with an a770 16GB card and hit this error. The response seems to be https://github.com/intel/intel-extension-for-pytorch/issues/... that larger than 4gb allocations aren&
23.
▲
Intel Arc A770: Arrays larger than 4GB crashes
(github.com)
14 points
by
aconz2
2y ago
|
4 comments
24.
▲
by
aconz2
2y ago
Very cool I've been waiting for this part of the writeup. A few years ago I tried to write a similar microscope pano stitcher and used SIFT features in opencv, not sure I had come across template matching. I also struggled with blendin
25.
▲
by
aconz2
2y ago
The goal seems to be: "Virtual Fugaku provides a way to run software developed for the supercomputer, unchanged, on the AWS Cloud". Is AWS running A64FX's? Is there more info on all the details of this somewhere? I think it i
26.
▲
by
aconz2
2y ago
I've been enjoying these posts about the IRIS project. I would love to see some quantitative measurements of its performance. If it works for the autofocus purpose, that is great. But I'm skeptical of calling this kinematically co
27.
▲
by
aconz2
2y ago
What is the deal with exceptions? I see https://docs.modular.com/mojo/roadmap#the-standard-library-h... and https://github.com/modularml/mojo/blob/main/stdlib/src/built...
28.
▲
by
aconz2
2y ago
I came across the IPVM project a while ago and this is cool to see it getting used. Is there a similar effort that uses containers instead of WASM? I'd love to write a json workflow filled out with containers and similar use of "t
29.
▲
Ask HN: Is there a container runner with data capture? OCI "receipt"?
1 points
by
aconz2
2y ago
|
0 comments
30.
▲
Interplanetary Virtual Machine (IPVM) Working Group
(github.com)
3 points
by
aconz2
3y ago
|
0 comments
More ›