frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

P-Hacking in Startups

https://briefer.cloud/blog/posts/p-hacking/
85•thaisstein•3d ago•32 comments

LaborBerlin: State-of-the-Art 16mm Projector

https://www.filmlabs.org/wiki/en/meetings_projects/spectral/laborberlin16mmprojector/start
137•audionerd•6h ago•25 comments

The bad boy of bar charts: William Playfair

https://blog.engora.com/2023/05/the-bad-boy-of-bar-charts-william.html
26•bryanrasmussen•3d ago•3 comments

Requiem for a Solar Plant

https://7goldfish.com/articles/Requiem_for_a_solar_plant.php
45•akkartik•4h ago•39 comments

Denmark's Archaeology Experiment Is Paying Off in Gold and Knowledge

https://www.scientificamerican.com/article/denmark-let-amateurs-dig-for-treasure-and-it-paid-off/
107•sohkamyung•3d ago•50 comments

U.S. has bombed Fordo nuclear plant in attack on Iran

https://www.bbc.co.uk/news/live/ckg3rzj8emjt
247•mattcollins•3h ago•745 comments

Airpass – easily overcome WiFi time limits

https://airpass.tiagoalves.me/
250•herbertl•3d ago•179 comments

See Jane 128 by Arktronics run (ft. Magic Desk, 3-Plus-1 and the Thomson MO5)

http://oldvcr.blogspot.com/2025/06/see-jane-128-by-arktronics-run.html
9•classichasclass•3h ago•0 comments

Type Inference Zoo

https://zoo.cuichen.cc/
27•mpweiher•3d ago•1 comments

AllTracker: Efficient Dense Point Tracking at High Resolution

https://alltracker.github.io/
66•lnyan•9h ago•7 comments

Axolotls May Hold the Key to Regrowing Limbs

https://www.smithsonianmag.com/smart-news/axolotls-may-hold-the-key-to-regrowing-limbs-and-scientists-are-unraveling-their-secrets-to-help-humans-do-the-same-180986781/
44•noleary•2d ago•22 comments

Samsung embeds IronSource spyware app on phones across WANA

https://smex.org/open-letter-to-samsung-end-forced-israeli-app-installations-in-the-wana-region/
716•the-anarchist•1d ago•420 comments

Compact Representations for Arrays in Lua [pdf]

https://sol.sbc.org.br/index.php/sblp/article/view/30252/30059
50•tkhattra•3d ago•12 comments

Show HN: Luna Rail – treating night trains as a spatial optimization problem

https://luna-rail.com/en/home-2
32•ant6n•3d ago•3 comments

Tell HN: Beware confidentiality agreements that act as lifetime non competes

260•throwarayes•11h ago•165 comments

Scaling our observability platform by embracing wide events and replacing OTel

https://clickhouse.com/blog/scaling-observability-beyond-100pb-wide-events-replacing-otel
174•valyala•17h ago•76 comments

Using Microsoft's New CLI Text Editor on Ubuntu

https://www.omgubuntu.co.uk/2025/06/microsoft-edit-text-editor-ubuntu
233•jandeboevrie•3d ago•242 comments

Phoenix.new – Remote AI Runtime for Phoenix

https://fly.io/blog/phoenix-new-the-remote-ai-runtime/
543•wut42•1d ago•242 comments

Compiler for the B Programming Language

https://github.com/tsoding/b
24•ycuser2•3d ago•4 comments

Debunking NIST's calculation of the Kyber-512 security level (2023)

https://blog.cr.yp.to/20231003-countcorrectly.html
22•RA2lover•2d ago•5 comments

Unexpected security footguns in Go's parsers

https://blog.trailofbits.com/2025/06/17/unexpected-security-footguns-in-gos-parsers/
171•ingve•3d ago•92 comments

AI is ushering in a 'tiny team' era

https://www.bloomberg.com/news/articles/2025-06-20/ai-is-ushering-in-the-tiny-team-era-in-silicon-valley
117•kjhughes•8h ago•102 comments

The Nyanja new PC-Engine/TurboGrafx 16-bit console game in development

https://sarupro.itch.io/thenyanja
43•retro_guy•3d ago•1 comments

'Gwada negative': French scientists find new blood type in woman

https://www.lemonde.fr/en/science/article/2025/06/21/gwada-negative-french-scientists-find-new-blood-type-in-woman_6742577_10.html
140•spidersouris•19h ago•58 comments

Weave (YC W25) is hiring a founding AI engineer

https://www.ycombinator.com/companies/weave-3/jobs/SqFnIFE-founding-ai-engineer
1•adchurch•10h ago

uBlock Origin Lite Beta for Safari iOS

https://testflight.apple.com/join/JjTcThrV
176•Squarex•18h ago•36 comments

Balatro for the Nintendo E-Reader

https://mattgreer.dev/blog/balatro-for-the-nintendo-ereader/
102•arantius•10h ago•22 comments

Delta Chat is a decentralized and secure messenger app

https://delta.chat/en/
241•Bluestein•20h ago•139 comments

Show HN: MMOndrian

https://mmondrian.com/
51•neural_thing•16h ago•31 comments

Don't Read This If You Have a Security Clearance (2023)

https://www.theatlantic.com/ideas/archive/2023/05/leaked-documents-security-clearance-defense/674031/
29•greyface-•2h ago•15 comments
Open in hackernews

Compiler for the B Programming Language

https://github.com/tsoding/b
24•ycuser2•3d ago

Comments

treyd•3h ago
Interesting that this is in a self-developed subset/dialect of Rust called Crust which attempts to treat it as a better C, using unsafe everywhere among other things.
kzrdude•3h ago
That's a little bit interesting. It remains then a C-like language with generics, and that sounds a lot more fun than regular C. I don't yet understand the point of avoiding references or libstd, though.
DiabloD3•3h ago
This is the most tsoding thing possible.
elvircrn•2h ago
Had a go at this a while back: https://github.com/elvircrn/bcomp.