Modern NewsTopAskShowBestNew

New

TrustLoop – Real-time policy enforcement and audit logging for AI agents

by soji_mathew · 1 minute ago

1|www.trustloop.live|1 comments

Cybersecurity Forecast 2026 [pdf]

by bookofjoe · 4 minutes ago

1|services.google.com|0 comments

Show HN: Interactive WordNet Visualizer-Explore Semantic Relations as a Graph

by ricky_risky · 6 minutes ago

1|wordnet-vis.onrender.com|1 comments

How to Manage Team Offsites Across Multiple Departments Without Micromanaging

by mooreds · 7 minutes ago

1|daydreamsinruby.com|0 comments

Clud – super light-weight tool to turn natural language to terminal commands

by oskob · 7 minutes ago

1|github.com|1 comments

Log messages are mostly for the people operating your software

by todsacerdoti · 8 minutes ago

1|utcc.utoronto.ca|0 comments

A Race Within a Race: Exploiting CVE-2025-38617 in Linux Packet Sockets

by WalterSobchak · 9 minutes ago

2|blog.calif.io|0 comments

So long, and thanks for all the logs

by mooreds · 9 minutes ago

2|jerodsanto.net|0 comments

Computer Use Protocol – AI agents can perceive and interact with any desktop UI

by k4cper-g · 9 minutes ago

3|github.com|0 comments

Why we love Vim (2021) [audio]

by mooreds · 10 minutes ago

1|changelog.com|0 comments

Show HN: Limabean – a new implementation of Beancount in Clojure/Rust

by tesujimath · 11 minutes ago

I created this project for my own use, and as a means to develop proficiency in Rust and Clojure. It is now at the stage where it could be useful for others, and my intention is to further develop it so it becomes increasingly useful. I am really enjoying being able to query my accounts from a Clojure REPL.

And despite the current prevalence of AI code-generation, this was created by my own bare hands, quite slowly. All feedback welcome, most especially from anyone trying it out.

1|github.com|0 comments

Light-responsive porous aromatic frameworks manipulate CO2 uptake

by PaulHoule · 11 minutes ago

1|www.pnas.org|0 comments

Tech Legend Stewart Brand on Musk, Bezos and His Extraordinary Life

by rmason · 11 minutes ago

1|www.theguardian.com|0 comments

GoodSeed: A beautiful ML experiment tracker

by gqsoqa · 12 minutes ago

1|goodseed.ai|1 comments

Avery Is Different: You Don't Vibe Code. You Work with an AI Virtual Engineer

by rubanp · 12 minutes ago

1|avery.dev|0 comments

Show HN: assign names and icons to macOS Spaces, get app and Spaces usage stats

by spenvo · 13 minutes ago

I have found myself using macOS Spaces more to keep my (growing number) of side projects separated and organized.

I built a Mac app that helps wrangle a ton of Spaces by letting you assign names (and custom menu bar icons) to them and giving you quick ways to jump directly between them (via hotkeys, a drop down, or via scripting (even from Terminal line)).

Speaking of scripting, there is a Gallery of ways to interact with the app from the command line (including Claude Code, OpenClaw, etc) here: https://currentkey.com/automation via AppleScript. The app also gives you some usage stats about how much time you are spending in Spaces and apps, and lets you query the app about them.

2|apps.apple.com|0 comments

Voxile: A ray traced game made in its own engine and programming language

by spacemarine1 · 13 minutes ago

3|elbowgreasegames.substack.com|1 comments

Xkcd-2501-Skill.md

by Kye · 13 minutes ago

1|gist.github.com|0 comments

Curiosity rover captures Martian spiderwebs up close

by luispa · 14 minutes ago

2|phys.org|0 comments

Ask HN: Can hash verification replace EV code-signing on Windows?

by hypersnatch_dev · 14 minutes ago

I ship an offline Windows tool and instead of paying for an EV certificate, I am experimenting with a detached verification model:

1. User downloads the .exe from GitHub Releases 2. User downloads verify.ps1 (60-line PowerShell script, zero dependencies) 3. User runs: .\verify.ps1 .\MyApp-Setup.exe

The verifier computes SHA-256 and checks against a hardcoded manifest. No network calls. No certificate chain.

The thesis: for technical users, this is higher trust than opaque SmartScreen telemetry.

Open questions: - Does the verification step give users enough confidence to click through SmartScreen? - Is there prior art for this in the Nix/Guix ecosystem? - What is the minimum viable UX for hash verification?

Repo: https://github.com/Z3r0DayZion-install/hypersnatch

1||0 comments