frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Study: Governed AI retrieval – 97% pass rate, 67% fewer tokens (Emory, IBM)

https://promptowl.ai/resources/verifiable-context-governance/
1•sparkystacey•1m ago•1 comments

Show HN: OpenPhone – new open source, customized AI-native Android OS

https://github.com/secondly-com/openphone
1•talboren•3m ago•0 comments

Cargo thieves are following the AI boom

https://www.freightwaves.com/news/cargo-thieves-are-following-the-ai-boom
1•crescit_eundo•5m ago•0 comments

Quit Your Job (2022)

https://www.palladiummag.com/2022/01/06/quit-your-job/
1•gmays•5m ago•0 comments

Open-Source AI Tools That Feel Like Cheating in 2026

https://medium.com/open-ai/7-open-source-ai-tools-that-feel-like-cheating-2026-b6e1587bd0e6
1•sukhpinder0804•6m ago•0 comments

Steve Jobs Interview – 2/18/1981

https://www.youtube.com/watch?v=DbfejwP1d3c
1•downbad_•6m ago•0 comments

Show HN: Plansera AI, E-2 visa business plans, drafted by an AI

https://plansera.ai/
1•attorney-omer•6m ago•0 comments

Mars at Night 360 Panorama

https://www.360cities.net/image/mars-at-night
2•aggrrrh•7m ago•0 comments

Taste and judgement are lies we tell ourselves

https://technotes.substack.com/p/taste-and-judgement-are-lies-we-tell
1•mkagenius•8m ago•0 comments

Forget Work. Passive Income Is the New American Dream

https://www.wsj.com/lifestyle/careers/passive-income-dreams-2e67ee5c
1•impish9208•8m ago•1 comments

Solving Project Euler #2 in J

https://loriculus.org/blog/euler-2-j/
1•wenderen•8m ago•0 comments

Mushroom Behind 'Tiny Human' Visions Lacks Genes for Known Psychedelics

https://www.sciencealert.com/mushroom-behind-tiny-human-visions-lacks-genes-for-known-psychedelics
1•wjSgoWPm5bWAhXB•8m ago•0 comments

Notion Mail shuts down amid agent takeover

https://techcrunch.com/2026/06/25/notion-mail-shuts-down-amid-agent-takeover/
3•speckx•10m ago•0 comments

Italian Fascism

https://en.wikipedia.org/wiki/Italian_fascism
1•davedx•10m ago•0 comments

Joe Is Wrong (2009)

https://goran.krampe.se/2009/06/26/joe-is-wrong/
2•downbad_•10m ago•0 comments

Microsoft extends free Windows 10 ESU support to October 2027

https://www.bleepingcomputer.com/news/microsoft/microsoft-quietly-extends-free-windows-10-esu-sup...
3•speckx•12m ago•1 comments

Claude Skills that turn your AI agent into an expert business operator

https://github.com/adatarwa/operator-skills
1•quanzar•14m ago•0 comments

Venezuela Earthquake 2026 Response

https://tasks.hotosm.org/projects/53994
1•Gedxx•16m ago•0 comments

OpenRouter gives termination notice to Russian and Belarusian users

https://old.reddit.com/r/openrouter/comments/1ufjcq3/anyone_else_got_this_openrouter_notice/
3•theanonymousone•17m ago•0 comments

Next.js 16.3: Instant Navigations

https://nextjs.org/blog/next-16-3-instant-navigations
2•sangeeth96•17m ago•0 comments

chardet

https://github.com/chardet/chardet
1•tosh•18m ago•0 comments

DESI data suggest universe may not be isotropic

https://phys.org/news/2026-06-universe-large-scales-desi.html
2•sans_souse•20m ago•0 comments

OCR'ing 100k pages with open-source VLMs on Modal

https://www.redspring.xyz/blog/vlm-ocr-bench/
2•patrickdevivo•21m ago•0 comments

Elevator Saga: The elevator programming game

https://play.elevatorsaga.com/
1•mooreds•21m ago•0 comments

Show HN: Full featured language that compiles to binary

https://github.com/code-by-sia/xi
1•sia_xi•22m ago•0 comments

SignalFire's State of Talent Report – 2026

https://www.signalfire.com/blog/signalfire-state-of-talent-report-2026
1•yumraj•23m ago•0 comments

YouTube Content Creators Are Winning the AI Search Game, Jellyfish Data Finds

https://www.adweek.com/media/youtube-content-creators-are-winning-the-ai-search-game-jellyfish-da...
1•thm•23m ago•0 comments

Whistleblower Sarah Wynn-Williams sues Meta over attempts to 'silence' her

https://www.theguardian.com/technology/2026/jun/25/whistleblower-sarah-wynn-williams-sues-meta-at...
4•thm•23m ago•0 comments

C# Techniques Pros Use Without Thinking

https://medium.com/c-sharp-programming/7-csharp-techniques-pros-use-without-thinking-2026-609e377...
2•sukhpinder0804•24m ago•0 comments

Show HN: Calculate salary after tax and cost of living in Germany

https://net-salary.com/
1•sia_xi•25m 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.