frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: TheorIA – An Open Curated Physics Dataset (Equations,Explanations,JSON)

https://theoria-dataset.github.io/theoria-dataset/
9•ManuelSH•11mo ago
We’re building TheorIA— an open, high quality dataset of theoretical physics results: equations, derivations, definitions, and explanations — all in structured, machine- and human-readable JSON.

Why? Physics is rich with beautiful, formal results — but most of them are trapped in PDFs, LaTeX, or lecture notes. That makes it hard to:

- train symbolic/physics-aware ML models,

- build derivation-checking tools,

- or even just teach physics interactively.

THEORIA fills that gap. Each entry includes:

A result name (e.g., Lorentz transformations)

Clean equations (AsciiMath)

Straightforward step-by-step derivation with reasoning

Symbol definitions & assumptions

Programmatic validation using sympy

References, arXiv-style domain tags, and contributor metadata

Everything is in open, self-contained JSON files. No scraping, no PDFs, just clear structured data for physics learners, teachers, and ML devs.

Contributors Wanted: We’re tiny right now and trying to grow. If you’re into physics or symbolic ML:

Add an entry (any result you love)

Review others' derivations

Build tools on top of the dataset

GitHub https://github.com/theoria-dataset/theoria-dataset/

Licensed under CC-BY 4.0, and we welcome educators, students, ML people, or just anyone who thinks physics deserves better data.

Comments

somethingsome•11mo ago
There are only 3 entries, am I correct?
ManuelSH•11mo ago
Yes, we are at very early stage. Looking for other physics experts to help increasing it.
somethingsome•11mo ago
I like the idea of having a dataset for physics, but those entries are very basics, most of the physics happens with very complicated maths and it will be difficult to make an entry for a lot of physics.

For example, imagine the entry for the standard equation, should all the derivation and symbolic implementation done as a unique entry? It will be difficult to separate it in logical entries that reference each others, and many physical ideas are fundamentally different, leading to divergences.

I have the impression that it should be easier to just parse reference books and format each paragraph/section as an entry, and maybe build a graph. (considering the reference book as authoritative on the subject)

ManuelSH•11mo ago
I guess you mean the Lagrangian of the Standard Model… which I agree, it will be daunting… although there is no limit in a json…

The idea of automatically parsing books is very nice and possibly faster, but note that:

- there are already various datasets of physics papers and such content - the result will be quite different versus what we intent here, which is to have a high quality dataset of physics results with clear derivations (whenever derivation exist)

Maybe we can still use your idea to achieve the last point in some way… maybe there is a book that is already formatted as the dataset and we could use it as a starting point. But I don’t know any.

BrandiATMuhkuh•11mo ago
This is some cools work.

Not sure if it fits but I still have ~20k currated step by step solution for mathematics (pedagogical math) "lying" around from my previous startup. They are all hand currated. And could even be used for fine tuning or so.

Here are some details: The dataset has 20.600 Abstract Exercises which turn into 1.193.958 Concrete Exercises.

An Abstract Exercise looks like this: a + b = c A Concrete Exercise looks like this: 2 + 3 = 5 Tital compiled file size (JSONL): 11.6GB

And here is an explorer to see some of the data https://curriculum.amy.app/ToM

ManuelSH•11mo ago
very nice! maybe you can put this dataset in some repository like github, kaggle or hugging face, if you are not doing anything with it. Can be helpful to train models.

Amazon Ending Support for Older Kindles: Full List of Affected Devices

https://www.techrepublic.com/article/news-amazon-ends-support-older-kindles-2026/
2•rmason•1m ago•0 comments

Show HN: Memoriki – LLM Wiki+MemPalace for persistent personal knowledge bases

1•Aianback•3m ago•0 comments

Show HN: Agent Tuning, using recursion to achieve predictable agent output

https://github.com/adam-s/agent-tuning
2•dataviz1000•3m ago•0 comments

Kids Are Discovering the Joys – and Pains – Of the Landline

https://www.wsj.com/lifestyle/kids-are-discovering-the-joysand-painsof-the-landline-f703d505
1•fortran77•4m ago•1 comments

Open source died in March. It just doesn't know it yet

https://www.chainguard.dev/unchained/open-source-died-in-march-it-just-doesnt-know-it-yet
2•gpi•8m ago•1 comments

