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
> Also, as others mentioned, this just seems like Claude Code with extra steps, unless they managed to nail some sort of design standard enforcement they feel is better than what most people can ge…
comment
https://github.com/MarkusSintonen/pyreqwest is a great alternative, much more performant than requests/httpx/aiohttp, and provides an easy httpx compatible wrapper for …
comment
This is yet another of several reasons why we've switched from httpx to pyreqwest[0]. Not only is httpx an actual supply chain risk now, but also it shows an unwillingness to fix outstanding bugs…
comment
I find it more amusing that the benchmarks claim 530 GB/s throughput on an M1 Pro which has a 200GB/s memory bandwidth. The 275 GB/s figure for chained transforms has the same problem. …
comment
Regarding the benchmarks, "Async iteration (8KB × 1000): ~530 GB/s vs ~35 GB/s": how do you achieve 530 GB/s throughput on an M1 Pro which has a 200GB/s memory bandwidth?…
comment
For single-use FPV munitions, a $200 LiDAR probably wouldn't be very useful. For one, that's about half the price of the drone itself, and second, for self-destructing munitions, it's n…
comment
That endpoint https://agentready.cloud/v1/compress endpoint doesn't exist, I get a 404. Your entire response is just hallucinated AI text at this point.…
comment
Cepton primarily operates B2B, as B2C demand for specialized LIDAR like this is pretty low. Anything you find on eBay is either a leftover dev kit or salvage. This is pretty much the case for MicroVis…
comment
Low cost, sub $200 automotive grade LIDAR sensors are already available. Cepton Technologies offers Nova [0], Nova-Ultra [1] sensors both at a sub-$100 price point [2]. These feature a 120°(H) x 90°(V…
comment
Wouldn't the example code: from openai import OpenAI
client = OpenAI(
base_url="https://agentready.cloud/v1", # ← only change
api_key="ak_...&…
comment
I'm sure I'm not the only one hesitant to provide a 3rd party virtually MITM access to both my LLM usage + API keys. If this were capable of running locally, or even just an API for compress…
comment
Google is dealing with a wave of abuse over its Antigravity IDE, with 'account switching' tools designed to use a ton (20+) of free or pro accounts, giving the user essentially unlimited usa…