frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Omarchy v3.0.0 Release

https://github.com/basecamp/omarchy/releases/tag/v3.0.0
1•lwhsiao•40s ago•0 comments

CEOs of Discord, Steam, Twitch, Reddit Invited to Testify on User Radicalization

https://oversight.house.gov/release/chairman-comer-invites-ceos-of-discord-steam-twitch-and-reddi...
1•Svip•1m ago•0 comments

Scientists Replay Movie Encoded in DNA

https://www.nimh.nih.gov/news/science-updates/2017/scientists-replay-movie-encoded-in-dna
1•mdhb•5m ago•0 comments

Gluon: a GPU programming language based on the same compiler stack as Triton

https://github.com/triton-lang/triton/blob/main/python/tutorials/gluon/01-intro.py
4•matt_d•10m ago•0 comments

Clever Hans, a horse that appeared to perform arithmetic

https://en.wikipedia.org/wiki/Clever_Hans
2•vatsel•10m ago•0 comments

Chimpanzees consume equivalent of a beer a day in alcohol from fermented fruit

https://www.theguardian.com/science/2025/sep/17/chimps-drink-beer-day-alcohol-fermented-fruit
1•ranit•10m ago•0 comments

Stringzilla v4 Introduces 500 GigaCUPS Edit Distance on GPUs

https://ashvardanian.com/posts/stringwars-on-gpus/
4•_false•12m ago•0 comments

Google Researchers Warn of Looming AI-Run Economies

https://decrypt.co/339715/google-researchers-warn-looming-ai-run-economies
1•marojejian•12m ago•0 comments

Elon Musk's xAI lays off workers tasked with training Grok

https://www.businessinsider.com/elon-musk-xai-layoffs-data-annotators-2025-9
2•jc_811•13m ago•1 comments

GitHub Copilot is not updating code in file

1•Dotta_transport•15m ago•0 comments

Steam, Discord, Twitch, Reddit to testify before Congress over 'radicalization'

https://www.polygon.com/steam-discord-twitch-reddit-congress-politics/
7•sva_•20m ago•0 comments

PSF Board Election Results for 2025

https://discuss.python.org/t/2025-board-election-results/103778
2•zahlman•21m ago•0 comments

Show HN: BestLanding – Squeeze More Signups from Your Traffic

https://www.bestland.ing
1•trackmysitemap•26m ago•0 comments

Some air cleaners release harmful by-products. Now we have a way to measure them

https://phys.org/news/2025-09-air-cleaners-products.html
2•PaulHoule•26m ago•0 comments

Silicon Valley's Doing Hard Things Again [video]

https://www.youtube.com/watch?v=cru2bkqwSYk
1•CharlesW•28m ago•0 comments

Identifying and Preventing Fraudulent Engineering Candidates: An Investigation

https://socket.dev/blog/fraudulent-engineering-candidates-investigation
2•feross•28m ago•0 comments

Israeli spies control your VPN and Social Media

https://mronline.org/2024/09/13/exposed-how-israeli-spies-control-your-vpn/
6•dnc0•28m ago•0 comments

Ts-base: TS library template with release-please and tsdown

https://www.bengubler.com/posts/2025-09-17-ts-base-typescript-library-template
2•nebrelbug•30m ago•0 comments

Quart: a Fast Python web microframework

https://quart.palletsprojects.com/en/latest/
2•saikatsg•32m ago•0 comments

Show HN: Annotate any document and train extraction by example, not prompts

https://deeptagger.com/
2•avloss11•33m ago•0 comments

Fed approves quarter-point interest rate cut and sees two more coming this year

https://www.cnbc.com/2025/09/17/fed-rate-decision-september-2025.html
2•foxfired•34m ago•0 comments

China is sending its world-beating auto industry into a tailspin

https://www.reuters.com/investigations/china-is-sending-its-world-beating-auto-industry-into-tail...
3•petethomas•34m ago•0 comments

New SOTA on Arc-AGI Using Grok 4

https://twitter.com/arcprize/status/1967998885701538060
3•Rover222•35m ago•1 comments

Shai-Hulud Supply-Chain Scanner (Rust)

https://github.com/PSU3D0/leto-ii-shai-hulud
2•ManfredMacx•35m ago•0 comments

Self-Driving People

https://bitfieldconsulting.com/posts/self-driving-people
1•dxs•42m ago•1 comments

The Quantum Ogre Dilemma

https://knightsdigest.com/the-quantum-orgre/
1•Totalpartykill•42m ago•1 comments

Show HN: Tutrilo – lightweight training management for small providers

https://tutrilo.com
1•ribpx•42m ago•0 comments

What We Do and Don't Know About US TikTok Deal with China

https://www.bloomberg.com/news/articles/2025-09-17/trump-s-tiktok-deal-with-china-how-would-it-wo...
3•SilverElfin•43m ago•1 comments

DeepSeek-R1 incentivizes reasoning in LLMs through reinforcement learning

https://www.nature.com/articles/s41586-025-09422-z
3•giuliomagnifico•46m ago•0 comments

Indian Names

https://www.theparisreview.org/blog/2025/09/17/indian-names/
2•bookofjoe•46m ago•0 comments
Open in hackernews

Show HN: Velda – Run any command directly on cloud compute

https://velda.io
1•eagleonhill•1h ago
Hi HN, I’m Chuan from Velda (https://velda.io). We’re simplifying the access to compute like GPUs.

To get instant access to a GPU for interactive debugging or rapid prototyping, many ML teams rely on expensive, always-on dev machines—either a powerful local workstation or a cloud VM with a dedicated GPU. This setup is great for speed, but it's costly and the GPU often sits idle.

The usual alternative is a slow remote ML workflow, where you wait 10 minutes for a docker build/push loop just to test a small change.

We built a tool to give you the interactive speed of a local GPU with the power and flexibility of the cloud, skipping both the high cost and the slow workflow.

With our CLI, vrun, you can run any command on remote compute, with output streamed back as if it were running locally.

For example, to run a training script on an H100:

$ vrun -P gpu-h100-1 python train.py --epochs 100

Jobs start in ~1 second on a warm worker. No git commits, no container builds, no CI pipelines.

https://www.youtube.com/watch?v=fr58LREZ6vQ&t=2s for a video demo

How it works:

- Like most Cloud IDE, you get a personal persistent dev-container. This is your single source of truth for dependencies. You can use all the familiar tools (apt, pip, uv, conda, whatever) to manage your environment.

- When scaling up with vrun, it will mount your dev container. Only the necessary files will be sent to the worker to speed up launch.

- In the back, can plug in any compute source (EC2, GCE, Kubernetes, HPC cluster) and developers access it through a simple pool name (gpu-h100-1).

We focus on improving the iterative part of the machine learning workflow. For developers, this means faster research cycles. For the company, it can mean lower costs by not needing dedicated per-developer GPUs. It will complement your existing CI/CD and production deployment systems.

Core is open source https://github.com/velda-io/velda. More examples: https://velda.io/blog/vrun-is-all-you-need

You can explore our playground at https://novahub.dev running training/inference with Nvidia-T4 with pool GPU.

On our roadmap: We’re exploring hosted options, deeper integration with other job frameworks, lightweight serving & workflows.

We'd love to hear your thoughts and questions. What's the biggest point of friction in your team's remote development workflow today?