Gemini 2.5 Flash Image
developers.googleblog.com
Show HN: A zoomable, searchable archive of BYTE magazine
byte.tsundoku.io
We regret but have to temporary suspend the shipments to USA
olimex.wordpress.com
Why do people keep writing about the imaginary compound Cr2Gr2Te6?
righto.com
One universal antiviral to rule them all?
cuimc.columbia.edu
IBM and AMD Join Forces to Build the Future of Computing
newsroom.ibm.com
Undisclosed financial conflicts of interest in DSM-5
bmj.com
Michigan Supreme Court: Unrestricted Phone Searches Violate Fourth Amendment
reclaimthenet.org
Proposal to Ban Ghost Jobs: The Truth in Job Advertising and Accountability Act
cnbc.com
Japan has opened its first osmotic power plant
theguardian.com
"special register groups" invaded computer dictionaries for decades (2019)
righto.com
The Leverage Paradox in AI
indiehackers.com
Windows 7 x64 Extended Support Page
trackerninja.codeberg.page
The McPhee method for writing deeply reported nonfiction
jsomers.net
iOS 18.6.1 0-click RCE POC
github.com
DSLRoot, Proxies, and the Threat of 'Legal Botnets'
krebsonsecurity.com
Cornell's world-first 'microwave brain' computes differently
newatlas.com
SigNoz (YC W21, Open Source Datadog) Is Hiring Platform Engineers (Remote)
jobs.ashbyhq.com
Deeper Than Deep: David Reich's genetics lab unveils our prehistoric past (2017)
laphamsquarterly.org
The Relativity of Wrong (1988)
hermiene.net
Hey HN,
I'm a C++ algorithms engineer, and today I'd like to share my first full-stack web project: PrivyDrop.
This project was born from two ideas:
First, I wanted to solve a daily annoyance of mine: I needed a simple, AirDrop-like way to send text, links, or screenshots between my phone and PC. I tried many tools, but they either required me to sign up, had various limitations, or uploaded my data to their servers, which I was never comfortable with.
Second, this was a personal experiment. Last year, with all the talk about "AI replacing programmers," I got curious. As a developer with no web background, I wanted to see how long it would take to learn full-stack development from scratch (an area I'm really interested in) and build a complete application, using AI as my primary coding partner and mentor.
PrivyDrop is the result of that learning and experiment.
It's a peer-to-peer (P2P) file-sharing tool based on WebRTC. Its core principle is that *your data belongs only to you*: all files and text are transferred directly between your browser and the recipient's, fully end-to-end encrypted, without ever passing through an intermediate server.
*Here are some of its key features:*
* Completely free and open-source, with no ads. * No sign-up or installation required—just open your browser. * Direct P2P connection for privacy, security, and speed. * No limits on file size or type. * Support for entire folder transfers. * Built-in resumable transfers.
The whole process has been a fantastic learning journey. I'm sharing it now in the hope that it can solve the same pain point for others. I'm really eager to hear any feedback, ideas, or even harsh criticism from the HN community!
* *Live Demo:* https://www.privydrop.app * *GitHub Repo:* https://github.com/david-bai00/PrivyDrop
Thanks, everyone!