frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Show HN: Use Their ID – Use Your Local UK MP's ID for the Online Safety Act

https://use-their-id.com/
514•timje1•5h ago•126 comments

FinTech Dystopia

https://fintechdystopia.com/
24•LasEspuelas•59m ago•4 comments

I designed my own fast game streaming video codec – PyroWave

https://themaister.net/blog/2025/06/16/i-designed-my-own-ridiculously-fast-game-streaming-video-codec-pyrowave/
216•Bogdanp•6h ago•66 comments

Danish Study: No link between vaccines and autism or 49 other health conditions

https://en.ssi.dk/news/news/2025/large-danish-study-no-link-between-vaccines-and-autism-or-49-other-health-conditions
111•healsdata•3h ago•54 comments

Copyparty – Turn almost any device into a file server

https://github.com/9001/copyparty
564•saint11•11h ago•97 comments

Tao on “blue team” vs. “red team” LLMs

https://mathstodon.xyz/@tao/114915604830689046
398•qsort•12h ago•136 comments

Sign in with Google in Chrome

https://underpassapp.com/news/2025/7/5.html
198•frizlab•6h ago•109 comments

Different Clocks

https://ianto-cannon.github.io/clock.html
122•pppone•7h ago•18 comments

Claude Code weekly rate limits

394•thebestmoshe•8h ago•472 comments

SQLx – Rust SQL Toolkit

https://github.com/launchbadge/sqlx
89•stmw•3d ago•41 comments

Show HN: (Ask HN) Color Me Same – A New Kind of Logic Game – Pursue It Further?

https://color-me-same.franzai.com/
8•franze•2d ago•4 comments

AI Is Wrecking a Fragile Job Market for College Graduates

https://www.wsj.com/lifestyle/careers/ai-entry-level-jobs-graduates-b224d624
34•alephnerd•1h ago•28 comments

GLM-4.5: Reasoning, Coding, and Agentic Abililties

https://z.ai/blog/glm-4.5
170•GaggiX•12h ago•94 comments

Simplify, then add delightness: On designing for children

https://shaneosullivan.wordpress.com/2025/07/28/on-designing-for-children/
121•shaneos•11h ago•46 comments

The Vatican Observatory Looks to the Heavens

https://www.newyorker.com/magazine/2025/08/04/the-vatican-observatory-looks-to-the-heavens
28•pseudolus•5h ago•6 comments

Enough AI copilots, we need AI HUDs

https://www.geoffreylitt.com/2025/07/27/enough-ai-copilots-we-need-ai-huds
821•walterbell•1d ago•235 comments

Interstellar Comet 3I/Atlas: What We Know Now

https://skyandtelescope.org/astronomy-news/interstellar-comet-3i-atlas-what-we-know-now/
72•bikenaga•8h ago•31 comments

Cells that breathe oxygen and sulfur at the same time

https://www.quantamagazine.org/the-cells-that-breathe-two-ways-20250723/
55•sohkamyung•3d ago•3 comments

Show HN: 433 - How to Make a Font That Says Nothing

https://untested.sonnet.io/notes/433-how-to-make-a-font-that-says-nothing/
14•rpastuszak•3d ago•2 comments

Shrinkle – Shrink words, find hidden phrase

https://www.shrinkle.org/
47•onion92•7h ago•12 comments

Robot hand could harvest blackberries better than humans

https://news.uark.edu/articles/79750/robot-hand-could-harvest-blackberries-better-than-humans
72•PaulHoule•6h ago•32 comments

AV-Racer Devlog (1): Getting a functional car model

https://wassimulator.com/blog/programming/av-racer/devlog_1.html
3•mooreds•1d ago•0 comments

Terminal app can now run full graphical Linux apps in the latest Android Canary

https://www.androidauthority.com/linux-terminal-graphical-apps-3580905/
165•thunderbong•3d ago•66 comments

Structural-Demographic Theory

https://peterturchin.com/structural-demographic-theory/
17•rzk•4h ago•4 comments

How to make websites that will require lots of your time and energy

https://blog.jim-nielsen.com/2025/how-to-make-websites-that-require-lots-of-time-and-energy/
231•OuterVale•19h ago•183 comments

FDA has approved Yeztugo, a drug that provides protection against HIV infection

https://newatlas.com/infectious-diseases/hiv-prevention-fda-lenacapavir/
306•MBCook•11h ago•129 comments

