frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Almost perfect Y Combinator Phishing Mail

1•fxtentacle•6m ago•0 comments

How Can We Meet AI's Insatiable Demand for Compute Power?

https://www.bain.com/insights/how-can-we-meet-ais-insatiable-demand-for-compute-power-technology-...
1•T-A•7m ago•0 comments

Ruby Central Is Not Behaving in Good Faith, and I've Got Receipts

https://jaredwhite.com/articles/ruby-central-is-not-operating-in-good-faith
1•ilikepi•10m ago•0 comments

Raw Day Inside YC Startup in Silicon Valley

https://www.youtube.com/watch?v=bi5fUGudzqY
1•belter•12m ago•0 comments

Going Viral vs. Going Dark: Extremism Trends and Abortion Content Gets Censored

https://www.eff.org/pages/algorithmic-suppression-abortion-content-creators
1•stareatgoats•12m ago•0 comments

"You have 18 months"

https://www.theargumentmag.com/p/you-have-18-months
1•anshulbhide•15m ago•0 comments

What does randomness look like?

https://empiricalzeal.com/2012/12/21/what-does-randomness-look-like/
1•efilife•18m ago•0 comments

I thought I was loyal to NotebookLM – until this app came along

https://www.androidpolice.com/from-notebooklm-to-adobe/
1•fcpguru•19m ago•0 comments

Inside Windows 3

https://www.xtof.info/inside-windows3.html
1•michalpleban•23m ago•0 comments

Show HN: Evalyze-AI investor matches from your pitch deck (free signup)

https://www.evalyze.ai/register
1•Veefa•28m ago•1 comments

3D-Printed Mechanical Book That Comes Alive

https://www.youtube.com/watch?v=RgPqE28IUkw
1•ratchetclank•30m ago•0 comments

2:4 Semi-Structured Sparsity: 27% Faster AI Inference on NVIDIA Hardware

https://hpc-ai.com/blog/explore_Semi-structured_sparcity
6•HappyTeam•36m ago•2 comments

Why Sync?

https://replicated.wiki/blog/cloud.html
2•gritzko•42m ago•0 comments

Could JavaScript have synchronous await?

https://2ality.com/2025/03/sync-await.html
2•carltheperson•42m ago•0 comments

Show HN: Parkiet – Fine-tune a large TTS model for any language under $100

https://github.com/pevers/parkiet
1•ph4evers•44m ago•0 comments

You didn't see it coming

https://aishwaryagoel.com/you-didnt-see-it-coming/
3•agcat•50m ago•0 comments

Show HN: Tool for SEO research, 30 day calendar, publishing and more

https://www.hovers.ai/
2•itsanirbanroy•50m ago•0 comments

The Importance of Slack

https://henko.net/blog/the-importance-of-slack/
3•henrikje•53m ago•2 comments

NSF-funded project explores how nanoplastics are transmitted to offspring

https://www.binghamton.edu/news/story/5789/future-generations-nsf-funded-project-explores-how-nan...
1•XzetaU8•55m ago•0 comments

Microsoft claims 3 fold chip cooling performance increase with microfluidics

https://news.microsoft.com/source/features/innovation/microfluidics-liquid-cooling-ai-chips/
1•helsinkiandrew•56m ago•2 comments

Chasing the Gulf Dream

https://www.dealflowiq.com/p/chasing-the-gulf-dream
1•koolhead17•1h ago•0 comments

P=NP Demonstration Solves Traveling Salesman – Cryptography and Logistics Impact

https://medium.com/@m.p.165.g.l/the-solution-p-np-bdaec93d997e
3•panxnubis•1h ago•3 comments

Robot Bartender

https://sites.google.com/view/robot-bartender/home
1•benkokes•1h ago•0 comments

How many valid JSON strings are there?

https://qntm.org/jsoncount
1•qsantos•1h ago•0 comments

Ruby Newbie: Supporting a new generation of rubynewbies

https://www.rubynewbie.org/
2•lylo•1h ago•0 comments

Elon Musk's Father Accused of Child Sexual Abuse

https://www.nytimes.com/2025/09/23/world/africa/elon-musk-father-errol-child-abuse.html
6•saaspirant•1h ago•1 comments

Mercedes-AMG Boss: Axial Flux Motors Will Come to More Cars

https://www.roadandtrack.com/news/a65189534/mercedes-amg-axial-flux-motors-future-cars/
1•teekert•1h ago•0 comments

Show HN: Inferencer – Run and deeply control local AI models (macOS release)

https://inferencer.com/
3•xcreate•1h ago•0 comments

Tether CEO confirms major capital raise at a reported $500B valuation

https://www.cnbc.com/2025/09/23/tether-reportedly-seeks-lofty-500-billion-valuation-in-capital-ra...
2•dist-epoch•1h ago•2 comments

What Technically Happened at Chernobyl [video]

https://www.youtube.com/watch?v=YRPuO1RhbKo
1•nodesocket•1h ago•0 comments
Open in hackernews

