frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Movies I Highly Recommend

https://github.com/ojhaugen15/12_movies
1•programmexxx•1m ago•0 comments

Richard Feynman's story illustrating the problem of p-hacking

https://twitter.com/SwipeWright/status/2031604331510690112
2•MrBuddyCasino•9m ago•0 comments

Glanceway – Collect RSS and custom plugin data in your macOS menu bar

https://glanceway.app
1•codytseng•10m ago•1 comments

Unbash: Fast 0-deps bash parser written in TypeScript

https://github.com/webpro-nl/unbash
1•mariuz•11m ago•0 comments

Ask HN: Is there a market for a security-audited Claude Code skills newsletter?

1•camicortazar•11m ago•0 comments

The Anthropic Institute

https://www.anthropic.com/news/the-anthropic-institute
4•meetpateltech•12m ago•0 comments

Gemini 2 Is the Top Model for Embeddings

https://agentset.ai/blog/gemini-2-embedding
2•tifa2up•16m ago•0 comments

Tutorials in Optomechanics

https://wp.optics.arizona.edu/optomech/tutorials-in-optomechanics/
1•o4c•18m ago•0 comments

A.I. Incites a New Wave of Grieving Parents Fighting for Online Safety

https://www.nytimes.com/2026/03/10/technology/ai-social-media-child-safety-parents.html
2•1vuio0pswjnm7•22m ago•0 comments

The Ig Nobel Prize Ceremony Is Moving to Europe (After 35 Years in the USA)

https://improbable.com/2026/03/10/the-ig-nobel-prize-ceremony-is-moving-to-europe-after-35-years-...
3•layer8•25m ago•0 comments

Some Arabic Words Transliterated

https://docs.google.com/document/d/1RMxjUr2Rki6TLNTNd00BNtBUwB0DJXiE4Dd_YppUi1I/edit
1•programmexxx•27m ago•0 comments

Google to Provide Pentagon with AI Agents

https://www.bloomberg.com/news/articles/2026-03-10/google-to-provide-pentagon-with-ai-agents-for-...
6•1vuio0pswjnm7•28m ago•2 comments

Europe tops global arms imports, SIPRI reports

https://www.dw.com/en/sipri-europe-arms-imports-global-weapons-trade-defense-spending/a-76261906
1•breve•32m ago•0 comments

AI-powered apps struggle with long-term retention, new report shows

https://techcrunch.com/2026/03/10/ai-powered-apps-struggle-with-long-term-retention-new-report-sh...
2•pseudolus•35m ago•0 comments

PEP 827 – Type Manipulation

https://peps.python.org/pep-0827/
2•EvgeniyZh•36m ago•0 comments

NASA's Van Allen Probe A to re-enter atmosphere

https://phys.org/news/2026-03-nasa-van-allen-probe-atmosphere.html
6•bookmtn•36m ago•0 comments

How age standardization make health metrics comparable

https://ourworldindata.org/age-standardization
1•sohkamyung•38m ago•0 comments

Discovering Little Worlds (2020)

https://dmitrybrant.com/2020/08/01/discovering-little-worlds
2•wonger_•38m ago•0 comments

Ukraine Reaches a Milestone: Making ‘China-Free’ Drones

https://www.nytimes.com/2026/03/11/world/europe/ukraine-drones-china.html
2•giuliomagnifico•39m ago•2 comments

Simple-Git NPM package has CVSS 9.8 RCE; 5M+ weekly downloads–check lockfiles

https://www.codeant.ai/security-research/simple-git-remote-code-execution-cve-2026-28292
1•birdculture•41m ago•0 comments

Automatic Pronunciation Error Detection and Correction of the Holy Quran

https://arxiv.org/abs/2509.00094
1•handfuloflight•44m ago•0 comments

Show HN: A simple hardened AI Docker cluster

https://github.com/kummahiih/secure-mcp/
1•kummap•47m ago•0 comments

Astro 6.0 Is Released

https://astro.build/blog/astro-6/
3•mariuz•48m ago•0 comments

A new model defines an upper limit to planetary radiation belt intensity

https://phys.org/news/2026-03-upper-limit-planetary-belt-intensity.html
3•bookmtn•48m ago•0 comments

VoltRN CLI for React Native/Expo Scaffolding, Generators

https://github.com/IronTony/voltrn-cli
1•IronTony•48m ago•1 comments

Analect – AST and LLM Code Summary and Navigation

https://analect.dev
1•ascent817•50m ago•0 comments

Show IH: I built a runtime control plane to stop AI agents from burning money

https://github.com/vijaym2k6/SteerPlane
1•vijaym2k6•51m ago•0 comments

Show HN: Free API toolkit – cron, webhooks, DNS, hashing, regex

https://frog03-20494.wykr.es/devtools/
1•patchnull•55m ago•1 comments

Fooling Go's X.509 Certificate Verification

https://danielmangum.com/posts/fooling-go-x509-certificate-verification/
1•hasheddan•55m ago•0 comments

Some relationships deepen when you tell the truth and some end

https://www.henrikkarlsson.xyz/p/going-your-own-way
1•squirrel•56m ago•0 comments
Open in hackernews

Show HN: VocalSplit – Browser-based vocal remover running 100% locally

https://vocalsplit.app/
1•jacoka•1h ago
I built VocalSplit because I wanted a way to separate vocals and music without uploading files to a remote server. Most existing tools are either paid SaaS or require a complex local Python environment (like Spleeter or Demucs).

This tool runs entirely in the browser. No data leaves your machine, and there are no processing limits or queues. It uses [említsd meg a technológiát, pl. WebAssembly vagy ONNX Runtime Web] to handle the inference locally.

Thanks for checking it out!

Comments

jacoka•1h ago
The app uses Spleeter models running in an ONNX environment (via ONNX Runtime Web).

I wanted to eliminate the need for server-side processing and Python dependencies. By porting the inference to the browser, everything stays 100% local, which is great for privacy and means no more waiting in queues for 'free' online tools.

It's still being optimized for different hardware, but I'm curious to hear how it performs on your machines!