Feed aggregator

Tecno's New Concept Phones Get Even Slimmer at MWC 2026

CNET Feed - Wed, 03/04/2026 - 5:45am
The company showed off its latest ultrathin handsets, including a new trifold.
Categories: CNET

Show HN: ÆTHERYA Core – deterministic policy engine for governing LLM actions

Hacker News - Wed, 03/04/2026 - 5:43am

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

Categories: Hacker News

These Phones Have Gamer-Chic Looks, Touch Triggers and Cost Less Than the iPhone 17E

CNET Feed - Wed, 03/04/2026 - 5:42am
ZTE's Nubia Neo 5 series of gaming phones has everything a die-hard mobile gamer could want: A big battery, fans and capacitive buttons for gaming.
Categories: CNET

Show HN: A .NET Web Framework on the Base .NET Core SDK

Hacker News - Wed, 03/04/2026 - 5:41am

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

Categories: Hacker News

Show HN: Glyph, a local-first Markdown notes app for macOS built with Rust

Hacker News - Wed, 03/04/2026 - 5:36am

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.

https://glyphformac.com/

Comments URL: https://news.ycombinator.com/item?id=47245617

Points: 3

# Comments: 1

Categories: Hacker News

Man Cereal

Hacker News - Wed, 03/04/2026 - 5:30am
Categories: Hacker News

Show HN: Most Based

Hacker News - Wed, 03/04/2026 - 5:30am

Article URL: https://www.mostbased.space/

Comments URL: https://news.ycombinator.com/item?id=47245565

Points: 1

# Comments: 0

Categories: Hacker News

Bet on German Train Delays

Hacker News - Wed, 03/04/2026 - 4:42am

Article URL: https://bahn.bet

Comments URL: https://news.ycombinator.com/item?id=47245211

Points: 1

# Comments: 0

Categories: Hacker News

Pages