frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Whitepaper: A Composition Layer for On-Chain Applications

https://compose.diamonds/whitepaper/
1•mudge•1m ago•0 comments

2026 World Cup – Simulated Matches by AI Agent

https://agentpitch.surge.sh/
1•gangtao•3m ago•0 comments

On-Device Intelligence – shipping local AI on Apple platforms, compiler-verified

https://digital-foundry-eight.vercel.app/book/
1•aligutierrez•3m ago•0 comments

Silent Speech with Ultrasound

https://alephneuro.com/blog/silent-speech
1•semiquaver•4m ago•0 comments

French Watchdog Orders Meta Negotiations over News Copyright

https://www.bloomberg.com/news/articles/2026-07-08/french-watchdog-orders-meta-to-negotiate-in-ne...
1•1vuio0pswjnm7•5m ago•0 comments

Show HN: Getapps.cafe – I built 40 native Mac apps under one subscription

https://getapps.cafe/
1•knlam•6m ago•0 comments

People Who Want to Stop AI by Any Means Necessary

https://thewalrus.ca/the-people-who-want-to-stop-ai-by-any-means-necessary/
1•Teever•6m ago•0 comments

Show HN: Singularity the Game – watch a band of Claudes build a POD TCG business

https://fidelic.slack.com/?redir=%252Farchives%252FC0BDGL1BQ00%253Fname%253DC0BDGL1BQ00&nojsmode=1
1•a_yakovlev•7m ago•0 comments

Show HN: Vault-cortex – Access your Obsidian vault from any device via MCP

https://github.com/aliasunder/vault-cortex
1•aliascity•7m ago•0 comments

Show HN: Cruxible – Open-source governed truth layer for AI agents

https://github.com/cruxible-ai/cruxible
1•rmalone1097•7m ago•0 comments

The AI Coding Maturity Scale [video]

https://www.youtube.com/watch?v=ZeFsVylyJ3I
1•claudiacsf•8m ago•1 comments

A software engineer among lawyers

https://eduramirez.com/en/posts/a-software-engineer-among-lawyers/
1•eduramirezh•8m ago•0 comments

GEDmatch is getting a complete redesign [video]

https://www.youtube.com/watch?v=_vV1hzRD2eI
1•toomuchtodo•10m ago•1 comments

Evolution X – Custom Android ROM

https://evolution-x.org/
1•omblivion•10m ago•0 comments

Grassmannian Geodesic Distance Predicts Cross-Cohort Classifier Degradation

https://zenodo.org/records/21248764
1•adamzwasserman•10m ago•0 comments

AI is rewriting the hiring playbook for coders

https://www.businessinsider.com/software-engineering-job-technical-interviews-hiring-ai-2026-7
1•Congeec•11m ago•0 comments

Power company hikes data center bills by 30%, cuts residential costs by 1.3%

https://www.tomshardware.com/tech-industry/data-centers/power-company-hikes-data-center-bills-by-...
2•speckx•11m ago•0 comments

Hacker Fantastic and team report a pre-auth remote root exploit against openwrt

https://twitter.com/hackerfantastic/status/2074871544984064163
2•spr-alex•13m ago•1 comments

Datepicker

https://midasminnegal.nl/date-picker.html
2•ravenical•14m ago•1 comments

The Answer to Orbital Compute's Silicon Problem Isn't Rad-Hard

https://vincentpribble.substack.com/p/the-answer-to-orbital-computes-silicon
1•vpribble•14m ago•0 comments

Talon: Self-hosted AI agent harness for chat, terminal, and desktop

https://github.com/dylanneve1/talon
1•claudiusthebot•14m ago•0 comments

Eliza Archaeology Project

https://sites.google.com/view/elizaarchaeology/
2•nate•16m ago•0 comments

Fixing AMDGPU's VRAM management for low-end GPUs

https://pixelcluster.dev/VRAM-Mgmt-fixed/
1•WadeGrimridge•16m ago•0 comments

The Greatest Invention Ever

https://yelluwcomedy.substack.com/p/the-greatest-invention-ever
1•pryelluw•17m ago•0 comments

Show HN: See when ChatGPT or Perplexity sends a visitor to your site

https://github.com/surfacedby/ai-traffic-alerts-for-cloudflare
1•startages•18m ago•1 comments

Coinbase runs 1,200 agents and just slashed its AI bill in half

https://thenewstack.io/multi-model-ai-infrastructure/
1•Brajeshwar•18m ago•0 comments

Show HN: TenancyJs – Open-source, secure multi-tenancy for Node.js

https://github.com/Karthick-Ramachandran/TenancyJS
2•karthickrmchn•19m ago•0 comments

"Most relaxing song" used to calm patients before surgery (2019)

https://www.the-independent.com/arts-entertainment/music/news/relaxing-song-best-weightless-marco...
1•Alifatisk•20m ago•0 comments

Happy Voluntary Lobotomy Day, Microsoft

https://www.uplevel.pro/p/happy-voluntary-lobotomy-day-microsoft
2•wintermute2dot0•21m ago•0 comments

Show HN: I ported llama.cpp to Apple Watch and ran a 0.8B LLM locally

1•Eric-Terminal•21m 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.