Principles for production AI agents

https://www.app.build/blog/six-principles-production-ai-agents
71•carlotasoto•10h ago•12 comments

The Geological Sublime

https://harpers.org/archive/2025/07/the-geological-sublime-lewis-hyde-deep-time/
68•prismatic•13h ago•26 comments

‘I witnessed war crimes’ in Gaza – former worker at GHF aid site [video]

https://www.bbc.com/news/videos/cy8k8045nx9o
516•nathanyz•7h ago•431 comments

SIMD within a register: How I doubled hash table lookup performance

https://maltsev.space/blog/012-simd-within-a-register-how-i-doubled-hash-table-lookup-performance
171•axeluser•21h ago•33 comments
Open in hackernews

Copyparty – Turn almost any device into a file server

https://github.com/9001/copyparty
564•saint11•11h ago

Comments

aredox•11h ago
I saw "Python" and was going to comment a completely stand-alone* executable would be simpler, and then I scrolled and holy moly, there are a lot of features there! It would be quite some work to redo it in another lang.

*It already has no deps

Great job there. A nice tool you've made.

Edit: already adressed: https://github.com/9001/copyparty?tab=readme-ov-file#copypar...

9029•10h ago
I wonder if cosmopolitan libc[0] could be leveraged to create an actually portable executable™ without a rewrite, looks like someone has figured out compiling python 3.11.4 with it[1]

[0] https://github.com/jart/cosmopolitan

[1] https://ahgamut.github.io/2021/07/13/ape-python/

leobuskin•9h ago
I have a small/insane project of mine, I wrote a compiler for Python (strict and static subset only) to WebAssembly (bc-to-bc approach, 1:1 CPython compat due to walking internals), than I do wasm2c to sandbox it + pledge and compiling with cosmopolitan into a miniature standalone thing (fast as hell). Just because you have zero dependencies and it's a pure Python and properly typed, lemme try next weekend as PoC. No promises, but this message clicked in my heart
noman-land•6h ago
<subscribe>
skibz•11h ago
The author of this tool uploaded a YouTube video demonstrating it a few days ago: https://www.youtube.com/watch?v=15_-hgsX2V0

At one point in his demo, he uploads a file but terminates the upload more or less halfway. Then he begins downloading the file - which only progresses to the point it had been uploaded, and subsequently stalls indefinitely. And, finally, he finishes uploading the file (which gracefully resumes) and the file download (which is still running) seamlessly completes.

I found that particularly impressive.

nkrisc•11h ago
It's very impressive, particularly if you remember waking up to a failed download from the night before over dial-up.
squarefoot•10h ago
One of those things of the past even old nostalgic greybeards like me do not miss at all.
paulryanrogers•9h ago
I recall we had special apps to queue and schedule our downloads, and resume them where servers supported it. They were a dream compared to the boredom of staring at progress bars.
globular-toast•7h ago
The trouble is those special tools also needed downloading. So I could either sacrifice an evening's, ahem, download, or just chance it yet again. I eventually got an FTP client and it was like a superpower. BitTorrent was honestly more impressive to me than AI. Ah, the good old days.
Datagenerator•7h ago
The server that has moved countless Petabytes is glFTPd that allows FXP ( clients without bandwidth can initiate to transfer files from server to server ).
kstrauser•5h ago
That’s a built-in feature of FTP that doesn’t require server support.

Edit: Source: https://en.wikipedia.org/wiki/File_eXchange_Protocol#Technic...

1. You connect to servers A and B.

2. Tell B to receive a PASV transfer. It replies with the IP address and port it's receiving on.

3. Tell A to send to that address and port.

This is documented in RFC 959, starting with

  "In another situation a user might wish to transfer files between two hosts, neither of which is a local host."
henry700•6h ago
Anyone remember DAP, Download Accelerator Plus? The colorful bars were nice. A part of my childhood, downloading shareware Windows games through dial-up.
MisterTea•8h ago
Most files were available via FTP which supported resume.
supportengineer•6h ago
FTP can't restart a PPP or SLIP connection.
henry700•6h ago
Not most. There was (and still is) so much locked behind HTTP on poor servers
keysdev•3m ago
Magic of http 206 ?
floam•11h ago
“Race the beam”

That’s really cool. I’ve never seen that work before.

