frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Vantor's Open Satellite Feed

https://tech.marksblogg.com/vantor-satellite-imagery.html
1•marklit•53s ago•0 comments

Apple acquires Play, award-winning SwiftUI prototyping tool

https://www.cultofmac.com/news/apple-acquires-play-swiftui-app
1•terelueli•4m ago•0 comments

Show HN: WtfisMyRepo – Use Claude to understand most complex codebases in mins

https://github.com/nandnijaiswal/wtfismyrepo
2•udit_50•4m ago•1 comments

Beyond Denial How Oil Execs Shaped a Landmark Climate Study

https://www.propublica.org/article/wedges-climate-research-bp-fossil-fuel-princeton
1•_____k•6m ago•0 comments

Porting half life 2 to the browser

https://www.slqnt.dev/blog/hl2-in-web
1•QuantumNomad_•6m ago•0 comments

Show HN: Classic Minesweeper

https://guokai.dev/minesweeper/
1•hanguokai•7m ago•0 comments

China's Geely to Ship First Lotus EVs to Canada

https://www.reuters.com/world/asia-pacific/chinas-geely-ship-first-lotus-evs-canada-july-under-ca...
1•Alien1Being•13m ago•0 comments

Show HN: Mocca – A Mac email client powered by local AI

https://mocca.run/
1•brighbun•14m ago•0 comments

A Framework for Representing Knowledge – Marvin Minsky (1975) [pdf]

https://courses.media.mit.edu/2004spring/mas966/Minsky%201974%20Framework%20for%20knowledge.pdf
1•the-mitr•15m ago•0 comments

Actionable Security is Missing on the EU Horizon

https://mikhailian.mova.org/posts/326-actionable-security-is-missing-on-the-eu-horizon.html
2•sam_lowry_•15m ago•1 comments

PDP-1 Replica: The PiDP-1

https://obsolescence.dev/pdp1.html
1•kqr•15m ago•0 comments

Prime Is Not Youth, Money, or Status. It Is Something More Human

https://kanyilmaz.me/2026/03/28/prime-is-1-to-4.html
1•demiculus•15m ago•0 comments

Anthropic embedded spyware in Claude Code – and attempted to hide it from you

https://www.reddit.com/r/ClaudeCode/s/Z690c1Y9Zk
3•cromka•17m ago•0 comments

Australia's Solar Sharer: free electricity 3 hours/day starting July 1

https://www.abc.net.au/news/2026-06-29/free-electricity-solar-sharer-scheme/105999242
1•indynz•19m ago•0 comments

I built a one-time-payment alternative to subscription cloud movers

https://www.gtransfer.app
1•localappointmnt•22m ago•0 comments

Towards Understandable Software

https://gracefulliberty.com/articles/towards-understandable-software/
1•birdculture•22m ago•0 comments

Google's Whitepaper on SDLC in the Agentic Era

https://www.kaggle.com/whitepaper-the-new-SDLC-with-vibe-coding
1•shahargl•24m ago•0 comments

Good article about local LLM on MacBook Air

https://www.xda-developers.com/ollama-new-mlx-engine-local-llm-mac-twice-fast/
1•taintech•24m ago•0 comments

Show HN: Smug – single binary, dependency free session manager for tmux

https://github.com/ivaaaan/smug
1•iillexial•25m ago•0 comments

Anthropic embedded spyware in Claude Code – and attempted to hide it from you

https://old.reddit.com/r/ClaudeAI/comments/1ujila1/anthropic_embedded_spyware_in_claude_code_and/
2•theanonymousone•25m ago•0 comments

AMD Stretches Server DRAM with Flash Extended Memory

https://www.nextplatform.com/store/2026/06/29/amd-stretches-server-dram-with-flash-extended-memor...
1•rbanffy•29m ago•0 comments

Celebrating my one-year layoff anniversary

https://iiro.dev/one-year-layoff-anniversary/
2•roughike•29m ago•2 comments

Show HN: 1ShotGen – From rough idea to full build prompt in 1 shot

https://1shotgen.com/
1•zachisparanoid•32m ago•0 comments

Show HN: Not Another AI Platform

https://tryhello.app
1•hayden_k•32m ago•2 comments

Show HN: SlimSnap – mark a screenshot element, get JSON for your coding agent

https://slimsnap.ai/
1•bickov•32m ago•0 comments

Appropriate Technology

https://en.wikipedia.org/wiki/Appropriate_technology
3•Atiscant•35m ago•0 comments

Horsewood (USA and Canada) Scam or Legit Male Performance Supplement?

https://finance.yahoo.com/sectors/healthcare/articles/horsewood-urgent-report-2026-horse-19110038...
2•gapusart•46m ago•0 comments

A Rust trading bot for Polymarket, 800µs decision loop

https://github.com/casatrick/polymarket-arbitrage-bot
3•casatrick•47m ago•0 comments

TurboPrefill: 2.7× faster than llama.cpp Pipeline Parallel on Llama-3-70B

https://github.com/ggml-org/llama.cpp/pull/24219
1•trykhlieb•49m ago•0 comments

Pregnancy and Health Apps Still Leaking Data in 2026

https://arxiv.org/abs/2606.26276
4•ddxv•49m ago•1 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.