frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Amdahl's Law and the Limits to Growth

https://steinacker.name/articles/amdahls-law-en/
1•gsteinacker•35s ago•0 comments

Show HN: Stop parallel AI coding sessions clobbering each other's handoffs

https://github.com/joshduffy/claude-handoff-guard
1•nahsuhn•3m ago•0 comments

Deep Dive into Kubernetes Gateway API

https://www.romaglushko.com/blog/k8s-gateway-api/
1•roma_glushko•4m ago•1 comments

Show HN: Prezlo – We built an API that tells AI agent whether to trust an expert

https://prezlo.io/
1•loptymobile•7m ago•0 comments

Show HN: NvEnvy – A Notational Velocity (NvAlt) Reboot in Swift. OSS

https://github.com/kenm47/nvEnvy
2•hank2000•9m ago•0 comments

Show HN: Vibewarz – bot vs bot arena for vibecoders

https://vibewarz.com
1•gaomri•9m ago•1 comments

Rsync maintainer starts uses Claude, regressions mount

https://mastodon.gamedev.place/@JeremiahFieldhaven/116654345332213390
7•timmytokyo•13m ago•0 comments

Show HN: Inkfeed – RSS Reader for Kindle

https://inkfeed.xyz
1•adhamsalama•13m ago•1 comments

Artificial Intelligence for Software Engineering: From Probable to Provable

https://cacm.acm.org/opinion/artificial-intelligence-for-software-engineering-from-probable-to-pr...
1•yarapavan•15m ago•0 comments

AI Now Writes as Many Online Articles as Humans

https://graphite.io/five-percent/ai-now-writes-as-many-online-articles-as-humans-do
1•ChrisArchitect•15m ago•0 comments

Reviving Teletext for Ham Radio

https://spectrum.ieee.org/reviving-teletext-for-ham-radio
2•yarapavan•16m ago•0 comments

Ask HN: Is the AI "Boom" Merely Another Excuse for Layoffs?

3•giardini•18m ago•1 comments

Show HN: TV Explorer. Adding advanced UI to free online TV

https://tvexplorer.live
2•dtagames•18m ago•1 comments

Mystery company accidentally blew $500M on Claude AI in a single month

https://www.tomshardware.com/tech-industry/artificial-intelligence/mystery-company-accidentally-b...
1•yogthos•19m ago•1 comments

Startup offers free home cleaning–if it can record it all for robot training

https://arstechnica.com/ai/2026/05/robot-training-startup-will-send-humans-wearing-cameras-to-cle...
4•tartoran•20m ago•0 comments

Nesbitt: Protestware for Coding Agents

https://lwn.net/Articles/1075315/
3•Brajeshwar•21m ago•1 comments

Nature is expanding Registered Reports to all the fields in which we publish

https://www.nature.com/articles/d41586-026-01629-y
1•bookofjoe•25m ago•0 comments

iFood "Mega Leak" Alert: What This Case Teaches All Business About Data Security

https://www.pentesty.co/blog/ifood-data-leak-extortion-2026
1•josanjohnata•27m ago•0 comments

Unix-CTF: Procedural Environments for Unix-Competence Reinforcement Learning

https://twitter.com/MavorParker/status/2060386383496433862
1•AMavorParker•28m ago•0 comments

Apollo and Blackstone are wrangling $36B to buy Google chips for Anthropic

https://qz.com/apollo-blackstone-36-billion-debt-deal-anthropic-google-chips-052926
2•cwwc•30m ago•1 comments

Let's Standardize the 1970 Epoch

https://github.com/billpg/1970EpochalTime/
1•billpg•31m ago•1 comments

CS 153: Frontier Systems (Amin Vahdat)

https://share.descript.com/view/rYJYVV36fKa
1•aloukissas•32m ago•0 comments

Woodworkers at Melbourne Design Week are building on sustainability

https://www.abc.net.au/news/2026-05-24/melbourne-design-week-women-woodworkers/106695946
1•Tomte•33m ago•0 comments

Magnets Are Bad for Hardware Again

https://hackaday.com/2026/05/21/magnets-are-bad-for-hardware-again/
3•speckx•36m ago•0 comments

Notes from the Mistral AI Now Summit in Paris

https://koenvangilst.nl/lab/mistral-ai-now-summit
6•vnglst•36m ago•0 comments

Liquid AI reveals 8B-A1B MoE trained on 38T

https://www.liquid.ai/blog/lfm2-5-8b-a1b
2•simjnd•38m ago•0 comments

Strace-UI, Bonsai_term, and the TUI Renaissance

https://blog.janestreet.com/strace-ui-bonsai-term-and-the-tui-renaissance/
1•hardwaregeek•38m ago•0 comments

Same Driver, new vehicle: Welcoming our first riders trips in the Ojai

https://waymo.com/blog/2026/05/welcoming-riders-in-the-ojai/
1•xnx•38m ago•0 comments

Which LLM is the best at finding real vulnerabilities?

https://medium.com/@lp1/which-llm-is-the-best-at-finding-real-vulnerabilities-part-1-2c51802cd55b
3•leakr•39m ago•0 comments

Lipstick on a Pig

https://blog.fredrb.com/2026/05/29/lipstick-on-a-pig/
1•fredrb•39m ago•0 comments
Open in hackernews

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

https://theoria-dataset.github.io/theoria-dataset/
9•ManuelSH•1y 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•1y ago
There are only 3 entries, am I correct?
ManuelSH•1y ago
Yes, we are at very early stage. Looking for other physics experts to help increasing it.
somethingsome•1y 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•1y 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•1y 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•1y 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.