frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Why your website should be under 14kB in size

https://endtimes.dev/why-your-website-should-be-under-14kb-in-size/
23•truxs•27m ago•4 comments

My Self-Hosting Setup

https://codecaptured.com/blog/my-ultimate-self-hosting-setup/
254•mirdaki•5h ago•89 comments

Pimping My Casio: Part Deux

https://blog.jgc.org/2025/07/pimping-my-casio-part-deux.html
10•r4um•55m ago•0 comments

Valve confirms credit card companies pressured it to delist certain adult games

https://www.pcgamer.com/software/platforms/valve-confirms-credit-card-companies-pressured-it-to-delist-certain-adult-games-from-steam/
483•freedomben•16h ago•485 comments

How to write Rust in the Linux kernel: part 3

https://lwn.net/SubscriberLink/1026694/3413f4b43c862629/
172•chmaynard•10h ago•0 comments

Advertising Without Signal: The Rise of the Grifter Equilibrium

https://www.gojiberries.io/advertising-without-signal-whe-amazon-ads-confuse-more-than-they-clarify/
63•neehao•6h ago•24 comments

Asynchrony is not concurrency

https://kristoff.it/blog/asynchrony-is-not-concurrency/
230•kristoff_it•13h ago•154 comments

Bun adds pnpm-style isolated installation mode

https://github.com/oven-sh/bun/pull/20440
68•nateb2022•8h ago•8 comments

Meta says it won’t sign Europe AI agreement, calling it an overreach

https://www.cnbc.com/2025/07/18/meta-europe-ai-code.html
207•rntn•14h ago•234 comments

Debcraft – Easiest way to modify and build Debian packages

https://optimizedbyotto.com/post/debcraft-easy-debian-packaging/
52•pabs3•8h ago•10 comments

Mr Browser – Macintosh Repository file downloader that runs directly on 68k Macs

https://www.macintoshrepository.org/44146-mr-browser
62•zdw•8h ago•12 comments

Silence Is a Commons by Ivan Illich (1983)

http://www.davidtinapple.com/illich/1983_silence_commons.html
143•entaloneralie•11h ago•29 comments

Zig's New Writer

https://www.openmymind.net/Zigs-New-Writer/
53•Bogdanp•1d ago•5 comments

C++: Zero-cost static initialization

https://cofault.com/zero-cost-static.html
53•oecumena•3d ago•14 comments

Broadcom to discontinue free Bitnami Helm charts

https://github.com/bitnami/charts/issues/35164
145•mmoogle•13h ago•82 comments

Show HN: OrioleDB Beta12 Features and Benchmarks

https://www.orioledb.com/blog/orioledb-beta12-benchmarks
32•akorotkov•3d ago•4 comments

When to make LODs: Understanding model costs

https://medium.com/@jasonbooth_86226/when-to-make-lods-c3109c35b802
4•azeemba•2d ago•2 comments

Wii U SDBoot1 Exploit “paid the beak”

https://consolebytes.com/wii-u-sdboot1-exploit-paid-the-beak/
135•sjuut•12h ago•20 comments

The Bitter Lessons Behind Kimi Researcher's Taste

https://medium.com/@xinyijin715/maker-story-the-bitter-lessons-behind-kimi-researchers-ui-6654ec66662c
4•pr337h4m•3d ago•1 comments

Multiplatform Matrix Multiplication Kernels

https://burn.dev/blog/sota-multiplatform-matmul/
70•homarp•12h ago•24 comments

Microsoft Office is using an artificially complex XML schema as a lock-in tool

https://blog.documentfoundation.org/blog/2025/07/18/artificially-complex-xml-schema-as-lock-in-tool/
78•firexcy•4h ago•33 comments

EPA says it will eliminate its scientific research arm

https://www.nytimes.com/2025/07/18/climate/epa-firings-scientific-research.html
186•anigbrowl•9h ago•155 comments

Ccusage: A CLI tool for analyzing Claude Code usage from local JSONL files

https://github.com/ryoppippi/ccusage
50•kristianp•9h ago•27 comments

Cats as Horror Movie Villains

https://gwern.net/cat-horror
17•mparramon•3d ago•15 comments

Trying Guix: A Nixer's impressions

https://tazj.in/blog/trying-guix
181•todsacerdoti•4d ago•59 comments

A New Geometry for Einstein's Theory of Relativity

https://www.quantamagazine.org/a-new-geometry-for-einsteins-theory-of-relativity-20250716/
111•jandrewrogers•17h ago•6 comments

Show HN: Molab, a cloud-hosted Marimo notebook workspace

https://molab.marimo.io/notebooks
98•akshayka•14h ago•13 comments

Hyatt Hotels are using algorithmic Rest “smoking detectors”

https://twitter.com/_ZachGriff/status/1945959030851035223
115•RebeccaTheDev•4h ago•57 comments

AI capex is so big that it's affecting economic statistics

https://paulkedrosky.com/honey-ai-capex-ate-the-economy/
295•throw0101c•12h ago•286 comments

Mango Health (YC W24) Is Hiring

https://www.ycombinator.com/companies/mango-health/jobs/3bjIHus-founding-engineer
1•zachgitt•14h ago
Open in hackernews

Bun adds pnpm-style isolated installation mode

https://github.com/oven-sh/bun/pull/20440
68•nateb2022•8h ago

Comments

Jarred•4h ago
This will ship as part of the Bun v1.2.19 release, which we are aiming for tonight.

There is a Windows-only bug in the isolated install mode blocking us from using isolated installs ourselves in the bun repo, and we need to fix that before we can release this.

If you want to try this early, you can run `bun upgrade --canary` and `bun install --linker=isolated` or put `install.linker = "isolated"` in bunfig.toml.

Isolated installs are a significant performance improvement on Windows (10x, sometimes 20x faster installs) and a minor positive or neutral performance impact on macOS and Linux. More importantly, they make using bun install in monorepos a lot more reliable by preventing dependencies from loading versions of other dependencies they did not specify in their own package.json.

Happy to answer any questions about Bun

gedy•4h ago
Bun is great, keep up the good work!
8n4vidtmkvmk•3h ago
Cool. Bun is already pretty fast on Windows, but I welcome more improvements. Thanks for all the great work!

FYI, there seems to be some bugs with installs yet that cause bun to crash. Might be related to having an old package-lock or old node_modules or switching back and forth between WSL and Windows proper. Bun just crashes. Deleting all lock files (bun and npms) and node modules usually fixes it.

jpgvm•22m ago
Would it be possible to make the default behavior of the isolated linker "nohoist" the same as pnpm?
dsabanin•4h ago
Really loving Bun these days. Was really pleasantly surprised using their shell scripting API in typescript - single file, shebang line, straightforward DSL, support for piping data here and there.

Really, really nice and ergonomic. Made a few utility scripts today and enjoyed it much better than bash.

https://bun.com/docs/runtime/shell

eknkc•46m ago
It is also my first choice now. Especially due to built in SQLite support. Also recently needed to write a simple script to dump some data to S3. Found out that bun has built in s3 client too...
papichulo2023•3h ago
Recently I migrated some small bash scripts to Js thanks to bunjs, chose it because its simplicity, speed and nice out-of-the-box features (db scripts without external deps). Quite happy with it, now I dont to relearn bash syntax every few months when I need to do some minor changes. Also, Javascript is prob the language that llvms understand the best which is a cool thing on these days.
markl42•1m ago
Can someone explain what this does differently to the status quo under the hood?