frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Andrej Karpathy – It will take a decade to work through the issues with agents

https://www.dwarkesh.com/p/andrej-karpathy
491•ctoth•9h ago•534 comments

The Unix Executable as a Smalltalk Method (and Unix-Smalltalk Unification) [pdf]

https://programmingmadecomplicated.wordpress.com/wp-content/uploads/2025/10/onward25-jakubovic.pdf
25•pcfwik•1h ago•4 comments

Exploring PostgreSQL 18's new UUIDv7 support

https://aiven.io/blog/exploring-postgresql-18-new-uuidv7-support
176•s4i•2d ago•125 comments

The pivot

https://www.antipope.org/charlie/blog-static/2025/10/the-pivot-1.html
192•AndrewDucker•7h ago•81 comments

PlayStation 3 Architecture (2021)

https://www.copetti.org/writings/consoles/playstation-3
96•adamwk•3d ago•15 comments

New Work by Gary Larson

https://www.thefarside.com/new-stuff
57•jkestner•5h ago•4 comments

Live Stream from the Namib Desert

https://bookofjoe2.blogspot.com/2025/10/live-stream-from-namib-desert.html
407•surprisetalk•14h ago•81 comments

Claude Skills are awesome, maybe a bigger deal than MCP

https://simonwillison.net/2025/Oct/16/claude-skills/
424•weinzierl•9h ago•245 comments

WebMCP

https://github.com/jasonjmcghee/WebMCP
44•sanj•4h ago•13 comments

Show HN: ServiceRadar – open-source Network Observability Platform

https://github.com/carverauto/serviceradar
4•carverauto•55m ago•0 comments

Claude Code vs. Codex: I built a sentiment dashboard from Reddit comments

https://www.aiengineering.report/p/claude-code-vs-codex-sentiment-analysis-reddit
69•waprin•1d ago•27 comments

I wrote a parser for Redis protocol so you don't have to

https://neversleeps.moscow/publications/resp.html
4•keddad•4d ago•0 comments

The Wi-Fi Revolution (2003)

https://www.wired.com/2003/05/wifirevolution/
64•Cieplak•5d ago•36 comments

EVs are depreciating faster than gas-powered cars

https://restofworld.org/2025/ev-depreciation-blusmart-collapse/
287•belter•15h ago•671 comments

The Rapper 50 Cent, Adjusted for Inflation

https://50centadjustedforinflation.com/
505•gaws•10h ago•141 comments

Career Asymtotes

https://molochinations.substack.com/p/career-asymptotes
31•neiljohnson•4d ago•33 comments

NeXT Computer Offices

https://archive.org/details/NeXTComputerOffices
47•walterbell•2h ago•6 comments

Meow.camera

https://meow.camera/
617•southwindcg•23h ago•206 comments

Every vibe-coded website is the same page with different words. So I made that

https://vibe-coded.lol/
72•todsacerdoti•4h ago•58 comments

Researchers Discover the Optimal Way to Optimize

https://www.quantamagazine.org/researchers-discover-the-optimal-way-to-optimize-20251013/
21•jnord•4d ago•3 comments

When if is just a function

https://ryelang.org/blog/posts/if-as-function-blogpost-working-on-it_ver1/
31•soheilpro•3d ago•34 comments

4Chan Lawyer publishes Ofcom correspondence

https://alecmuffett.com/article/117792
336•alecmuffett•19h ago•445 comments

Tahoe's Elephant

https://eclecticlight.co/2025/10/12/last-week-on-my-mac-tahoes-elephant/
13•GavinAnderegg•5d ago•6 comments

Asking AI to build scrapers should be easy right?

https://www.skyvern.com/blog/asking-ai-to-build-scrapers-should-be-easy-right/
80•suchintan•7h ago•40 comments

Intercellular communication in the brain through a dendritic nanotubular network

https://www.science.org/doi/10.1126/science.adr7403
261•marshfram•11h ago•207 comments

Jeep Wrangler Owners Waiting for Answers Week After an Update Bricked Their Cars

https://www.thedrive.com/news/jeep-wrangler-4xe-owners-still-waiting-for-answers-a-week-after-an-...
40•pseudolus•2h ago•8 comments

Amazon’s Ring to partner with Flock

https://techcrunch.com/2025/10/16/amazons-ring-to-partner-with-flock-a-network-of-ai-cameras-used...
469•gman83•17h ago•401 comments

MIT physicists improve the precision of atomic clocks

https://news.mit.edu/2025/mit-physicists-improve-atomic-clocks-precision-1008
63•pykello•6d ago•27 comments

Ruby core team takes ownership of RubyGems and Bundler

https://www.ruby-lang.org/en/news/2025/10/17/rubygems-repository-transition/
582•sebiw•14h ago•307 comments

GOG Has Had to Hire Private Investigators to Track Down IP Rights Holders

https://www.thegamer.com/gog-private-investigators-off-the-grid-ip-rights-holders/
191•haunter•8h ago•82 comments
Open in hackernews

Show HN: Compression-Resistant Data Transfers

https://github.com/ianling/steg-experiments
25•iaaan•5d ago

Comments

unsnap_biceps•20h ago
I wonder if it could be added to an existing video file in a way that appears to be just noise.
ale42•16h ago
It should, in the same way you can embed compression-resistant watermarks. But the bit density would be ridiculously low, depending on the amount of noise you can accept.
eru•20h ago
> The current solution works 99% of the time and only rarely encounters errors in practice. It works 100% of the time under ideal conditions (i.e. when not round-tripped through Youtube).

> When encoding some data, each byte is converted to a "tile", which is a rectangle of arbitrary size filled with one of 256 colors. The "palette" used for these colors was specifically tuned to maximize resistance to Youtube's compression.

Sounds like you'd want to add an error correcting code on top?

See https://en.wikipedia.org/wiki/Error_correction_code

srean•18h ago
Absolutely!

YouTube's lossy compression algorithm is playing the role and f a lossy channel over which one wants to "communicate". What then one needs is to use channel coding. This is a pretty nontrivial channel though.

eru•17h ago
Yes, the error model for this channel is pretty crazy.
rini17•16h ago
Seems vulnerable to barely perceptible palette shifting. Would be more interesting to use visual features that video codecs are optimized to preserve.