frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ask HN: What are you doing during inference?

1•petesergeant•35s ago•0 comments

Scaleway raises cloud prices after 3 years of absorbing costs

https://www.scaleway.com/en/blog/a-transparent-update-on-scaleway-pricing/
1•latentframe•46s ago•0 comments

What's next for voice dictation apps

1•priyesh2000•53s ago•0 comments

PEP 661: Sentinel values, has been accepted 5 years later

https://peps.python.org/pep-0661/
1•azhenley•1m ago•0 comments

Webxdc: Secure mini apps shared in a chat

https://webxdc.org/
1•janandonly•1m ago•0 comments

Ask HN: How do you differentiate with AI coding interviews?

1•marcell•3m ago•0 comments

Using Codex and ForgeCAD to Make a Model of the Teenage Engineering KOII

https://twitter.com/theopuslabs/status/2049195007404380244
1•opuslabs•4m ago•0 comments

Virtualisation on Apple Silicon Macs is different

https://eclecticlight.co/2026/04/29/virtualisation-on-apple-silicon-macs-is-different/
1•ingve•5m ago•0 comments

AWS launches Amazon Quick desktop AI assistant

https://aws.amazon.com/quick/
1•nine_minutes•6m ago•0 comments

HardenedBSD Is Now Officially on Radicle

https://hardenedbsd.org/article/shawn-webb/2026-04-26/hardenedbsd-officially-radicle
1•lftherios•7m ago•0 comments

Building the Data Backbone Behind Real-Time Financial Systems

https://alltechmagazine.com/real-time-financial-data-architecture-gayathri-balakumar/
1•dekhna•14m ago•0 comments

I built the LocalStack alternative I wanted (real containers, not mocks)

https://floci.io
2•hectorventura•15m ago•0 comments

New Google Networks Tuned Up for GenAI Inference and Training

https://www.nextplatform.com/connect/2026/04/28/new-google-networks-tuned-up-for-genai-inference-...
1•rbanffy•15m ago•0 comments

Software Heritage

https://www.softwareheritage.org/
1•p4bl0•17m ago•0 comments

Start with the sensors, then design the rest: How Zoox built its robotaxi

https://arstechnica.com/cars/2026/04/start-with-the-sensors-then-design-the-rest-how-zoox-built-i...
1•rbanffy•17m ago•0 comments

You can beat the binary search

https://lemire.me/blog/2026/04/27/you-can-beat-the-binary-search/
1•ingve•21m ago•0 comments

The advantages of an email-driven Git workflow (2018)

https://drewdevault.com/blog/Email-driven-git/
1•divbzero•21m ago•0 comments

The Final Form of Software Development

https://blog.zksecurity.xyz/posts/end-coding/
5•yoichi-hirai•25m ago•0 comments

Dear GitHub, Don't sell to Microsoft (2018)

https://github.com/dear-github/dear-github/issues/302
3•genzer•29m ago•0 comments

Any front end repo navigable with mock data, no back end

1•tamalsen123•33m ago•0 comments

Artificial Intelligence in Journalism

https://cnti.org/issue-primers/artificial-intelligence-in-journalism/
1•tijana3290•34m ago•0 comments

Woman's Talkspace therapy app sessions exposed in court

https://www.proofnews.org/womans-talkspace-therapy-app-sessions-exposed-in-court/
1•erehweb•38m ago•0 comments

Q – A Slim LLM CLI

https://github.com/lazyville/qsh
1•mastercoder8•38m ago•0 comments

We built a programming language based on ternary logic (−1, 0, +1)

https://github.com/eriirfos-eng/ternary-intelligence-stack
1•rfi-irfos•38m ago•0 comments

Show HN: PatchWork – A 5-pass dedup pipeline to merge N resumes into one profile

https://usepatch.work/
1•mcohrs•42m ago•0 comments

Update on AgentCheck

https://pypi.org/project/pygent-test/
1•ash_ai•42m ago•0 comments

Bypassing DPI with eBPF Sock_ops

https://bora.sh/bypassing-dpi-with-ebpf/
2•signa11•50m ago•0 comments

A GPT-5.4 bug led to OpenAI banning goblins and raccoons

4•prabal97•51m ago•0 comments

Slowly, Then Suddenly: How Products Fail (2022)

https://every.to/p/breaching-the-trust-thermocline
3•ruuda•57m ago•2 comments

Show HN: ShareNova – Browser file sharing, no account, no limits, no storage

https://sharenova.io
1•HatemDabet•1h 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•12mo ago
Do most people not know about omega and theta or perhaps they intentionally misuse asymptotic notation?

Comments

adrianN•12mo ago
Finding lower bounds is generally more difficult.
amichail•12mo ago
People often use big O notation in all cases including for lower bounds.
adrianN•12mo ago
BigO for lower bounds is plain wrong
numpad0•12mo ago
Those aren't in the ASCII table.
compressedgas•12mo 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.