Feed aggregator
Containers are an integral part of a growing number of production environments. But they can become security risks if not managed correctly.
The Dutch Revolt Was Europe's First Bourgeois Revolution
Article URL: https://jacobin.com/2026/03/dutch-revolt-bourgeois-revolutions-netherlands-reformation/
Comments URL: https://news.ycombinator.com/item?id=47282993
Points: 4
# Comments: 0
Show HN: CodeTrackr – open-source WakaTime alternative with real-time stats
Hi HN! I built CodeTrackr, an open-source, privacy-first alternative to WakaTime.
It tracks coding activity and provides real-time analytics, global leaderboards, and a plugin system. The goal is to give developers useful productivity insights while keeping full ownership of their data.
Key features: - WakaTime-compatible API (works with existing editor extensions) - Real-time dashboard using WebSockets - Global and language leaderboards - Self-hostable (Docker included) - Plugin system using JavaScript snippets - GitHub and GitLab login
Stack: Rust + Axum + PostgreSQL + Redis + Vanilla JS
Repository: https://github.com/livrasand/CodeTrackr
I would really appreciate feedback, especially regarding: - security - architecture - potential areas for improvement
If you're interested, you're also welcome to build plugins for the plugin store or create IDE extensions for your favorite editors.
Thanks for taking a look!
PS: I used ChatGPT to translate this; my native language is Spanish, and my English is limited.
Comments URL: https://news.ycombinator.com/item?id=47282990
Points: 2
# Comments: 0
Fosdemflix
Article URL: https://fosdemflix.netlify.app/
Comments URL: https://news.ycombinator.com/item?id=47282985
Points: 1
# Comments: 0
Game about Data of America
Article URL: https://americaindata.com/
Comments URL: https://news.ycombinator.com/item?id=47282980
Points: 2
# Comments: 0
New ThinkPad T14 is a repairable laptop with LPCAMM2 RAM
Article URL: https://liliputing.com/lenovo-thinkpad-t14-gen-7-is-a-repairable-laptop-with-lpcamm2-memory/
Comments URL: https://news.ycombinator.com/item?id=47282975
Points: 1
# Comments: 0
Ion Drift is an Asteroids-style roguelite web game using assets from Endless Sky
Article URL: https://iondrift.net/
Comments URL: https://news.ycombinator.com/item?id=47282973
Points: 1
# Comments: 1
Show HN: OpenEHR-CLI – CLI and MCP server for working with openEHR artifacts
Hi HN,
I built openEHR-CLI, an open source command line tool to work with openEHR artifacts (archetypes, templates, etc.).
The idea was to make it easier to automate tasks that usually require GUI tools, such as validating templates or processing openEHR resources in scripts and CI pipelines.
One interesting feature is that the CLI also exposes an MCP (Model Context Protocol) server. This allows the tool to be used by AI clients that support MCP (Claude Desktop, Cursor, etc.), so AI assistants can interact with openEHR artifacts programmatically.
Examples of things it can be used for:
- validating templates and artifacts
- inspecting openEHR models
- automating checks in CI pipelines
- exposing openEHR tooling to AI assistants through MCP
The project is open source and feedback is welcome.
Repo: https://github.com/CaboLabs/openEHR-CLI
Comments URL: https://news.ycombinator.com/item?id=47282951
Points: 1
# Comments: 0
Looking for testers for a location-based AI experiment
I'm building a small experiment called Tasda.
The idea: places have their own AI and you can talk to them while exploring a city.
I'm opening a small Android beta and looking for around 10–20 curious testers.
Website: www.tasda.com
Comments URL: https://news.ycombinator.com/item?id=47282928
Points: 1
# Comments: 0
We're Training Students to Write Worse and to Use AI to Prove They're Not Robots
Show HN: We're on Women's Day Sale. Sign Up to Playtest Shop Crush
We're on the Women's Day Sale!
To celebrate it, we are conducting a playtest for Shop Crush. Sign up if you are interested. We are preparing a game demo and would be more than happy to have you try it.
You can sign up for the paytest on our Steam Page.
Comments URL: https://news.ycombinator.com/item?id=47282917
Points: 1
# Comments: 0
Huawei PanguLM [pdf]
Article URL: https://support.huaweicloud.com/intl/en-us/productdesc-pangulm/PanguLM%20Service_Service%20Overview-pdf.pdf
Comments URL: https://news.ycombinator.com/item?id=47282912
Points: 1
# Comments: 0
What's the deal with "age verification" and computers?
Article URL: https://rudd-o.com/linux-and-free-software/what-is-going-on-with-age-verification-in-computers
Comments URL: https://news.ycombinator.com/item?id=47282897
Points: 1
# Comments: 0
Show HN: BottomUp- Translate Your Thoughts So AI Can Work For Your Neurotype
I'm autistic and ADHD, and I kept running into the same wall with AI tools- not knowing how to prompt them in a way that matched how my brain actually works. I'd have a real idea or need but couldn't get the output to reflect it. So I built BottomUp.
It's a free, no-login tool that walks you through a structured process to clarify your thinking before you prompt an AI. Instead of starting with a blank box, you answer a few focused questions and it builds the prompt from the bottom up — hence the name.
It's built especially for neurodivergent people, but honestly anyone who gets frustrated staring at a blank prompt field might find it useful.
No account needed, runs in the browser: https://www.bottomuptool.com
Would love feedback — especially from anyone who's struggled with the "I know what I want but can't explain it to the AI" problem.
Comments URL: https://news.ycombinator.com/item?id=47282888
Points: 1
# Comments: 0
SPA vs. Hypermedia: Real-World Performance Under Load
Article URL: https://zweiundeins.gmbh/en/methodology/spa-vs-hypermedia-real-world-performance-under-load
Comments URL: https://news.ycombinator.com/item?id=47282880
Points: 1
# Comments: 0
Steve Jobs predicted "vibe coding" in 1997 [video]
Article URL: https://twitter.com/musaabHQ/status/1582671928271118337
Comments URL: https://news.ycombinator.com/item?id=47282879
Points: 2
# Comments: 0
Brain Computer Interfaces Are Now Giving Sight Back to the Blind
Article URL: https://garryslist.org/posts/brain-computer-interfaces-are-now-giving-sight-back-to-the-blind
Comments URL: https://news.ycombinator.com/item?id=47282872
Points: 2
# Comments: 0
Show HN: Hatice – Autonomous Issue Orchestration with Claude Code Agent SDK
Hatice polls your issue tracker (Linear or GitHub Issues), spins up isolated workspaces, and dispatches Claude Code agents to solve each issue end-to-end — dispatch, multi-turn execution, retry with exponential backoff, reconciliation, and real-time observability.
Inspired by OpenAI's "Harness Engineering" manifesto and Symphony (Elixir/OTP), rebuilt from scratch in TypeScript with the Claude Code Agent SDK. Key differences from Symphony: - GitHub Issues support (not just Linear) - SSE real-time dashboard (no WebSocket dependency) - Per-session cost tracking in USD - Fine-grained tool control (allow/disallow specific tools) - MCP server tools for agents to query Linear/GitHub APIs directly - Single WORKFLOW.md file configures everything 4,148 lines of source, 328 tests, zero type errors. Every line written by AI agents. Demo video in the README shows hatice building a presentation website autonomously — 5 Linear issues dispatched in parallel, each agent working in isolated workspaces with live hot-reload.
Comments URL: https://news.ycombinator.com/item?id=47282871
Points: 1
# Comments: 0
Show HN: Free salary converter with 3,400 neighborhood comparisons in 182 cities
Hi HN, I built this because when I was considering relocating, I couldn't find a salary comparison tool that went deeper than city-level averages. A $100K salary in "New York" means very different things depending on whether you live in Manhattan or Queens.
What it does: enter your current city, a target city, and your salary. It calculates an equivalent salary adjusted for cost of living, local taxes, rent, and currency exchange — down to the neighborhood level.
Some things that make it different:
3,400+ neighborhoods across 182 cities, not just city averages Single and family mode (adds childcare, larger apartments) Side-by-side tax breakdowns by country 67 currencies with real-time conversion Also has a Retire Abroad calculator for retirement planning The data comes from a combination of public sources (OECD, local government stats, housing indices) cross-referenced and normalized to a cost-of-living index where New York = 100.
No signup, no paywall, no ads. Would love feedback on the methodology or data accuracy — especially from people who've actually relocated between cities we cover.
Comments URL: https://news.ycombinator.com/item?id=47282863
Points: 2
# Comments: 0
[Removed]
Article URL: https://mystudentfailedtheirmid.substack.com/p/if-muslims-accept-noahs-950-years
Comments URL: https://news.ycombinator.com/item?id=47282853
Points: 1
# Comments: 0
