frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: I made Artle – a quick, daily art guessing game

https://artle.eu/#/round3
1•steinvakt2•32s ago•0 comments

Maak.el: Lisp machine command runner in Emacs, infinitely extensible and Scheme

https://codeberg.org/jjba23/maak.el
1•jjba23•2m ago•0 comments

PicWish – AI photo editing for product images

https://picwish.com/
1•VolaRmb•3m ago•0 comments

Ask HN: CLI vs. GUI, what's your preferred way of using coding agents?

1•pranshuchittora•5m ago•0 comments

The Computer Moves In (1983)

https://time.com/archive/6699317/the-computer-moves-in/
1•glimshe•6m ago•0 comments

Arguments in Favor of AI Fair Use

https://kevinkelly.substack.com/p/arguments-in-favor-of-ai-fair-use
2•jger15•8m ago•0 comments

Prolog knowledge base over HTTP/JSON API, with an OpenAPI description

https://github.com/Christopher22/charon
1•triska•9m ago•0 comments

A Digital Duty of Care for Australia

https://www.infrastructure.gov.au/department/media/publications/digital-duty-care-australia-devel...
1•falsepolymath•9m ago•1 comments

Use the Canvas API to speed up image uploads without losing EXIF data

https://ptrchm.com/posts/why-pixelpeeper-image-uploads-feel-fast/
1•pchm•13m ago•0 comments

Which platform to use for idea validation?

https://proventrips.com
1•rohitnrll•13m ago•1 comments

Howold.me – Fast, no-nonsense exact age and life stats calculator

https://howold.me/en
1•kickmunkeez•14m ago•2 comments

the appeal

https://sunilpai.dev/posts/the-appeal/
1•tosh•14m ago•0 comments

Ghost Imaging: Who Needs a Double Slit Anyway?

https://sciencespectrumu.com/who-needs-a-double-slit-anyway-47b903579252?sharedUserId=r.hendriks
1•armchairquantum•15m ago•0 comments

Nepal-Tibet disaster becomes latest victim of China's 'Clean Internet' campaign

https://www.theguardian.com/world/2026/sep/08/nepal-tibet-flood-disaster-china-clean-internet-med...
1•robaato•16m ago•0 comments

Arch Linux on a OnePlus 12R, Powered by Denial Wayland and Flutter Compositor

https://www.reddit.com/r/mobilelinux/comments/1w80kvt/arch_linux_on_a_oneplus_12r_powered_by_the_...
1•dazhbog•22m ago•0 comments

A team-oriented UI for Beads

https://www.npmjs.com/package/beadcyte
1•objx•26m ago•0 comments

Official tutorial how to be crazy, hehe [video]

https://www.youtube.com/watch?v=xIn_wS2zwDk
1•modinfo•27m ago•0 comments

Kent Beck: 90% of My Skills Are Now Worth $0, the Other 10% Are Worth 1000x

https://newsletter.kentbeck.com/p/90-of-my-skills-are-now-worth-0
2•AntonZ234•27m ago•0 comments

Simple Is Expensive

https://www.damianmr.com/posts/simple-is-expensive
1•Pattaya•28m ago•0 comments

Operating Memory – turn a folder of Markdown notes into a queryable local store

https://github.com/FrancisMarzynski/operating-memory-public
2•francismarzynsk•32m ago•0 comments

Show HN: Pomeroy v1, give any AI assistant secure access to native macOS apps

https://pomeroy.app/connect
2•joesaunderson•32m ago•0 comments

cadjoint: Differentiable Implicit CAD in the Browser

https://github.com/andrinr/cadjoint
1•cl3misch•34m ago•0 comments

Knuth: Literate Programming

https://www-cs-faculty.stanford.edu/~knuth/lp.html
2•so-cal-schemer•34m ago•2 comments

What Markdown tool do you use?

https://mddock.com
1•edwinhao•35m ago•0 comments

Türk urges action before AI becomes an 'existential risk to humanity'

https://news.un.org/en/story/2026/09/1168288
2•DeepLogin•38m ago•0 comments

The most advanced and easy to use local AI builder you'll ever see

https://github.com/markdr-hue/open-fabrica
2•Markyboy•40m ago•1 comments

The Tragic Romance of the Nostalgic Western Liberal (2020)

https://foreignpolicy.com/2020/08/15/the-tragic-romance-of-the-middle-aged-western-liberal/
1•robtherobber•41m ago•0 comments

Ask HN: Tagging AI-Related Posts

2•IdiotSavage•42m ago•0 comments

Humans Are Always the Bottleneck

https://kdy1.dev/2026-9-6-humans-are-always-the-bottleneck
1•pompydev•42m ago•0 comments

Blowup for the Euler Equations with Smooth Forcing

1•danielmorozoff•42m 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.