frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Velocity Is the New Authority

https://om.co/2026/01/21/velocity-is-the-new-authority-heres-why/
1•anarbadalov•47s ago•0 comments

WebRacket

https://soegaard.github.io/webracket/index.html
1•nickmain•1m ago•0 comments

CrowdStrike Plummets. Why a New AI Tool Is Crushing Cybersecurity Stocks

https://www.barrons.com/articles/crowdstrike-stock-price-cybersecurity-zscaler-3efb4a93
1•captaincrunch•1m ago•0 comments

A new kind of interpretable LLM

https://techcrunch.com/2026/02/23/guide-labs-debuts-a-new-kind-of-interpretable-llm/
1•rippeltippel•1m ago•0 comments

What a Null Result Taught Us About AI Agent Evaluation

https://clouatre.ca/posts/prompt-repetition-agent-evaluation/
1•french_exec•2m ago•0 comments

Show HN: Raypher–Running local AI agents (OpenClaw) on your own local computer

https://github.com/kidigapeet/Raypher-core
1•Kidiga•2m ago•0 comments

Show HN: TheDeals – a buying agent that tracks any product links on deal drops

https://www.thedeals.ai
1•MK_Phoenix•3m ago•0 comments

Vibe Password Generation: Predictable by Design

https://www.irregular.com/publications/vibe-password-generation
1•layer8•3m ago•0 comments

RSS Is Growing Again

https://trends.google.com/trends/explore?date=all&q=rss
2•vogu66•4m ago•0 comments

Code Mode: give agents an API in 1k tokens

https://blog.cloudflare.com/code-mode-mcp/
1•consumer451•5m ago•0 comments

Claude-swarm-monitor: track progress of your Claude Code agents

https://github.com/oinant/claude-swarm-monitor
2•samber•6m ago•0 comments

Show HN: Peekl – A modern alternative to Ansible and Puppet

https://peekl.dev
1•redat00•6m ago•0 comments

Mississippi medical center closes all clinics after ransomware attack

https://www.bleepingcomputer.com/news/security/university-of-mississippi-medical-center-closes-cl...
1•TurkishPoptart•6m ago•0 comments

Markiplier's 'Iron Lung' Removed from Box Office Charts, Makes 7x Its Budget

https://www.forbes.com/sites/paultassi/2026/02/04/markipliers-iron-lung-removed-from-box-office-c...
1•TMWNN•6m ago•1 comments

Show HN: CodeRocket Deploy – AI generates GitHub Actions workflows in 60 seconds

https://deploy.coderocket.com
1•mlgraham•6m ago•0 comments

A futuristic canvas for your personal development

https://nova.lightmode.io/
1•__natty__•8m ago•0 comments

Show HN: KitchenAsty – Open-source, self-hosted restaurant management system

https://github.com/mighty840/kitchenasty
2•sharang33•8m ago•0 comments

Wearable trackers can detect depression relapse weeks before it returns

https://medicalxpress.com/news/2026-02-wearable-trackers-depression-relapse-weeks.html
1•PaulHoule•9m ago•0 comments

Binding port 0 to avoid port collisions

https://ntietz.com/blog/binding-ephemeral-port/
1•todsacerdoti•9m ago•0 comments

Show HN: Nova – A Web Framework for Erlang, Elixir, and LFE on the Beam

https://github.com/novaframework/nova
1•taure•9m ago•0 comments

Send legal agreements in Claude Code

https://github.com/CommonPaper/claude-skill
1•bengarvey•10m ago•0 comments

'Profoundly moving': Netflix's posthumous celebrity interview series is a marvel

https://www.theguardian.com/tv-and-radio/2026/feb/23/famous-last-words-netflix-eric-dane
1•mellosouls•12m ago•0 comments

Show HN: We wrapped US healthcare API in MCP and it became surprisingly usable

https://app.healthporta.com/mcp
1•endurant_dev•12m ago•1 comments

Yes, Section 230 Should Apply Equally to Algorithmic Recommendations

https://www.techdirt.com/2026/02/23/yes-section-230-should-apply-equally-to-algorithmic-recommend...
1•hn_acker•13m ago•0 comments

IBM is the latest AI casualty

https://www.cnbc.com/2026/02/23/ibm-is-the-latest-ai-casualty-shares-are-tanking-on-anthropic-cob...
4•baal80spam•15m ago•0 comments

Ask HN: Are developers who build libs and dev tools safer from AI replacement?

2•danver0•15m ago•0 comments

GitHub Is Down

https://www.githubstatus.com/incidents/jn8kcmg5ydch
6•smithcoin•19m ago•0 comments

Lat: Apple removes environmental metrics from executive pay

https://www.latimes.com/business/story/2026-02-23/apple-quietly-removes-environmental-metrics-fro...
3•domoregood•20m ago•1 comments

Intellectual Honesty in the Age of Vibes

https://blog.zmalik.dev/p/intellectual-honesty-in-the-age-of
1•zmalik•20m ago•0 comments

Show HN: Merkle Casino – Random CT Domains

https://merkle.altayakkus.dev
1•biosboiii•21m ago•0 comments
Open in hackernews

Show HN: I built a tool I needed

https://marketplace.visualstudio.com/items?itemName=Paragent.paragent
1•akad•1h ago
> I kept doing the same thing: open the browser, go to the Paragent dashboard, describe a feature, wait for the agent, then switch back to VS Code to keep coding. It worked, but the context switching was annoying. > > I wanted to stay in the editor. Describe the feature, hit run, and keep working while the agent runs in the background. When it's done, open the PR from the sidebar. No tabs, no dashboard. > > So I built a VS Code extension for it. You describe what you want, pick a repo and model, and it creates a branch, writes the code, and opens a PR. You can run several agents at once, each on its own branch. It uses your own API keys (OpenAI, Anthropic, Gemini), so you control the cost. > > I've been using it for a few weeks and it's changed how I work. I'm shipping it on the VS Code Marketplace today. It also works in Cursor. > > Happy to answer questions or hear how you'd improve it.