frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Smplogs – Local-first AWS Cloudwatch log analyzer via WASM

https://www.smplogs.com
2•smplogs•1h ago
smplogs analyzes your AWS CloudWatch log exports (Lambda, API Gateway, ECS) and turns them into severity-ranked findings, root cause analysis, and log signature clusters. The entire analysis engine is written in Go, compiled to WebAssembly, and runs client-side. Your log content never leaves your browser.

Why I built this: I got tired of the CloudWatch debugging loop - staring at raw log streams, writing ad hoc Insights queries, mentally correlating timestamps across invocations, and still not understanding why my Lambda was failing. I wanted something where I could drop a file and immediately see "94% of your failures occur within 200ms of a DynamoDB ProvisionedThroughputExceededException - switch the Payments table to on-demand capacity." Actual root causes, not just "error rate is high."

Technical approach: The core engine is a Go binary compiled to WASM (~analysis.wasm). At build time, Vite computes its SHA-256 hash and bakes it into the JS bundle. At runtime, the browser fetches the WASM, verifies the hash with crypto.subtle.digest before instantiation, and then all parsing and analysis happens in WebAssembly linear memory. The server only sees metadata (file size for rate limiting, a session key). No log content is ever transmitted.

Inside the WASM, there are four analysis modules: a SemanticLogClusterer (groups log lines by pattern, masks variables - so you see "ProvisionedThroughputExceededException: Rate exceeded for table *" appearing 48 times across 12 requests), a ResourceCorrelationEngine (links error spikes to upstream causes like throttling or cold starts), a ColdStartRegressionAnalyzer, and an AnomalyDetector (catches things like slowly increasing memory usage suggesting a leak).

The frontend is vanilla ES modules - no React, no framework. Vite bundles it. Tailwind for styling. The backend is just Vercel serverless functions handling auth, rate limiting, and encrypted storage for Pro users who want to save analyses.

There's also a browser extension (Chrome, Firefox, Edge) that injects an "Analyze" button directly into the CloudWatch console, so you can skip the export step entirely.

What's hard: Tuning the correlation engine thresholds. "94% of failures within 200ms of throttling" is a real finding from testing, but getting the confidence intervals right across wildly different log shapes(a 50-invocation Lambda vs. a 10,000-request API Gateway) is an ongoing challenge. I'm also debating whether to open-source the WASM engine.

What I'd love feedback on:

- Is the zero-knowledge / client-side-only angle compelling enough to overcome the "just another log tool" reaction?

- The free tier is 3 analyses/day. Too low? Too high?

- Would you want a CLI version that pipes CloudWatch logs directly?

You can try a no-signup demo on the landing page - just scroll a bit to see the analysis output on sample logs.

https://www.smplogs.com

Free tier available, no credit card required.

45 years of coding vs. the "nothing you do matters" machine

https://www.eod.com/blog/2026/02/lose-myself/
1•thoughtpeddler•1m ago•0 comments

Private Motion Pictures of Adolf Hitler and Eva Braun

https://catalog.archives.gov/id/43461
1•georgecmu•2m ago•0 comments

California results are not authorised to use MidnightBSD

https://github.com/MidnightBSD/src/commit/7d956a27123f2d77a05313826c29a0329a923254
2•stargrave•2m ago•0 comments

Dark Sky's Creators Are Back with a New Weather App

https://gizmodo.com/dark-skys-creators-are-back-with-a-new-weather-app-2000725597
1•gnabgib•4m ago•0 comments

Show HN: Talentpluto, a voice AI agent connecting GTM talent and startups

https://talentpluto.com/
1•pipervw•6m ago•0 comments

Guy made the ultimate file converter [video]

https://www.youtube.com/watch?v=btUbcsTbVA8
1•verifex•9m ago•1 comments

Are GitHub Copilot code suggestions useful enough?

1•waffletower•10m ago•1 comments

Show HN: Compliance-as-Code for Cloud Infra

https://www.10factorinfra.com
1•mjkamalika•11m ago•0 comments

