frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

State of VLA Research at ICLR 2026

https://mbreuss.github.io/blog_post_iclr_26_vla.html
1•paulmist•47s ago•0 comments

Encore.ts: A new type of framework (2024)

https://encore.dev/blog/a-new-type-of-framework
1•andout_•6m ago•0 comments

How an antitrust lawsuit from Michael Jordan reshaped NASCAR

https://insights.som.yale.edu/insights/how-an-antitrust-lawsuit-from-michael-jordan-reshaped-nascar
1•hhs•7m ago•0 comments

Testing vibe coding attacks against critical infrastructure strategies

https://recursion.wtf/posts/vibe_coding_critical_infrastructure/
1•OgsyedIE•9m ago•0 comments

OpenSpending – Exploring $6T+ in federal spending from USASpending.gov data

https://www.openspending.us
2•kianoconnor•11m ago•1 comments

Stereos.ai

https://stereos.ai/
3•hasheddan•13m ago•0 comments

In price negotiations, every second counts

https://insight.kellogg.northwestern.edu/article/in-price-negotiations-every-second-counts
2•hhs•14m ago•0 comments

StereOS

https://github.com/papercomputeco/stereOS
4•hasheddan•14m ago•1 comments

Show HN: FeatureFlare – safer feature rollouts with targeting, release workflows

https://featureflare.com/
1•jsonstcyr•15m ago•0 comments

Malicious Go "Crypto" Module Steals Passwords and Deploys Rekoobe Backdoor

https://socket.dev/blog/malicious-go-crypto-module-steals-passwords-and-deploys-rekoobe-backdoor
2•feross•16m ago•0 comments

Bannerbear – Automate and Scale Your Marketing

https://www.bannerbear.com/
1•thebuilderjr•16m ago•0 comments

Netflix declines to raise its offer to buy Warner

https://apnews.com/article/warner-paramount-netflix-5ddba4049473903b35b65e62e37d66bf
1•cdrnsf•19m ago•0 comments

Show HN: GoldRush CLI – one command for blockchain data

https://goldrush.dev/blog/goldrush-cli-one-command-for-agents/
1•Ferns765•21m ago•0 comments

Don't Lose Your Context

https://www.losslesscontext.ai/
3•ClintEhrlich•22m ago•0 comments

'Proof by intimidation': AI is confidently solving 'impossible' math problems

https://www.livescience.com/physics-mathematics/mathematics/proof-by-intimidation-ai-is-confident...
2•sonabinu•22m ago•0 comments

Netflix Declines to Raise Offer for Warner Bros

http://about.netflix.com/en/news/netflix-declines-to-raise-offer-for-warner-bros
1•dgorges•22m ago•1 comments

Block to layoff half its employees

https://www.bloomberg.com/news/articles/2026-02-26/jack-dorsey-s-block-slashes-nearly-half-of-wor...
3•darth_avocado•25m ago•1 comments

Show HN: Gridly – Minimalist math puzzle (Wordle vibe), no signup, no ads, clean

https://playgridly.web.app
1•arithmosdev•25m ago•0 comments

Surprise on Ice

https://www.nplusonemag.com/online-only/online-only/surprise-on-ice/
1•herbertl•26m ago•0 comments

Using OpenCode in CI/CD for AI pull request reviews

https://martinalderson.com/posts/using-opencode-in-cicd-for-ai-pull-request-reviews/
2•martinald•28m ago•0 comments

Ask HN: My competitor wants to buy us out, recommend a lawyer?

1•VladVladikoff•29m ago•0 comments

You can't tie knots in four dimensions

https://theconversation.com/why-you-cant-tie-knots-in-four-dimensions-272445
2•maxeda•29m ago•0 comments

C3 0.7.10: constdef Takes Shape

https://c3-lang.org/blog/c3-0-7-10-constdef-finally-takes-shape/
1•lerno•30m ago•1 comments

Open Timeline Engine – Local first behavioral cloning for AI agents via MCP

https://github.com/JOELJOSEPHCHALAKUDY/open-timeline-engine
1•joeljoseph_•32m ago•1 comments

Semantic grep running locally on Apple Silicon via MLX

https://github.com/jina-ai/jina-grep-cli
1•car•32m ago•0 comments

Netflix drops bid for Warner Bros after Paramount offer

https://www.theverge.com/streaming/885753/netflix-exit-warner-bros-discovery-deal-paramount
6•zhyder•33m ago•0 comments

Philosophy as Fact-Based Discipline: 200 Philosophical Facts [pdf]

https://philpapers.org/archive/FRAPAF-2.pdf
1•bikenaga•33m ago•1 comments

Netflix Backs Out of Warner Bros. Bidding, Paramount Set to Win

https://www.hollywoodreporter.com/business/business-news/netflix-backs-out-warners-deal-paramount...
30•atombender•42m ago•10 comments

Show HN: I built a browser-based image comparison tool for subtle differences

https://picdiff.dev/
1•lazycat_•43m ago•0 comments

Anthropic says company 'cannot in good conscience accede' to Pentagon's demands

https://apnews.com/article/anthropic-ai-pentagon-hegseth-dario-amodei-9b28dda41bdb52b6a378fa9fc80...
28•geox•43m ago•8 comments
Open in hackernews

Show HN: The easiest way to run shell commands in plain English (no app needed)

https://github.com/iafan/at-command
1•iafan•1h ago
Sometimes I want to run a shell command but don't remember the exact syntax. There are apps that aim to resolve that, as well as AI integrations into shells (like iTerm).

I thought there have to be an easier way to achieve this. And it turns out, there is (at least on zsh / macOS). It's just a one-liner prompt and an alias command to add to your .zshrc. After that, '@ run ffmpeg to convert my.mov to mp4' will be converted to the actual command, ready to press Enter.

An interesting side effect is that your '@ whatever' commands become a part of the shell history, so you can rerun them again as regular shell commands.

The entire repo above is simply a README. Just point Claude Code to it and it will install it for you.