frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: Distributed data centers in individual households can provide UBI?

1•SuboptimalEng•1m ago•0 comments

Ask HN: If we could remake Linux in 2026, what would you change?

1•alonsovm44•1m ago•0 comments

Pystd, similar-ish functionality with a fraction of the compile time

https://nibblestew.blogspot.com/2026/06/pystd-standard-library-similar-ish.html
1•ibobev•1m ago•0 comments

The Dottie Number

https://lawrencecpaulson.github.io//2026/06/26/Dottie_Number.html
1•ibobev•7m ago•0 comments

Show HN: Forensic stock analysis from SEC filings, no LLM guessing (free)

https://stockonomy.net/proof
1•SEC_Lense•9m ago•0 comments

Show HN: Deskmate Live – AI Desktop Pet Companions

https://deskmatelive.com/
1•valisvalis•9m ago•0 comments

The Nationwide Backlash Against Cameras Watching Your Car

https://www.wsj.com/us-news/the-nationwide-backlash-against-cameras-watching-your-car-401a656a
2•JumpCrisscross•12m ago•0 comments

SpaceX bonds sell off days after AI and rocket group's $25B debt deal

https://www.ft.com/content/04f98e21-4ce7-43d2-8651-44557e12c31c
2•JumpCrisscross•14m ago•0 comments

President warns of 100% tariff on countries implementing digital services tax

https://www.ft.com/content/5d886d47-c509-44a4-9077-bcd25158b61e
5•JumpCrisscross•15m ago•0 comments

AgentKits – 60 production-ready AI agent blueprints with guardrails

https://www.agent-kits.com
2•stoicstoic•16m ago•0 comments

The National Parks Were Reportedly Told to Stay Silent on Deaths

https://www.outsideonline.com/outdoor-adventure/environment/nps-internal-memo-deaths/?link_source...
4•LostMyLogin•16m ago•0 comments

A C++ implementation of a fast hash map and hash set using hopscotch hashing

https://github.com/Tessil/hopscotch-map
4•gjvc•17m ago•0 comments

Evan's Jujutsu Tutorial

https://evmar.github.io/jjtut/
2•joecobb•18m ago•0 comments

A couple of months ago in Miami, I sat down and dumped my brains

https://ghuntley.com/miami/
1•ghuntley•18m ago•0 comments

After 80 Years, Mathematicians Give Famed 'Erdős Method' an Upgrade

https://www.quantamagazine.org/after-80-years-mathematicians-give-famed-erdos-method-an-upgrade-2...
2•ibobev•20m ago•0 comments

Prediction: A Frontier open-source LLM Will Be Released On 3rd December 2026

https://blog.doubleword.ai/frontier-os-llm
5•kkm•21m ago•0 comments

Primed for Malware: Stop Selling Compromised Android Devices

https://www.eff.org/deeplinks/2026/06/primed-malware-stop-selling-compromised-android-devices
2•hn_acker•21m ago•0 comments

We Can Still Stop California's 3D Printer Surveillance Scheme

https://www.eff.org/deeplinks/2026/06/we-can-still-stop-californias-3d-printer-surveillance-scheme
3•hn_acker•22m ago•0 comments

Build real agentic apps using CUGA

https://huggingface.co/blog/ibm-research/cuga-apps
1•gmays•22m ago•0 comments

32bit Apple app running on M4 natively

https://old.reddit.com/r/MacOS/comments/1ufug75/major_breakthrough_32bit_apple_app_running_on_m4/
2•carlosjobim•22m ago•0 comments

Chatbots vs. Ozone

https://blog.dshr.org/2026/05/chatbots-vs-ozone.html
1•anonymous_user9•24m ago•0 comments

Lawmakers Must Act Now to Prevent Armed Police Drones

https://www.eff.org/deeplinks/2026/06/lawmakers-must-act-now-prevent-armed-police-drones
5•hn_acker•24m ago•0 comments

Show HN: I build an app for you to take a break from AI. RainBreak

https://rainbreak.franzai.com/
1•franze•26m ago•0 comments

The internet is all bots now [video]

https://www.youtube.com/watch?v=A9GdcgjRm6A
2•gurjeet•28m ago•0 comments

Ask HN: Which AI concepts are here to stay, and which will churn?

3•datsci_est_2015•28m ago•2 comments

Smartphone could become obsolete within a decade, tech leaders say

https://ktla.com/news/technology/your-smartphone-could-become-obsolete-within-a-decade-tech-leade...
4•Bender•33m ago•4 comments

Linux Foundation and Others Launch Akrites Defend Open-Source from AI Exploits

https://www.phoronix.com/news/Akrites
1•Bender•34m ago•0 comments

Perry – compiles TypeScript to native GUI and CLI apps. No runtime / Electron

https://perryts.com
1•sanketpatrikar•35m ago•0 comments

Apple to Skip High-End M6 Mac Chips, to Launch M7 Pro, M7 Max, M7 Ultra Instead

https://www.bloomberg.com/news/articles/2026-06-25/apple-to-skip-high-end-m6-mac-chips-to-launch-...
2•kristianp•35m ago•2 comments

Coreboot 26.06 Brings Support for 31 New Boards

https://www.phoronix.com/news/Coreboot-26.06-Released
2•Bender•35m 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.