paxys•10h ago
Sounds like...BitTorrent.
01HNNWZ0MV43FF•9h ago
Sound like BitTorrent needs better PR then
reactordev•9h ago
Or… proper adherence to HTTP RFCs… with some added devx
jonny_eh•9h ago
Could be useful when launching a Doom shareware release.
yoavm•8h ago
I really didn't think I need this software but the video is so good that I'm gonna try hard to find a use case.
anthk•5h ago
You might like NNCP which was written precisely to support severely constrained or even cut down down networks.
amelius•3h ago
It would be even more impressive if he rebooted the server in the meantime.
cat-whisperer•11h ago
I'm planning to use copyparty with Apple Shortcuts to sync my clipboards across devices - should make life a lot easier.
visil•11h ago
Absolutely amazing piece of software, the kind that makes you wish you had a use-case for that. Kudos to devs for taking security seriously, too.

By the way, the youtube video showcases this project really well.

jjkaczor•11h ago
Heh... I have one... have always wanted to make a little solar-powered "library" on my front-lawn...

(You know, like the neighbourhood "take-a-book, leave-a-book" little libraries, except for... digital content... It would fly an appropriate "skull + crossbones" flag...)

alias_neo•11h ago
I've wanted to do something like this, but I live within WiFi range of a school and am concerned someone would put something "harmful" on there so have never done so.

I created a PirateBox on a little GliNet router a while back with the intention of sharing public domain content but didn't do so beyond having a quick play around with it myself.

NKosmatos•11h ago
And like most things nowadays, it would get filled with highly illegal content within hours of you putting it there. The good old (innocent) days are gone and the society we’re living is not mature/educated enough for such ideas.
pkulak•10h ago
I don't think the idea is to put it on the global internet; just make it broadcast a wifi SSID.
jjkaczor•10h ago
As others have said - it would be standalone, not connected to the internet.

Have debated making it "read-only", but then I would be culpable for the curation of content...

That and perhaps I just don't want to encourage people loitering around in front of my house for long-transfers...

OTOH - this could be useful for essentially a "dead-drop" independent standalone box for, uh... "civil disobedience" reasons... (or a free alternative to those "prepper-internet-in-a-box" devices they are currently selling...)

echelon_musk•7h ago
It would still be physically located on your property with potentially illegal content on it. Sounds like a nightmare.
jjkaczor•5h ago
... well, I live in Canada - my understanding is that the maximum lifetime fine for copyright infringement is about $5,000 when files are shared for personal, non-commercial use...

Which sounds like alot, but if we factor in the extended family and cross-media sharing and the number of separate streaming services we all subscribe to across many many years, then this is a "deal"...

OTOH - I don't want to be the first case/person to help determine what precedent will be set if something actually gets taken to the end-state statutory damages..

sfilmeyer•2h ago
On the spectrum of illegality, things can get a lot more extreme than a bit of copyright infringement.
aspenmayer•4h ago
Check this out. This was at one point one of the cheapest and smallest Linux computers around. It’s USB powered and this project turns a WiFi device designed to share photos from an SD card over a standalone SSID into a male USB A powered miniature SBC. (Edit: okay it’s two PCBs technically)

https://github.com/Emeryth/openwrt-zsun

https://wiki.hackerspace.pl/projects:zsun-wifi-card-reader

I got them in bulk from China for ~$6 each.

MostlyStable•9h ago
Maybe I'm misunderstanding something, but wouldn't this work great (albeit huge overkill) for the extremely common problem of trying to get files from one device to another (especially when one of those devices is a phone)? I see tools that are supposed to do that posted to HN all the time, with the comments usually pointing out one or another problem with any given utility. This seems like it would be pretty great self hosted, open source, solution to that problem?
mhuffman•9h ago
I have been having a lot of luck with Blip[0] recently regarding phone <-> laptop file transfer. My biggest issue so far is that it does support iOS, Android, MacOS, Windows ... but not Linux.

[0]https://blip.net/

wintermutestwin•6h ago
?? Airdrop works well.
ZeWaka•6h ago
Not everyone uses Apple products.
brewtide•6h ago
If you have not tried "localsend" I would highly recommend.
akk0•11h ago
Copyparty is an amazing piece of software. I recommend watching the recent YouTube video for an overview[0]. The developer is a personal friend and my household is proud to own one of 20 limited edition copyparty disc releases.

[0] https://www.youtube.com/watch?v=15_-hgsX2V0

