Viewing profile — synthos
synthos
HN member- Joined
- Sun, Jul 08, 2012, 12:39 AM UTC
- HN karma
- 187
- Public activity
- 94 items
- HN profile
- View on Hacker News ↗
About synthos
No profile information was provided.
Recent public activity
-
comment
Comment #48192352
Isn't this solving a subproblem of the overall issue of uncompressed tool call polluting context? Furthermore, this could be compressed even further with a dynamic legend of every …
-
comment
Comment #48168343
How much does your data privacy cost?
-
comment
Comment #44262692
Regarding AVX: could rust be compiled with different symbols that target different x64 instruction sets, then at runtime choose the symbol set that is the more performant for that …
-
comment
Comment #44135295
> First Revision - Completed with minimal human contribution (auto-accept mode) > > Second Revision - Planned with increased human-in-the-loop involvement At least 'minimal human c…
-
comment
Comment #43791173
> Compilers are not yet rewriting data structures and algorithms based on microarchitecture. Afaik mojo allows for this with the autotuning capability and metaprogramming
-
comment
Comment #43730811
What data type/precision? How much parallelism versus iterative? Is this fully in fabric or part of a SoC? Easy to get mired in many details. HW design has so many degrees of freed…
-
comment
Comment #43097057
https://archive.ph/CnUbF
- story
-
comment
Comment #42482652
Newton Raphson could be used to calculate a reciprocal. (in a bit width larger than 8). If starting from a good reciprocal approximation, convergence to bit accurate reciprocal sho…
-
comment
Comment #42245687
I worked on an automotive FMCW LiDAR that didn't quite make it to market. Cool technology but it was difficult to scale the cost down, which is pretty important for automotive. Mar…
-
comment
Comment #41929338
Does anyone have a good summary of the Buck(2) track?
-
comment
Comment #41688277
It's also, if not more so, a factor of transistor voltage. 1.1V transistors are less prone to upset events than 0.7V. It's possible (assumption, here) that some 3+ volt circuits ar…
-
comment
Comment #41619967
You could probably post it on http://fpgajobs.com/
-
comment
Comment #40331712
ARM also recently entered a partnership with Untether to collaborate on low power AI inference for automotive
-
comment
Comment #39586299
Hi, Could you please elaborate on your original problem? The binaries your Bazel system built could not be run unless the runtime environment matched the build environment?
-
comment
Comment #38677034
It's a perfect time for Matt Colville's MCDM RPG to be announced. It's on backerkit and people are clearly eager for something different. The crowdfunding is at 4x funding and clim…
-
comment
Comment #38423356
Definitely buybait and a shame that a blatant advertisement has made to YC news front page. What's next? Novelty toothpaste for nerds?
-
comment
Comment #38410248
Sounds like highly functional personality disorder or manic depression
-
comment
Comment #38379286
If there _was_ a good reason to fire Sam, and the board had appropriately and clearly communicated their decision, I think less of the staff would have signed a the petition to wal…
-
comment
Comment #38009913
Maybe one day, Mojo
-
comment
Comment #37944325
nod.ai was just acquired by AMD for a chunk of money. I expect they hope to find a similar exit once they can show an end-to-end product: Take a model written in Pytorch, upcast it…
-
comment
Comment #36735638
I think LiFi or something similar has the great potential for VR/AR headset connectivity. With a high bandwidth, low latency link, you could have an untethered experience without t…
- comment
-
comment
Comment #36390712
To really optimize for latency, perform read lookup (and maybe write slot resolving) before the entire UDP packet is fully buffered and checksum verified.
-
comment
Comment #36316954
Interesting, seems like it's very similar to Modular's runtime portion of their business case