HackerLangs
TopNewTrendsCommentsPastAskShowJobs

pier25

16,907 karmajoined 11 ปีที่แล้ว
Pier Bover

https://bsky.app/profile/pierbover.com

https://pierbover.com/

https://github.com/PierBover

Working on: https://wavekit.app/

Submissions

Microsoft 365 Copilot adoption is under 4.5%, only 1% use it weekly

windowslatest.com
27 points·by pier25·3 วันที่ผ่านมา·14 comments

Canadian spy agency hacked drug traffickers, extremists and a ransomware gang

techcrunch.com
3 points·by pier25·4 วันที่ผ่านมา·1 comments

Four graphs to visualize the unprecedented scale of France's June 2026 heatwave

lemonde.fr
4 points·by pier25·8 วันที่ผ่านมา·0 comments

[untitled]

1 points·by pier25·12 วันที่ผ่านมา·0 comments

European Commission rejects new laws for Stop Destroying Videogames

gamingonlinux.com
3 points·by pier25·24 วันที่ผ่านมา·1 comments

Starbucks Abandons Borked AI Inventory Tool That Couldn't Count

gizmodo.com
32 points·by pier25·เดือนที่แล้ว·10 comments

Xogot on Mac (Godot IDE for macOS)

blog.xogot.com
2 points·by pier25·2 เดือนที่ผ่านมา·0 comments

Tanstack NPM Packages Compromised in Ongoing Supply-Chain Attack

socket.dev
6 points·by pier25·2 เดือนที่ผ่านมา·1 comments

Greenhouse gases from data center boom could outpace nations

wired.com
4 points·by pier25·3 เดือนที่ผ่านมา·0 comments

X is shutting down Communities because of low usage and lots of spam

techcrunch.com
29 points·by pier25·3 เดือนที่ผ่านมา·12 comments

Global warming is making the strongest hurricanes stronger

yaleclimateconnections.org
22 points·by pier25·3 เดือนที่ผ่านมา·3 comments

North Korea's Contagious Interview Campaign Spreads Across 5 Ecosystems

socket.dev
2 points·by pier25·3 เดือนที่ผ่านมา·0 comments

We replaced Node.js with Bun for 5x throughput

trigger.dev
59 points·by pier25·3 เดือนที่ผ่านมา·33 comments

Attackers Are Hunting High-Impact Node.js Maintainers with Social Engineering

socket.dev
3 points·by pier25·3 เดือนที่ผ่านมา·2 comments

The WebAIM Million report 2026

webaim.org
1 points·by pier25·3 เดือนที่ผ่านมา·0 comments

Emerging Litigation Risks in Financing AI Data Centers Boom

quinnemanuel.com
17 points·by pier25·3 เดือนที่ผ่านมา·0 comments

TeamPCP Is Systematically Targeting Security Tools Across the OSS Ecosystem

socket.dev
5 points·by pier25·4 เดือนที่ผ่านมา·0 comments

CanisterWorm: NPM Publisher Compromise Deploys Backdoor Across 29 Packages

socket.dev
3 points·by pier25·4 เดือนที่ผ่านมา·0 comments

Enisa Technical Advisory on Secure Use of Package Managers

socket.dev
6 points·by pier25·4 เดือนที่ผ่านมา·0 comments

Apple to soon take up to 30% cut from all Patreon creators in iOS app

macrumors.com
1,116 points·by pier25·5 เดือนที่ผ่านมา·917 comments

comments

pier25
·14 ชั่วโมงที่ผ่านมา·discuss
Why does Mozilla keep diluting their efforts into stuff like AI?

From the outside it looks like they barely have resources to keep Firefox competitive.
pier25
·เมื่อวาน·discuss
If precision is important then non deterministic AI is simply not a good tool.
pier25
·เมื่อวาน·discuss
> it’s increasingly difficult to maintain these projects without AI

It's pretty much impossible in a project of this size. IIRC Postgres has over 1M loc.
pier25
·เมื่อวาน·discuss
Well either Claude cannot fix those bugs or it can but the Bun team decided to not fix those bugs on purpose.

