frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Parlan – a new programming language for fun

https://github.com/parlan-lang/parlan
1•Santiago-Lopez•2m ago•0 comments

Self-Hosting Umami with Cloudflare, Fly, and Supabase

https://hjerpbakk.com/blog/2026/07/11/self-hosting-umami
1•Sankra•2m ago•0 comments

Einride: Freight Platform Has Enough Early Traction

https://seekingalpha.com/article/4921116-einride-freight-platform-has-enough-early-traction
1•kamil55555•4m ago•0 comments

I built a free Wordle × GeoGuessr for the stock market

https://benginn.github.io/stockguesser/
1•obepozdemir•8m ago•0 comments

Show HN: Andurel Web Framework Releases v1.0.0

https://github.com/mbvlabs/andurel
1•mbvisti•12m ago•0 comments

ChatGPT Work

https://openai.com/chatgpt-work/
1•modinfo•14m ago•0 comments

Gene-edited babies are now closer. The ethical debate is far from settled

https://www.cnn.com/2026/07/08/science/human-embryo-gene-editing
1•giuliomagnifico•17m ago•0 comments

New dinosaur species as long as cricket pitch discovered in Thailand

https://www.bbc.com/news/articles/crely7g8xepo
1•zdkaster•17m ago•0 comments

Element 26.07.3, a Matrix client, adds content scanning infrastructure

https://github.com/element-hq/element-x-ios/releases/tag/release%2F26.07.3
1•nickslaughter02•17m ago•1 comments

Skill nostalgia - The radical reasons why you dream of making things by hand

https://aeon.co/essays/the-radical-reasons-why-you-dream-of-making-things-by-hand
2•pseudolus•18m ago•0 comments

Ofcom Wants American Police to Collect Its Speech Fine

https://reclaimthenet.org/ofcom-wants-american-police-to-collect-its-speech-fine
1•delichon•21m ago•0 comments

Show HN: Axletic – a local-first workout tracker for iPhone

https://www.axletic.app
1•bjar2•21m ago•0 comments

Larry Page: "I think we should look into acquiring (2005) [YouTube]

https://twitter.com/TechEmails/status/1433837480449613839
2•downbad_•22m ago•0 comments

China recovered its first reusable rocket and showed a new way to do it

https://arstechnica.com/space/2026/07/china-recovered-its-first-reusable-rocket-and-showed-a-new-...
4•pseudolus•22m ago•0 comments

fastcore v2

https://github.com/AnswerDotAI/fastcore
1•tosh•24m ago•0 comments

Show HN: Find introduction path between you and someone you want to reach

https://reloadium.com/reloadium-contacts/
1•julienreszka•26m ago•1 comments

AI Surveillance and Social Progress

https://www.schneier.com/blog/archives/2026/07/ai-surveillance-and-social-progress.html
2•ahamez•27m ago•0 comments

Jelly Trim ReviEwS (2026): We Tried It My Honest Review

https://gamma.app/embed/Jelly-Trim-ReviEwS-2026-We-Tried-It-My-Honest-Review-53eqnkqqiyo7hbs
1•nahqsakr•27m ago•0 comments

An Ex‑Apple Designer Built an EV with No Doors and a Top Speed of 40 MPH

https://www.inc.com/connor-jewiss/an-ex-apple-designer-built-an-ev-with-no-doors-and-a-top-speed-...
2•connorjewiss•31m ago•2 comments

Trident – macOS menu-bar utility that remaps trackpad gestures

https://github.com/cyanyux/trident
2•cyanyux•32m ago•0 comments

Show HN: Python SDK for signing digital content with revocable signatures

https://github.com/lyfeninja/lyfeninja_blkseal_python_sdk
1•lyfeninja•36m ago•0 comments

Karpathy LLM Wiki (Obsidian Plugin)

https://llmwiki.greenerai.top/
1•rahimnathwani•40m ago•0 comments

OptiAir Portable Cooler ReviEwS (July 2026): We Tried It My Honest Review

https://gamma.app/embed/OptiAir-Portable-Cooler-ReviEwS-July-2026-We-Tried-It-My-Honest-R-llbyvuc...
2•gaxyjaik•40m ago•0 comments

World-War-Ⅱ-era telephone line still in use in Upper Tanana Valley Alaska (2021)

https://www.sketchesofalaska.com/2021/03/world-war-ii-era-telephone-line-still.html
2•Lammy•41m ago•1 comments

Who cleans up after the vibe-coding party?

https://www.ft.com/content/cec8df9e-b43b-4cd1-8feb-c07e804e8d33
2•msephton•42m ago•1 comments

Page Weight Matters

https://nh3.dev/blog/05-bloat
2•birdculture•42m ago•1 comments

Soofi: European sovereign LLM trained in 2 months

https://huggingface.co/spaces/Soofi-Project/Pretraining-Tech-Report
5•hibijibies•44m ago•2 comments

Show HN: Directed Contexts – repo-owned instruction modules for coding agents

https://github.com/TGPSKI/directed-contexts
1•tgpski•45m ago•0 comments

pgrust passes 100% of the Postgres regression tests

https://malisper.me/pgrust-passes-100-of-postgresqls-regression-tests/
16•tosh•46m ago•7 comments

Erexafil ReviEwS (July 2026): We Tried It My Honest Review

https://gamma.app/embed/Erexafil-ReviEwS-July-2026-We-Tried-It-My-Honest-Review-qdrcohhldd0lfot
1•gaxyjamq•50m 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.