Hacker News
Meta cuts staff stock awards for a second straight year
Article URL: https://www.ft.com/content/071d5503-b3dc-46bc-bc55-28f92dbdd42a
Comments URL: https://news.ycombinator.com/item?id=47107562
Points: 3
# Comments: 1
Show HN: Turn Bilibili favorites into a personal RAG knowledge base
I built this to solve a personal problem: I save many long-form Bilibili videos (talks/courses), but cannot retrieve key ideas later.
Pipeline: - Bilibili auth + favorites sync - Audio extraction + ASR fallback (handles inaccessible audio URLs) - Chunking + embeddings + ChromaDB - RAG chat UI with source links
Stack: FastAPI, LangChain, ChromaDB, Next.js, SQLite.
I’d love feedback on: 1) retrieval quality tradeoffs 2) better indexing strategy for long videos 3) cost control for ASR + embeddings
Comments URL: https://news.ycombinator.com/item?id=47107449
Points: 1
# Comments: 0
Apple's AI Pendant Sounds Like a Watered-Down Humane AI Pin
Article URL: https://gizmodo.com/apples-ai-pendant-sounds-like-a-watered-down-humane-ai-pin-2000723004
Comments URL: https://news.ycombinator.com/item?id=47107448
Points: 1
# Comments: 0
Riskiest CLO Funds Are Flashing a Warning Sign: Credit Weekly
Article URL: https://www.bloomberg.com/news/articles/2026-02-21/riskiest-clo-funds-are-flashing-a-warning-sign-credit-weekly
Comments URL: https://news.ycombinator.com/item?id=47107424
Points: 1
# Comments: 0
The cost isn't building or buying – it's what comes after
Article URL: https://gobiraj.substack.com/p/ai-killed-the-saas-model-then-it
Comments URL: https://news.ycombinator.com/item?id=47107417
Points: 1
# Comments: 0
Chinese boxing robots win fans in San Francisco
Article URL: https://restofworld.org/2026/chinese-robot-boxing-unitree-rek/
Comments URL: https://news.ycombinator.com/item?id=47107394
Points: 1
# Comments: 0
Show HN: Public Domain Image Search
With the increasing prevalence of AI-generated imagery, it's also hard to find what is real.
The public domain has many millions of interesting images, all free to use. Why not try to make them more discoverable. The site uses vector image embeddings to find content 'within' the image, rather than just in captions and titles. Search, for example, 'drawings of ships' and the semantically closest search results will be shown (along with lots of other features). 90k images currently added, aiming for 1 million soon.
Comments URL: https://news.ycombinator.com/item?id=47107391
Points: 1
# Comments: 0
Evolving a Modular Dev Experience in Emacs
Article URL: https://poyo.co/note/20260202T150723/
Comments URL: https://news.ycombinator.com/item?id=47107385
Points: 1
# Comments: 1
Regime-Declared Mathematics as Survivor Sets
Article URL: https://zboralski.github.io/br/maths/index.html
Comments URL: https://news.ycombinator.com/item?id=47107381
Points: 1
# Comments: 0
Of the Greate Liberation of Websytes
Article URL: https://elliotbonneville.com/the-internet-is-about-to-get-weird-and-beautiful/
Comments URL: https://news.ycombinator.com/item?id=47107376
Points: 1
# Comments: 0
Show HN: WordBulb – Interactive Word Cloud Generator You Can Use for Navigation
Hey HN,
I’ve been building a few SaaS products over the last couple of years, and in between larger features I sometimes build small tools to reset my brain. This started as one of those.
It’s called WordBulb:
https://wordbulb.com/word-cloud-generator
At first, it was just a simple word cloud generator. But while building it, I kept thinking: why are most word clouds basically just decorative images?
They look interesting, but they’re not useful.
So I decided to make it interactive and embeddable — where every word can have its own target link.
What it does
Add your own words
Assign a custom URL to each word [the clicked word can be passed as query parameter]
Generate an interactive SVG word cloud
Embed it directly into your site
Each word is clickable.
You can use it as:
A visual table of contents
A tag cloud alternative
A creative way to surface affiliate links
A keyword visualization block inside a blog post
Instead of a boring list of links, you get something more dynamic and visually scannable.
Why I built it
I work a lot with SEO-heavy products and content-driven sites. I’ve always liked the idea of visual navigation — not just menus and bullet lists.
Tag clouds used to be popular, but most implementations are static and uninspiring.
I wanted:
Full control over words
Manual link mapping
Clean SVG output
Something lightweight that doesn’t depend on external libraries
It also fits into a broader idea I’ve been exploring around visual startup directories and keyword-based navigation systems.
Comments URL: https://news.ycombinator.com/item?id=47107371
Points: 1
# Comments: 0
Why every AI video tool feels broke
Article URL: https://www.openslop.ai/blog/why-every-ai-video-tool-feels-broken
Comments URL: https://news.ycombinator.com/item?id=47107367
Points: 1
# Comments: 0
Free, local-first barcode generator (No server uploads)
Hi HN,
I’m the developer behind BarcodX (https://barcodx.com). I built this to solve a recurring headache I saw with small businesses and e-commerce sellers trying to print inventory labels.
The current landscape for generating bulk barcodes (like Code 128 or FNSKU labels for Amazon) is pretty bad. You either have to pay a hefty monthly subscription for enterprise software (like BarTender), or you have to use free online generators that force you to upload your sensitive CSV inventory/customer data to their servers.
I wanted to build a "local-first" alternative.
BarcodX is a bulk barcode generator and visual label designer where 100% of the data processing happens client-side in your browser. You can upload a CSV with thousands of rows, map your fields to a drag-and-drop label template, and export a printable PDF. Because it all runs locally using standard web APIs, it’s fast, and your data never touches an external server.
It currently supports standard formats like Code 128, UPC, EAN, and QR codes. It is completely free, and there is no sign-up required to try it out here: https://barcodx.com
I’d love to get your feedback on the UX, the label designer, or any edge-case barcode formats I should add next. Happy to answer any technical questions!
Comments URL: https://news.ycombinator.com/item?id=47107343
Points: 1
# Comments: 0
Experimenting a New Syntax to Write SVG (2022)
Article URL: https://yuanchuan.dev/experimenting-a-new-syntax-to-write-svg
Comments URL: https://news.ycombinator.com/item?id=47107336
Points: 1
# Comments: 0
NASA's Artemis 2 rocket hit by new problem expected to bump moonshot into April
Show HN: Nucleus - A Sovereign Control Plane for AI Agents
Article URL: https://github.com/eidetic-works/mcp-server-nucleus
Comments URL: https://news.ycombinator.com/item?id=47107311
Points: 1
# Comments: 1
Show HN: Residue – connect AI agent conversations with Git commits
A simple CLI + self hosted backend that captures AI agent conversations and connects them to the git commits that happened.
All self hosted with cloudflare workers + R2 for storage.
https://github.com/butttons/residue
Comments URL: https://news.ycombinator.com/item?id=47107306
Points: 1
# Comments: 0
No-circles: Read what they don't. Think what they can't
Article URL: https://www.no-circles.com/
Comments URL: https://news.ycombinator.com/item?id=47107280
Points: 1
# Comments: 1
Linux Begins Seeing Early Preparations for PCIe 7.0
Article URL: https://www.phoronix.com/news/Linux-Early-PCIe-Gen-7-Prep
Comments URL: https://news.ycombinator.com/item?id=47107219
Points: 1
# Comments: 0
Show HN: Create edited videos with AI-generated scripts and your voice
Article URL: https://github.com/derikvanschaik/videoai
Comments URL: https://news.ycombinator.com/item?id=47107205
Points: 1
# Comments: 3
