frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Erra Incognita: The Economics of a Shrinking World [pdf]

https://www.sas.upenn.edu/~jesusfv/Demographics.pdf
1•Acrobatic_Road•10s ago•1 comments

Show HN: Full-duplex real-time voice assistant in the browser

https://github.com/sachinkesiraju/jax-realtime
1•sachinkesiraju•4m ago•0 comments

Pandemic lockdowns never ended for some people

https://www.ft.com/content/e1eb3638-cd1a-4a1a-857d-133fe4be468c
2•_tk_•7m ago•0 comments

An LLM wiki changed how I work

https://www.platformer.news/karpathy-llm-wiki-journalism-productivity/
2•wertyk•7m ago•0 comments

Jason Arday's rise and fall tells a larger story about academia, a critic says

https://www.npr.org/2026/08/18/nx-s1-5935396/britain-cambridge-professor-jason-arday-hiring-quest...
2•pykello•8m ago•0 comments

Excited and exhausted: life as a tech writer in the AI age

https://elizabethtai.com/2026/08/19/life-as-a-techwriter-in-the-ai-age/
1•theletterf•11m ago•0 comments

$200B case against Facebook and Instagram begins

https://www.theguardian.com/technology/2026/aug/18/meta-facebook-instagram-trial
2•skor•12m ago•0 comments

Ansible Automation Developer Tools

https://github.com/ansible/ansible-dev-tools
1•saikatsg•14m ago•0 comments

SelfSearch – one-click manual site indexing, private peer to peer search engine

https://github.com/HommelWater/SelfSearch/tree/p2p
1•smonn_•16m ago•0 comments

200B Tokens Later: A Month of Letting AI Agents Decompile MW2

https://momo5502.com/posts/2026-08-17-mw2-decompilation/
1•tyrells•16m ago•0 comments

Lovelace's Note G Program in C

https://gist.github.com/sinclairtarget/ad18ac65d277e453da5f479d6ccfc20e
1•Bluestein•16m ago•0 comments

Protego for Reddit

https://getprotego.app/
1•MrJagil•18m ago•0 comments

Parents Should Monitor Their Kids' Technology and Internet Usage

https://medium.com/swlh/why-parents-should-monitor-technology-and-internet-usage-9b235f358e6c
1•raynchad•18m ago•1 comments

StateM: Reaching 95.3% on Terminal Bench 2.1

https://huggingface.co/papers/2608.15089
1•jumploops•20m ago•0 comments

National security question trips up Sen. Darline Graham

https://apnews.com/article/darline-graham-taiwan-debate-national-security-5b045abd68cc4aa350177b5...
2•petethomas•22m ago•0 comments

Does AI stop children from learning?

https://www.economist.com/graphic-detail/2026/08/18/does-ai-stop-children-from-learning
3•dash2•22m ago•0 comments

Show HN: Food Hunt – a video walkthrough for every single level

https://food-hunt.org
1•Focss•22m ago•0 comments

Checkpoint-run: resume long shell jobs after your connection drops

https://github.com/agenticaotearoa/checkpoint-run
2•agenticaotearoa•23m ago•0 comments

Show HN: Seahorse – an agent's memory that lives in your own notes

https://github.com/ssanvi-builds/seahorse
1•ssanvi_builds•24m ago•0 comments

λλ: A Programming Language for Silicon Photonics

https://dl.acm.org/doi/10.1145/3789240.3829151
2•matt_d•26m ago•0 comments

C++26: Std:Polymorphic

https://www.sandordargo.com/blog/2026/08/19/cpp26-polymorphic
1•jandeboevrie•27m ago•0 comments

Codex: Changes to reduce risk of destructive actions

https://twitter.com/thsottiaux/status/2089891927659585918
1•tosh•30m ago•0 comments

Smartphone-Free Childhood

https://www.smartphonefreechildhood.org
2•simonebrunozzi•31m ago•0 comments

The Making of Cursor's Icons

https://www.minoradventures.co/blog/the-making-of-cursors-icons
1•kaizenb•35m ago•0 comments

One writer, twelve workers, zero rows

https://dev.profullstack.com/~anthony/blog/019-post.html
1•buffer_overlord•39m ago•0 comments

Thoughts About Scaling Law

https://twitter.com/jietang/status/2089941544581403107
2•tosh•43m ago•0 comments

Bezier Curves from the Ground Up (2016)

https://jamie-wong.com/post/bezier-curves/
1•vismit2000•44m ago•0 comments

