frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Working Async – The new wave of remote work is async-first

https://workingasync.io
1•Log007•53s ago•0 comments

Don't feel like a developer anymore after AI

https://economictimes.indiatimes.com/news/new-updates/dont-feel-like-a-developer-anymore-after-ai...
1•getbowtied•1m ago•0 comments

Lost headphones returned 4 years later

https://onemileatatime.com/news/qatar-airways-returns-headphones-lost-plane-four-years-later/
1•gregorvand•1m ago•0 comments

Stop Debugging Python with Print

https://en.andros.dev/blog/e380cf75/stop-debugging-python-with-print/
1•ibobev•2m ago•0 comments

First Look at Epic Games Lore VCS

https://asawicki.info/news_1803_first_look_at_epic_games_lore_vcs
1•ibobev•2m ago•0 comments

Connecting Peripherals to Atari 8-bit Computers

https://www.goto10retro.com/p/connecting-peripherals-to-atari-8
1•ibobev•3m ago•0 comments

AI agents are a confused deputy with the keys to your kingdom

https://stackoverflow.blog/2026/06/17/ai-agents-expose-the-security-checks-you-never-actually-wrote/
1•fabsalvadori•4m ago•0 comments

CrankGPT - a fully offline, off-the-grid AI box

https://squeezlabs.github.io/handcrank/
1•the-mitr•4m ago•0 comments

Can you draw a 3 wheeled bicycle?

https://doodle.wtf/?prompt=a%203%20wheeled%20bicycle
1•pompomsheep•4m ago•0 comments

Reverse engineering the Qualcomm NPU compiler

https://datavorous.github.io/writing/qairt/
1•ledoge•5m ago•0 comments

Show HN: Knoku – cited AI answers from docs, files, and team knowledge

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

Hyperblam lets you make music with HTML

https://hyperblam.how/
1•tobr•8m ago•0 comments

The profound meaning and mystery of deathbed visions

https://www.washingtonpost.com/lifestyle/2026/06/19/deep-meaning-mystery-deathbed-visions/
1•wallflower•8m ago•0 comments

The Athens Music Scene

https://gardenandgun.com/athens-georgia-music
1•speckx•9m ago•0 comments

From AGI to ASI

https://arxiv.org/abs/2606.12683
1•gmays•10m ago•0 comments

Spending money on GPU's was my best investment

https://gurugen.in/spending-money-on-gpu-s-was-my-best-investment
3•andrewstetsenko•10m ago•0 comments

Elastic agrees to buy CRV-backed DeductiveAI for up to $85M

https://techcrunch.com/2026/06/18/source-elastic-agrees-to-buy-crv-backed-deductiveai-for-up-to-85m/
1•pranay01•11m ago•0 comments

ASML denies selling EUV chipmaking tool to China after report of US concern

https://www.reuters.com/world/china/us-tells-asml-it-is-concerned-china-may-have-top-chip-tool-bl...
2•gorbypark•12m ago•0 comments

Algebraic Attack

https://en.wikipedia.org/wiki/Algebraic_attack
2•binyu•13m ago•0 comments

Scaling a content agency using AI – 2 ppl managing 20 accounts now

https://www.postingmachine.ai
3•_mad_eye_•15m ago•3 comments

The future of cognitive security and the new sixth battleground

https://iai.tv/articles/psychological-warfare-was-once-an-afterthought-its-now-the-primary-battle...
2•pandoro•18m ago•0 comments

Finding an Asian Wife as a Western Man

https://indignified.com/finding-your-wife-life-partner-in-asia/
3•ZguideZ•18m ago•0 comments

Why the Human Genome's Tangled Physicality May Confound AI

https://www.quantamagazine.org/why-the-human-genomes-tangled-physicality-may-confound-ai-20260618/
2•pseudolus•19m ago•0 comments

Uptime.com's New MCP

https://github.com/uptime-com/uptime-mcp
2•uptime-com-mcp•21m ago•1 comments

Nearly 80% of data center capacity at elevated risk to climate hazards, study

https://www.cnbc.com/2026/06/18/data-center-climate-change-study.html
2•1vuio0pswjnm7•21m ago•0 comments

Windows NT for GameCube/Wii

https://github.com/Wack0/entii-for-workcubes
2•zdw•23m ago•0 comments

How many of the 170k English words do you know?

https://vocabowl-870366514258.us-west1.run.app/
2•abnry•23m ago•0 comments

Ask HN: Can Monte Carlo Tree Search Improve AI Outputs?

2•silent_butagrim•25m ago•0 comments

The average SpaceX buyer post-IPO is almost under water after two-day slide

https://www.cnbc.com/2026/06/18/the-average-spacex-buyer-post-ipo-is-almost-under-water-after-two...
2•1vuio0pswjnm7•26m ago•0 comments

I still don't think you need to vacuum every week

https://kevinmunger.substack.com/p/a-messy-experiment
2•surprisetalk•29m ago•0 comments
Open in hackernews

PlankDB – A Quantum-Powered Key-Value Store with Grover (Spring Boot)

https://github.com/swampus/plank-db
1•swampus•1y ago

Comments

swampus•1y ago
Hi HN!

We’ve built *PlankDB*, an experimental key-value database that supports quantum-powered search via Grover's algorithm.

It combines: - Quantum search using IBM Qiskit (Grover's Algorithm) - Java 17 + Spring Boot + Clean Architecture - RESTful API with Swagger - Support for local (simulated) and IBM remote quantum execution

The quantum part isn't just a gimmick — it performs a *probabilistic search* over inserted keys using Grover’s quadratic speedup. We also support classical search for comparison.

The project is fully open-source and actively maintained: https://github.com/swampus/plank-db

Would love your feedback — ideas, bugs, or quantum jokes are all welcome!