frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Open in hackernews

Show HN: Sqlitemap, a persistent map implementation backed by SQLite for C++

https://github.com/bw-hro/sqlitemap
4•bw-hro•1d ago
I have created sqlitemap, inspired by pythons sqlitedict. It offers an easy way to store key-value data into a SQLite database by implementing a map interface so that no sql needs to be written.

Main features:

- Persistent key-value storage using SQLite - Easy-to-use map-like interface in C++17 - Transactions - Custom encoding/decoding for keys and values

Minimal example:

  #include <bw/sqlitemap/sqlitemap.hpp>
  
  int main()
  {
    bw::sqlitemap::sqlitemap db("example.sqlite");
    
    // add some key-value pairs
    db["a"] = "first-item";
    db["b"] = "second-item";
    db["c"] = "third-item";
    db.commit();
    
    std::string item = db["b"]; // query key "b"
    std::cout << item << std::endl;
  }
Results in a SQLite database like this:

  $ sqlite3 example.sqlite 
  sqlite> SELECT * FROM unnamed;
  a|first-item
  b|second-item
  c|third-item
Maybe someone else will find it helpful too, any feedback welcome! More details/examples etc. can be found on Github: https://github.com/bw-hro/sqlitemap

AWRS SMC: Fast new algorithm for guiding LLMs as Bayesian inference

https://arxiv.org/abs/2504.05410
1•benlipkin•1m ago•0 comments

The Digital Storytelling Handbook

https://news.microsoft.com/handbook/
1•doener•1m ago•0 comments

Perl Community Conference Summer 2025

https://blogs.perl.org/users/oodler_577/2025/05/call-for-papers---perl-community-conference-summer-2025.html
1•rus20376•3m ago•0 comments

Have you successfully claimed SLA credits from your cloud provider?

1•oladekola•5m ago•0 comments

Microsoft is reportedly about to lay off 3% of its workforce

https://techcrunch.com/2025/05/13/microsoft-is-reportedly-about-to-lay-off-3-of-its-workforce/
3•GreenGames•8m ago•0 comments

Nvidia sending 18,000 of its top AI chips to Saudi Arabia

https://www.cnbc.com/2025/05/13/nvidia-blackwell-ai-chips-saudi-arabia.html
3•LAsteNERD•8m ago•1 comments

Eradicating Trivial Vulnerabilities, at Scale

https://www.ncsc.gov.uk/blog-post/eradicating-trivial-vulnerabilities-at-scale
1•fanf2•10m ago•0 comments

Show HN: Get Unlimited Startup Ideas

https://founderevolve.com/
1•vojtechrichter•11m ago•0 comments

Ask HN: I am 17y/o failed 16 indie ideas, any programs suggestions

1•sahil423•11m ago•0 comments

On the Very Real Dangers of the Artificial Intelligence Hype Machine

https://lithub.com/on-the-very-real-dangers-of-the-artificial-intelligence-hype-machine/
1•cratermoon•12m ago•0 comments

Show HN: Gamod Build games powered by AI

https://gamod.vercel.app/#waitlist
1•sahil423•13m ago•0 comments

PyPI Organizations

https://blog.pypi.org/posts/2023-04-23-introducing-pypi-organizations/
1•calpaterson•14m ago•0 comments

ElephantShadow: Use PHP for SSR of Webcomponents

https://github.com/ulrischa/ElephantShadow
1•ulrischa•15m ago•0 comments

Free the Lizard

https://github.com/mozilla-firefox/firefox/commit/c4cc52826abd53e1121e4234d719cfd89ce58093
1•matteodelabre•15m ago•0 comments

California Institute for Machine Consciousness (CIMC) seeks research proposals

https://cimc.ai/#/proposals
1•thoughtpeddler•15m ago•0 comments

Show HN: Golang UniFi Network and Protect API CLI and Client

https://github.com/ClifHouck/unified
1•cliffy•16m ago•0 comments

Google V8 (JavaScript Engine) Blog Posts Archive

https://v8.dev/blog
1•Brysonbw•17m ago•0 comments

BlinkOn 6 Day 1 Talk 2: Ignition – an interpreter for V8

https://www.youtube.com/watch?v=r5OWCtuKiAk
1•Brysonbw•20m ago•0 comments

Amiga Video Toaster Tips

https://gekk.info/articles/amiga-toaster.htm
2•ohjeez•20m ago•1 comments

Show HN: We built an AI app generator with no technical debt

https://app.swoft.ai/
1•Uigatai•21m ago•0 comments

Show HN: Helixdb – Open-source vector-graph database for AI applications (Rust)

https://github.com/HelixDB/helix-db/
6•GeorgeCurtis•25m ago•0 comments

VPN firm says it didn't know customers had lifetime subscriptions, cancels them

https://arstechnica.com/gadgets/2025/05/vpn-firm-says-it-didnt-know-customers-had-lifetime-subscriptions-cancels-them/
2•ajdude•25m ago•1 comments

Many Faces of Ad Hoc Transactions

https://cacm.acm.org/research-highlights/many-faces-of-ad-hoc-transactions/
1•qianli_cs•25m ago•0 comments

Transformer: The Deep Chemistry of Life and Death

https://nick-lane.net/books/transformer-the-deep-chemistry-of-life-and-death/
1•mitchbob•26m ago•0 comments

Material 3 Expressive: Better, Easier, Emotional UX

https://design.google/library/expressive-material-design-google-research
1•meetpateltech•31m ago•0 comments

Flamingos Make Vortexes with Their Beaks to Suck Up Prey

https://www.nytimes.com/2025/05/12/science/flamingo-vortex-beaks-water.html
1•gk1•32m ago•0 comments

CoinSyncer

1•coinsyncer•33m ago•0 comments

We've rebuilt part of the Chernobyl reactor control room [video]

https://www.youtube.com/watch?v=EmTuUaGglyA
1•fortran77•34m ago•0 comments

Sid Meier's Colonization

https://peyre.42web.io/Colonization/index.htm
26•elvis70•34m ago•5 comments

US brain drain: the scientists seeking jobs abroad

https://www.nature.com/articles/d41586-025-01489-y
3•rbanffy•35m ago•0 comments