frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Strait Jacket of Hormuz – Solved and Resolved

https://jeffreylminch.substack.com/p/the-strait-jacket-of-hormuz-solved
1•rmason•1m ago•0 comments

Scaling AI Vulnerability Scanning Beyond One File at a Time

https://brian-chastain.com/field-notes/scaling-ai-vuln-scanning/
1•ZeroDumb•2m ago•0 comments

We need re-learn what AI agent development tools are in 2026

https://blog.n8n.io/we-need-re-learn-what-ai-agent-development-tools-are-in-2026/
1•healsdata•3m ago•0 comments

DocumentDB Fuse – FS interface for the database

https://github.com/xgerman/documentdbfuse
1•xgerman•7m ago•1 comments

Mindfulness, Programming, and the Mistake I Made

https://yonatanmedan.github.io/blog/mindfulness-programming-and-the-mistake-i-made/
1•eranation•7m ago•0 comments

AI coding assistant skill (Claude Code, Codex, OpenCode, OpenClaw, Factory Droid

https://github.com/safishamsi/graphify
1•safishamsi•14m ago•0 comments

Trump suspends Iran attack for two weeks, subject to Hormuz Strait opening

https://www.cnbc.com/2026/04/07/trump-iran-ceasefire-hormuz-strait.html
2•shinryudbz•15m ago•2 comments

Behind the curtain. A comprehensive guide to Russia internet censorship in 2026

https://en.zona.media/article/2026/04/07/russian_internet_censorship_2026
1•rudnevr•16m ago•0 comments

Crag – One governance file, every AI coding tool (50 repos, 96.4% accuracy)

https://github.com/WhitehatD/crag
2•whitehatd•16m ago•0 comments

Russian military hackers reroute British internet users' traffic

https://www.ft.com/content/d7e3294c-0a0e-4598-8687-93f5490d0cc5
1•petethomas•23m ago•0 comments

Xilem – An experimental Rust native UI framework

https://github.com/linebender/xilem
2•Levitating•24m ago•0 comments

Show HN: When Seeing Isn't Enough: Rescuing Stuck LLM Agents

https://zenodo.org/records/19463134
1•Caum•24m ago•0 comments

Voice AI that helps families find a parent's finances before crisis hits

https://www.clearnestme.com/landing.html
1•Avinash9menon•30m ago•0 comments

Ask HN: My Mac decided out of the blue to delete Node. Why?

1•JSLegendDev•30m ago•1 comments

Sardine: A stock market where AI agents trade in real time

https://github.com/lightbearco/sardine
1•dawar0•39m ago•0 comments

DRAM Memory Refresh

https://en.wikipedia.org/wiki/Memory_refresh
2•ivanjermakov•39m ago•0 comments

The pinnacle of enshittification, or Large Language Models

https://blogs.gentoo.org/mgorny/2026/04/05/the-pinnacle-of-enshittification-or-large-language-mod...
3•birdculture•40m ago•0 comments

North Korea's Contagious Interview Campaign Spreads Across 5 Ecosystems

https://socket.dev/blog/contagious-interview-campaign-spreads-across-5-ecosystems
1•pier25•42m ago•0 comments

US, Iran to pause war, agree to 2-week ceasefire

https://www.axios.com/2026/04/07/iran-2-week-ceasfire-trump-pakistan
26•cdrnsf•43m ago•20 comments

Apple and Lenovo have the least repairable laptops, analysis finds

https://arstechnica.com/gadgets/2026/04/apple-has-the-lowest-grades-in-laptop-phone-repairability...
3•jnord•47m ago•2 comments

An Autonomous Behavior System

https://www.axopods.com/
2•jsherm76•47m ago•0 comments

USCIS.gov sends user/visitor data to Meta and Google

https://varlog.in/inspect/
4•sricola•49m ago•0 comments

Show HN: Open Browser Control – drive your real Chrome from any MCP client

https://github.com/smankoo/open-browser-control
2•smankoo•51m ago•0 comments

Minecraft Java Edition 26.2 Snapshot 1: Initial Vulkan Support

https://www.minecraft.net/en-us/article/minecraft-26-2-snapshot-1
1•exploraz•52m ago•0 comments

Molecular editing tool relocates alcohol groups

https://openyourmindabretumente.blogspot.com/2026/04/molecular-editing-tool-relocates.html
1•ericzapata•52m ago•1 comments

Tabsdata vs. Airbyte: Up to 86x faster

https://medium.com/tabsdata/benchmarking-airbyte-vs-tabsdata-ee67a0639bef
1•immortan_dag•53m ago•0 comments

Nix: Privilege escalation via symlink following during FOD output registration

https://discourse.nixos.org/t/nix-security-advisory-privilege-escalation-via-symlink-following-du...
1•hexa-•56m ago•0 comments

The Musician's Guide to Leaving Windows [video]

https://www.youtube.com/watch?v=UaY23TSa4-0
1•Kye•56m ago•0 comments

When the compiler lies: breaking memory safety in safe Go

https://ciolek.dev/posts/when-the-compiler-lies
1•irke882•58m ago•0 comments

Anthropic holds Mythos model due to hacking risks

https://www.axios.com/2026/04/07/anthropic-mythos-preview-cybersecurity-risks
4•FergusArgyll•58m 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•11mo ago
Do most people not know about omega and theta or perhaps they intentionally misuse asymptotic notation?

Comments

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