frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Debian 13: My list of new features

https://samueloph.dev/blog/debian-13-my-list-of-exciting-new-things/
1•jandeboevrie•1m ago•0 comments

Acne vaccines could offer robust defence

https://www.nature.com/articles/d41586-025-02652-1
1•bookofjoe•5m ago•0 comments

Large language models can reconstruct forbidden knowledge

https://www.fastcompany.com/91391442/how-large-language-models-can-reconstruct-forbidden-knowledge
1•toss1•5m ago•0 comments

China vs. the West: Unity vs. Freedom

https://www.boris.fyi/unity-vs-freedom
1•sirobg•6m ago•0 comments

Citrix forgot to tell you CVE-2025–6543 has been used as a zero day since May

https://doublepulsar.com/citrix-forgot-to-tell-you-cve-2025-6543-has-been-used-as-a-zero-day-sinc...
2•speckx•8m ago•0 comments

My startup banking story (2023)

https://mitchellh.com/writing/my-startup-banking-story
1•dvrp•8m ago•0 comments

Start and track Copilot coding agent tasks from Raycast

https://github.blog/changelog/2025-08-28-start-and-track-copilot-coding-agent-tasks-from-raycast/
1•timrogers•9m ago•0 comments

Donald Trump's Big Gay Government

https://www.nytimes.com/2025/08/26/style/gay-men-trump-administration-republicans.html
1•whack•10m ago•1 comments

RFC 8594: The Sunset HTTP Header Field

https://datatracker.ietf.org/doc/html/rfc8594
1•aiven•11m ago•1 comments

Vivaldi slams Google, Microsoft for shoving AI into browsers, vows to stay clear

https://www.neowin.net/news/vivaldi-slams-google-and-microsoft-for-cramming-ai-into-browsers-says...
3•bundie•13m ago•2 comments

Show HN: Put text in between images (Nano Banana)

https://www.textbetween.com/
1•westche2222•14m ago•1 comments

Engineers send quantum signals with standard Internet Protocol

https://phys.org/news/2025-08-quantum-standard-internet-protocol.html
4•layer8•16m ago•0 comments

New evidence strongly suggest AI is killing jobs for young programmers

https://www.understandingai.org/p/new-evidence-strongly-suggest-ai
5•CharlesW•18m ago•0 comments

FBI, Dutch cops seize fake ID marketplace that sold identity docs for $9

https://www.theregister.com/2025/08/28/fbi_dutch_cops_seize_veriftools/
2•rntn•20m ago•0 comments

Show HN: Universal Chat UI for AI Agents

https://www.craffted.dev/
2•ddaras•23m ago•2 comments

Adding limestone to farmland boosts carbon capture and crop yields, study finds

https://phys.org/news/2025-08-adding-limestone-farmland-boosts-carbon.html
1•PaulHoule•23m ago•0 comments

Marshmellow Laser Feast: experimental art collective

1•cl3misch•24m ago•0 comments

AMA with Z.ai, the Lab Behind GLM Models

https://old.reddit.com/r/LocalLLaMA/comments/1n2ghx4/ama_with_zai_the_lab_behind_glm_models/
2•bratao•26m ago•1 comments

What's your database infra in 2025? (2 min survey)

https://survey.springtail.io/database-survey-2025
1•gszundi•28m ago•1 comments

New Xcode beta adds GPT-5, Claude account support

https://sixcolors.com/link/2025/08/apples-new-xcode-beta-adds-gpt-5-claude-account-support/
2•CharlesW•29m ago•0 comments

Cakedesk Invoicing App

https://cakedesk.app
1•carlosjobim•30m ago•0 comments

Ask HN: Where can I see a live octopus in Maine?

3•Octopus88•30m ago•1 comments

Ask HN: What is the future of software salaries in the age of AI coding agents?

1•jplusequalt•37m ago•1 comments

Simulating wealth distribution in an agent-based system