Bun 1.4 Rust rewrite is not looking good

https://tipiirai.com/writing/bun-rust-rewrite-worries
66•tipiirai•44m ago•36 comments

Lattice: An isometric game kit designed to be written by agents

https://lattice.aniruddh.tech/
1•achandratre•44m ago•0 comments

ChatGPT for Teens

https://help.openai.com/en/articles/20001421-chatgpt-for-teens
1•Bluestein•48m ago•0 comments
Open in hackernews

Bun 1.4 Rust rewrite is not looking good

https://tipiirai.com/writing/bun-rust-rewrite-worries
66•tipiirai•44m ago

Comments

tipiirai•38m ago
I've been a heavy user of Bun since 2022. The last three months of their public timeline have not looked good, so I wanted to summarize my frustration
unified101•24m ago
Then simply say this, and no need to have a clickbait title?
worthless-trash•10m ago
> Bun 1.4 Rust rewrite is not looking good

This is.. clickbait ?

rao-v•31m ago
What is the right recommendation at this point for a Node alternative? Deno?
tipiirai•28m ago
I'm still waiting for v1.4 as I have committed to Bun so much. Not looking good, though.
xscott•20m ago
Not that my opinion matters much, but I like Deno. I never tried Bun.
domh•16m ago
What's wrong with just using Node? It's stable, has a good (and growing) standard library and has enough backing to be self sustaining.

edit: There's also nub which is built on top of Node.js and removes some rough/legacy edges: https://github.com/nubjs/nub

hresvelgr•8m ago
It consolidates a lot of really annoying nits and quality of life aspects like bundling, module resolution, testing, env handling, etc. Node is just the runtime and still would require libs like esbuild, jest/vitest, dotenv, and so on. It's genuinely nice to have those out of the box, and generally in Bun the performance is quite significantly better in places that matter.
franciscop•5m ago
They're virtually the only platform not supporting the Fetchable convention:

https://github.com/nodejs/node/issues/63096

https://fetchable.org/

rienbdj•15m ago
What’s wrong with node? Genuine question
tipiirai•3m ago
Nothing. Bun is just smaller and faster and comes with a built-in package manager, test runner, bundler, SQL engine, image processor etc..
Mashimo•1m ago
I think npm install can be very very slow on large projects. Think minutes.
verdverm•13m ago
imo, node is fine, they have done a lot to improve and the menagerie of js runtimes have largely converged
dvt•28m ago
> The last three months have not looked good for Bun.

Apart from pro-AI or anti-AI posturing how have the last few months not looked good for Bun, exactly? I use it daily and I've seen basically zero regressions. I get it, you don't like AI or you like Zig over Rust, or whatever. I just haven't seen any serious argument that Bun has somehow become worse software.

> The project has over 5k open pull requests, which is the largest number of pull requests I’ve seen.

Terrible argument, and not really an argument at all.

> The biggest worry is, of course, the code itself.

I agree, so look at the code and point out what's wrong with it.

Insofar as Andrew Kelley is concerned, it's obvious he has an axe to grind and is salty about Bun embarassing Zig (which he freely admits). Not sure why you'd invoke an unreliable narrator as some sort of final nail in the coffin.

tipiirai•25m ago
Unused code is one issue. A project called Buz[1] found over 11,000 lines of dead code from the Rust port.

[1]: https://github.com/jazzzooo/buz

unified101•23m ago
11k out of a million. I wish I had a project under 1% of "dead code".
verdverm•14m ago
there are linters that check for dead code (depending on your language / ecosystem), it should always be 0%
jibal•7m ago
The dead code was removed from the pre-Rust Zig version. The OP has no credibility.
aneryu•24m ago
Based on my experience so far, code written by today’s frontier LLM is generally trustworthy, though it still requires human oversight.
joshuat•22m ago
This reads as another weirdly personal attack against Jarred for slighting a technology stack the author prefers, citing the even weirder personal attack against Jarred written by Andrew Kelley as the sole source to justify their "biggest worry", code quality.

Idk why people have become so invested in this.

jibal•4m ago
The OP says

> Unused code is one issue. A project called Buz[1] found over 11,000 lines of dead code from the Rust port. [1]: https://github.com/jazzzooo/buz

When in fact Buz is a fork of the pre-Rust Zig version of Bun.

The OP has no credibility.