pachouli-please•10h ago
I pop this up at an annual lan party amongst friends and its always a hit. Easy to use, easy to run, jam-packed with features
__bax•10h ago
..and with RSS feeds, very smart!
monkmartinez•10h ago
This is awesome. The readme is fun as heck and I just want to use the software based on that. I see nothing but complaints about nextcloud and others on r/selfhosted. I can't wait to try this out.
justusthane•9h ago
If you think the readme is fun, check out the demo video! https://www.youtube.com/watch?v=15_-hgsX2V0
gknoy•7h ago
You weren't kidding. I was amused by the humor in the first few minutes, but then I got to its showcase of what you can do, and am just even more blown away. They weren't kidding about doing _just about everything_ pretty well.
Fuzzwah•6h ago
Thanks for the tip, I really did enjoy my scroll of the readme. This bit here really tickled me and set expectations so well:

> inverse linux philosophy -- do all the things, and do an okay job

angry_octet•10h ago
No deps is great, but what I'm looking for is no bugs, authentication and encryption. I want features turned off by default, configs tight as a drum.
neuroelectron•10h ago
Obviously, that is not this
bakugo•9h ago
If you're looking for security and stability, I would personally avoid this.

I took a glance at the code and it's... not great. It's absolutely full of short, meaningless 1-2 letter variable and function names that make it very hard to read and understand if you're not the original author. Wouldn't be surprised if it's full of security holes that will never be found.

snerbles•7h ago
According to the author it was mostly written on the train with his phone, that could explain the terse naming.
physicles•5h ago
This is a developer flex if I ever heard one
tripdout•6h ago
FWIW, it just had an XSS vulnerability fixed yesterday: https://github.com/9001/copyparty/security/advisories/GHSA-9...
jshprentz•5h ago
From the README FAQ section:

> i want to learn python and/or programming and am considering looking at the copyparty source code in that occasion

> do not

corndoge•8h ago
This is just good software
Fuzzwah•6h ago
This section of the readme really sets the expectation clearly:

> inverse linux philosophy -- do all the things, and do an okay job > - quick drop-in service to get a lot of features in a pinch > - some of the alternatives might be a better fit for you

This includes a link to this doco in the repo which is an incredible source of info: https://github.com/9001/copyparty/blob/hovudstraum/docs/vers...

irusensei•9h ago
I love seeing the term file server being used as opposed to "NAS". Its a server that serves files so its a file server!
Artoooooor•9h ago
It will be useful for me, thank you for the info.
justusthane•9h ago
Besides being useful, this just seems fun as heck after watching the demo video. I'm curious if folks have examples of other similarly fun/whimsical (but still useful!) software. I would submit https://fraidyc.at/ to the list.
persolb•48m ago
I really like this idea; I’ve made crappy versions myself a few times…. Maybe this one will stick.

(For others, it’s a method to follow people across multiple services without being a normal feed. A person who updates only shows up once.)

srcreigh•9h ago
Take a look at the known issues section regarding iPhones. It’s good evidence of apples non competitive behaviour regarding browser support. PWA/websites are not allowed to be good on iPhones.
Shank•9h ago
As someone who has tried and failed to upload 2gb files on mobile data, only for the upload to fail at the last minute, this genuinely makes me want to play with it. There aren’t a lot of good drop-in solutions like this.
0xbadcafebee•7h ago
FTP/SFTP support resuming file uploads
sunshine-o•9h ago
In addition to being an awesome piece of software, their self hosted demo server is the fastest web app I have seen in a long time ... and this is while trending on HN !

Amazing.

Now I am wondering, would it be technically possible to build a similar app but based on the syncthing protocol?

I really like syncthing but it would be cool to have a version where you could just easily share specific files with peers.

sureglymop•1h ago
Ohh that would be cool! Love syncthing but I wish the relay and discovery servers would be part of the same/main syncthing binary.

I've also seen quite a few semi-technical youtubers make videos about it but not mentioning that it uses public relay and discovery servers usually by default (but maybe that depends on the distro). It's not a bad thing but something one should know before using it.

aquova•8h ago
I have never heard of this before, but watching through their Youtube introduction, this might be one of the best pieces of software I've ever seen. Assuming it works as advertised, this could replace a few things I've been hosting myself.
vorgol•7h ago
> into a file server

