Show HN: I built a universal clipboard that syncs realtime on multiple devices
10 by imgopaal | 15 comments on Hacker News.
I’m Gopal, the guy behind QuickClip. I built this out of pure frustration. Copying items between my phone and laptop was very painful. Sending notes and links on WhatsApp. Saving random drafts I’d forget about. It was total waste of time. So I made QuickClip for myself first. A dead simple way to move text, links and images between devices instantly. No setup drama. No thinking. Fully encrypted I use it every day. Shipping it publicly now to see if anyone else has the same problem. Would honestly love to hear, how you move stuff between devices today, what’s broken or slow and what would make this actually useful for you Happy to answer anything and take suggestions. Thanks for checking it out.
New top story on Hacker News: Show HN: Use Claude Code to Query 600 GB Indexes over Hacker News, ArXiv, etc.
Show HN: Use Claude Code to Query 600 GB Indexes over Hacker News, ArXiv, etc.
22 by Xyra | 5 comments on Hacker News.
Paste in my prompt to Claude Code with an embedded API key for accessing my public readonly SQL+vector database, and you have a state-of-the-art research tool over Hacker News, arXiv, LessWrong, and dozens of other high-quality public commons sites. Claude whips up the monster SQL queries that safely run on my machine, to answer your most nuanced questions. There's also an Alerts functionality, where you can just ask Claude to submit a SQL query as an alert, and you'll be emailed when the ultra nuanced criteria is met (and the output changes). Like I want to know when somebody posts about "estrogen" in a psychoactive context, or enough biology metaphors when talking about building infrastructure. Currently have embedded: posts: 1.4M / 4.6M comments: 15.6M / 38M That's with Voyage-3.5-lite. And you can do amazing compositional vector search, like search @FTX_crisis - (@guilt_tone - @guilt_topic) to find writing that was about the FTX crisis and distinctly without guilty tones, but that can mention "guilt". I can embed everything and all the other sources for cheap, I just literally don't have the money.
22 by Xyra | 5 comments on Hacker News.
Paste in my prompt to Claude Code with an embedded API key for accessing my public readonly SQL+vector database, and you have a state-of-the-art research tool over Hacker News, arXiv, LessWrong, and dozens of other high-quality public commons sites. Claude whips up the monster SQL queries that safely run on my machine, to answer your most nuanced questions. There's also an Alerts functionality, where you can just ask Claude to submit a SQL query as an alert, and you'll be emailed when the ultra nuanced criteria is met (and the output changes). Like I want to know when somebody posts about "estrogen" in a psychoactive context, or enough biology metaphors when talking about building infrastructure. Currently have embedded: posts: 1.4M / 4.6M comments: 15.6M / 38M That's with Voyage-3.5-lite. And you can do amazing compositional vector search, like search @FTX_crisis - (@guilt_tone - @guilt_topic) to find writing that was about the FTX crisis and distinctly without guilty tones, but that can mention "guilt". I can embed everything and all the other sources for cheap, I just literally don't have the money.
New top story on Hacker News: Show HN: Ez FFmpeg – Video editing in plain English
Show HN: Ez FFmpeg – Video editing in plain English
3 by josharsh | 0 comments on Hacker News.
I built a CLI tool that lets you do common video/audio operations without remembering ffmpeg syntax. Instead of: ffmpeg -i video.mp4 -vf "fps=15,scale=480:-1:flags=lanczos" -loop 0 output.gif You write: ff convert video.mp4 to gif More examples: ff compress video.mp4 to 10mb ff trim video.mp4 from 0:30 to 1:00 ff extract audio from video.mp4 ff resize video.mp4 to 720p ff speed up video.mp4 by 2x ff reverse video.mp4 There are similar tools that use LLMs (wtffmpeg, llmpeg, ai-ffmpeg-cli), but they require API keys, cost money, and have latency. Ez FFmpeg is different: - No AI – just regex pattern matching - Instant – no API calls - Free – no tokens - Offline – works without internet It handles ~20 common operations that cover 90% of what developers actually do with ffmpeg. For edge cases, you still need ffmpeg directly. Interactive mode (just type ff) shows media files in your current folder with typeahead search. npm install -g ezff
3 by josharsh | 0 comments on Hacker News.
I built a CLI tool that lets you do common video/audio operations without remembering ffmpeg syntax. Instead of: ffmpeg -i video.mp4 -vf "fps=15,scale=480:-1:flags=lanczos" -loop 0 output.gif You write: ff convert video.mp4 to gif More examples: ff compress video.mp4 to 10mb ff trim video.mp4 from 0:30 to 1:00 ff extract audio from video.mp4 ff resize video.mp4 to 720p ff speed up video.mp4 by 2x ff reverse video.mp4 There are similar tools that use LLMs (wtffmpeg, llmpeg, ai-ffmpeg-cli), but they require API keys, cost money, and have latency. Ez FFmpeg is different: - No AI – just regex pattern matching - Instant – no API calls - Free – no tokens - Offline – works without internet It handles ~20 common operations that cover 90% of what developers actually do with ffmpeg. For edge cases, you still need ffmpeg directly. Interactive mode (just type ff) shows media files in your current folder with typeahead search. npm install -g ezff
New top story on Hacker News: Online Textbook for Braid groups and knots and tangles
Online Textbook for Braid groups and knots and tangles
4 by marysminefnuf | 0 comments on Hacker News.
4 by marysminefnuf | 0 comments on Hacker News.
New top story on Hacker News: Computer Animator and Amiga fanatic Dick Van Dyke turns 100
Computer Animator and Amiga fanatic Dick Van Dyke turns 100
7 by ggm | 3 comments on Hacker News.
Here's a video from 2004 https://www.youtube.com/watch?v=Y1J9kfDCAmU It's his 100th birthday today.
7 by ggm | 3 comments on Hacker News.
Here's a video from 2004 https://www.youtube.com/watch?v=Y1J9kfDCAmU It's his 100th birthday today.
Palabra del día: ‘circumspect’