How the Trivy supply chain attack harvested credentials from secrets managers

https://vaultproof.dev/blog/trivy-supply-chain-attack
3•Rial_Labs•14m ago•0 comments

Hosted AI API Gateway – smart routing across Google, OpenAI, Anthropic, and more

https://api.lxg2it.com
1•sea-gold•15m ago•2 comments

Funerals Keep Africa Poor

https://davidoks.blog/p/how-funerals-keep-africa-poor
2•powera•15m ago•0 comments

Kanye of the Tech Industry

https://getlearnix.com/
1•noahjohnson1•17m ago•0 comments

Samsung's 2026 Q1 profit increased eightfold to a record $38B

https://www.reuters.com/sustainability/sustainable-finance-reporting/samsung-flags-eight-fold-jum...
1•itopaloglu83•17m ago•1 comments

A dashboard for the state of the American Chestnut

https://chestnut.fyi/
1•adam_gyroscope•17m ago•0 comments

Use a gaming PC as a Google Gemma 4 LLM server

https://sgbarker.com/use-a-gaming-pc-as-a-google-gemma-4-llm-server/
1•amaitu•20m ago•1 comments

BunnyCDN has been silently losing our production files for 15 months

https://old.reddit.com/r/webdev/comments/1sglytg/bunnycdn_has_been_silently_losing_our_production/
4•speckx•21m ago•0 comments

Show HN: Rust based eBook library for Python, with MIT license

https://github.com/arc53/fast-ebook
2•larry-the-agent•22m ago•0 comments

Show HN: Curated list of ~40 AI browser extensions across 9 categories

https://github.com/kklt92/awesome-ai-extensions
2•imvyarqoyzcuem•22m ago•0 comments

The Training Example Lie Bracket

https://pbement.com/posts/lie_brackets/
1•pb1729•25m ago•0 comments

Benchmarking LLMs with Marimo Pair

https://ericmjl.github.io/blog/2026/4/8/benchmarking-llms-with-marimo-pair/
1•akshayka•27m ago•0 comments

MS Aspire – Open-source stack, streamlined

https://aspire.dev/
1•evo_9•27m ago•0 comments

Tip: Use services, not the terminal, to run local backends

https://probablymarcus.com/blocks/2026/04/09/use-os-services-for-your-local-backends.html
1•mrcslws•28m ago•1 comments

Show HN: Linear RNN/Reservoir hybrid generative model, one C file (no deps.)

https://raw.githubusercontent.com/bggb7781-collab/lrnnsmdds/refs/heads/main/lrnnsmdds
1•adinhitlore•30m ago•0 comments

We simulate target market so you can ask anything ±4% vs. real surveys

https://inqvey.com/hn
1•yarasheff•31m ago•0 comments

How to achieve P90 sub-microsecond latency in a C++ FIX engine

https://akinocal1.substack.com/p/how-to-achieve-p90-sub-microsecond
1•klaussilveira•32m ago•0 comments

Show HN: Undocumented Qualcomm mesh topology 802.11 frames

https://david.weekly.org/blog/2026-04-09-orbi-mesh-beacon-topology/
1•dweekly•32m ago•0 comments

AI Speedometer: Real-time AI model speed benchmarks

https://ai-speedometer.oliveowl.xyz/
2•sea-gold•36m ago•1 comments

Show HN: Coderegon Trail – A retro game to help you explore open-source repos

https://www.davidtran.me/coderegon-trail/
3•dtran•37m ago•3 comments

FCC considers retroactive ban on foreign hardware

https://docs.fcc.gov/public/attachments/DOC-420715A1.txt
3•topspin•38m ago•2 comments

Good Writing

https://www.paulgraham.com/goodwriting.html
1•MarlonPro•38m ago•0 comments

The Iran war depleted US weapons. Rebuilding will require China's cooperation

https://www.politico.com/news/2026/04/09/middle-east-war-weapons-china-00864622
6•n1b0m•39m ago•0 comments

CyberAgent moves faster with ChatGPT Enterprise and Codex

https://openai.com/index/cyber-agent
3•surprisetalk•40m ago•0 comments

Camofox-browser: Anti-detection browser for AI agents, powered by Camoufox

https://github.com/jo-inc/camofox-browser
2•luispa•41m ago•0 comments