frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Open in hackernews

Probably Faster Than You Can Count: Scalable Search with Probabilistic Technique

https://blog.vegasecurity.com/posts/probabilistic_techniques/
6•duckuks•4h ago

Comments

lidorbt•4h ago
Nice write up dude! Bloom filters are a classic for pruning shards, but it’s great to see concrete numbers on bit-array size and hash counts — those "back of the envelope" estimates really help ground the theory. I’m curious how you tune the false positive rate in environments where cardinality spikes (e.g. DDoS bursts) — do you resize filters on the fly or accept more “maybe” shards? The HyperLogLog++ section was crisp too, but I’d love to see a comparison to Count-Min Sketch for heavy-hitters queries (e.g. top IPs) and real-world benchmarks against Redis PFCOUNT or ClickHouse’s built-in HLL. Anyone here tried combining these probabilistic structures in the same pipeline?
jqpabc123•4h ago
The basic idea is simple, there is a trade-off between accuracy and performance.

This is not really new or that uncommon.

What the fastest way to sort a list of names?

The way I have been doing it for the past 25 years --- build a hash list of the first 3 alphabetical characters and sort this using integer comparison --- way faster than comparing strings.

The results are pretty good --- but obviously not perfect. But good enough so that with thousands of users every day for 25 years, I have never received a single complaint that the sorting is flawed.

Show HN: Unified.nvim – A Neovim plugin for inline Git diffs

https://github.com/axkirillov/unified.nvim
1•axkdev•1m ago•0 comments

The Myst Graph, 4: What's Next?

https://glthr.com
1•tobr•8m ago•0 comments

Show HN: Built a 9MB GPU kernel achieving 43M ops/SEC with deterministic replay

1•TacosInMyPocket•8m ago•0 comments

Show HN: Slick&Moonro new SML web app framework

https://atreides-host.net/#/moonro
1•mnegovanovic•12m ago•0 comments

Rents fall in most U.S. metros since 2023, demand struggles to match supply

https://seekingalpha.com/news/4455878-rents-fall-in-most-us-metros-since-2023-as-demand-struggles-to-keep-up-with-supply
3•MilnerRoute•13m ago•1 comments

The ATS programming language: unleashing the potential of types and templates

https://www.cs.bu.edu/~hwxi/atslangweb/
1•fanf2•13m ago•0 comments

Racoon in Grow a Garden Pls

1•Adelynn•15m ago•0 comments

College Students Are Using 'No Contact Orders' to Block Each Other in Real Life

https://www.wsj.com/us-news/education/college-students-are-using-no-contact-orders-to-block-each-other-in-real-life-4e3272b1
1•JumpCrisscross•15m ago•0 comments

Where will international students go if not the US?

https://theweek.com/education/international-students-us-alternatives-visas-colleges
2•derbOac•20m ago•0 comments

Ask HN: Looking for an open source AI chat agent with a local task panel?

1•simonhuang1234•21m ago•0 comments

New lab could help space industry dodge a bullet

https://www.gla.ac.uk/news/headline_1180605_en.html
2•ohjeez•23m ago•0 comments

Anna, the Universal Library

https://www.engramma.it/eOS/index.php?id_articolo=5954
1•pilimi_anna•24m ago•1 comments

EmotionSense Pro detects emotions in Google Meet, instantly and privately

https://www.emotionsense.pro/
1•agshinrajabov•25m ago•1 comments

It's Not "Just a Button"

https://candrewlee.com/blog/2025-06-07_software-development-lifecycle
1•candrewlee•27m ago•1 comments

How did East German semiconductor manufacturing technology fail?

https://gigazine.net/gsc_news/en/20230809-how-semiconductors-ruined-east-germany/
1•StefanBatory•28m ago•0 comments

Armin Ronacher – Claude Code Fixes Two MiniJinja Issues [video]

https://www.youtube.com/watch?v=sQYXZCUvpIc
1•martinhath•30m ago•0 comments

The New Dark Age

https://www.theatlantic.com/ideas/archive/2025/05/trump-defund-schools-research-republicans/682742/
4•_tk_•31m ago•0 comments

New MCP-Ready Coding LLM Benchmark Structure (feat. Internet Based on Matrix)

https://blog.hermesloom.org/p/new-coding-llm-benchmark-structure
3•sigalor•33m ago•0 comments

Water – a minimal multi-agent framework that's agent-agnostic

https://github.com/manthanguptaa/water
13•manthangupta109•34m ago•3 comments

What Game Theory Reveals About AI

https://www.psychologytoday.com/us/blog/the-future-brain/202506/what-game-theory-reveals-about-ai
3•exiguus•34m ago•0 comments

Show HN: Chaum Pedersen ZK Protocol Using gRPC

https://github.com/Dyslex7c/ZKP-chaum-pedersen-gRPC
4•tryzs•35m ago•0 comments

A TUI for exploring MCP servers

https://github.com/msabramo/mcp-tui
1•msabramo•36m ago•1 comments

A Low-Impact Keybase Impersonation Issue on Lobsters

https://www.naff.dev/blog/lobsters-keybase-impersonation
1•Bogdanp•37m ago•0 comments

The Pentagon disinformation that fueled America's UFO mythology

https://www.wsj.com/politics/national-security/ufo-us-disinformation-45376f7e
5•Jerry2•38m ago•0 comments

Show HN: Liven Beta – Context engine mapping codebase dependencies for LLM(SWE)

https://github.com/bytquest/liven_beta/tree/master
4•bytquest•43m ago•0 comments

Study reveals impact of oft-overlooked cell in brain function

https://medicalxpress.com/news/2025-05-reveals-impact-oft-overlooked-cell.html
2•PaulHoule•45m ago•0 comments

Lethein: Symbolic compression system stores exabytes as coordinate logic [DOI]

https://zenodo.org/records/15619431
1•IHoegfeldt•46m ago•1 comments

Relimpact – "Release Impact Analyzer" for Go Projects (API/Docs/Files)

https://github.com/hashmap-kz/relimpact
1•alzhi7•46m ago•0 comments

Ask HN: Shadcn for Google App Script?

1•winzamark12•51m ago•0 comments

Ask HN: How often do you settle technical debates with LLMs?

1•GMoromisato•52m ago•3 comments