frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Rack-mount hydroponics

https://sa.lj.am/rack-mount-hydroponics/
136•cdrnsf•4h ago•31 comments

Why Mathematica does not simplify sinh(arccosh(x))

https://www.johndcook.com/blog/2026/03/10/sinh-arccosh/
45•ibobev•3d ago•7 comments

Treasure hunter freed from jail after refusing to turn over shipwreck gold

https://www.bbc.com/news/articles/cg4g7kn99q3o
77•tartoran•6h ago•86 comments

A most elegant TCP hole punching algorithm

https://robertsdotpm.github.io/cryptography/tcp_hole_punching.html
70•Uptrenda•5h ago•16 comments

How kernel anti-cheats work

https://s4dbrd.github.io/posts/how-kernel-anti-cheats-work/
155•davikr•8h ago•118 comments

Show HN: Han – A Korean programming language written in Rust

https://github.com/xodn348/han
166•xodn348•11h ago•92 comments

Allow me to get to know you, mistakes and all

https://sebi.io/posts/2026-03-14-allow-me-to-get-to-know-you-mistakes-and-all/
127•sebi_io•10h ago•50 comments

Ageless Linux – Software for humans of indeterminate age

https://agelesslinux.org/
600•nateb2022•10h ago•380 comments

Mathematics Distillation Challenge – Equational Theories

https://terrytao.wordpress.com/2026/03/13/mathematics-distillation-challenge-equational-theories/
68•picafrost•23h ago•2 comments

SBCL Fibers – Lightweight Cooperative Threads

https://atgreen.github.io/repl-yell/posts/sbcl-fibers/
86•anonzzzies•9h ago•14 comments

Tree Search Distillation for Language Models Using PPO

https://ayushtambde.com/blog/tree-search-distillation-for-language-models-using-ppo/
56•at2005•8h ago•3 comments

Bumblebee queens breathe underwater to survive drowning

https://www.smithsonianmag.com/science-nature/bumblebee-queens-breathe-underwater-to-survive-drow...
120•1659447091•12h ago•26 comments

MCP is dead; long live MCP

https://chrlschn.dev/blog/2026/03/mcp-is-dead-long-live-mcp/
129•CharlieDigital•13h ago•133 comments

A look inside Dialector, filmmaker Chris Marker's chatbot from 1988

https://kubicki.org/letters/the-festival-of-the-machines/
37•kosmavision•3d ago•4 comments

The mechanics of autonomous software translation

https://alperenkeles.com/posts/autonomous-translations/
14•alpaylan•4d ago•0 comments

An unappetizing shrub became different vegetables

https://www.worksinprogress.news/p/many-of-the-tastiest-vegetables-are
31•bensouthwood•3d ago•17 comments

Marketing for Founders

https://github.com/EdoStra/Marketing-for-Founders
169•jimsojim•13h ago•67 comments

Fedora 44 on the Raspberry Pi 5

https://nullr0ute.com/2026/03/fedora-44-on-the-raspberry-pi-5/
93•jandeboevrie•13h ago•27 comments

Airbus is preparing two uncrewed combat aircraft

https://www.airbus.com/en/newsroom/press-releases/2026-03-airbus-is-preparing-two-uncrewed-combat...
131•phasnox•9h ago•73 comments

An ode to bzip

https://purplesyringa.moe/blog/an-ode-to-bzip/
130•signa11•17h ago•69 comments

Launching the Claude Partner Network

https://www.anthropic.com/news/claude-partner-network
136•gmays•11h ago•69 comments

A Recursive Algorithm to Render Signed Distance Fields

https://pointersgonewild.com/2026-03-06-a-recursive-algorithm-to-render-signed-distance-fields/
90•surprisetalk•3d ago•7 comments

Baochip-1x: What it is, why I'm doing it now and how it came about

https://www.crowdsupply.com/baochip/dabao/updates/what-it-is-why-im-doing-it-now-and-how-it-came-...
306•timhh•3d ago•68 comments