https://notebooks.manganiello.tech/fabio/wealth-inequality.ipynb
3•blacklight•37m ago•0 comments

What I learned vibe coding a WASM CSV Parser

https://www.importcsv.com/blog/wasm-csv-parser-complete-story
2•aray07•38m ago•0 comments

Show HN: A flat monthly subscription for open-source LLMs

https://synthetic.new/newsletter/entries/subscriptions
4•reissbaker•43m ago•0 comments

Eliza Labs Sues X For Anti-trust

https://www.reuters.com/legal/litigation/musks-x-hit-with-antitrust-lawsuit-by-software-startup-e...
3•moonmagick•43m ago•0 comments

Amazon Facing Lawsuit over Prime Video Movie Purchases

https://www.newsweek.com/amazon-facing-lawsuit-over-prime-video-movie-purchases-2120882
2•c420•43m ago•0 comments

Arbitraging Down LLM Inference to the Cost of Electricity

https://inference.net/blog/arbitraging-down-llm-inference-to-the-cost-of-electricity
4•ycombyourhair•46m ago•4 comments

The Vanishing Art of Building Sacred Spaces

https://www.noemamag.com/the-vanishing-art-of-building-sacred-spaces/
3•jprohov•47m ago•0 comments
Open in hackernews

Uncertain<T>

https://nshipster.com/uncertainty/
94•samtheprogram•2h ago

Comments

mackross•1h ago
Always enjoy mattt’s work. Looks like a great library.
boscillator•1h ago
Does this handle covariance between different variables? For example, the location of the object your measuring your distance to presumably also has some error in it's position, which may be correlated with your position (if, for example, if it comes from another GPS operating at a similar time).

Certainly a univarient model in the type system could be useful, but it would be extra powerful (and more correct) if it could handle covariance.

layer8•22m ago
To properly model quantum mechanics, you’d have to associate a complex-valued wave function with any set of entangled variables you might have.
jakubmazanec•1h ago
[flagged]
cobbal•57m ago
I don't think inference is part of this at all, frequentist or otherwise.

It's not part of the type system, it's just the giry monad as a library.

frizlab•56m ago
> And why does it need to be part of the type system?

As presented in the article, it is indeed just a library.

geocar•48m ago
> What if I want Bayesian?

Bayes is mentioned on page 46.

> And why does it need to be part of the type system? It could be just a library.

It is a library that defines a type.

It is not a new type system, or an extension to any particularly complicated type system.

> Am I missing something?

Did you read it?

https://www.microsoft.com/en-us/research/wp-content/uploads/...

https://github.com/klipto/Uncertainty/

jakubmazanec•22m ago
> Bayes is mentioned on page 46.

Bayes isn't mentioned in the linked article. But thanks for the links.

muxl•33m ago
It was chosen to be implemented as a generic type in this design because the way that uncertainty "pollutes" underlying values maps well onto monads which were expressed through generics in this case.
AlotOfReading•35m ago
A small note, but GPS is only well-approximated by a circular uncertainty in specific conditions, usually open sky and long-time fixes. The full uncertainty model is much more complicated, hence the profusion of ways to measure error. This becomes important in many of the same situations that would lead you to stop treating the fix as a point location in the first place. To give a concrete example, autonomous vehicles will encounter situations where localization uncertainty is dominated by non-circular multipath effects.

If you go down this road far enough you eventually end up reinventing particle filters and similar.

layer8•26m ago
Arguably Uncertain should be the default, and you should have to annotate a type as certain T when you are really certain. ;)
munchler•9m ago
Is this essentially a programmatic version of fuzzy logic?

https://en.wikipedia.org/wiki/Fuzzy_logic

krukah•7m ago
Monads are really undefeated. This particular application feels to me akin to wavefunction evolution? Density matrices as probability monads over Hilbert space, with unitary evolution as bind, measurement/collapse as pure/return. I guess everything just seems to rhyme under a category theory lens.