jemiluv8•16m ago
Yet another clickbait making outrageous assertions. Fwiw I don’t think anyone’s reputation is on the line and so far, you’ve offered only anecdotal evidence at best. Things like this should be backed by stats and community surveys and a whole lot more. I didn’t see anything about number of downloads or any of the usual metrics used to judge software these days

Your whole scientific endeavor in this seemed to thrive on the rock solid foundation of tweets.

And all those referencing of the Kelly post makes this even more of a clickbait. All you had was to put all the ingredients of a post that will draw the crowd but offer very little on the subject matter it purported to discuss

stpedgwdgfhgdd•4m ago
The article is about the upcoming 1.4 release.

The article lists various promised release dates, are they incorrect?

okeuro49•13m ago
Counterpoint:

> Our conclusion is deliberately modest: under the conditions Prisma Compute cares about, the Rust rewrite behaved better than the stable release we had been testing. That was enough to change what we shipped.

https://www.prisma.io/blog/bun-rust-rewrite-prisma-compute

rzmmm•13m ago
I suspect that this kind of massive rewrite is well suited task for traditional source-to-source transpiler. They are not that difficult to build, especially if the output can be ugly.
franciscop•12m ago
Bun has been nothing but amazing wins for me, and I really like what it enabled me to do. Two examples:

- I have a couple of projects that handle images. I was including Sharp, but since these are side projects in a small VM, often a redeploy that recompiled Sharp just crashed the full VM (out of memory). Bun includes Bun.Image[1] natively, which is built around Sharp's API, so swapping Sharp out was very easy, and now deploys are a breeze (and swapping it in would be just as easy).

- Bun's JSX support is a godsend. I've replaced almost all my side projects that were backend rendered from Pug, Handlebars, and other various templates I used to have to just pure JSX. Heck, this made it trivial to make a side projects where the Favicon was a dynamic SVG [2]

[1] https://bun.com/docs/runtime/image

[2] https://stocksreader.com/portfolio?%5Egspc=10&amzn=10&msft=1...

tipiirai•8m ago
I also use Bun.Image to collect image size and metadata, and also to generate low-quality image placeholders. Works great.

Have you tried 1.4?

skeledrew•7m ago
I'm still waiting for someone to bring forth some reproducible stats and state something along the lines of "I did a comparison of Bun 1.3 vs 1.4, and found these user-affecting issues in the latter which are not in the former".
jtrn•4m ago
This reads like one of thouse articles in mainstream media where the author has a obvious agenda, and they think they are really clever when they write an attack piece that they think looks like objective , when it really really transparently isent.
dvt•21m ago
First of all, I'd need to see a diff on that. It's insane to make that kind of claim without backing it up. Second of all, dead code (as in truly dead code: like an if statement that is guaranteed to never be true), is optimized away by the compiler. So even if we had all this dead code, it is not an issue that would ever impact the final product. Third of all, the Bun runtime consists of over a million lines of code, so that figure (again, even if true) is insignificant.
aureate•6m ago
> It's insane to make that kind of claim without backing it up.

A bizarre accusation. It's a fork of Bun that says they removed the dead code. All you have to do to see the diffs is look at its history. Most of the commits are code removal.

It's a fork of Zig bun, though, not Rust, so hardly relevant to the AI argument.

aureate•17m ago
That was 11,000 lines of dead code removed from pre-rust Bun. In a million lines of vibed Rust Bun I'd be astonished if there was a mere 11,000 unused LoC. Noticing unused code isn't a strength of LLMs in my experience.
jibal•8m ago
Congrats on completely undermining your own argument and credibility. Did you not even read your link?

> Buz is an early-stage experimental fork of pre-Rust Bun.... Over 11,000 lines of dead code removed from upstream Bun.

frail_figure•22m ago
> how have the last few months not looked good for Bun, exactly?

The article answers this. hint: they're not shipping.

> I get it, you don't like AI or you like Zig over Rust, or whatever

The article doesn't argue for either of these. hint: it's arguing that the team is not shipping.

> Terrible argument, and not really an argument at all.

It's an argument for the devs not shipping

> I agree, so look at the code and point out what's wrong with it.

It's not being shipped.

Hope that helps.

re-thc•9m ago
> The article answers this. hint: they're not shipping.

They're shipping though.

Claude Code and many others use it. There's just not been a "public" release.

dvt•6m ago
> It's not being shipped.

What are you talking about? I'm running 1.4 canary (the Rust rewrite) right now.

    λ bun --version
    1.4.0
Hope that helps.