The Enterprise Context Layer

https://andychen32.substack.com/p/the-enterprise-context-layer
54•zachperkel•4d ago•10 comments

Library of Short Stories

https://www.libraryofshortstories.com/
74•debo_•12h ago•3 comments

Hostile Volume – A game about adjusting volume with intentionally bad UI

https://hostilevolume.com/
92•Velocifyer•14h ago•59 comments

The Passion of Will Self

https://www.newstatesman.com/culture/books/2026/03/the-passion-of-will-self
7•apollinaire•3d ago•1 comments

Show HN: GrobPaint: Somewhere Between MS Paint and Paint.net

https://github.com/groverburger/grobpaint
41•__grob•10h ago•6 comments

Python: The Optimization Ladder

https://cemrehancavdar.com/2026/03/10/optimization-ladder/
316•Twirrim•4d ago•112 comments

1M context is now generally available for Opus 4.6 and Sonnet 4.6

https://claude.com/blog/1m-context-ga
1154•meetpateltech•1d ago•491 comments
Open in hackernews

Why Mathematica does not simplify sinh(arccosh(x))

https://www.johndcook.com/blog/2026/03/10/sinh-arccosh/
45•ibobev•3d ago

Comments

hnarayanan•1h ago
This is a general pattern in CAS. For a more basic case, it’s not obvious sqrt(square(x)) will simplify to x without any further assumptions on x.
burnt-resistor•31m ago
That's not what it simplifies to using a real number domain for x, it's abs(x). For the imaginary number domain, it appears needs something else, perhaps a ± in there.
jstanley•5m ago
Right, that's why you need further assumptions on x in order for that simplification to hold.
noosphr•1h ago
More generally it's not at all clear what 'simplify' means.

Is x*x simpler than x^2? Probably? Is sqrt(5)^3 simpler than 5^(3/2)? I don't know.

It entirely depends on what you're going to be doing with the expression later.

bryango•1h ago
I really wish Mathematica would open-source the heuristics behind these core functions (including common mathematical functions, Simplify, Integrate, etc.). The documentation is good, but it still lags behind the actual implementation. It would be much easier if we could peek inside the black box.
SillyUsername•55m ago
I've only an A-Level in Further Maths from 1997, but understand complex numbers and have come across complex inverse trig functions before.

My takeaway for other people like me from this is "computer is correct" because the proof shows that we can't define arccosh using a single proof across the entire complex plane (specifically imaginary, including infinity).

The representation of this means we have both complex functions that are defined as having coverage of infinity, and arccosh, that a proof exists in only one direction at a time during evaluation.

This distinction is a quirk in mathematics but means that the equation won't be simplified because although it looks like it can, the underlying proof is "one sided" (-ve or +ve) which means the variables are fundamentally not the same at evaluation time unless 2 approaches to the range definition are combined.

The QED is that this distinction won't be shown in the result's representation, leading to the confusion that it should have been simplified.

derf_•51m ago
This sentence confused me: "For example, Sinh[ArcCosh[-2 + 0.001 I]] returns 11.214 + 2.89845 I but Sinh[ArcCosh[-2 + 0.001 I]] returns 11.214 - 2.89845 I," not the least of which because the two input expressions are the same, but also because we started out by saying Sinh[ArcCosh[-2]] = -Sqrt[3], which is not at all near 11.214 +/- 2.89845 I.

I think the author meant to say, "ArcCosh[-2 + 0.001 I] returns 1.31696 + 3.14102 I but ArcCosh[-2 - 0.001 I] returns 1.31696 - 3.14102 I," because we are talking about defining ArcCosh[] on the branch cut discontinuity, so there is no need to bring Sinh[] into it (and if we do, we find the limits are the same: the imaginary component goes to zero and Sinh[ArcCosh[-2 +/- t*I]] approaches -Sqrt[3] as t goes to zero from above or below). I am not sure what went wrong to get what they wrote.