frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Iran Air and Missile War – Ballistic, Interceptors and Munition Stockpiles [video]

https://www.youtube.com/watch?v=mP_rr859r8w
1•cwillu•49s ago•0 comments

GNU, and the AI Reimplementations

https://antirez.com/news/162
1•antirez•1m ago•0 comments

AI agents now help attackers, including North Korea, manage their drudge work

https://www.theregister.com/2026/03/08/deploy_and_manage_attack_infrastructure/
1•johnshades•2m ago•0 comments

Show HN: Monetize APIs for agentic commerce without accounts using Stripe

https://github.com/stripe402/stripe402
1•whatl3y•3m ago•0 comments

Florida Judge Rules Red Light Camera Tickets Are Unconstitutional

https://cbs12.com/news/local/florida-news-judge-rules-red-light-camera-tickets-unconstitutional
1•1970-01-01•5m ago•0 comments

$100 Oil Now Means Bigger Buybacks with Fewer Jobs and Babies Than Ever Before

https://www.governance.fyi/p/wall-street-killed-the-wildcatters
1•toomuchtodo•5m ago•1 comments

Test Data Management with Greenmask and OpenEverest

https://www.greenmask.io/blog/greenmask-openeverest-automating-safe-production-data
1•woyten•5m ago•0 comments

Where to See Cherry Blossoms in the Bay Area This Spring

https://www.kqed.org/science/2000203/where-to-see-cherry-blossoms-2026-san-francisco-bay-area-map
1•zuhayeer•7m ago•0 comments

Aaron Levie: Building for trillions of agents

https://twitter.com/levie/status/2030714592238956960
1•elsewhen•8m ago•0 comments

Learn about Steam

https://www.spiraxsarco.com/learn-about-steam?sc_lang=en-GB
1•flowingfocus•9m ago•0 comments

Indo-European Explorer: A 6k-Year Journey

https://indo-european-explorer.com/
1•gmays•9m ago•0 comments

AI Assistants Are Moving the Security Goalposts

https://krebsonsecurity.com/2026/03/how-ai-assistants-are-moving-the-security-goalposts/
1•GTP•10m ago•0 comments

Anthropic sues Trump administration after clash over AI use

https://abcnews.com/Business/anthropic-sues-trump-administration-after-clash-ai/story?id=130905672
1•thm•12m ago•1 comments

A Dev's Checklist for MCP Security and Compliance

https://composio.dev/blog/mcp-vulnerabilities-every-developer-should-know
1•alokDT•13m ago•0 comments

Vibe Coding and the Death of Craftsmanship (Personal Essay)

https://www.umangsinha.in/blog/vibe-coding-and-the-death-of-craftsmanship
1•umang-sinha•13m ago•2 comments

Show HN: I built an analytics engine for my OpenClaw usage

https://clawhub.ai/AjmeraParth132/agnost-ai
1•prrthh132•14m ago•0 comments

Reflections on Vibe Coding an iOS App

https://taylor.fausak.me/2026/03/09/vibing/
1•taylorfausak•15m ago•0 comments

A neural signature of adaptive mentalization

https://www.nature.com/articles/s41593-026-02219-x
3•bookofjoe•15m ago•0 comments

Anthropic Sues Pentagon over 'Supply Chain Risk' Label

https://www.nytimes.com/2026/03/09/technology/anthropic-defense-artificial-intelligence-lawsuit.html
8•budoso•15m ago•1 comments

Agentic AI Code Review: From Confidently Wrong to Evidence-Based

https://platformtoolsmith.com/blog/agentic-ai-code-review/
2•sharp-dev•16m ago•1 comments

SchemaSpy

https://github.com/schemaspy/schemaspy
1•skibz•16m ago•0 comments

Always On Memory Agent, ditching vector databases for LLM persistent memory

https://venturebeat.com/orchestration/google-pm-open-sources-always-on-memory-agent-ditching-vect...
1•gmays•17m ago•1 comments

Haskell Vibes

https://jappie.me/haskell-vibes.html
1•kqr•17m ago•0 comments

PrognostiBench: Tracking Public Claims about AI's Impact

https://prognostibench.com
1•trey_causey•17m ago•0 comments

Show HN: We help engineers understand codebases with interactive missions

https://oncode.tech/#for
3•AfthabShiraz•18m ago•1 comments

Mark Russinovich set Claude on his 1986 Apple II code, says it found vulns

https://www.theregister.com/2026/03/09/claude_legacy_code_vulns/
2•pieterr•18m ago•0 comments

Show HN: TinyChart. Paste CSV, get shareable chart. No accounts

https://tinychart.io/
2•jordanf•19m ago•0 comments

My AI workflow with agents-exe

https://dicioccio.fr/my-ai-workflow.html
2•speckx•19m ago•0 comments

Production query plans without production data

https://simonwillison.net/2026/Mar/9/production-query-plans-without-production-data/
2•tosh•20m ago•0 comments

Major publishers sue Anna's Archive over 'staggering' copyright infringement

https://torrentfreak.com/major-publishers-sue-annas-archive-over-staggering-copyright-infringemen...
3•baal80spam•20m ago•1 comments
Open in hackernews

Show HN: Nox – A tree-walking interpreted language written in pure Python

https://github.com/DevNexe/Nox
1•DevNexe•2h ago
I built Nox to explore how to create a clean, expressive scripting language with zero dependencies and no eval or exec abuse. It's built from scratch: I implemented the lexer, parser, AST, and tree-walking interpreter myself to keep the architecture minimal and easy to hack on.

Why Nox? - No heavy external dependencies, just pure Python. - C/C++ FFI: Includes clib for native calls, making it actually usable for systems tasks. - Developer Experience: Has a built-in package manager, async/await support, and even a native web framework (NoxWeb). - Standalone: You can build a single executable, so you don't even need a Python installation on the target machine.

I’ve been using it for scripting and web tasks where I wanted something more "opinionated" and minimalist than standard Python, but more powerful than a basic config language.

Would love to hear feedback on the interpreter's design, the FFI implementation, and if the "folder execution" model feels intuitive for a scripting language.

GitHub: https://github.com/DevNexe/Nox