back
user profile
nateb2022
13,199karma·1,783submissions·January 4, 2022
about
Computer/Software Engineer & Mathematician.
meet.hn/city/38.8950982,-77.0363849/Washington
__ Location
Washington, DC, USA
__ Contact Discord: .gnu.
Email: 6mac0wobz@mozmail.com (resume available upon request)
__ Skills - Systems and embedded engineering, with expertise in VHDL for hardware description and FPGA design
- Software development in C++, Go, Rust, TypeScript/JavaScript, and Python
___ Affiliations - IEEE Nanotechnology Council
- IEEE Systems Council
__ Professional Interests - Analog systems
- Kernel development, focusing on Linux ABI design and optimization
- Low-level GPU driver architecture and hardware-accelerated computation
- ASIC development and methodology
__ Personal Interests - Hiking
- Pizza
- Volleyball
- Weightliftingrecent activity (1,783 total)
comment
> Unless you've got a regular HN account and just set up a new business-facing one for this? This is likely; I can't imagine a regular HN user would appreciate having their subnet publicl…
comment
I'll concede this, however in large-scale demographic data, when the central tendencies of two populations align so closely, it is statistically unlikely that their underlying distributions are r…
comment
To give some statistical context, as of 2023, about 16.11% of people in the US have used cannabis in the past year; per that same dataset, about 16.53% of Ohio residents. [1] Given that Ohio’s usage m…
comment
> if you design with one vision (AI) then non-AI version of the product will be an after thought That’s like saying if a car manufacturer adds a "Sport Mode", the steering wheel and brake…
comment
Ollama link too: https://ollama.com/library/functiongemma
comment
Previously: https://news.ycombinator.com/item?id=29460240
comment
Could you go into some detail regarding your approach to security? Presumably, due to the sensitive nature of the documents users will upload, you have a number of safeguards in place?
comment
Love this! Been pondering building my own bloat-free one for a while, but this meets all my needs.
40 pts
comment
This looks like most of it was vibecoded. Unnecessary comments like: clientChannel.configureBlocking(false); // Non-blocking client
can be found throughout the source, and the project…
comment
> anything that depends on Go's Postgres client requires libpq which requires libc Try https://github.com/lib/pq …