frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

CQL: Categorical Databases

https://categoricaldata.net/
29•noworriesnate•2d ago

Comments

flying_sheep•1h ago
Thanks for the sharing. It looks interesting but I did not dive deep into it. Just wonder how is it different from SQL trigger which can also ensure integrities?
js8•34m ago
It's not much really, CDBs are based on foreign key relationships as a fundamental building block, rather than on relation.

The difference is more in theory than in practice.

srean•53m ago
There was a good blog post on how the category theoretic ideas behind this applies to data frames

What Category Theory Teaches Us About DataFrames https://mchav.github.io/what-category-theory-teaches-us-abou...

Discussed on HN at (67 comments)

https://news.ycombinator.com/item?id=47561426

randomNumber7•48m ago
Since Codd's paper showed that the relational model dominates other approaches (for data storage) I would expect a paper that shows categorical database are not affected by this and what benefit they have.
js8•37m ago
My (amateur) take. CDB model (based on functions) has three advantages over RDB model (based on relations):

1. Easier modelling sum types (inheritance) due to duality.

2. Better handling of null due to labelled null.

3. Better foundation of elementary types (they're just another table ids). (Column stores often do that already, if your question is about storage.)

bob1029•33m ago
> CQL is not a database management system: it neither stores nor updates data.

The same could be said for SQL. How does CQL differ from SQL? If I squint my eyes just a tiny amount, these ideas become really difficult to separate. I was always under the impression that the relational model is based upon many concepts studied in category theory. To my mind, all of the following things are overlapping parts of the exact same monster:

  Set theory
  Category theory
  Graph theory
  Type theory
  Discrete mathematics 
  Relational algebra
  Relational calculus
  Relational modeling
  An actual sql schema
js8•22m ago
> How does CQL differ from SQL?

SQL is like Java, CQL is like Haskell. SQL has been around and used in production. CQL is a research language, possibly cleaner foundation but YMMV.

The math fields you list are connected, but whether they are the same monster - again it's kinda like claiming all programming languages and implementations are the same (Turing-complete?) monster.

The newest Instagram “exploit” is the goofiest I've seen

https://www.0xsid.com/blog/meta-account-takeover-fiasco
1767•ssiddharth•16h ago•401 comments

macOS needs its grid back

https://blog.hopefullyuseful.com/blog/macos-needs-its-grid-back/
243•ranebo•7h ago•131 comments

Can the stockmarket swallow Anthropic, SpaceX and OpenAI?

https://www.economist.com/finance-and-economics/2026/06/01/can-the-stockmarket-swallow-anthropic-...
342•1vuio0pswjnm7•9h ago•589 comments

CQL: Categorical Databases

https://categoricaldata.net/
30•noworriesnate•2d ago•7 comments

Chipotlai Max

https://github.com/cyberpapiii/chipotlai-max
218•nigelgutzmann•10h ago•34 comments

OpenAI frontier models and Codex are now available on AWS

https://openai.com/index/openai-frontier-models-and-codex-are-now-available-on-aws/
257•typpo•11h ago•92 comments

How is Groq raising more money?

https://www.zach.be/p/how-the-hell-is-groq-raising-more
105•hasheddan•8h ago•48 comments

Strace-ui, Bonsai_term, and the TUI renaissance

https://blog.janestreet.com/strace-ui-bonsai-term-and-the-tui-renaissance/
39•matt_d•5h ago•13 comments

AI Agent Guidelines for CS336 at Stanford

https://github.com/stanford-cs336/assignment1-basics/blob/main/CLAUDE.md
411•prakashqwerty•16h ago•131 comments

Debug Project

https://debug.com/
217•Eridanus2•12h ago•89 comments

CS336: Language Modeling from Scratch

https://cs336.stanford.edu/
459•kristianpaul•18h ago•47 comments

Muxcard, a dyi credit card size computer

https://github.com/krauseler/muxcard
11•sargstuff•2d ago•2 comments

Fooling around with encrypted reasoning blobs

https://blog.cryptographyengineering.com/2026/05/29/fooling-around-with-encrypted-reasoning-blobs/
79•supermatou•3d ago•12 comments

Should you normalize RGB values by 255 or 256?

https://30fps.net/pages/255-vs-256-division/
262•pplanu•15h ago•108 comments

Microsoft builds MacBook Pro rival with NVIDIA-powered Surface Laptop Ultra

https://www.windowslatest.com/2026/06/01/microsoft-builds-its-ultimate-macbook-pro-rival-with-the...
215•jbk•21h ago•444 comments

Launch HN: Expanse (YC P26) – Unlock Wasted GPU Capacity

80•ismaeel_bashir•20h ago•23 comments

What appear to be biochemical processes may be a natural feature of geology

https://www.quantamagazine.org/the-dirt-that-refused-to-die-20260601/
232•speckx•17h ago•83 comments

Crystal Nights (2008)

https://www.gregegan.net/MISC/CRYSTAL/Crystal.html
44•rorylawless•7h ago•6 comments

Alphabet announces $80B equity capital raise to expand AI infra and compute

https://abc.xyz/investor/news/news-details/2026/Alphabet-Announces-Proposed-80-Billion-Equity-Cap...
181•gregschlom•12h ago•158 comments

Ask HN: Who is hiring? (June 2026)

191•whoishiring•18h ago•265 comments

I made my phone slow on purpose

https://vinewallapp.com/notes/i-made-my-phone-slow-on-purpose/
202•gcampos•4d ago•171 comments

A new way to build chips: Sequentially stacking silicon to extend Moore's Law

https://matse.illinois.edu/news/85775
46•hhs•2d ago•27 comments

Florida sues OpenAI and Sam Altman over AI risks

https://www.politico.com/news/2026/06/01/openai-hit-with-florida-lawsuit-00944215
222•cyunker•17h ago•177 comments

Age verification for social media, the beginning of the end for a free internet?

https://mullvad.net/en/blog/age-verification-for-social-media-the-beginning-of-the-end-for-a-free...
254•StrLght•9h ago•134 comments

Ask HN: Who wants to be hired? (June 2026)

120•whoishiring•18h ago•333 comments

Flipper Zero Zig Template

https://github.com/NishantJoshi00/flipper-template
145•Nars088•19h ago•12 comments

Windows GOG DOS Games on M-Series Macs

https://f055.net/technology/windows-gog-dos-games-on-m-series-macs/
152•f055•19h ago•83 comments

Stealing from Biologists to Compile Haskell Faster

https://www.iankduncan.com/engineering/2026-05-30-stealing-from-biologists-to-compile-haskell-fas...
120•mooreds•2d ago•4 comments

Anthropic confidentially submits draft S-1 to the SEC

https://www.anthropic.com/news/confidential-draft-s1-sec
489•surprisetalk•17h ago•395 comments

Anyone seen a CC- serial prefix on legacy networking hardware?

51•Throwaway_sys•2d ago•25 comments