Your Token Proves Who You Are, Not What You Own

https://fusionauth.io/blog/dji-token-auth
1•mooreds•12m ago•0 comments

Web API Changelog – February 2026

https://developer.spotify.com/documentation/web-api/references/changes/february-2026
1•sudenmorsian•12m ago•0 comments

Russia fines Google 22.8M rubles for promoting VPNs on the Play Store

https://www.techradar.com/vpn/vpn-privacy-security/russia-fines-google-22-8-million-rubles-for-pr...
1•maxloh•12m ago•0 comments

The Little Red Dot

https://idiallo.com/blog/little-red-dot
2•foxfired•12m ago•0 comments

Building Technology to Drive AI Governance

https://bounded-regret.ghost.io/building-technology-to-drive-ai-governance/
1•mooreds•12m ago•0 comments

NASA Artemis 2 Launch Delay

https://www.space.com/space-exploration/artemis/nasas-artemis-2-moon-rocket-returns-to-hangar-for...
1•saswatms•13m ago•0 comments

Coding Agents and the Inevitable AI Bubble with Eric Anderson [audio]

https://www.lastweekinaws.com/podcast/screaming-in-the-cloud/coding-agents-and-the-inevitable-ai-...
1•mooreds•13m ago•0 comments

Show HN: Intelligence Disruption Index – Is AI replacing human work?

https://yukicapital.com/intelligence-disruption-index
1•romainsimon•14m ago•1 comments

Show HN: Morsel – an open-source, web-based visual Modelica editor

https://morsel.modelscript.org
1•nachawati•16m ago•0 comments

Show HN: Can this model run on my Mac mini?

https://mac-ai-model-compatibility-checker-911416006313.us-west1.run.app
1•mkagenius•17m ago•0 comments

I made this new game

https://the67numbergame.github.io/
1•_snory•17m ago•0 comments

Vera Rubin – Extreme Co-Design: An Evolution from Grace Blackwell Oberon

https://newsletter.semianalysis.com/p/vera-rubin-extreme-co-design-an-evolution
1•wmf•17m ago•0 comments

'Incoherent': Hegseth's Anthropic ultimatum confounds AI policymakers

https://www.politico.com/news/2026/02/26/incoherent-hegseths-anthropic-ultimatum-confounds-ai-pol...
5•hackernj•18m ago•0 comments

New AirSnitch attack breaks Wi-Fi encryption in homes, offices, and enterprises

https://arstechnica.com/security/2026/02/new-airsnitch-attack-breaks-wi-fi-encryption-in-homes-of...
1•rmason•18m ago•1 comments

Specs Should Be Equations, Not Essays

https://fromanengineersight.substack.com/p/specs-should-be-equations-not-essays
4•ben8t•19m ago•0 comments

An official VS Code extension for FastAPI

https://marketplace.visualstudio.com/items?itemName=FastAPILabs.fastapi-vscode
1•seaquenched•20m ago•0 comments

30k Peptides and a GPU That Wasn't Trying Hard Enough

https://carolinacloud.substack.com/p/30000-peptides-and-a-gpu-that-wasnt
2•bojangleslover•21m ago•0 comments

MLS's calendar flip is coming. Clubs are planning how to exploit it

https://www.theguardian.com/football/2026/feb/18/mlss-calendar-flip-is-coming-clubs-are-already-p...
1•PaulHoule•23m ago•0 comments

anthropics/skills: Public repository for Agent Skills

https://github.com/anthropics/skills
1•Anon84•24m ago•0 comments

Happy Map

https://pudding.cool/2026/02/happy-map/
2•frizlab•24m ago•0 comments

Show HN: MongoClaw, A mutation runtime for MongoDB with write-time agent safety

https://github.com/supreeth-ravi/mongoclaw
3•supreeth_ravi•25m ago•0 comments

Ibex – Typed DataFrame DSL

https://bobjansen.github.io/Ibex/
1•Bootvis•25m ago•0 comments