Hacker News

Subscribe to Hacker News feed
Hacker News RSS
Updated: 57 min 9 sec ago

You can control snake game by your head

Tue, 02/10/2026 - 10:56am

Article URL: https://sneck.1link.fun

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

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: A simple pricing and resource limit library

Tue, 02/10/2026 - 10:54am

Hey Hacker News! No one likes to code pricing; it sucks. It shouldn't take up my time, yet it always does - too much of it. And pricing always needs to change, eating up valuable dev hours.

I created a simple pricing engine so that I could write all of my pricing rules & resource limits in a single YAML doc, then enforce them everywhere with a single policy check.

It's simple, intuitive, versionable, auditable, and easy to reason about or change quickly without bogging my development down.

My CTO friends liked the idea and wanted to use it, so I created this open-source library for everyone to try for themselves.

We also have a hosted version that's turnkey for adding Stripe billing & live customer data, so that you can evolve pricing independently from your codebase.

Check it out and let me know what you think! :)

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

Points: 2

# Comments: 0

Categories: Hacker News

Oz

Tue, 02/10/2026 - 10:53am

Article URL: https://www.warp.dev/oz

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

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: We Love AI Jobs – AI jobs for people who don't write Python

Tue, 02/10/2026 - 10:53am

Most AI job boards are just filters for PyTorch and CUDA. We think that misses the most interesting shift: AI is becoming the new "Excel" or "Typing."

We’re seeing a massive gap where companies need marketers, PMs, and designers who treat LLMs as a standard part of their stack, but these roles get buried under "ML Engineer" listings.

We built a board specifically for roles where AI is a core workflow requirement, not an infrastructure task. If the job requires being 10x more effective via agents and prompting rather than training models, it’s on here.

Is "AI Job" a useful category for non-engineers, or is this just the new definition of "knowledge work"?

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

Points: 1

# Comments: 0

Categories: Hacker News

Skly is a marketplace for AI agent skills

Tue, 02/10/2026 - 10:51am

Article URL: https://skly.ai

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

Points: 1

# Comments: 1

Categories: Hacker News

Show HN: Asterbot, AI agent where every capability is a sandboxed WASM component

Tue, 02/10/2026 - 10:51am

Asterbot is a modular AI agent where every capability, such as web search, memory, LLM provider, is a swappable WASM component, sandboxed via WASI.

Components only have access to what you explicitly grant (e.g. a single directory). They're written in any language (Rust, Go, Python, JS) and pulled from the asterai registry.

Under the hood, asterai is a WASM component model registry and runtime built on wasmtime. You publish a component, set an env var to authorize it as a tool, and asterbot discovers and calls it automatically.

I built this because I think the WASM component model is a great way to build software but the ecosystem is missing key infrastructure (especially an open, central registry). AI agents felt like a natural fit since tool security is a real problem, and WASM sandboxing addresses it by default.

Still early stage, but all functionality in the repo is tested and working. Happy to answer questions!

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

Points: 1

# Comments: 0

Categories: Hacker News

Obsidian Introduces Obsidian CLI

Tue, 02/10/2026 - 10:49am

Article URL: https://help.obsidian.md/cli

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

Points: 1

# Comments: 1

Categories: Hacker News

Show HN: Bgpipe – pipe live BGP sessions through Python, add RPKI, etc.

Tue, 02/10/2026 - 10:49am

bgpipe sits between BGP routers as a transparent proxy. It can work as a firewall for the Internet control plane. You build a pipeline of composable stages - connect, listen, grep, exec, rpki, write - and BGP messages flow through them, optionally being filtered, modified, or logged.

A few things you can do:

# Monitor global BGP for your prefix in real-time (via RIPE RIS Live) bgpipe -g -- ris-live -- grep 'prefix ~ 1.1.1.0/24' -- stdout # Add RPKI validation between two routers bgpipe -- listen 1.2.3.4 -- rpki -- connect 5.6.7.8 # Pipe through python bgpipe -- listen 1.2.3.4 -- exec -LR ./filter.py -- connect 5.6.7.8 # Convert MRT dump to JSON bgpipe -- read updates.mrt.bz2 -- write output.json The exec stage lets you process BGP in any language - bgpipe sends JSON to your script's stdin and reads JSON back. The grep stage has a small filter DSL (prefix operators, AS_PATH matching, community checks, RPKI tags, etc.).

Single static binary, pure Go, no deps. MIT license.

https://github.com/bgpfix/bgpipe https://bgpipe.org

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

Points: 1

# Comments: 0

Categories: Hacker News

Pxlpal on CrowdSupply

Tue, 02/10/2026 - 10:44am
Categories: Hacker News

Pages