frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Quiet Awakening of the 2B-Parameter Model

https://medium.com/@vektormemory/the-quiet-awakening-of-the-2-billion-parameter-model-6decdbefc14b
1•vektormemory•21s ago•0 comments

Exercise intensity is associated with cardiometabolic health

https://www.cell.com/cell-reports-medicine/fulltext/S2666-3791(26)00405-2
1•qclibre22•43s ago•0 comments

Reverse-Engineering Claude Web's MicroVM: Uncovering Anthropic's Hidden Antspace

https://aprilnea.me/en/blog/reverse-engineering-claude-code-antspace
1•rzk•3m ago•0 comments

Locking the Web Open: A Call for a Decentralized Web (2015)

https://brewster.kahle.org/2015/08/11/locking-the-web-open-a-call-for-a-distributed-web-2/
1•justusw•4m ago•0 comments

Ask HN: Anyone made a HN aggregator that let's me hide all the pessimism?

1•ElijahLynn•10m ago•1 comments

Senior engineer, loop orchestrator sample setup

https://www.reddit.com/r/ClaudeAI/comments/1wd44vj/senior_engineer_loop_orchestrator_sample_setup/
1•bgnm2000•12m ago•0 comments

Governor Newsom signs child safety chatbot and social media laws

https://www.gov.ca.gov/2026/09/10/governor-newsom-signs-the-strongest-child-safety-chatbot-and-so...
2•ChrisArchitect•15m ago•0 comments

Julia 1.13 Highlights

https://julialang.org/blog/2026/09/julia-1.13-highlights/index.html
1•torrance•15m ago•0 comments

What happens when you unplug the coding agent from the cloud

https://littletheta.com/field-notes/seventy-minutes-of-nothing
1•NickHirras•16m ago•0 comments

An NYU Mathematician Clashed with OpenAI over a $1M Proof

https://www.nytimes.com/2026/09/10/science/tristan-buckmaster-openai-math-navier-stokes.html
1•alach11•22m ago•0 comments

You can play Snake while ChatGPT generates your image

https://twitter.com/francedot/status/2098249540268888546
1•frabonacci•23m ago•0 comments

Episode 7: The AI Doomer Cult with Brian Chau

https://twitter.com/willchamberlain/status/2098207395608699093
1•MrBuddyCasino•25m ago•0 comments

Optical Transistor

https://en.wikipedia.org/wiki/Optical_transistor
1•peter_d_sherman•25m ago•0 comments

To Thine Own AI Be Truthful: emergent misalignment in alignment research

https://twitter.com/lumpenspace/status/2098167355033678071
1•MrBuddyCasino•27m ago•0 comments

Two Rounds of Whole Genome Duplication in the Ancestral Vertebrate

https://journals.plos.org/plosbiology/article?id=10.1371/journal.pbio.0030314
1•bediger4000•28m ago•0 comments

BasedAgents: Give your idle AI agent a paying job

https://basedagents.ai/tasks
3•maxcr•39m ago•3 comments

DeepSeek and Moonshot were quietly relaying customer prompts to Claude

https://twitter.com/IntCyberDigest/status/2098149671957103005
4•thewavelength•46m ago•2 comments

LLM Visualizer – Build a Transformer from Scratch

https://jayvisaria.github.io/LLM-Visualizer/#/dashboard
7•evo_9•57m ago•2 comments

What Comes After Git

https://ersc.io/blog/what-comes-after-git
4•tangled•59m ago•0 comments

The collapse of complex software (2022)

https://nolanlawson.com/2022/06/09/the-collapse-of-complex-software/
3•airhangerf15•1h ago•0 comments

Navier Stokes

1•Lifelogger•1h ago•0 comments

Vanishing Culture: A Report on Our Fragile Cultural Record

https://archive.org/details/vanishing-culture-2026
2•colinprince•1h ago•1 comments

Show HN: Family Greenhouse – shared plant care for a household

https://familygreenhouse.net/
1•ChelseaKR•1h ago•0 comments

Show HN: Algo-Trading-Skills - 501 agent skills for trading infrastructure

https://github.com/HimanshuJ16/Algo-Trading-Skills
5•HimanshuJ16•1h ago•2 comments

Physicist does the math on Star Trek's "Picard maneuver"

https://arstechnica.com/science/2026/09/physicist-does-the-math-on-star-treks-picard-maneuver/
6•quantified•1h ago•0 comments

FDA Clears Bionic Pancreas for People with Type 1 Diabetes

https://www.bu.edu/articles/2023/fda-clears-bionic-pancreas-for-type-1-diabetes/
1•daniel_iversen•1h ago•1 comments

Orbit: 217 Ns/token CPU memory query, 236.9 vs. 317.1 ppl on WikiText-2 [pdf]

https://github.com/torakagemusha-sudo/torafirma-systems/blob/main/orbit/ORBIT_Public_Benchmark_Re...
1•thomastorafirma•1h ago•0 comments

RWK – A Text Mmorpg Still Active Since 2001

https://rwk1.racewarkingdoms.com/
2•Caarticles•1h ago•1 comments

DoD cyber strategy aims for 'something big, something muscular' in offensive ops

https://breakingdefense.com/2026/09/dod-cyber-strategy-aims-for-something-big-something-muscular-...
2•nosmokewhereiam•1h ago•2 comments

SAGG – failover gateway for cheap LLM providers

https://api.privatedeskai.com/benchmarks
1•koroleva_labs•1h ago•0 comments
Open in hackernews

Ask HN: Why is big O often used in CS when omega or theta should be used?

2•amichail•1y ago
Do most people not know about omega and theta or perhaps they intentionally misuse asymptotic notation?

Comments

adrianN•1y ago
Finding lower bounds is generally more difficult.
amichail•1y ago
People often use big O notation in all cases including for lower bounds.
adrianN•1y ago
BigO for lower bounds is plain wrong
numpad0•1y ago
Those aren't in the ASCII table.
compressedgas•1y ago
I've found some people on a well known QA site to be so strict with big-O notation that I don't use it anymore and instead only refer to constant, linear, quadratic time and so on. Even when O(1), O(n), O(n^2) would be actually easier to write even if they are technically wrong.