Hacker News
Show HN: Trained YOLOX from scratch to avoid Ultralytics (iOS aircraft detect)
Article URL: https://austinsnerdythings.com/2026/02/13/training-yolox-aircraft-detection-mit-license/
Comments URL: https://news.ycombinator.com/item?id=47014877
Points: 1
# Comments: 0
Show HN: Terminalcore – The Rhythm Game for PC
Hey all! Built a PC based rhythm game designed around a terminal and ascii aesthetic. All built with Claude Code. Unsurprisingly LLMs are terrible at 'hearing' music so I had to make the beat maps manually. I built a separate tool to create the maps using a timeline editor to make it easier.
Started with 3 tracks one difficulty each, wanted to share before I went any further. Let me know what you think!
Comments URL: https://news.ycombinator.com/item?id=47014867
Points: 2
# Comments: 0
EU Greens/Pirates and Left file amendments to end ChatControl 1.0 mass scanning
Article URL: https://digitalcourage.social/@echo_pbreyer/116063821334857824
Comments URL: https://news.ycombinator.com/item?id=47014853
Points: 3
# Comments: 1
Show HN: A Browser-Based Video Editor with Smooth Zoom Effects
Article URL: https://rookieclip.com/
Comments URL: https://news.ycombinator.com/item?id=47014553
Points: 1
# Comments: 0
The Coding Agent Explorer for Claude Code (.NET)
Article URL: https://nestenius.se/ai/introducing-the-coding-agent-explorer-net/
Comments URL: https://news.ycombinator.com/item?id=47014527
Points: 1
# Comments: 1
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