Apple Intelligence via CLI

https://github.com/prateekjain24/clipdrop
1•prtk12•1h ago

Comments

prtk12•1h ago
Getting Started First things first, you need Python installed. If you're on a Mac, you probably already have it. Then:

pip install clipdrop

That's the whole installation.

Now try this. Copy this text you're reading right now. Go to your terminal and type:

clipdrop test

Check your current directory. There's now a file called test.txt with this text in it. No dialogs, no questions, just... done.

The Basics You'll Use Every Day Just Save It The simplest use case - you've got something in your clipboard, you want it in a file:

clipdrop notes # Creates notes.txt (or .md, .json - it figures it out) clipdrop report.pdf # Yep, makes PDFs too clipdrop screenshot.png # After taking a screenshot

Building Documents Throughout the Day This is where it gets good. You're collecting stuff all day? Use append mode:

clipdrop journal.md -a

Every time you run that, it adds to the file with a nice separator. Perfect for daily notes, research collection, whatever. I use this constantly for meeting notes - copy something important, clipdrop meeting.md -a, keep going.

Preview Before You Commit Not sure what's in your clipboard? Or want to see how it'll look?

clipdrop something.txt -p

Shows you what it's about to save. Simple but super handy when you're not sure what you last copied.

The Smart Stuff That Just Works Format Detection Here's something neat - ClipDrop actually looks at what you copied and figures out the right format. Copy some JSON? Type clipdrop data and it saves as data.json. Markdown with headers and lists? Becomes .md automatically.

It's not perfect, but it's right like 90% of the time. And when it's not sure, it just goes with .txt which is fine.

Audio Transcription (This Is Wild) Okay, this one's actually cool. If you're on macOS 15.4 or later, ClipDrop can transcribe audio files using Apple's on-device AI. Record something on your iPhone, AirDrop it to your Mac, copy the file, then:

clipdrop

It automatically detects it's audio and creates a transcript with timestamps. Completely offline, nothing goes to any server. Your meeting stays your meeting.

Want it as plain text instead of SRT format?

clipdrop notes.txt

The transcription happens in real-time too - you see the words appearing as it processes. Kind of mesmerizing honestly.

YouTube Transcripts Need to grab a transcript from a YouTube video? Copy the URL, then:

clipdrop -yt

That's it. Downloads the whole transcript. You can specify language too:

clipdrop -yt lecture.md --lang es # Spanish

Super useful for research, taking notes on tutorials, whatever. Beats trying to manually transcribe videos.

The Paranoid Mode That Saved My Bacon True story - I once almost saved an AWS key to a shared folder. Would've been... not great. So ClipDrop now has secret scanning:

clipdrop config.env -s

The -s flag scans for:

AWS credentials API keys (OpenAI, Stripe, you name it) GitHub tokens Private keys Anything that looks suspiciously like a secret If it finds something, it asks what you want to do. You can redact the secrets, skip saving, or save anyway if you know what you're doing.

clipdrop keys.txt --scan-mode redact # Auto-replaces secrets with [REDACTED]

Has literally saved me from myself multiple times.

Real Workflows That Actually Save Time For Developers You're debugging, copying stack traces, API responses, code snippets. Instead of keeping 50 TextEdit windows open:

# Copy error message clipdrop debug.log -a

# Copy API response clipdrop response.json

# Building a snippets file clipdrop snippets.py -a

Pro tip: alias it in your .zshrc:

alias cda='clipdrop -a' # Now it's just: cda debug.log

For PMs and Designers Screenshots. So many screenshots. But now:

# Take screenshot with CMD+CTRL+SHIFT+4 clipdrop feature-x.png

# Building a visual changelog clipdrop changelog/v2.1.png

Or when you're doing competitive research - copy images from websites, save them instantly with meaningful names. No more "Screenshot 2024-03-15 at 3.47.23 PM.png" nonsense.

For Writers and Researchers This workflow has changed how I do research:

# Find interesting paragraph, copy it clipdrop research.md -a

# YouTube video with good info clipdrop -yt sources.md -a

# Building an article over time clipdrop draft.md -a

Each append adds a separator, so your document stays organized even though you're adding to it randomly throughout the day.

The Daily Journal Pattern Simple but effective:

# Morning echo "$(date): Starting the day" | pbcopy && clipdrop journal.md -a

# Throughout the day clipdrop journal.md -a

# End of day clipdrop journal.md -a

Builds a timestamped log without any fancy apps or systems. Just copy, append, move on.

The Weird Edge Cases We Handle Mixed Content Sometimes your clipboard has both text and an image (happens more than you'd think). ClipDrop can handle it:

clipdrop report.pdf # Creates PDF with both clipdrop --text-only notes.txt # Just the text clipdrop --image-only screenshot.png # Just the image

Format Conversion Need to save JSON as YAML? Or Markdown as plain text? Just specify the extension:

# Clipboard has JSON, but you want YAML clipdrop config.yaml

# Markdown to plain text clipdrop readme.txt