This is underselling it by at least three orders of magnitude. This is astonishing tool, you have to watch the demo video: https://www.youtube.com/watch?v=15_-hgsX2V0

bsenftner•7h ago
Is anyone else have their antivirus alarms go off on visiting this repo's URL?
echelon_musk•6h ago
This made me laugh and now I feel bad. Somehow I didn't expect HN users to be using antivirus software.
bsenftner•4h ago
When your corporate overlords insist on such things, one runs such things. And then some sites throw alarms.
dmd•7h ago
[starts watching video] Ok cool it's a file browser, there's a million of the---s----e

[keeps watching video] what the fuck

wim•7h ago
This is awesome! The demo is really fun, nostalgic 90s vibes, it even lets me play chiptunes :). Keeping all dependencies optional and just making it a single file is great too!
1970-01-01•6h ago
Looks like another reinvention of the torrent.
Pxtl•6h ago
I have a decent library of ebooks and music albums I (legally!) purchased from myriad sources. This sounds like the perfect solution to get that properly onto my LAN in an accessible form.
actinium226•6h ago
From the "'frequently' asked questions

> i want to learn python and/or programming and am considering looking at the copyparty source code

> do not

darkwater•6h ago
This is the wet dream of every power-user. It has tons of features on top of the file server. And it also seems developed by a 10x (100x?) developer, I mean, just making/editing the video is a work of art and humor.

If the author is lurking here, are you doing all by yourself? Do you use any LLM/agent?

It really is impressive.

j-bos•5h ago
In the vid author says they started this pre useful LLMs (2019) on their phone.
tripflag•5h ago
Hey o/

Yup, this is 97% just me hacking away in vscode -- I use pylance and the debugger but have everything else disabled, easier to focus that way. The only time I use any sort of AI/LLM is for translating new strings into Chinese, since it seems decently capable at that :-)

The remaining 2% is friends coming up with new usecases/features, and sometimes finding bugs.

But now that the project got way more attention than I'd anticipated, pullrequests have started appearing, so it doesn't look like those statistics will stay true for much longer! Really cool having more eyes on it spotting the things I overlooked, really enjoying that.

AtlasBarfed•3h ago
This is great stuff.

The only thing I'd like is some way to run it behind a cgnat. I was on starlink and I'm on an 5g device now.

If there was a way to integrate with Google drive mega Dropbox, githubs etc where I could drop a file list request document one of those services, and your server is pinging that (intermediate) storage service, detects the file listing request or file push request, or file upload request doc, and then does it.

I know each of those is an integration headache but man that would be useful.

Ok so GitHub has a built in markdown editor, so the request docs could be markdown templates. Or maybe static html/js files that generate markdown request docs, and file listing responses can be markdown or more static html docs.

opan•1h ago
Does magic-wormhole work from behind CGNAT?
zolland•1h ago
Why don't you relay traffic through another node on say AWS or Hetzner using Wireguard?
esseph•2m ago
I noticed on the demo server you had some ansi art on there.

Were you a part of the efnet ansi/ascii scene?

There's still some of us floating around!

Great project btw, nice work!

johnisgood•6h ago
This is much more than just a file server. It looks pretty neat.
j-bos•5h ago
From the introductory video: "There is no telemetry and their never will be. Not even an auto-updater". And yet this is one of the most feature-full projects I've ever seen. Brilliant.
banku_brougham•5h ago
This is amazing, just amazing. I'm sure this fills important use-cases in my personal projects.
kreco•3h ago
Coincidentally, I started to do media server similar to this 3 days ago. I just want to serve any folder, then be able to download a file and watch videos with a decent video player.

Now I feel like crap seeing how amazing this project is.

K2h•3h ago
Bj-skys.s3z - i havent heard in years. Excellent choice in the demo video and thanks for serving up on your nuc server! https://a.ocv.me/pub/demo/music/chiptunes/#af-bd94d434
throwawaylaptop•2h ago
Half techie guy here with basic question. Could I run this on an old android phone sitting on a shelf with a large minisd card in the slot and call it a day?
snovymgodym•28m ago
Yeah, I'm fairly certain you could run it on an android device using termux.

You'll likely need to root the phone to get the OS not to kill the termux process due to idleness though.

sureglymop•1h ago
Really cool! I wish it also had some better support for books so one could replace calibre web.

For example, access over OPDS, which one could then configure as the store backend on Kobo eReaders (yes, that's possible).