frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Google and Voltus sign agreement for smart energy capacity

https://blog.google/company-news/outreach-and-initiatives/sustainability/voltus-agreement/
2•wrlach•1m ago•0 comments

Show HN: Extend MySQL with Rust

https://github.com/villagesql/vsql-rust-sdk
1•deesix•1m ago•0 comments

Show HN: An experimental tensor DSL/compiler with explicit scheduling

https://github.com/ilang-dev/i
1•loganboyd•2m ago•1 comments

A Monte Carlo estimate of π

https://www.jojjjajjr.net/blog/2026/06/01/monte-carlo-pi/
1•tjwds•4m ago•0 comments

Anthropic faces AI spending backlash before IPO

https://www.axios.com/2026/06/02/anthropic-ipo-ai-sticker-shock-spending-usage
1•Brajeshwar•4m ago•0 comments

OpenType Feature File Specification

http://adobe-type-tools.github.io/afdko/OpenTypeFeatureFileSpecification.html
1•jacobwinters•5m ago•0 comments

Dear Aliens – writing contest winners

https://www.dearaliens.net
1•surprisetalk•5m ago•0 comments

The Good Days Are Over

https://impactoperations.substack.com/p/the-good-days-are-over
2•mooreds•8m ago•0 comments

We rebuilt PostgreSQL branch metrics on VictoriaMetrics, per cell

https://xata.io/blog/how-we-rebuilt-postgresql-branch-metrics-on-victoriametrics-per-cell
2•eatonphil•8m ago•0 comments

When your code speaks Rails instead of the domain

https://paweldabrowski.com/farewell-to-rails-way/when-your-code-speaks-rails-instead-of-the-domain
2•doppp•9m ago•0 comments

The Manhattan Institute Helped Kill DEI. Now It's Coming for Protests

https://www.wired.com/story/the-manhattan-institute-helped-kill-dei-now-its-coming-for-protests/
3•bhouston•9m ago•1 comments

Show HN: DropLock – E2EE secret sharing web app with no backend

https://droplock.apitman.com/
2•apitman•9m ago•0 comments

Catch bad AWS spending before it ships

https://cloudburn.io
2•mooreds•10m ago•0 comments

The future of creator businesses isn't more AI features

https://www.spencerfry.com/blog/the-future-of-creator-businesses
2•mooreds•10m ago•0 comments

Launching Construct Game Services – Cloudflare for Games

https://www.construct.net/en/blogs/construct-official-blog-1/launching-construct-game-1901
2•AshleysBrain•10m ago•0 comments

Phraseum – a puzzle game for learning languages through collocations and phrases

https://phraseum.com/
2•Ondrej72•11m ago•0 comments

Google's Top DMCA Sender Plateaus at 70M Takedowns per Week

https://torrentfreak.com/googles-top-dmca-sender-plateaus-at-70-million-takedowns-per-week/
2•speckx•11m ago•0 comments

Show HN: Opaque – A header-only C++ anti-analysis library

2•thyrn90•11m ago•0 comments

Show HN: I aggregated every rt-PCR primer published into a single database

https://www.primerpickr.com/
3•tmolley•12m ago•0 comments

Show HN: Piqc – GPU waste scanner for LLM inference clusters

https://github.com/paralleliq/piqc
3•paralleliq•14m ago•0 comments

Review of the MoErgo Go60 Keyboard

https://arslan.io/2026/06/02/review-of-the-moergo-go60-keyboard/
2•farslan•14m ago•0 comments

Show HN: Opstan, a decentralized social network on a PoW blockchain

https://github.com/OpstanGit/opstan
3•opstan•14m ago•1 comments

Harness Acquires Codecov from Sentry

https://www.harness.io/press-and-news/harness-acquires-codecov
3•stsewd•15m ago•2 comments

Software 3.0 developer guide – principles, methods, and a four-phase framework

https://github.com/SW3Dev/aiDevelopersGuide
2•SW3Dev•15m ago•1 comments

Veilgate Deception Proxy

https://www.youtube.com/watch?v=GPq_f6Ev3V8
2•C0oki3s•16m ago•0 comments

Gusto Cofounder: A Claw that automates your business back office

https://gusto.com/product/cofounder
2•edawerd•16m ago•1 comments

Composer 2.5 is now available in Grok Build

https://x.ai/news/composer-2-5
2•davidgomes•16m ago•0 comments

Device Code Phishing Forensics: What We Learned Investigating BEC in the Wild

https://research.eye.security/device-code-phishing-forensics/
2•the1bernard•18m ago•0 comments

Unofficial Python Client for the Verge

https://github.com/adamnfineco/theverge-api
2•mprogano•19m ago•1 comments

Meta repeatedly snubs EU body over Facebook and Instagram user bans

https://www.bbc.com/news/articles/c152yvwjwkko
14•dijksterhuis•21m ago•3 comments
Open in hackernews

Show HN: Clipto-fully local, natural language search over terabytes of media

https://www.clipto.com/
2•henry_kang•1h ago
Hey HN,

We recently built Clipto. It’s a tool that lets you search over terabytes of video, audio, and images on your computer, without relying on the cloud.

Motivation: we probably all had this similar experience, we know a moment exists in a video or audio, but finding it takes hours scrubbing the timeline. You can send all the media to process in the cloud, but it’s slow, expensive and raises privacy concerns. So we decided to build our own on-device media search engine.

How it works (high level):

1. We ingest video, audio, image; normalize formats via ffmpeg; run content analysis to downsample the frames for deeper understanding.

2. A local ASR pipeline (optimized Whisper) transcribes speech into text and speakers are identified; faces are detected and if known, person id created; a vision model (optimized Qwen3.5) runs on the downsampled frames to detect scenes, actions, objects, OCR and visual descriptions.

3. A graph data structure ties everything together into a searchable memory.

4. At runtime, user’s query and intention are understood by a lightweight local language model. Graph search conducted to retrieve all the matching clip candidates and reranking is done by a reranking model.

5. All the processes are done on your computer, without touching our servers.

Right now, it runs best on Apple Silicon Macs with 24GB+ memory, but we are working on broader support as well as an API/MCP for other agents to call.

We’d love to hear your feedback. Feel free to ask anything!