智能助手网
标签聚合 All

/tag/All

hnrss.org · 2026-04-18 15:43:17+08:00 · tech

Hi HN, I've been doing freelance work and realized the most stressful part of the entire lifecycle isn't doing the work, it's the final handoff. You send over the final ZIP file or Figma link, attach your invoice, and then just wait and hope the client actually pays instead of running off with your files. To fix this, I built TimeDrop to act as a mechanical intermediary. It basically removes the "trust" variable from the final delivery. Here is the workflow: You secure your final project link behind a "delivery gate" in the app. The app emails the invoice to the client on your behalf. The client receives the invoice and sees that the files are ready, but the link is strictly locked. The second you mark the invoice as paid on your dashboard, the system automatically unlocks and delivers the final files to the client. It acts as the bad cop so you never have to send another awkward "just following up on the payment" email. The site is https://timedrop.work I would love to hear your thoughts on the mechanics of this workflow, or if you see any glaring edge cases I'm missing.. Comments URL: https://news.ycombinator.com/item?id=47814004 Points: 1 # Comments: 1

hnrss.org · 2026-04-18 12:58:06+08:00 · tech

Hey y'all, Here's a walkthrough of how I use the 9front distribution of Plan 9 on Windows: https://www.youtube.com/watch?v=IzEa2L_Pgw0 Topics covered: - 9front distribution of Plan 9 running in qemu on Ubuntu inside WSL on Windows 11 - Drawterm running natively on Windows 11 - Running arbitrary commands on Plan 9 from Ubuntu - Mounting a directory from Plan 9 on Ubuntu - Using OpenAI codex LLM with Plan 9 - Editing files on Plan 9 with vscode Comments and suggestions are welcome. Comments URL: https://news.ycombinator.com/item?id=47813252 Points: 1 # Comments: 0

hnrss.org · 2026-04-18 09:51:10+08:00 · tech

Hi all, I've been working on Small for a bit now, and I think it's ready to share. The idea being that larger writing platforms have memberships and have become an untenable way to truly share content. Small represents a return to paying writers and creators for their content. We chose to use x402 to embrace open protocols and payment rails. Still lots to do, so please leave any things you do or don't like and we'll start to address them! Comments URL: https://news.ycombinator.com/item?id=47812511 Points: 2 # Comments: 0

hnrss.org · 2026-04-18 05:35:21+08:00 · tech

I built this tool a while back when I accidentally deleted thousands of my PDFs. I found the existing ext4magick and similar solutions to be cumbersome and complicated to use, and wanted something similar that just did PDFs. As a bonus, because it only handles PDF documents, the pattern recognision is super simple, allowing this program to scan through a disk at high speed, like the maximum read speed for your disk. Hope people find it useful. Mirror: https://github.com/seanhly/recover-pdfs Comments URL: https://news.ycombinator.com/item?id=47810848 Points: 3 # Comments: 0

hnrss.org · 2026-04-18 01:45:05+08:00 · tech

Small cli program I made to convert and modify bookmark files. Supports converting between json and netscape bookmark file format (default formatted exported by chrome/firefox). I created this because I have a lot of bookmarks across devices that I want to batch edit/delete and I can't always just directly modify the local browser db. Not many filters implemented so far, but I made it easy to add filters see: https://github.com/ediw8311xht/cl-bookmark-tool/blob/main/sr... Comments URL: https://news.ycombinator.com/item?id=47808543 Points: 1 # Comments: 0

hnrss.org · 2026-04-17 23:51:56+08:00 · tech

I read HN every day, usually late at night and have seen people request a dark mode many times. Basically, I couldn't find one that I liked, so I built the one that I've always wanted. It's inspired by terminal and IDE themes. A few cool features: - j/k to move, Enter to open, v to cycle density, 1–9 to switch themes, Esc to close - Three density modes: compact, comfortable, and an immersive reading view - 8 terminal-inspired themes (dracula, solarized, monokai, one dark, etc.) - Article preview pane that pulls OG metadata so you can skim without leaving the feed Stack: vanilla TypeScript + Vite, Cloudflare Pages Functions, CapacitorJS for the iOS/Android wrappers. Android and iOS apps coming soon, if folks request it. Would especially appreciate feedback and upvotes. Thanks for reading this far! Comments URL: https://news.ycombinator.com/item?id=47807269 Points: 2 # Comments: 1

hnrss.org · 2026-04-17 22:45:32+08:00 · tech

Hi everyone, I built a small tool called GitShrink to solve a simple problem: making videos small enough (<10MB) to upload to GitHub. It runs entirely in the browser, so nothing is uploaded anywhere. Website: https://igtumt.github.io/gitshrink/ GitHub: https://github.com/igtumt/gitshrink It’s a small, local-first tool with no accounts, no tracking, and no backend. Use cases: README demo videos Small product demos Screen recordings for GitHub Feedback is welcome. Comments URL: https://news.ycombinator.com/item?id=47806514 Points: 2 # Comments: 1

hnrss.org · 2026-04-17 20:07:36+08:00 · tech

We all know the feeling: can’t remember the word but we know what it means. That’s why I built: WordFor - a reverse dictionary where you describe a concept and it suggests the word you’re looking for. - Runs entirely in the browser (no server calls) - No ads, tracking, or accounts - Low latency (results show up immediately as you type) Curious how well it works for other people, and happy to answer questions about the approach or tradeoffs. Technical Blog explaining the workings: https://zshn25.github.io/wordfor-reverse-dictionary/ Comments URL: https://news.ycombinator.com/item?id=47805014 Points: 3 # Comments: 2