Viewing profile — shetaye
shetaye
HN member- Joined
- Mon, Aug 26, 2024, 4:59 PM UTC
- HN karma
- 277
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About shetaye
Find me @ https://shetaye.me https://github.com/shetaye
Recent public activity
-
comment
Comment #46878297
I assume the idea is to have the entire constellation be the data center in question. Laser back haul transceiver bandwidth is in the same order of magnitude of rack-to-rack bandwi…
- story
-
comment
Comment #46813611
Interesting, the protocol seems to assume symmetrical performance i.e. X-...->Y and Y-...->X will have the same latency so long as they follow the same path?
-
comment
Comment #46521037
Very interesting! Nice work on your thesis. I am curious: if the data is not resident on the GPU (e.g. multi-TB datasets, line-rate packet inspection, etc.), is this approached bot…
-
comment
Comment #46484682
The CPU baseline seems to be the beefy host CPU. The AIE is presumably faster than what you could do with the FPGA (DPS, LUT, etc.) alone.
-
comment
Comment #46195073
There also exists cuda-gdb[1], a first-party GDB for NVIDIA's CUDA. I've found it to be pretty good. Since CUDA uses a threading model, it works well with the GDB thread ergonomics…
-
comment
Comment #46152852
True, but unfortunately the response from Stanford has been to introduce triple and quad rooms ;) This is not entirely their fault. Stanford is subject to Santa Clara County buildi…
-
comment
Comment #46152717
I agree in that freshmen should get the "experience" at least once. However, the way Stanford has arranged housing has meant that a good number of students will not live in a singl…
-
comment
Comment #46151492
Regarding Stanford specifically, I did not see the number broken down by academic or residential disability (in the underlying Atlantic article). This is relevant, because > Some s…
-
comment
Comment #45671947
Great read! I'm sure expensive enterprise tooling exists for busy kitchens to manage safety protocols (or not?), so it is very cool to see high quality tooling for this kind of thi…
- story
-
comment
Comment #45429827
Agreed! The gulf between pure-C++ CUDA and PTX is getting larger with these optimizations. My understanding is that Deepseek used PTX instructions that either had no corresponding …
-
comment
Comment #45427964
Arguably the OS includes the entire distribution, not just the kernel. MacOS ships the window server and the entire graphics stack, so the GUI is certainly part of MacOS, and so at…
-
comment
Comment #45427908
If you are still interested in SMP on a 64-bit ARM, we have had some success with virtual memory/cache/peripherals on the Pi Zero 2 W
-
comment
Comment #45427858
You absolutely can, and should! :)
-
comment
Comment #45421178
There aren't any 1hr+ lectures, just some readings (selected from the manuals in `docs/`) and a bit of exposition from the professor before diving into the lab. Lots of "as needed"…
-
comment
Comment #45421151
IMO this is kind of the tradeoff. In 140E we do touch on virtual memory (w/ coherency handling on our specific ARM core), FAT32 "from scratch", etc. but it comes at the expense of …
-
comment
Comment #45420864
People interested in a "read the manual and code it up on real hardware"-type guide should take a look at Stanford's CS140E[1] repo! Students write a bare metal OS for a Raspberry …
- story