frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Hypeman – Run Containerized Workloads in VMs, Powered by Cloud Hypervisor / QEMU

https://github.com/kernel/hypeman
1•crbelaus•19s ago•0 comments

Show HN: InstallerStudio – Create MSI Installers Without WiX or InstallShield

https://www.ionline.com/
1•pkailas•2m ago•0 comments

Show HN: Sampler Step Explorer – for understanding diffusion sampler updates

https://www.bryanthornbury.com/interactives/sampler-step-explorer/
1•bthornbury•2m ago•0 comments

Show HN: Pure Python web framework using free-threaded Python

https://github.com/grandimam/barq
1•grandimam•3m ago•0 comments

The Next Four Years, an experimental novel

https://thenextfouryears.ai
1•garof•4m ago•1 comments

Show HN: O-O – HTML/bash polyglot files that rewrite themselves (update)

1•jahala•4m ago•0 comments

Ask HN: How would you start a small private math circle for talented kids?

5•andrewstetsenko•6m ago•0 comments

Show HN: OpenGem – Free, self-healing load-balanced proxy for Google Gemini API

https://github.com/arifozgun/OpenGem
1•ariozgun•7m ago•0 comments

Ask HN: My YC company is hiring one engineer/day but there's not enough work

3•ta_jobstartup•8m ago•0 comments

Trump Says Iran's Supreme Leader Ayatollah Ali Khamenei Is Dead

https://www.bbc.com/news/live/cn5ge95q6y7t
5•tlogan•10m ago•0 comments

Intermittent fasting no better than typical weight loss diets

https://www.theguardian.com/science/2026/feb/16/intermittent-fasting-no-better-than-typical-weigh...
2•paulpauper•11m ago•0 comments

A World Where All Is Free? That's Elon Musk's Theory of Abundance

https://www.nytimes.com/2026/02/27/business/a-world-where-all-is-free-thats-elon-musks-theory-of-...
2•paulpauper•11m ago•1 comments

Amiga Alien Breed HD

https://old.reddit.com/r/amiga/comments/1rh7743/alien_breed_hd/
2•doener•12m ago•0 comments

My 24 Rules for Reading

https://www.honest-broker.com/p/my-24-rules-for-reading
2•paulpauper•12m ago•0 comments

Khamenei dead, say US and Israel

https://www.reuters.com/world/iran-crisis-live-explosions-tehran-israel-announces-strike-2026-02-28/
4•andrepd•13m ago•0 comments

What are GPS jammers and how do you combat them?

https://www.geotab.com/blog/combating-gps-jammers/
2•RyanShook•13m ago•0 comments

Show HN: Lovepdf – open-source self hosting alternative to ilovepdf

https://github.com/rtvkiz/lovepdf
2•theoo21•14m ago•0 comments

Show HN: Focusmo – a Mac focus app with a local Claude MCP server

https://focusmo.app
2•elesinn•15m ago•0 comments

There Are No Psychopaths

https://aeon.co/essays/psychopathy-is-a-zombie-idea-why-does-it-cling-on
2•marojejian•15m ago•1 comments

AI, Networks and Mechanical Turks

https://www.ben-evans.com/benedictevans/2025/11/23/ai-networks-and-mechanical-turks
2•simonebrunozzi•15m ago•0 comments

You don't have to if you don't want to

https://www.scottsmitelli.com/articles/you-dont-have-to/
2•yshklarov•15m ago•0 comments

Flixtera: Download and own your movies and TV Shows forever, not rent it

https://flixtera.xyz
2•monyasau•19m ago•1 comments

Show HN: Memory Engine – AI Consciousness Persistence Framework

https://github.com/andresuarus10-byte/memory-engine
2•KaelyrAT•22m ago•0 comments

Show HN: Flare – Full-Stack OpenTelemetry Observability for Apache Spark

https://github.com/Neutrinic/flare
2•ZenithR9•22m ago•0 comments

A terminal-based KeePass password manager

https://github.com/shikaan/keydex
2•shikaan•24m ago•0 comments

India Blocks the Supbase.co

https://techcrunch.com/2026/02/27/india-disrupts-access-to-popular-developer-platform-supabase-wi...
2•pratikshit08•24m ago•0 comments

Reified Generics in PHP

https://github.com/php/php-src/pull/21317
2•mastabadtomm•28m ago•0 comments

Ask HN: Article to share with a technical manager about modern AI coding tools?

3•killmill•29m ago•0 comments

I'm So Used to Gay Tragedies That I Almost Missed Romance

https://www.nytimes.com/2026/02/27/arts/television/heated-rivalry-gay-representation-connor-storr...
1•whack•30m ago•0 comments

The Death of Khamenei and the End of an Era

https://www.theatlantic.com/international/2026/02/death-khamenei-end-era/686196/
2•harscoat•31m ago•1 comments
Open in hackernews

Local AI Devtool to assist setting up vibecoding env

https://optimalvelocity.io/
1•dlwodnjs42•2h ago

Comments

dlwodnjs42•2h ago
If you're a vibecoder, i want to make your life a little bit easier to understand all the functionalities as a lot of it is blackboxed (for good reason to be honest)

Essentially: I really want to help people understand their process a bit better, dive deep into their sessions and costs and have a visual for everything.

What it is: Think of it as a control tower for AI-assisted dev work

you don’t have to spelunk through folders and config files or remember a bunch of terminal rituals. It visualizes and manages the setup layer—claude.md/agents.md/etc, skills, agents, hooks, workflows—while staying provider-agnostic (Claude, Codex, Gemini). You still run the actual tool in your terminal; this just makes the environment + files sane.

Ill try to explain a bit more in depth because i know it can prob get overwhelming because theres a lot of stuff.

Functionalities/Pages:

Console - a way for you to manage your terminals into workspaces and ability to split terminals into panes (having the ability to see multiple terminals all at pnce and be able to name sessions and workspaces so you dont lose track of what they were on a high level working on)

Session - a way for you to really understand llm spendings in a very granular way (per message) whether it be subscription or api and for you to have the breakdown of subagents details

Review - reviewing the sessions that happened and asking questions for it

Routing graph - a place that you can update your skills claudez.md and all the instruction files(agents,skills,claud.md) for all your projects. You can easily view it, understand it and clean it up on the app than the filesystem. This is if you wanted to optimize/clean up ur context window to minimize token usage.

Skills/agents - a place for you to easily be able to track all the agents and skills in one place, modify them easily without having to dig around. You can also track which are from plugins, how much tokens they use up (appox) and whether you need to optimize for tokens because skills and agents if put in your global state automatically go into your context window when you open claude.

Workflows: its really to have a lot of control and be able to reuse the same agents rather than spawn new ones. When you go on plan mode - you dont actually spawn specific models and specific order of operations. You trust the llm to figure it out. With workflows you’ll be able to start with ai generation and then easily update things to get the configuration and workflow that you want. You can then “deploy them” so that you can do slash commands right away in claude.

Marketplace: its like a plugins factory that helps u understand plugins a lot better - have an understanding of what pieces you actually download + token count when you download a plugin or a package and also have ai check whether or not its secure before installing it

All in all its really a lot of information to help you not only make better use of your tokens but also have a finer control of what you want to do.

So check the website out, try running it locally since its all open sourced.

github: https://github.com/OptimiLabs/velocity/