frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Friendship Begins at Home

https://3quarksdaily.com/3quarksdaily/2025/10/friendship-begins-at-home.html
82•herbertl•4h ago•30 comments

EQ: A video about all forms of equalizers

https://www.youtube.com/watch?v=CLAt95PrwL4
80•robinhouston•19h ago•18 comments

Chen-Ning Yang, Nobel laureate, dies at 103

https://www.chinadaily.com.cn/a/202510/18/WS68f3170ea310f735438b5bf2.html
200•nhatcher•1d ago•47 comments

How sober should a writer be?

https://yalereview.org/article/crosley-how-sober-should-a-writer-be
32•samclemens•1w ago•20 comments

Root System Drawings

https://images.wur.nl/digital/collection/coll13/search
317•bookofjoe•16h ago•60 comments

How does Turbo listen for Turbo Streams

https://ducktypelabs.com/how-does-turbo-listen-for-turbo-streams/
36•sidk_•5d ago•1 comments

The Accountability Problem

https://www.jamesshore.com/v2/blog/2025/the-accountability-problem
33•FrancoisBosun•3h ago•2 comments

Titan submersible’s $62 SanDisk memory card found undamaged at wreckage site

https://www.tomshardware.com/pc-components/microsd-cards/tragic-oceangate-titan-submersibles-usd6...
276•WithinReason•1d ago•139 comments

How to sequence your DNA for <$2k

https://maxlangenkamp.substack.com/p/how-to-sequence-your-dna-for-2k
143•yichab0d•10h ago•63 comments

The reason GCC is not a library (2000)

https://gcc.gnu.org/legacy-ml/gcc/2000-01/msg00572.html
106•todsacerdoti•6d ago•43 comments

Flowistry: An IDE plugin for Rust that focuses on relevant code

https://github.com/willcrichton/flowistry
191•Bogdanp•15h ago•25 comments

./watch

https://dotslashwatch.com/
338•shrx•20h ago•90 comments

Is Postgres read heavy or write heavy?

https://www.crunchydata.com/blog/is-postgres-read-heavy-or-write-heavy-and-why-should-you-care
143•soheilpro•1d ago•35 comments

When you opened a screen shot of a video in Paint, the video was playing in it

https://devblogs.microsoft.com/oldnewthing/20251014-00/?p=111681
213•birdculture•2d ago•29 comments

K8s with 1M nodes

https://bchess.github.io/k8s-1m/
176•denysvitali•2d ago•40 comments

Why the open social web matters now

https://werd.io/why-the-open-social-web-matters-now/
129•benwerd•4d ago•68 comments

GoGoGrandparent (YC S16) Is Hiring Back End and Full-Stack Engineers

1•davidchl•5h ago

Secret diplomatic message deciphered after 350 years

https://www.nationalarchives.gov.uk/explore-the-collection/the-collection-blog/secret-diplomatic-...
133•robin_reala•2d ago•17 comments

Tinnitus Neuromodulator

https://mynoise.net/NoiseMachines/neuromodulationTonesGenerator.php
277•gjvc•14h ago•188 comments

Why do Stanford math professors still use chalk? (2021)

https://stanforddaily.com/2021/10/17/why-do-stanford-math-professors-still-use-chalk/
29•bookofjoe•6d ago•37 comments

Adding Breadcrumbs to a Rails Application

https://avohq.io/blog/breadcrumbs-rails
42•flow-flow•4d ago•2 comments

The Rise and Fall of the Powdered Wig (2020)

https://www.battlefields.org/learn/head-tilting-history/rise-and-fall-powdered-wig
19•andsoitis•1w ago•28 comments

Coral NPU: A full-stack platform for Edge AI

https://research.google/blog/coral-npu-a-full-stack-platform-for-edge-ai/
115•LER0ever•3d ago•17 comments

Who invented deep residual learning?

https://people.idsia.ch/~juergen/who-invented-residual-neural-networks.html
86•timlod•5d ago•28 comments

Using Pegs in Janet

https://articles.inqk.net/2020/09/19/how-to-use-pegs-in-janet.html
20•Bogdanp•5h ago•2 comments

Most users cannot identify AI bias, even in training data

https://www.psu.edu/news/bellisario-college-communications/story/most-users-cannot-identify-ai-bi...
68•giuliomagnifico•12h ago•32 comments

Satellite images show ancient hunting traps used by South American social groups

https://phys.org/news/2025-10-satellite-images-reveal-ancient-south.html
38•rntn•6d ago•8 comments

Picturing Mathematics

https://mathenchant.wordpress.com/2025/10/18/picturing-mathematics/
71•jamespropp•14h ago•3 comments

Solution to CIA’s Kryptos sculpture is found in Smithsonian vault

https://www.nytimes.com/2025/10/16/science/kryptos-cia-solution-sanborn-auction.html
139•elahieh•2d ago•80 comments

Moonlander.BAS

https://basic-code.bearblog.dev/moonlander/
43•ibobev•6d ago•9 comments
Open in hackernews

How does Turbo listen for Turbo Streams

https://ducktypelabs.com/how-does-turbo-listen-for-turbo-streams/
36•sidk_•5d ago

Comments

hakunin•1h ago
Nice deep dive. On a tangential point: nowadays Turbo Streams are less needed in Rails, because of the way Turbo automatically kicks in by default. And in most (not all) situations, backend doesn't really save much time returning a piece of a page vs a full page, since in most backends preparing data for response takes 10s of milliseconds. So might as well just stick with default, unless you know that you specifically need to serve some granular change. While learning this stuff, I wrote a little FAQ (where I was the frequent asker of questions) that clarifies some things: https://notes.max.engineer/turbo-8-faq