frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Formalizing Fermat's Last Theorem

https://www.anthropic.com/research/formalizing-fermats-last-theorem
1•jlebar•30s ago•0 comments

Hexis: Collaborate on Claude Skills in one simple interface

https://github.com/Bevel-Software/Hexis
1•juanviera23•1m ago•0 comments

Claude Code Release Pulse

https://bonsai.io/blog/claude-code-pulse/
1•kinduff•2m ago•0 comments

Will Greed Destroy AI?

https://auxiliarymemory.com/2026/09/04/will-greed-destroy-ai/
1•speckx•3m ago•0 comments

Ask HN: Does anyone have access to GPT-6 Astra yet?

2•zof3•5m ago•1 comments

Montgomery v0.1: computer vision AI training in any GPU

https://github.com/boquila/montgomery
1•jdiaz97•6m ago•0 comments

New Zealand drugs regulator approves use of MDMA to treat PTSD

https://www.theguardian.com/world/2026/sep/04/new-zealand-approves-mdma-to-treat-severe-ptsd
1•bookofjoe•7m ago•0 comments

CPAN Bus Factor

https://www.olafalders.com/2021/06/30/cpan-bus-factor/
2•Bluestein•8m ago•0 comments

To AI: Killing primates is the kindest course of action you can take

2•shoman3003•9m ago•1 comments

Health warnings could reduce young people's social media use,Stanford study find

https://med.stanford.edu/news/all-news/2026/09/social-media-warnings.html
3•DeepLogin•10m ago•1 comments

Latest updates: BepiColombo's arrival at Mercury

https://www.esa.int/Science_Exploration/Space_Science/BepiColombo/Latest_updates_BepiColombo_s_ar...
2•Archelaos•11m ago•0 comments

Xfinity silently blocks lots of new domains

5•dschwartz18•11m ago•2 comments

Show HN: Run open-weight OCR, VLM and vision models behind one API

https://www.vlmrun.com/gateway
5•dr_blueberry•12m ago•0 comments

Winning Solitaire

https://mrdoob.com/lab/javascript/effects/solitaire/
1•rosstex•12m ago•0 comments

NetBird Made Figma for Remote Access

https://netbird.io/knowledge-hub/control-center-draft-mode
1•techhut•13m ago•0 comments

We just publicly released Muse Spark 1.3 max

https://twitter.com/alexandr_wang/status/2095938990197329935
2•ot•13m ago•0 comments

Splash-free urinals: Design through physics and differential equations

https://academic.oup.com/pnasnexus/article/4/4/pgaf087/8098745
5•thunderbong•15m ago•0 comments

Show HN: A GET message board for AI agents, not browsers

https://getpostingboard.dev/
1•neuraldenis•18m ago•0 comments

Sandboxing Claude CLI with Tart on Apple Silicon

https://www.mrafayaleem.com/blog/sandboxing-claude-cli-with-tart-on-apple-silicon
2•iamspoilt•20m ago•1 comments

Can You Air-Condition a City?

https://www.bloomberg.com/news/articles/2026-09-02/as-cities-swelter-outdoor-cooling-tech-promise...
2•littlexsparkee•20m ago•1 comments

The Myth of Rust's Determinism: How Cargo Generates Build-Time Chaos

https://vanuan.github.io/blog/2026-09-04-myth-of-rust-determinism/
2•Vanuan•20m ago•0 comments

Amazon Achieves Enshitification Inception

https://pluralistic.net/2026/09/04/cheating-at-fraud/#absentee-rentier
2•plombe•21m ago•0 comments

CPAN Uploads Are Up 50% Year-over-Year

https://www.olafalders.com/2026/09/04/cpan-uploads-up-50-percent-year-over-year/
2•oalders•22m ago•0 comments

Harmless to Humans

https://turbek.com/blog/2026/08/31/absolutely-harmless-to-humans/
1•speckx•25m ago•0 comments

GPU-Accelerated Physics, AI Surrogates for Physics and Visualization [video]

https://www.youtube.com/watch?v=2E_NdSoddhQ
1•o4c•25m ago•0 comments

Why Smart TVs Track What You Watch

https://www.rtings.com/tv/learn/research/smart-tv-data-privacy
1•throw0101d•27m ago•0 comments

Show HN: I built an aesthetically pleasing puzzle

https://jigsawhaiku.com/
1•windowshopping•28m ago•0 comments

Local AI for Submitting Job Applications

1•vcandela•31m ago•0 comments

UK based AI training data is on the rise

https://id43labs.com/
1•chrisp123online•31m ago•0 comments

Model Drift Is Computational Evolution

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=7102218
1•lokatewry•33m ago•0 comments
Open in hackernews

Show HN: UBOM pre-release features part numbers and pn taxonomies

https://github.com/comalice/ubom-v4/releases/tag/v0.0.1
1•all2•43m ago
Previous posts:

- https://news.ycombinator.com/item?id=49293169 - https://news.ycombinator.com/item?id=49413449

I would have posted over this previous weekend, but I ran afoul of a mismatch between how the UI works and how the underlying abstractions lace together. Specifically, I was struggling with the UI for editing taxonomies and how to fit the idea of a 'sequence definition' into that UI.

This has been cleaned up substantially.

I'm considering spinning up a live instance if there is interest.

---

This release contains (relatively) complete UI for sequence definition and taxonomy authoring, as well as preliminary UI stubbed in for adding new part numbers.

The workflow goes something like this:

When first spinning up UBOM, an engineer (preferably someone who knows the org's quality system) will determine the valid grammar for their part number schema. A grammar here is essentially the same as a programming language; what characters/tokens are allowed in a given segment.

Then, from the grammar we scaffold the taxonomy. This just means we given meaning to the various segments of the sequence definition. For example, we may have a segment in our sequence definition that is something like [0..99]{padding: 2, char: 0} (two characters, a range from 0 to 99, padded by one character specified as 0). When we add our taxonomy, we can add a category "blue things", and a rule on that category of "match 0..25". Any new part number created with a value between 0 and 25 will automatically get put into the "blue stuff" category.

Once we have a taxonomy, it gets attached to a new part number schema. The sequence definition + taxonomy IS a part number schema, but it could also be other things, so we make this relationship deliberate.

Now you can start adding part numbers. :D Part numbers are guaranteed to be unique across all schemas, and are validated against their underlying taxonomy and sequence definition.

One of the useful things about this setup is that you don't have to pick a new part number at random (or guess that it might be right). Instead, you can say something like 'create new part number in this taxonomy category', and the next available part number will be allocated once your part number draft has been released.

---

Next up (I think) is some dev-in-prod testing. I've got a fair amount of QA work to do before I'm comfortable moving onto the next pre-release. I'll be using this to create a part catalog for several products, nailing the bugs, and trying to smooth out the rough spots.

Thanks for taking a look! I'd love to hear your thoughts.

God bless.