Not sure which is worse.
pier25
·เมื่อวานซืน·discuss
> Well, the answer is "Anthropic, with claude code"

Anthropic is not exactly the hallmark of engineering excellence... quite the contrary.

> But yes, of course there will be new bugs

Obviously, which is why more thought should have been put into the transition.

Not everyone will want to yolo their production projects into such a massive rewrite overnight.
pier25
·เมื่อวานซืน·discuss
> LTS is more relevant if there was any kind of compatibility that was broken

Do we know 100% for certain that this isn't the case? No.

In fact it would be naive to think a rewrite of this magnitude wouldn't introduce new bugs and/or unexpected changes in behavior.

> Nothing to me suggests they’re being careless here.

Plenty of reasons suggest this including the lack of an LTS or any kind of thought put into such a massive transition.
pier25
·เมื่อวานซืน·discuss
Java, Node, and .NET have LTS versions all of which are free to use.

> Or are you expecting open source maintainers to do free work for no particular reason?

Free work? Last I heard Anthropic had acquired Bun.
pier25
·เมื่อวานซืน·discuss
Who in their right mind would immediately migrate their production apps into a complete re-write of a runtime?

It would be naive to think there aren't new bugs or changes in behavior introduced in 1.4.
pier25
·เมื่อวานซืน·discuss
Personally I don't care that they used AI to rewrite Bun to Rust. Even if 1.4 is not good enough it will probably get better over time.

What has pushed me back to Node is seeing how amateurish the transition has been handled.

- No LTS support for the Zig version regarding CVEs etc.

- Huge bugs like the 3MB memory leak mentioned in the blog post abandoned in the Zig version to basically force people into the Rust version to fix their apps in production.

- Zero involvement with the Bun community about such a major decision. One day it was "stop the drama I'm just playing with this" and a couple of days later "yolo merged to main".

Jarred basically keeps operating as if he was a lone hacker working on his personal project.
pier25
·เมื่อวานซืน·discuss
I've been impacted by a couple of bugs in Bun.SQL and lo and behold these were only fixed for 1.4. Presumably Claude could have fixed those in the Zig version but the Bun team decided to not do that.

Furthermore, there's no mention of an LTS plan for the Zig version. It seems that if a CVE is discovered in the future, Bun users will no have no option than to update to the Rust port.

This is not how you run a project that others depend on and enough for me to not touch Bun ever again.
pier25
·เมื่อวานซืน·discuss
> Compiler errors are a better feedback loop than a style guide

So essentially this whole re-write was about making Bun LLM compatible.
pier25
·เมื่อวานซืน·discuss
what about new bugs introduced after the rewrite?
pier25
·เมื่อวานซืน·discuss
+90% of Astro is still written in TS
pier25
·3 วันที่ผ่านมา·discuss
Astro is a backend project...
pier25
·3 วันที่ผ่านมา·discuss
It's very cool to see the JS ecosystem reducing dependencies and I hope this trend continues.

Astro has gone from 247 deps in v6 to 190 in v7.

https://node-modules.dev/#[email protected]

https://node-modules.dev/#[email protected]
pier25
·3 วันที่ผ่านมา·discuss
Looks like Microsoft is desperate for more cash to burn on AI and making drastic decisions like this.

Sure the Xbox division wasn't doing amazing but still had $24B of revenue in 2025. For reference PlayStation made $30B that same year.
pier25
·3 วันที่ผ่านมา·discuss
Didn't love the gameplay but the Indiana Jones game looks absolutely phenomenal.
pier25
·4 วันที่ผ่านมา·discuss
Inference margin is irrelevant.

That’s like a gas station saying they have 90% margin over pumps but still losing money.
pier25
·4 วันที่ผ่านมา·discuss
Social media is the new tobacco
pier25
·4 วันที่ผ่านมา·discuss
Spend 5 minutes on the marketing pages of any AI company and it's obvious they're not selling electricity, fuel, or even raw compute.