By The Learning Network from NYT En español https://ift.tt/xcNsKzn
Late Night Sees Through Trump’s ‘Appease Prize’

By Trish Bendix from NYT Arts https://ift.tt/18AtMZf
New top story on Hacker News: Show HN: Lockenv – Simple encrypted secrets storage for Git
Show HN: Lockenv – Simple encrypted secrets storage for Git
4 by shoemann | 0 comments on Hacker News.
Hi! I got tired of setting up tools I can't explain to a team in a few words like sops or git-crypt, just to store few files with environment variables or secrets, so I built lockenv as a simple alternative. It's basically a password-protected vault file you commit to git. No gpg keys, no cloud, just lockenv init, set a password, and lock/unlock the secrets. This tool integrates with OS keyring, so you're not typing passwords constantly. Should work on Mac/Linux/Windows, but I tested it only on linux so far. I am not trying to replace any mature / robust solution, just making small tool for simple cases, where I want to stop sharing secrets via slack. Feel free to try, thank you!
4 by shoemann | 0 comments on Hacker News.
Hi! I got tired of setting up tools I can't explain to a team in a few words like sops or git-crypt, just to store few files with environment variables or secrets, so I built lockenv as a simple alternative. It's basically a password-protected vault file you commit to git. No gpg keys, no cloud, just lockenv init, set a password, and lock/unlock the secrets. This tool integrates with OS keyring, so you're not typing passwords constantly. Should work on Mac/Linux/Windows, but I tested it only on linux so far. I am not trying to replace any mature / robust solution, just making small tool for simple cases, where I want to stop sharing secrets via slack. Feel free to try, thank you!
Word of the Day: scurry

By The Learning Network from NYT The Learning Network https://ift.tt/B2HCbfl
Japan Says China Aimed Military Radar at Its Fighter Jets

By Javier C. Hernández from NYT World https://ift.tt/O9oFTzu
Hong Kong Man Arrested After Posting Online About Deadly Fire

By David Pierson from NYT World https://ift.tt/SBIaeOb
Spelling Bee Forum

By New York Times Games from NYT Gameplay https://ift.tt/H3AFTIN
Dashing Through a Season of Holiday Movies

By Sarah Bahr from NYT Times Insider https://ift.tt/fjiQBFI
Word of the Day: exonerate

By The Learning Network from NYT The Learning Network https://ift.tt/vEFDj0O
Word of the Day: prosperity

By The Learning Network from NYT The Learning Network https://ift.tt/W9SDHEO
Word of the Day: stipend

By The Learning Network from NYT The Learning Network https://ift.tt/ukXf01j
Sri Lanka Declares ‘Largest’ Disaster as Cyclone Kills 355

By Pamodi Waravita and Mujib Mashal from NYT World https://ift.tt/ALok1yt