Feed aggregator
Pg_QoS v1.0.0 stable release is out
Article URL: https://www.postgresql.org/about/news/pg_qos-v100-stable-release-is-out-3251/
Comments URL: https://news.ycombinator.com/item?id=47245746
Points: 1
# Comments: 0
YggTorrent Shuts Down After Hack, Leak and Stolen Crypto
Article URL: https://torrentfreak.com/yggtorrent-shuts-down-after-hack-leak-and-stolen-crypto/
Comments URL: https://news.ycombinator.com/item?id=47245703
Points: 2
# Comments: 1
Tecno's New Concept Phones Get Even Slimmer at MWC 2026
Published a fitness app to connect trainers and clients
Article URL: https://apps.apple.com/us/app/flexor-fitness-companion/id6758482608
Comments URL: https://news.ycombinator.com/item?id=47245678
Points: 1
# Comments: 1
Show HN: ÆTHERYA Core – deterministic policy engine for governing LLM actions
LLMs can propose actions, but they shouldn't execute them directly.
I built a small deterministic policy engine to govern actions proposed by LLMs before they are executed.
The system enforces:
- fail-closed execution - signed out-of-band approval proofs - anti-replay protection - verifiable audit chain
The repository includes a CLI demo showing how irreversible actions are denied, approved, and audited.
Repo: https://github.com/nayfly/aetherya-core
Feedback welcome.
Comments URL: https://news.ycombinator.com/item?id=47245674
Points: 1
# Comments: 0
Git-oops – undo any Git mistake with one command
Article URL: https://github.com/hxmanss/git-oops
Comments URL: https://news.ycombinator.com/item?id=47245672
Points: 2
# Comments: 0
Any Resolution Any Geometry: From Multi-View to Multi-Patch
Article URL: https://dreamaker-mrc.github.io/Any-Resolution-Any-Geometry/
Comments URL: https://news.ycombinator.com/item?id=47245667
Points: 1
# Comments: 0
These Phones Have Gamer-Chic Looks, Touch Triggers and Cost Less Than the iPhone 17E
Whuppity Scoorie: the Scottish spring ritual bringing a town together
Article URL: https://www.theguardian.com/uk-news/2026/mar/04/whuppity-scoorie-scotland-spring-ritual-lanark-cross
Comments URL: https://news.ycombinator.com/item?id=47245657
Points: 1
# Comments: 0
Show HN: A .NET Web Framework on the Base .NET Core SDK
I’ve been experimenting with building a web framework directly on top of the base .NET runtime without using the ASP.NET Web SDK.
I'm calling it Wisp.
The main motivation was frustration with some aspects of ASP.NET, especially the requirement to target the Web SDK instead of the base .NET SDK. That makes embedding small HTTP apps inside existing applications harder than it should be since it forces you to pollute your scope with the Web SDK.
I also don't like CSHTML/Razor and wanted a more traditional templating language.
Wisp is a relatively lightweight MVC framework built without any dependencies on the .NET Web SDK.
Some highlights:
- Runs on the base .NET SDK (no ASP.NET dependency) - Traditional MVC controllers - Dependency injection via Microsoft.Extensions.DependencyInjection - Configuration via Microsoft.Extensions.Configuration - Templating via the Fluid engine (Liquid-compatible) It's still very alpha and definitely rough around the edges, but I've already built a few small applications with it and it works surprisingly well.
The code is written by hand, not vibe-coded.
If you're interested in experimenting with alternative approaches to building web apps in .NET, feedback and contributions are very welcome.
Docs: https://wispframework.github.io/Wisp/
Quick start:
dotnet new install Wisp.Framework.Templates dotnet new wisp.mvc dotnet run A minimal application looks like this:
var hostBuilder = new WispHostBuilder(); hostBuilder.UseStaticFiles(); var appBuilder = hostBuilder.Build(); appBuilder.UseControllers(); var app = appBuilder.Build(); await app.RunAsync(); It should hopefully Just Work(tm) :)
Comments URL: https://news.ycombinator.com/item?id=47245656
Points: 2
# Comments: 0
European Central Bank: AI may be creating instead of destroying jobs for now
Article URL: https://www.reuters.com/business/ai-may-be-creating-instead-destroying-jobs-now-ecb-blog-argues-2026-03-04/
Comments URL: https://news.ycombinator.com/item?id=47245639
Points: 4
# Comments: 1
Marc Benioff Praises Grok
Article URL: https://twitter.com/cb_doge/status/2028936688689352818
Comments URL: https://news.ycombinator.com/item?id=47245629
Points: 1
# Comments: 0
Show HN: Glyph, a local-first Markdown notes app for macOS built with Rust
Glyph is an open-source, local-first Markdown notes app for macOS built with Rust (Tauri)
It stores notes as plain files, supports fast search, wikilinks/backlinks, and includes optional AI chat, including implementation of Codex so you can use your chatgpt sub, all without requiring a cloud-first workflow.
Comments URL: https://news.ycombinator.com/item?id=47245617
Points: 3
# Comments: 1
A Shared Kernel Is a Shared Trust Domain
Article URL: https://cdelmonte.dev/posts/shared-kernel-shared-trust-domain/
Comments URL: https://news.ycombinator.com/item?id=47245584
Points: 1
# Comments: 0
2025 State of Rust Survey Results
Article URL: https://blog.rust-lang.org/2026/03/02/2025-State-Of-Rust-Survey-results/
Comments URL: https://news.ycombinator.com/item?id=47245580
Points: 1
# Comments: 0
Man Cereal
Article URL: https://joshcollinsworth.com/blog/man-cereal
Comments URL: https://news.ycombinator.com/item?id=47245567
Points: 2
# Comments: 0
IANA tz (and POSIX) cannot add British Columbia's new Pacific Time (PT) timezone
Article URL: https://github.com/eggert/tz/commit/8b46071fd85a7a9434d63894bac64d30362cc16d
Comments URL: https://news.ycombinator.com/item?id=47245566
Points: 2
# Comments: 0
Show HN: Most Based
Article URL: https://www.mostbased.space/
Comments URL: https://news.ycombinator.com/item?id=47245565
Points: 1
# Comments: 0
Show HN: Read it later" links only (iOs app)
Article URL: https://apps.apple.com/gb/app/space4links/id6758895070
Comments URL: https://news.ycombinator.com/item?id=47245560
Points: 1
# Comments: 0
Bet on German Train Delays
Article URL: https://bahn.bet
Comments URL: https://news.ycombinator.com/item?id=47245211
Points: 1
# Comments: 0
