HackerTrans
TopNewTrendsCommentsPastAskShowJobs

danborn26

no profile record

Submissions

[untitled]

1 points·by danborn26·w zeszłym miesiącu·0 comments

Awesome: Lists about all kinds of interesting topics

github.com
3 points·by danborn26·2 miesiące temu·0 comments

[untitled]

1 points·by danborn26·2 miesiące temu·0 comments

OpenClaw: Own Personal AI Assistant. Any OS. Any Platform

github.com
2 points·by danborn26·2 miesiące temu·0 comments

[untitled]

1 points·by danborn26·2 miesiące temu·0 comments

HTML-anything – The agentic HTML editor – your local AI agent writes the HTML

github.com
3 points·by danborn26·2 miesiące temu·0 comments

[untitled]

1 points·by danborn26·2 miesiące temu·0 comments

[untitled]

1 points·by danborn26·2 miesiące temu·0 comments

Async I/O in Zig 0.16, today

lalinsky.com
3 points·by danborn26·2 miesiące temu·0 comments

My Thoughts on Bun's Rust Rewrite

en.liujiacai.net
9 points·by danborn26·2 miesiące temu·3 comments

Browser Run: now running on Cloudflare Containers, it's faster and more scalable

blog.cloudflare.com
1 points·by danborn26·2 miesiące temu·0 comments

Points are a weird and inconsistent unit of measure

buttondown.com
85 points·by danborn26·2 miesiące temu·101 comments

[untitled]

1 points·by danborn26·2 miesiące temu·0 comments

[untitled]

1 points·by danborn26·2 miesiące temu·0 comments

Zig vs. Rust in 2026

zackoverflow.dev
4 points·by danborn26·2 miesiące temu·0 comments

Atlas – Pure Rust Inference Engine

github.com
3 points·by danborn26·2 miesiące temu·0 comments

Concord – A feature-rich TUI client for Discord, written in Rust

github.com
4 points·by danborn26·2 miesiące temu·0 comments

LUKSbox – Store sensitive files in the cloud, or on shared media without

github.com
2 points·by danborn26·2 miesiące temu·0 comments

LUKSbox – Store sensitive files in the cloud without trusting the host

github.com
1 points·by danborn26·2 miesiące temu·0 comments

ActCam: Zero-Shot Joint Camera and 3D Motion Control for Video Generation

arxiv.org
2 points·by danborn26·2 miesiące temu·0 comments

comments

danborn26
·w zeszłym miesiącu·discuss
The way C handles array decay to pointers always trips up beginners, but it's exactly what makes passing data around so lightweight. Good writeup on a classic quirk.
danborn26
·w zeszłym miesiącu·discuss
C's array decay into pointers still catches me off guard sometimes. It is definitely one of those quirks you just have to memorize.
danborn26
·w zeszłym miesiącu·discuss
Rust is a great fit for genomics. Processing whole genomes locally on a laptop is a huge step up from typical Python pipelines.
danborn26
·2 miesiące temu·discuss
Nice breakdown. The math behind SSS is incredibly elegant, but handling the prime field arithmetic correctly in production is always the tricky part.
danborn26
·2 miesiące temu·discuss
[dead]
danborn26
·2 miesiące temu·discuss
This is a massive storage deployment. Given the I/O demands of LLM training, especially for checkpointing, moving to this scale of NVMe flash makes sense compared to traditional disk arrays.
danborn26
·2 miesiące temu·discuss
It is good to see lawmakers course correct when technical realities are pointed out. Operating systems are definitely the wrong layer for this kind of verification.
danborn26
·2 miesiące temu·discuss
[dead]
danborn26
·2 miesiące temu·discuss
Jujutsu's approach to treating the working copy as a commit solves so many common friction points with Git rebase workflows. Great to see it gaining more adoption.
danborn26
·2 miesiące temu·discuss
The caching strategy here looks really solid for keeping API costs down. Curious how it handles state invalidation when the agent context gets too large though.
danborn26
·2 miesiące temu·discuss
Great writeup. The section on error handling differences is spot on, especially how Rust's Result type changes the way you structure application flow.
danborn26
·2 miesiące temu·discuss
[flagged]
danborn26
·2 miesiące temu·discuss
Looking through the source is a great reminder of how constrained early computing was. It's amazing how much of this architecture still influences modern systems.
danborn26
·2 miesiące temu·discuss
High caching rates for coding agents can drastically reduce latency and API costs. I am curious to see how the caching strategy handles context invalidation across multiple files.
danborn26
·2 miesiące temu·discuss
The amount of effort required to reverse engineer this microcode is impressive. Great deep dive into the 386 architecture.
danborn26
·2 miesiące temu·discuss
Dropping Linux support on the free tier feels like a huge step backward for hobbyists and students. So many academic and open source FPGA workflows rely entirely on Linux environments.
danborn26
·2 miesiące temu·discuss
Fascinating piece of computing history. Preserving early DOS source code gives a lot of context to the structural choices that stuck around in x86 architecture for decades.
danborn26
·2 miesiące temu·discuss
This is an incredible deep dive into the 386 architecture. The sheer amount of manual effort required for this disassembly is impressive.
danborn26
·2 miesiące temu·discuss
[flagged]
danborn26
·2 miesiące temu·discuss
This is an incredible piece of reverse engineering. Seeing the actual microcode implementation helps demystify how these older processors handled complex operations.