Feed aggregator

We explore how artificial intelligence is being integrated into network management tools, and the challenges it presents

Computer Weekly Feed - Mon, 05/25/2026 - 4:40am
We explore how artificial intelligence is being integrated into network management tools, and the challenges it presents
Categories: Computer Weekly

Golomb Coding

Hacker News - Mon, 05/25/2026 - 4:28am
Categories: Hacker News

Show HN: Geomatic – a command-driven geometry studio enabled with autodiff

Hacker News - Mon, 05/25/2026 - 4:25am

All commands have the format `output = \func inputs` or just `\function inputs`. Points and scalars are built on the fly. Eg `\line a b` to an empty canvas creates points `a` and `b`, and joins them with a line.

One can use broadcasting semantics similar to NumPy and PyTorch in a visual setting (imagine creating a list of circles where one dim corresponds to radius and another to the center). One can also use backpropagation, run gradient descent or visualize vector fields. Almost everything is reactive so changing a variable updates all of the downstream geometry. It also allows anyone to write and load their own visualization, which can be broadcasted and differentiated through.

Comments URL: https://news.ycombinator.com/item?id=48264635

Points: 2

# Comments: 2

Categories: Hacker News

Pages