frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Mitchell Hashimoto's new way of writing code

https://newsletter.pragmaticengineer.com/p/mitchell-hashimoto
1•JSR_FDED•35s ago•0 comments

Solar Thermal Energy Conversion with a Multilevel Inverter Circuit

https://www.mdpi.com/2673-4591/124/1/27
1•PaulHoule•3m ago•0 comments

Show HN: Relocate.ai – AI reports for families moving abroad

http://relocate-ai.178.156.240.80.sslip.io
1•greenbelt_dev•4m ago•0 comments

Open-Source Whale Falls

https://nesbitt.io/2026/02/21/whale-fall.html
1•transpute•5m ago•0 comments

Show HN: Decision Tree Builder

https://unli.xyz/tools/decision-tree.html
1•xk3•5m ago•0 comments

Show HN: ImageCFN – Analog, Resolution-Independent Image Representation

https://web-demo-ten-navy.vercel.app
2•prof_garlic•8m ago•1 comments

Trump admin halts [$250M of] Medicaid payments to Minnesota over fraud claims

https://www.cnn.com/2026/02/25/politics/trump-vance-minnesota-medicaid
2•Tadpole9181•9m ago•0 comments

DeepSeek withholds latest AI model from Nvidia, AMD

https://www.reuters.com/world/china/deepseek-withholds-latest-ai-model-us-chipmakers-including-nv...
2•cmrdporcupine•10m ago•1 comments

Show HN: OpenSwarm – Multi‑Agent Claude CLI Orchestrator for Linear/GitHub

https://github.com/Intrect-io/OpenSwarm
1•unohee•16m ago•0 comments

Show HN: EV424 – Reproducible Integrity Receipts (Don't Trust, Verify)

https://github.com/ev424verify/ev424-hub
1•lws9262•17m ago•0 comments

Reverse-engineer an MP3 player's firmware using LLMs

https://im.not.ci/echo-mini-rse/
1•uneven9434•17m ago•0 comments

Show HN: Usplus.ai – OpenClaw for Enterprise. Autonomous Agents to get work done

https://usplus.ai:443/
1•usplusAI•18m ago•1 comments

The Lives of Secrets

https://arenamag.com/articles/the-lives-of-secrets
1•jger15•23m ago•0 comments

Pentagon takes first step toward blacklisting Anthropic

https://www.axios.com/2026/02/25/anthropic-pentagon-blacklist-claude
2•jimmydoe•27m ago•0 comments

CSS Proposal:near(<length>) pseudo-class for pointer proximity

https://github.com/w3c/csswg-drafts/issues/13271
1•nnx•32m ago•0 comments

I built an AI fitness agent

https://twitter.com/fitly_ai/status/2026832485804384576
2•bradpineau•32m ago•0 comments

The Glass Transition Problem: An Unsolved Mystery in Physics

https://www.ade.pt/the-glass-transition-problem/
1•A_D_E_P_T•32m ago•0 comments

Ian AI Fitness Agent

1•bradpineau•33m ago•0 comments

Could users acting en masse take a major website down?

1•micio-micio•33m ago•4 comments

I built an open-source AI Gateway that sits between your apps and LLM providers

https://github.com/DatanoiseTV/aigateway
1•sylwester•36m ago•5 comments

It's time to pull the plug on plug-in hybrids

https://techcrunch.com/2026/02/24/its-time-to-pull-the-plug-on-plug-in-hybrids/
1•Stratoscope•39m ago•0 comments

Braided River

https://en.wikipedia.org/wiki/Braided_river
1•thunderbong•47m ago•0 comments

Show HN: PullMaster – Recommends code reviewers from your repo history

1•justinko•49m ago•0 comments

Welcome to the Age of the Slop Fork

https://mbleigh.dev/posts/slop-forks/
6•mbleigh•55m ago•0 comments

Language Hacking in a Live Programming Environment (2016)

https://ohmjs.org/pubs/live2016/
2•andsoitis•56m ago•0 comments

2D memristors could help solve AI's energy problem

https://phys.org/news/2026-02-2d-memristors-ai-energy-problem.html
1•wglb•57m ago•1 comments

Super Battle Golf guide is here

https://superbattlegolf.net/
1•candseven•57m ago•0 comments

Turtle.audio – music sequencer inspired by turtle graphics programming

http://turtle.audio
1•andsoitis•57m ago•0 comments

Salesforce Sees Stable Growth; CEO Dismisses Talk of AI-Fueled 'SaaS-Pocalypse'

https://www.marketwatch.com/story/salesforce-sees-stable-growth-ceo-dismisses-talk-of-ai-fueled-s...
1•petethomas•58m ago•0 comments

Simpletalk

https://github.com/dkrasner/Simpletalk
1•andsoitis•58m ago•0 comments
Open in hackernews

Show HN: OpenTrace – Self-hosted observability server with 75 MCP tools

https://github.com/adham90/opentrace
3•adham900•2h ago
I built a self-hosted observability server that exposes production data as MCP tools. Instead of switching between dashboards and your editor, you connect it to Claude Code, Cursor, or any MCP client and query your logs, database, and server metrics through natural language.

What it covers:

- Log ingestion with full-text search (SQLite FTS5), filters by service, level, trace ID, exception class, metadata - Read-only Postgres introspection — query stats from pg_stat_statements, index analysis, lock chains, bloat estimates, replication lag. All queries validated SELECT-only via SQL AST parsing (pg_query) - Sentry-style error grouping by fingerprint with user impact analysis - User analytics — session journeys, conversion funnels, path analysis, top endpoints - VM monitoring — CPU, memory, disk, network via gopsutil - Rule-based threshold watches with auto-resolve

The AI assistant can also take actions: resolve errors, create watches, set up health checks, kill slow queries, and save persistent notes across sessions.

Tools return suggested_tools with pre-filled arguments, so the assistant chains through investigations without prompt engineering.

Stack: Go, SQLite (WAL + FTS5), Chi, HTMX. Single binary, no external dependencies. Runs on a $4 VPS.

Client libraries: Ruby gem for Rails (auto-captures SQL, N+1s, view renders, ActiveJob, PII redaction) and a 3.1KB browser JS client for frontend error tracking.

https://github.com/adham90/opentrace