frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Emacs org-noter: an interleaving/note-taking package for documents

https://github.com/org-noter/org-noter
1•nanna•3m ago•0 comments

Ask HN: Suggest some IT roles suitable for introverts

1•AdityaSanthosh•3m ago•0 comments

Takeda turns to AI drug designer after whittling down R&D focus

https://www.fiercebiotech.com/biotech/takeda-turns-ai-drug-designer-after-whittling-down-rd-focus
1•gmays•4m ago•0 comments

Tilly Norwood, AI 'actress,' gets Wikipedia page, confuses editors

https://www.fastcompany.com/91414942/tilly-norwood-ai-actress-gets-wikipedia-page-confuses-editors
1•janandonly•4m ago•0 comments

Collabnix Grew to 10K Meetup Members

https://www.meetup.com/collabnix/
1•rainasajeet•5m ago•1 comments

Why PHP and JavaScript Are Great

http://xahlee.info/comp/PHP_is_great.html
1•Qem•5m ago•0 comments

Is Social Media Destroying Democracy–Or Giving It to Us Good and Hard?

https://www.conspicuouscognition.com/p/is-social-media-destroying-democracyor
1•throw0101c•6m ago•1 comments

The Native Americans Before the Native Americans

https://letter.palladiummag.com/p/the-native-americans-before-the-native
2•Anon84•6m ago•0 comments

Reddit Sues Perplexity AI, Alleging 'Industrial-Scale' Data Theft

https://altdigest.com/article/qgyhfp/reddit-sues-perplexity-ai-alleging-industrial-scale-data-the
1•blocchainz•7m ago•0 comments

How Did Vincenzo Peruggia Steal the Mona Lisa?

https://www.thecollector.com/how-did-vincenzo-peruggia-steal-the-mona-lisa/
1•jruohonen•7m ago•0 comments

Length-extension attacks are still a thing

https://00f.net/2025/10/23/length-extension-attacks/
2•todsacerdoti•15m ago•0 comments

Is Terminal Lucidity Real?

https://preservinghope.substack.com/p/is-terminal-lucidity-real
1•arielzj•21m ago•1 comments

The Game Theory of How Algorithms Can Drive Up Prices

https://www.quantamagazine.org/the-game-theory-of-how-algorithms-can-drive-up-prices-20251022/
2•isaacfrond•21m ago•0 comments

Thoughts on the AI Buildout

https://www.dwarkesh.com/p/thoughts-on-the-ai-buildout
1•sebg•22m ago•0 comments

Building better batteries with amorphous materials and machine learning

https://techxplore.com/news/2025-09-batteries-amorphous-materials-machine.html
1•PaulHoule•22m ago•0 comments

I made a website to track my subscriptions because I keep forgetting them

https://vexly.app
2•hoangvu12•23m ago•1 comments

OpenAI is starting to look like WeWork

https://horse.energy/HorseEnergy/openai_wework_analysis.html
3•aakil•24m ago•0 comments

Doing Math with Embeddings for Privacy-First Ad Targeting

https://www.ethicalads.io/blog/2025/10/doing-math-with-embeddings-for-better-ai-ad-targeting/
1•ericholscher•24m ago•0 comments

Interview with the creator of the SNES emulator ZSNES [video]

https://www.youtube.com/watch?v=iG-oqvj4Tqk
1•carra•24m ago•1 comments

Trump Administration in Talks to Take Equity Stakes in Quantum-Computing Firms

https://www.wsj.com/business/entrepreneurship/trump-administration-in-talks-to-take-equity-stakes...
2•thix•24m ago•2 comments

AIO Sandbox: An all-in-one execution environment for AI Agents

1•ycjcl868•30m ago•0 comments

An LLM Is (Not Really) a Black Box Full of Sudoku and Tic Tac Toe Games

https://mikenotthepope.com/an-llm-is-not-really-a-black-box-full-of-sudoku-and-tic-tac-toe-games/
2•MikeNotThePope•32m ago•0 comments

ConvertX – Self-hosted online file converter. Supports >1000 formats

https://github.com/C4illin/ConvertX
1•janandonly•34m ago•0 comments

As Shutdown Drags and Trump Flexes, Congress Cedes Its Relevance

https://www.nytimes.com/2025/10/22/us/politics/trump-shutdown-congress-power.html
1•zerosizedweasle•36m ago•0 comments

Harder, Better, Faster, Stronger Version of Uber H3 in Rust

https://grim7reaper.github.io/blog/2023/01/09/the-hydronium-project/
1•ashergill•36m ago•0 comments

How ByteDance Made China's Most Popular AI Chatbot

https://www.wired.com/story/bytedance-doubao-chatbot-popularity/
1•terespuwash•36m ago•1 comments

The Cost of Software Libraries

https://cgamedev.substack.com/p/the-hidden-cost-of-software-libraries
2•lylejantzi3rd•38m ago•0 comments

Corrosion

https://fly.io/blog/corrosion/
1•cgb_•39m ago•0 comments

Mosquitoes spotted in Iceland for first time, researcher says

https://www.cbsnews.com/news/mosquitoes-iceland-first-time-reykjavik-climate/
2•Brajeshwar•40m ago•0 comments

At least 25 states plan to cut off food aid benefits in November

https://www.politico.com/news/2025/10/23/states-snap-food-aid-benefits-government-shutdown-00619117
1•zerosizedweasle•42m ago•0 comments
Open in hackernews

Compression Scaling Law (CSL) – Detecting hidden structure in time series

https://github.com/Jorus120/Compression-Scale-Law
1•Jorus120•3h ago

Comments

Jorus120•3h ago
Hi HN,

I’ve released a small open-source project introducing the Compression Scaling Law (CSL): A method for detecting hidden order in time series using compression and surrogate tests.

Idea:

Slice the series into windows

Quantize + losslessly compress

Compare to spectrum-preserving surrogates (IAAFT)

If real data compresses better, and that advantage scales with window size as a power law,

The slope (α) becomes a hidden structure index.

Why it matters: CSL acts as a guardrail. It flags when systems are unstable (forecasts or controls likely to fail) rather than predicting exact events.

Applications so far:

Finance (BTC, VIX, spreads)

Climate (ENSO, sunspots, rainfall)

Risk governance (adaptive retraining, anomaly gating) https://github.com/Jorus120/Compression-Scale-Law Repo (MIT license): Includes methods PDF, plain-language explainer, toy data, and compact guide.

Would love feedback from the HN community:

Where would you apply this?

Are there domains where surrogate-based compression might reveal structure we usually miss?