frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Composable Fleets of Claude Agents

https://edspencer.net/2026/2/22/herdctl-composable-fleets
1•edspencer•1m ago•0 comments

Wild smart home sensors you can integrate with Home Assistant

https://www.howtogeek.com/wild-smart-home-sensors-you-can-integrate-with-home-assistant/
1•kieto•1m ago•0 comments

Firm Data on AI

https://www.nber.org/papers/w34836
1•malshe•2m ago•1 comments

Identify OpenClaw installations on managed devices

https://github.com/knostic/openclaw-detect
1•8organicbits•5m ago•0 comments

Reticulum: The Internet, Reinvented [video]

https://www.youtube.com/watch?v=XTnYVh7K6xQ
1•skywal_l•8m ago•0 comments

Humanoid Robots Celebrate Spring, Your weekly selection of robot videos

https://spectrum.ieee.org/robot-martial-arts
1•oldnetguy•13m ago•0 comments

Show HN: A Bloomberg-style terminal for healthcare

https://nofone.io/terminal
2•ahmedhawas123•14m ago•0 comments

The human heart is a Turing Machine

https://threadreaderapp.com/thread/2026013870498922612.html
1•LorenDB•15m ago•0 comments

Proof demo: court ready crypto forensic report with hash verification

https://quantumassetengine.com
1•QAEinfra•17m ago•1 comments

AI helps break the cost barrier to COBOL modernization

https://claude.com/blog/how-ai-helps-break-cost-barrier-cobol-modernization
2•mfiguiere•17m ago•1 comments

Verifpal, Rewritten in Rust

https://symbolic.software/blog/2026-02-23-verifpal-rust/
1•todsacerdoti•18m ago•0 comments

Token Anxiety

https://twitter.com/i/status/2022438070092759281
3•endorphine•18m ago•0 comments

Show HN: Autonomous loop driver and multi-model council for Claude Code

https://github.com/intellegix/intellegix-code-agent-toolkit
1•intellegix•19m ago•0 comments

Ask HN: How do you know if AI agents will choose your tool?

1•dmpyatyi•20m ago•3 comments

MediaFM: The Multimodal AI Foundation for Media Understanding at Netflix

https://netflixtechblog.com/mediafm-the-multimodal-ai-foundation-for-media-understanding-at-netfl...
1•CharlesW•21m ago•0 comments

I built a tool that forces teams to cut priorities instead of ranking them

https://www.cognu.app/less-is-more
2•anticlickwise•21m ago•1 comments

Hominem Te Esse Memento: Mortality and Ambition in AI

https://ben.bolte.cc/posts/2026-02-15-regret
1•ENadyr•21m ago•0 comments

My dad died at 56 and never made it to retirement. The 3 lessons he taught me

https://www.businessinsider.com/dad-dying-before-he-could-retire-lessons-changed-retirement-plans...
5•kiriberty•23m ago•0 comments

Study reveals whistling secret of horses' whinny

https://www.theguardian.com/world/2026/feb/23/horses-whinny-neigh-whistle
1•kiriberty•24m ago•0 comments

Early Access to a todo app that syncs to Notion

1•luis_journey•25m ago•0 comments

Show HN: 17MB pronunciation scorer beats human experts at phoneme accuracy

https://huggingface.co/spaces/fabiosuizu/pronunciation-assessment
1•fabiosuizu•25m ago•0 comments

OpenFeeder – LLM-native web content API (better accuracy, 20x less data)

https://github.com/jcviau81/openfeeder
1•jcviau•26m ago•1 comments

Would you use a tool that turns any URL into a visual UX flow map?

https://www.benchcanvas.app/
1•davidmartinsu•26m ago•1 comments

Mine. Mine. Mine. How One Corrupt Billionaire Kicked Off the Global Cobalt Spree

https://www.vanityfair.com/news/story/dan-gertler-cobalt
2•randycupertino•26m ago•2 comments

India's VIP culture is out of control

https://www.economist.com/asia/2026/02/22/indias-vip-culture-is-out-of-control
5•vinni2•27m ago•0 comments

Cloudflare non existent Trust and Safety

2•rtsam•28m ago•0 comments

Binance Fired Employees Who Found $1.7B in Crypto Was Sent to Iran

https://www.nytimes.com/2026/02/23/technology/binance-employees-iran-firings.html
45•boplicity•28m ago•23 comments

Women's heart attack risk rises even if arteries aren't as clogged as men's

https://www.statnews.com/2026/02/23/heart-disease-in-women-plaque-scan-risk/
4•brandonb•28m ago•1 comments

BC Hydro call for AI, data-centre projects – Limited capacity

https://news.gov.bc.ca/releases/2026ECS0005-000095
2•SteveVeilStream•29m ago•1 comments

What I've learned to recognize as a designer and technologist thanks to sci-fi

https://www.chrbutler.com/in-but-not-of
3•delaugust•31m ago•1 comments
Open in hackernews

CMS with Graphical Simulator for Finite Automata, Mealy, and Turing Machines

https://tursim.org
1•ferri-emanuele•1h ago

Comments

ferri-emanuele•1h ago
Tursim is a content management system with a window-based visual interface, equipped with a graphical simulator for automata, Mealy machines, and Turing machines.

On the client side, it is entirely developed in JavaScript. The interface is defined through JSON, using a simple and easily extensible language.

The server is currently implemented in PHP, but since communication with the client also takes place via JSON, it can potentially be implemented in other languages as well.

Tursim relies on the file system and Linux system users, eliminating the need for a database. It can also make use of users and files already present on the system.

It includes a file explorer with copy, move, delete, and directory creation features. A recycle bin is also available, which preserves different versions of files, including those that have been overwritten.

Basic collaboration features are supported through the creation of user groups. A simple style selector allows adding, removing, and reordering CSS stylesheets.

Originally designed for educational purposes, Tursim combines simplicity, speed, and extensibility, qualities that also make it a potential lightweight alternative to more complex CMS platforms.