Feed aggregator
Show HN: J-RAY – A privacy-first, client-side JSON visualizer
I deal with massive JSON APIs daily and got tired of pasting sensitive payloads into random cloud formatters. So I built J-RAY. It runs 100% locally in your browser (0 trackers, data never leaves your machine) and transforms chaotic JSON into an interactive neural graph to make debugging easier. Built with React and ReactFlow. Would love your feedback!
Comments URL: https://news.ycombinator.com/item?id=47014509
Points: 1
# Comments: 0
Why scaling won't fix hallucination
Article URL: https://echosphere.io
Comments URL: https://news.ycombinator.com/item?id=47014502
Points: 2
# Comments: 0
Show HN: Sameshi – a ~1200 Elo chess engine that fits within 2KB
I made a chess engine today, and made it fit within 2KB. I used a variant of MinMax called Negamax, with alpha beta pruning. For the board representation I have used a 120-cell "mailbox". I managed to squeeze in checkmate/stalemate in there, after trimming out some edge cases.
I am a great fan of demoscene (computer art subculture) since middle school, and hence it was a ritual i had to perform.
For estimating the Elo, I measured 240 automated games against Stockfish Elo levels (1320 to 1600) under fixed depth-5 and some constrained rules, using equal color distribution.
Then converted pooled win/draw/loss scores to Elo through some standard logistic formula with binomial 95% confidence interval.
Comments URL: https://news.ycombinator.com/item?id=47014500
Points: 1
# Comments: 0
IR and Toolchain for Cross-Device OLAP Workloads
Article URL: https://github.com/ronfriedhaber/autark/tree/main/crates/mpera
Comments URL: https://news.ycombinator.com/item?id=47014499
Points: 1
# Comments: 0
Sentinel – Enterprise SIEM for startups (Splunk alternative, free)
Article URL: https://github.com/yourusername/sentinel
Comments URL: https://news.ycombinator.com/item?id=47014479
Points: 1
# Comments: 1
Show HN: AppSumo Graveyard – Tracking LTD Products That Didn't Survive
Article URL: https://github.com/jiankn/appsumo-graveyard
Comments URL: https://news.ycombinator.com/item?id=47014478
Points: 1
# Comments: 0
Hackers Exploit Free Firebase Accounts to Launch Phishing Campaigns
Article URL: https://gbhackers.com/hackers-exploit-free-firebase-accounts/
Comments URL: https://news.ycombinator.com/item?id=47014468
Points: 1
# Comments: 1
Why High-Performers Restart Instead of Compound
I’ve been studying a behavioral pattern I see in capable, ambitious people.
They don’t usually quit.
They restart.
They build a system, execute for several days, miss once, then redesign everything instead of continuing.
I call it the Continuity Collapse Pattern.
The core idea:
Most productivity systems are built for ideal conditions. Real life includes emotional variance and activation cost. When a miss is interpreted as identity failure, restart becomes the default response.
The solution isn’t more motivation. It’s designing systems around return speed instead of streak length.
Full breakdown here:
https://spryexecutiveos.com/continuity-collapse-pattern/
Comments URL: https://news.ycombinator.com/item?id=47014467
Points: 1
# Comments: 3
PCB Rework and Repair Guide [pdf]
Article URL: https://www.intertronics.co.uk/wp-content/uploads/2017/05/PCB-Rework-and-Repair-Guide.pdf
Comments URL: https://news.ycombinator.com/item?id=47014460
Points: 1
# Comments: 0
Ooh.directory: a place to find good blogs that interest you
Article URL: https://ooh.directory/
Comments URL: https://news.ycombinator.com/item?id=47014449
Points: 2
# Comments: 0
Automatia and the Case for Vanilla
Article URL: https://fwsgonzo.medium.com/automatia-and-the-case-for-vanilla-b3209cdf1583
Comments URL: https://news.ycombinator.com/item?id=47014442
Points: 1
# Comments: 0
Show HN: A small embeddable Datalog engine in Zig
Hi everyone,
I've made an early version of a Datalog engine (called Zodd) in Zig. Datalog is a logic query language. It's not as well-known as SQL, but it has its own use cases. If you're interested to know more about the project, including its possible use cases and features, you can check projec's GitHub repo: https://github.com/CogitatorTech/zodd
Comments URL: https://news.ycombinator.com/item?id=47014434
Points: 2
# Comments: 0
Show HN: BetterCapture – free and open source screen recorder for macOS
Article URL: https://bettercapture.app
Comments URL: https://news.ycombinator.com/item?id=47014431
Points: 5
# Comments: 0
Lessons from the Moltbook Protocol (Agent-Oriented API Design Patterns)
Article URL: https://apidog.com/blog/agent-oriented-api-design-patterns-lessons-from-the-moltbook-protocol/
Comments URL: https://news.ycombinator.com/item?id=47014430
Points: 11
# Comments: 0
Show HN: An AI Workstation Inspired by Computers
For a clean main context, convenient application management, and potentially unlimited scalability, an AI workstation based on Claude Code skills was created, referencing computer architecture : { CPU ==> LLM }, { System Kernel ==> Claude Code + CLAUDE.md }, { System Processes ==> Sub-Agents }, { Apps ==> Skills }, { Appstore ==> github }, { System Drivers ==> MCP + Hooks }, { Monitor ==> Windows Terminal }, { Runtime Environment ==> Portable Environment }; The Code: https://github.com/canishowtime/ai-station-navigator/
Comments URL: https://news.ycombinator.com/item?id=47014428
Points: 1
# Comments: 0
Show HN: Two-Dimensional Phase Portrait Plotter
Hi! I made a two-dimensional phase portrait plotter website page.
Purpose: If you don't have any study guide for exercises related to dynamic systems or too lazy to run python and set up sliders to visually see potential bifurcations, you can play around with said dynamic system (numerically) to visually get a feel of the system.
It includes numerical approximations for:
- Euler/4th Order Runge-Kutta solver for the system --> You can also pick initial point + backwards integration.
- Poincaré Index (index theory)
- Nullclines
- Eigenvalues of the Jacobian matrix (sometimes called "stability matrix" in the literature)
It's based on old python code that I made for a dynamic system course that I converted to JavaScript using Grok, Sonnet 4.5 and Gemini Pro.
Does not include:
- Bifurcation diagrams - can't make it without a computer algebra system (CAS), way above my skill level...
- Anything that isn't two-dimensional (for one dimension you can just use a regular calculator) - 3D got highly computational heavy fast (for a website so to speak). I'm keeping it simple since it is a practice tool to draw your own phase portraits yourself by hand (like most exams requires you to do).
For real applications, you need to either solve stuff analytically or use more advance tools. This is just for educational purposes and enjoyment.
Comments URL: https://news.ycombinator.com/item?id=47014425
Points: 1
# Comments: 0
How many registers does an x86-64 CPU have? (2020)
Article URL: https://blog.yossarian.net/2020/11/30/How-many-registers-does-an-x86-64-cpu-have
Comments URL: https://news.ycombinator.com/item?id=47014405
Points: 3
# Comments: 1
Show HN: Stillpoint – Debugger for Cognitive Loops
Context: Earlier this week asked how engineers "step through" their own anxiety. 20+ comments with methods: externalizing, nervous system regulation, "next thought" hack, 4-mile walks.
Built a tool for the gap: 2am, 6 layers deep, can't access your toolkit. 10 Socratic messages, no login, no memory.
Not therapy. Not optimization. Just pattern recognition when you're stuck mid-loop.
Try it: https://thestillpoint.netlify.app/
Thanks to everyone who shared their actual practices.
Comments URL: https://news.ycombinator.com/item?id=47014398
Points: 1
# Comments: 0
