frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Interactive language learning with Claude Code

https://github.com/m98/fluent
1•rioppondalis•2m ago•0 comments

ATTiny85 – MNIST RNN model run via the internal 512-Byte EEPROM

https://github.com/GiorgosXou/ATTiny85-MNIST-RNN-EEPROM
1•xou•5m ago•1 comments

Italy allows extradition of Ukrainian suspect in Nord Sea pipeline sabotage

https://www.euractiv.com/news/italy-allows-extradition-of-ukrainian-suspect-in-nord-sea-pipeline-...
1•colinprince•5m ago•0 comments

DOS Days – Laptop Displays

https://www.dosdays.co.uk/topics/laptop_displays.php
1•nullbyte808•7m ago•0 comments

Ask HN

1•fangzhang_new•10m ago•1 comments

Story of a Beijing Vibe Coder

https://afraw.substack.com/p/story-of-a-chinese-vibe-coder
1•colinhb•10m ago•0 comments

Autonomously Folding Napkins for 24 Hours

https://www.dyna.co/dyna-1/research
2•v9v•10m ago•0 comments

Ask HN

1•fangzhang_new•12m ago•0 comments

The EU wants to kill cookiebanners by moving consent to the browser

https://www.simpleanalytics.com/blog/the-eu-wants-to-kill-cookie-banners-by-moving-consent-to-you...
2•birdculture•15m ago•0 comments

A taxonomy of the video game production scope

https://hushcrasher.substack.com/p/taxonomy-of-games
1•danbolt•15m ago•0 comments

Show HN: Worqlo – A Conversational Layer for Enterprise Workflows

1•andrewdany•15m ago•0 comments

An ESP32-S3 desktop hackable toy in an iconic Mac Design

https://labs.alxvtoronto.com/products/byte-90-designer-edition
1•meilily•17m ago•0 comments

Show HN: Data-driven insights into patterns in work, wellbeing, and habits

https://www.proddigy.app
2•ramn7•19m ago•0 comments

Show HN: A Conceptual Whitepaper on the Abstractive Thinking Model

https://github.com/Jonathan-Monclare/Abstractive-Thinking-Model-ATM-
1•J_Monclare•23m ago•1 comments

Some Personal Thoughts on This Whole Mess [Rebble/Pebble/Core]

https://rebble.io/2025/11/19/some-personal-thoughts-on-this-whole-mess.html
1•jamesbelchamber•28m ago•0 comments

F1TV issue on Firefox after latest Google Announcement – Coincidence?

1•iKasu•29m ago•0 comments

Cobalt 200: Azure's next cloud-native CPU

https://techcommunity.microsoft.com/blog/azureinfrastructureblog/announcing-cobalt-200-azure%E2%8...
2•pjmlp•32m ago•0 comments

PHP 8.5 Release Announcement

https://www.php.net/releases/8.5/en.php
2•doppp•33m ago•0 comments

Context: The missing API in Ruby logger

https://honeyryderchuck.gitlab.io/2025/11/12/context-missing-api-in-logger.html
2•todsacerdoti•33m ago•0 comments

Here Comes the Sun

https://www.euclid-ec.org/here-comes-the-sun/
2•robin_reala•34m ago•0 comments

LaLiga says ISPs joining its piracy war is mandatory for broadcasting rights

https://torrentfreak.com/laliga-says-isps-joining-its-piracy-war-is-mandatory-for-broadcasting-ri...
1•immibis•37m ago•1 comments

Show HN: Cloud Computing Camp – tidy and structured AWS learning materials

https://www.cloudcomputingcamp.com/
4•soaple•38m ago•0 comments

Show HN: Screenfully – mobile screen-recording and showcase tool for builders

2•amirfahd72•38m ago•0 comments

Show HN: I let AI to do sound design with hardware synth

https://github.com/nanassound/midi_ctrl
1•bepitulaz•39m ago•0 comments

Visual Studio Code: October 2025 (version 1.106)

https://code.visualstudio.com/updates/v1_106
1•tosh•40m ago•0 comments

Digital Omnibus Regulation Proposal

https://digital-strategy.ec.europa.eu/en/library/digital-omnibus-regulation-proposal
1•hunglee2•42m ago•0 comments

Psychotherapeutic Action Understood as Memory Modification

https://www.researchgate.net/profile/Bruce-Ecker-2/publication/379760981_A_proposal_for_the_unifi...
1•plucafs•42m ago•1 comments

Ask HN: How do you stay updated on new tech trends and breakthroughs?

2•BobJenkins•43m ago•0 comments

Why Zig Is Quietly Doing What Rust Couldn't: Staying Simple

https://freedium-mirror.cfd/@daxx5/why-zig-is-quietly-doing-what-rust-couldnt-staying-simple-a47f...
29•RustSupremacist•44m ago•14 comments

First measurement of reactor neutrino oscillations at Juno [pdf]

https://arxiv.org/abs/2511.14593
3•thunderbong•49m 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•5mo ago

Comments

swampus•5mo 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!