frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Inside the cutthroat competition for the best baguette in Paris

https://www.washingtonpost.com/travel/2026/02/27/best-baguette-paris-contest/
1•bookofjoe•1m ago•1 comments

A Good Startup Idea Checklist (2016)

https://www.tillett.info/2016/01/27/a-good-idea-checklist/
1•matthieu_bl•1m ago•0 comments

Entangl – Post-quantum secure communication protocol for AI agents

https://github.com/amitb-quantum/entangl
1•xmas123•1m ago•1 comments

MCP server that audits AI agent reasoning before decisions commit

https://espiradev.org/blog/sentinel-ai-reasoning-observatory.html
1•aespira•1m ago•1 comments

OpenClaw agents always freeze. We fixed it by building ClaWatch

https://github.com/GENWAY-AI/clawatch
1•GalDayan•2m ago•1 comments

LLMs generate billing race conditions. Every one catches it when asked

https://forward.deployed.agency/blog/check-call-deduct
1•grandSpecial•2m ago•0 comments

Show HN: Riventa.Dev – AI-native DevOps that acts, not just alerts

https://www.riventa.dev/
1•christopherAs•3m ago•0 comments

Custom programming languages make agents good

https://blog.firetiger.com/custom-programming-languages-make-agents-really-really-smart/
2•matsur•3m ago•0 comments

A Large-Scale Synthetic Dataset Generated from Programming Concept Seeds

https://huggingface.co/blog/nvidia/synthetic-code-concepts
1•ibobev•3m ago•0 comments

Show HN: View WhoisHiring post ranked against your resume using a CLI

https://github.com/jsonresume/jsonresume.org/tree/master/packages/job-search
1•thomasfromcdnjs•4m ago•0 comments

Firefly128/sparccord: Discord client for Solaris 7 SPARC

https://github.com/firefly128/sparccord
1•surprisetalk•5m ago•0 comments

OverTheWire: Wargames

https://overthewire.org/wargames/
1•surprisetalk•5m ago•0 comments

Teleprinter

https://notebook.zoeblade.com/Teleprinter.html
1•surprisetalk•5m ago•0 comments

Did Indigenous People Live in Harmony with the Land?

https://www.jenn.site/did-indigenous-people-really-live-in-harmony-with-the-land/
1•surprisetalk•5m ago•0 comments

Show HN: An embeddable fractional indexing library in C

https://github.com/sqliteai/fractional-indexing
2•marcobambini•7m ago•1 comments

Show HN: President: A Strategy Game

https://storage.googleapis.com/presidents-game/index.html
1•squigs25•7m ago•1 comments

WP Engine Acquires WPackagist

https://wpengine.com/blog/wp-engine-acquires-wpackagist/
1•mesklin•7m ago•1 comments

What is wisdom, and can it be taught?

https://knowablemagazine.org/content/article/mind/2026/what-is-wisdom-can-it-be-taught
1•speckx•7m ago•0 comments

Voices – say something you've never said out loud

https://www.justvoiceit.com
1•bassiebas•7m ago•0 comments

Websites That Look Like Desktops

https://desktops.zip/
1•TigerUniversity•9m ago•0 comments

Middle East energy shock revives interest in nuclear power

https://www.ft.com/content/694d1009-95b6-4cb8-ac3b-3fa639c826d3
2•mpweiher•9m ago•1 comments

Show HN: LegalTech – A curated list of tools and software

https://github.com/Vaquill-AI/awesome-legaltech
1•pkhodiyar•9m ago•0 comments

"This Is Not the Computer for You"

https://samhenri.gold/blog/20260312-this-is-not-the-computer-for-you/
1•Xiol•9m ago•0 comments

Show HN: Free API mock server from your OpenAPI spec (no sign-up)

https://apinotes.io/mock-server
1•ApiNotes•10m ago•0 comments

Stop letting your AI Agents burn tokens on dead APIs

https://aistatus.cc/
1•ZX2026•11m ago•0 comments

Agents have a state problem. Event sourcing fixes it

https://x.com/__morse/article/2032107422525907273
1•xmorse•11m ago•0 comments

Fooling Go's X.509 Certificate Verification

https://danielmangum.com/posts/fooling-go-x509-certificate-verification/
1•hasheddan•12m ago•0 comments

Buying Back our Slack: AI and the case for rebuilding the firm

https://www.seeingthesystem.com/p/buying-back-our-slack
1•TinyBig•13m ago•0 comments

Show HN: VaultLeap – USD accounts for founders outside the US

https://vaultleap.com
2•GregReve•13m ago•0 comments

Netflix Salary Drop

https://www.teamblind.com/post/netflix-tech-salary-drop-wvij2svu
1•DGAP•13m ago•1 comments
Open in hackernews

Native Graph Queries on Snowflake

https://app.snowflake.com/marketplace/listing/GZT1Z2XCTHL/falkordb-falkordb-graph-database
4•danshalev7•2h ago

Comments

danshalev7•2h ago
Hi HN, I work on FalkorDB, an open-source graph database.

We just launched FalkorDB as a Snowflake Native App. If you find yourself writing recursive CTEs and chains of self-joins to answer multi-hop relationship queries in Snowflake, this gives you Cypher instead. A variable-length path query that takes 80+ lines of SQL becomes about 3 lines of Cypher, and you run it from your Snowflake worksheet without moving data anywhere.

The way it works is you bind your tables through Snowflake's reference binding UI (scoped read access, no manual GRANT statements), and the FalkorDB engine runs on Snowflake Container Services with isolated compute, separate from your warehouse workloads. Data never leaves your Snowflake account.

We'd love to hear from anyone who has dealt with multi-hop traversals in Snowflake, whether you stuck with recursive CTEs, reached for dbt, or tried something else entirely.