frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Coding agents have crossed a chasm

https://blog.singleton.io/posts/2025-06-14-coding-agents-cross-a-chasm/
1•tosh•3m ago•0 comments

Have LLMs Mastered Geolocation?

https://www.bellingcat.com/resources/how-tos/2025/06/06/have-llms-finally-mastered-geolocation/
1•admp•8m ago•0 comments

A Checklist for Decision-Making

https://www.economist.com/business/2025/06/09/a-checklist-for-decision-making
1•helsinkiandrew•18m ago•1 comments

Tiny-diffusion: A minimal implementation of probabilistic diffusion models

https://github.com/tanelp/tiny-diffusion
1•BraverHeart•19m ago•0 comments

Show HN: I made a tool to merge multiple JSON files online – free and fast

https://www.merge-json-files.com/
1•imad-101•30m ago•0 comments

Get your compliance automated now

https://horuscheck.io/
1•sandboxmumu•46m ago•1 comments

Show HN: Made a 3 SEC log streaming setup (paste command –> streaming starts)

https://www.logsy.info/
1•devparagiri•53m ago•0 comments

Disaster Party – A "Universal" AI API SDK

https://github.com/segin/disasterparty
1•segin•53m ago•0 comments

The Art of Lisp and Writing

https://www.dreamsongs.com/ArtOfLisp.html
6•Bogdanp•1h ago•0 comments

A Parting Message to My Students

https://kstan.gitlab.io/blog/partingmessage/
1•tankangsoon•1h ago•0 comments

Dead Hand automatic nuclear weapons control system

https://en.wikipedia.org/wiki/Dead_Hand
2•aroman•1h ago•1 comments

Trade with China Is Becoming a One-Way Street

https://www.wsj.com/economy/trade/china-us-export-market-222ebc3a
4•Ozarkian•1h ago•4 comments

Show HN: Mdc – just another Markdown viewer with ToC and CLI support

https://github.com/zoetin45/mdc
1•zoetin45•1h ago•0 comments

Government awards contract to French company to develop sonar system

https://www.rte.ie/news/ireland/2025/0615/1518526-sonar-system-defence/
1•austinallegro•1h ago•0 comments

The Apple "Reasoning Collapse" Paper Is Even Dumber Than You Think

https://mikecaulfield.substack.com/p/the-apple-reasoning-collapse-paper
2•gsky•1h ago•0 comments

Spatializing 6k years of global urbanization from 3700 BC to AD 2000

https://www.nature.com/articles/sdata201634
2•talonx•1h ago•0 comments

Coinbase, famously a "no politics" company in 2020, sponsors a military parade

https://old.reddit.com/r/Military/comments/1lblspo/thanks_to_our_sponsor_coinbase/
9•tomlockwood•1h ago•4 comments

Introduction to Competitive Programming in Haskell

https://byorgey.github.io/blog/posts/2025/06/10/comprog-hs-intro.html
2•matt_d•1h ago•0 comments

Sweden gets help pulling its sovereign AI socks up

https://www.computerweekly.com/news/366625706/Sweden-gets-help-pulling-its-sovereign-AI-socks-up
1•jamesblonde•1h ago•1 comments

How you breathe is like a fingerprint that can identify you

https://www.nature.com/articles/d41586-025-01835-0
2•XzetaU8•1h ago•2 comments

Root Cause of the June 12, 2025 Google Cloud Outage

https://twitter.com/0xTib3rius/status/1933702904734429560
2•thunderbong•1h ago•0 comments

Disturbing Rumor – PBS NewsHour (Brooks / Capehart)

6•mobileturdfctry•1h ago•0 comments

I build an anonymous stranger chat with no log in

https://randomize.chat/
2•henrymuddleton•1h ago•1 comments

Novo Nordisk's Canadian Mistake

https://www.science.org/content/blog-post/novo-nordisk-s-canadian-mistake
1•taubek•2h ago•0 comments

Show HN: Shields.rs – a Rust badge engine 10x faster than Node.js

https://github.com/Jannchie/shields.rs
1•jannchie•2h ago•0 comments

Software Engineering Talent Is Gold Right Now

https://gametorch.app/blog/software-engineering-talent
2•gametorch•2h ago•0 comments

Centralization or Decentralization? Evolution of State-Ownership in China (2022)

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4283197
1•walterbell•2h ago•0 comments

The Algebra of an Infinite Grid of Resistors

https://www.mathpages.com/home/kmath669/kmath669.htm
2•gone35•2h ago•0 comments

Ordinary users can also generate professional and creative print ads

https://www.piclabs.org
1•rooty_ship•2h ago•0 comments

Arkane Linux: Opinionated, immutable, atomic Arch-based distribution

https://arkanelinux.org/
2•theycallhermax•2h ago•0 comments
Open in hackernews

Parallel Self-Hosted Code Generation in the Zig Compiler

https://ziglang.org/devlog/2025/#2025-06-14
13•kristoff_it•12h ago

Comments

jiehong•9h ago
The (poop emoji) in the peak RSS delta is fun. I guess a higher value is not great, but that’s unexpected to me.

Or perhaps this is an automatic font conversion for some reasons.

Improvements are great to see, and seems to be following the post 0.14 release plan, so good job!

AndyKelley•9h ago
That's fully expected - consider when you do multiple things at the same time, it necessarily requires separate memory.

For a simple example consider if you are editing a photo. Your photo editing application requires X amount of memory. Now you leave that running and begin editing a second photo at the same time. To do this requires somewhere between X and X * 2 amount of memory, depending on how much application state can be shared between the two instances.