This is a similar tool, but it's more like a Swiss Army knife: https://github.com/nuwainfo/ffl
HN user
bear330
It's very cool! I am planning add Iroh into my daily used https P2P tool (https://github.com/nuwainfo/ffl) which currently using WebRTC. It's very cool to support both protocols, but it seems like Iroh python support is via FFI which can't be used in my APE (Actual Portable Executable) build...thinking...
maybe encrypt in localhost then send to another securely is another option? https://github.com/nuwainfo/ffl also decrypt using webcryto
For those interested in a detailed technical comparison with tools like croc or Magic Wormhole, I've written a breakdown here: https://fastfilelink.com/static/blog/cli-comparison.html
I have changed to title, seems not reflected yet? Thanks for reminding me
Sorry you can add ?preview=1 after URL. I will change the URL later.
Sorry I will see the guide later, and do something
I mirrored the directly downloadable files from the May 2026 war.gov UFO/UAP Release 01 into a single browser-friendly download pack.
Includes 158 files: 116 PDFs, 28 MP4s, 14 images, plus source URLs, SHA-256 checksums, and a start-here guide.
This is not an analysis of the contents; it is just a convenience archive.
I understand that some kind people here may have already packaged similar resources, but I’m simply offering another channel in the hope that it can be helpful to everyone. :)
Maybe you can try this: https://github.com/nuwainfo/ffl
It's Android App don't need LAN to share: https://play.google.com/store/apps/details?id=com.fastfileli...
I also really like Termux. When I was developing https://github.com/nuwainfo/ffl (a tool similar to croc, but the receiver uses a browser and doesn't need to install anything), it was because I wanted an easy way to get things off my phone. I actually packaged ffl—which is pure Python—into an APE just to make it compatible with Termux. Although many people here use ssh, rsync, or solutions like copyparty, I prefer my own minimalist solution: just one binary to transfer whatever I want. Anyway, Termux is cool.
I actually wrote a section about this here: https://github.com/nuwainfo/ffl?tab=readme-ov-file#porting-t.... In short, I used superconfigure the project’s ported Python APE, rewrote all C extensions into Python APE as built-in extensions, modified libraries like aiortc to use them, and finally resolved several tricky porting issues across platforms. It was a tough process, but I managed to get it working successfully :)
Oh, in this demo the right panel is just simulating the co-worker. In a real case, I would send the link to him via IM (for example, Slack). Since this is only a demo, I’m playing both roles myself. :p
Hi HN,
I've been using Claude Code (CLI) heavily, but I hit a major friction point: When Claude generates artifacts locally (like a specific SQLite dump, build logs, or a patch), it has no easy way to "hand" them to a coworker.
I didn't want to upload sensitive local files to a third-party cloud (S3/Drive) just to send a temporary file to a teammate sitting virtually next to me.
So, I built an MCP server (ffl-mcp) that gives Claude the capability to share files directly via P2P.
The Workflow:
1. I ask Claude: "Zip the logs and send them to Bob."
2. Claude uses the tool to generate a one-time P2P link.
3. My coworker clicks the link to download immediately (streaming transfer, E2EE).
Under the hood:
It wraps ffl [0], a CLI tool I built for NAT traversal (WebRTC, relay if failed). (I packaged the core tool as an "Actually Portable Executable" so it runs as a single binary across platforms without Python environment headaches).
It's open source and you can try it with uvx: https://github.com/nuwainfo/ffl-mcp
[0] The core ffl tool: https://github.com/nuwainfo/ffl
I'm working on ffl (https://github.com/nuwainfo/ffl), an Actually Portable Executable (APE) that turns any file or folder into a secure P2P HTTPS link via WebRTC.
Like llamafile, it's built on Cosmopolitan Libc. Getting the full Python stack + WebRTC to run as a single APE binary was incredibly tricky to pull off, but the result is super convenient. I mainly built it to solve the pain of moving large files (logs, DB dumps) in and out of containers—now it's just one command.
The repo has a demo showing a round-trip transfer between Windows (x64) and Android (arm64) using the same binary. I hope you give it a try!
I built a file sharing CLI called ffl which is also an APE built on Cosmopolitan Libc, just like llamafile.
Since llamafiles can be quite large (multi-GB), I built ffl to help 'ship' these single-file binaries easily across different OSs using WebRTC. It feels natural to pair an APE transfer tool with APE AI models.
I am working on FastFileLink (https://fastfilelink.com/), yet another file-sharing CLI/app that uses WebRTC for P2P transfer but exposes HTTPS links, making it compatible with browsers and tools like curl/wget.
It's ~90% production-ready. We use it internally to move files between containers and hosts (especially when volumes aren't mounted), and for WFH employees to exchange large files without a relay server. For huge files, there's resumable upload to our infra-backed server — fast global downloads included.
The CLI will also support receiving files via WebRTC, but that feature hasn't been released yet. It is open source (https://github.com/nuwainfo/ffl), but the README hasn't been updated yet and the code is not synced with the latest version (working on these).
Another production-used tool I'm working on is MailTrigger (https://www.mailtrigger.net/) — a programmable SMTP server that turns any email into a message on LINE, Slack, Teams, Telegram, SMS, or basically anything. If your app can send email, it can trigger multi-channel notifications with zero extra code.
Think of it as “SMTP to Anything,” or an email-native IFTTT/Zapier.
It supports JS and WASM for preprocessing, routing, and automation — you can write custom logic, auto-reply with LLM-generated messages, or forward alerts intelligently. We use it for price drop alerts, server health monitoring, and integrations with Jenkins/Sentry to push incidents to our DevOps Telegram channel.
Also experimenting with LLM-assisted rule creation: you can define notification logic in natural language instead of writing code — for example, auto-reply with an LLM-generated joke or handle customer support queries dynamically.
Docs are more complete than the website (which is still evolving), and the pricing page is currently a placeholder. Already running in production for us and a few early adopters.
You might want to check out MailTrigger (https://www.mailtrigger.net/) — it's a programmable SMTP server that can even call an LLM before sending emails, so everything you listed is technically doable: blacklists/whitelists, phishing detection, spam rollups, virus scans, link previews, etc. It’s not directly related to the MS email stack, but if you're self-hosting and looking for a flexible, programmable layer in front of your mail server, it could be a good fit. It’s still under development (though already running in production for my own company and a few early adopters), and the pricing page is just a placeholder for now. But the docs are public, and I believe it can cover what you're aiming for.
One thing to note: while the website mainly talks about multi-channel notifications, MailTrigger is actually more like IFTTT or Zapier, but specialized for email — when a message arrives, it can trigger smart, programmable actions. You can turn your existing email system into an IFTTT-style automation engine. It supports JS and WASM for preprocessing and routing, so you could, for example, auto-reply with an LLM-generated joke or handle customer support queries dynamically. The website might not fully reflect this yet, but the docs are more complete and show what’s possible.
Great question — thanks for bringing it up!
Right now, each MailTrigger mailbox requires SMTP authentication (username/password), so unless someone has the correct credentials, they can’t inject messages. That gives us a basic layer of protection against spoofing from the SMTP side.
For forwarded emails (e.g. from Gmail), we do validate SPF, DKIM, and DMARC on inbound messages. Each mailbox acts as a gated endpoint — only verified senders are allowed to trigger actions.
As for pricing — you nailed it, we’re still working that out. We have a few rough ideas, but I’d genuinely love to hear what kind of pricing model would feel fair or sustainable to you.
Would you lean towards usage-based (like number of messages/month), flat monthly per mailbox, or something else entirely? Have you seen pricing models you liked (or didn’t) in similar tools like Zapier or SendGrid?
Your feedback’s incredibly helpful at this stage — really appreciate it!
Thanks for checking it out and for the feedback — really appreciate it!
I’m sorry the loading took so long. I’m not entirely sure if the issue was with the main site or the Join Waiting List process. We’ll definitely investigate and get it fixed as soon as possible.
If it turns out that the waiting list form was the problem and you'd still like to join, feel free to shoot me an email at bear@nuwainfo.com — I'd be happy to add you directly!
Thanks again for flagging this. Your feedback means a lot and will help us improve!
I'm working on MailTrigger — a customizable SMTP server that turns any email notification into a message on platforms like LINE, Slack, Microsoft Teams, Telegram, SMS, or pretty much anything else.
The idea is simple: if your app can send an email, it can trigger notifications across multiple channels with no extra coding. Think of it as "SMTP Server to Anything."
One of the cool parts is MailTrigger supports WebAssembly (WASM), so you can customize your own notification logic and automate workflows. I’ve used it for tasks like monitoring internal systems, forwarding alerts to different chat platforms, and even adding basic decision-making logic before sending notifications. It’s been a huge time saver.
I’ve also experimented with using LLMs to assist in rule creation — you can configure notification rules using natural language instead of writing manual code. It’s like giving your infrastructure a smarter way to handle incidents.
At my company, I’m using MailTrigger for real-time price drop alerts and server health monitoring, along with integrations like Jenkins and Sentry to forward alerts to our DevOps Telegram channel.
It’s still super early, and things like the docs, pricing, and overall user experience are definitely a work in progress. But I’m iterating quickly and would love to hear feedback from this community!
Check it out here: https://mailtrigger.app/
Curious to hear your thoughts!
Exactly, I played Numerai many months, now it is full of cheating robots.
Procrastination is a psychological problem, not a planning problem. Seems like you solve a problem in a wrong way, or you promote your product in a wrong direction. You can say it is a combination of kanban, time tracker, project management or even habitica...blahblahblah, but it is just combination of functions not solving any procrastination problem at all.
Are there any progressing issues we can follow?
I think phusion's base images solution is overkill (its own init written in python3 and force users to use runit). It will be great if I can use systemd inside container (I am a CentOS 7 user, use systemd is quite easy for most packages e.g.: yum install httpd; systemctl start httpd), but it requires --privileged. Now I am considering s6 as solution based on this article: http://blog.tutum.co/2014/12/02/docker-and-s6-my-new-favorit...
But I think it will be the best if docker solve this problem itself, then I can freely use my familiar tools like monit.
Thanks for your help.
You give me a clue to deal with this problem!
I immediately found this http://support.mozilla.com/zh-TW/questions/800955#answer-155...
And carefully checked all of my extensions. I found a Z extension hide itself in FF extensions list. Finally I deleted it.
I think this is a good way if FF can give users some clue to deal with crash problem. It might be a great help. Thank you.
All my plugins are up to date.
I think this is the bug I encountered: https://crash-stats.mozilla.com/report/list?range_value=2...
The top 1 crash in Firefox crash stats...
Abobe Acrobat 10.0.1.434
Google Update 1.2.183.39
Java Deployment Toolkit 6.0.240.7
Java(TM) Platform SE 6 U24 6.0.240.7
Microsoft Office 2010 14.0.4730.1010
Microsoft Office 2010 14.0.4761.1000
Shockwave Flash 10.2.153.1
Silverlight Plug-In 4.0.60310.0
Windows Live Photo Gallery 15.4.3508.1109
Wolfram Mathematica 8.0.27.33471 (DISABLED)
mm... Should I disable all "Microsoft" related extensions to try? :)
My ff4 also crashes "EVERYDAY", sometimes "EVERYMINUTE", I seriously consider to switch to Chrome, but I still use it even it always crashes. Here is my about:crashes:
bp-682ee891-e489-4faa-87d9-0e5d52110422 2011/4/23下午 01:34
bp-74dd05b3-8f58-4e07-ba9b-2bfa22110422 2011/4/23下午 01:34
bp-4bb769e8-4851-4433-9f85-b60a32110422 2011/4/23下午 12:52
bp-10707aa1-1636-4a81-8f69-058832110422 2011/4/23下午 12:44
bp-04edd56e-db3a-45c1-8cfe-5bdb82110422 2011/4/23上午 01:37
.......MANY MANY.....
bp-2d469003-dcb9-498e-9f67-b58f22110421 2011/4/22上午 12:53
bp-1ad3daca-bb71-494b-88b9-9fd972110421 2011/4/22上午 12:32
bp-c7701cfa-793b-4b36-b610-111402110421 2011/4/22上午 12:07
bp-bd445659-4a3b-4b46-b809-11f582110421 2011/4/22上午 12:01
bp-7d00ada1-6b01-4d15-8b91-dfc102110421 2011/4/21下午 11:44
bp-81e36a99-7007-43c7-8d9c-3c3192110421 2011/4/21下午 11:44
bp-83a6eb96-0221-450f-93c0-25b7b2110421 2011/4/21下午 11:00
bp-a92673b1-7a13-497f-b459-e9dd12110421 2011/4/21下午 11:00
bp-8d5367f2-132f-4d34-9f12-6de5c2110421 2011/4/21下午 10:29
xpcom_runtime_abort(###!!! ABORT: Main-thread-only object used off the main thread: file e:/builds/moz2_slave/rel-2.0-w32-bld/build/xpcom/base/nsCycleCollector.cpp, line 1195)
I really hope this problem would be fixed......
Thank you very much. What kind of advice would you give if I am trying to build another http://www.korekt.me/? I think if we can find some solutions for this site, we will find some general solutions.
(or the problem might be that proofreading service not really frustrates people?)
Thanks for your suggestion first.
My product is a tool that you can select some part of web page to convert it into various formats (CSV,TXT,Images...etc.). It is still under development.
I think this service is a little like http://www.korekt.me/. Someone will need it, but scattered worldwide. How to reach them is hard.
I am thinking what I can do after public it.
Yes, that problem is I trying to know how to solve.
This site really solve a problem (so customer pays for it), but in my opinion, the natural of this type of service is low user retenion. How to reach as much as possible customers is critical.
Some types of services will make people say: "that's good service, maybe I will use it someday", then put it into bookmarks only.
The real customer even don't know that service (after ran out of Adwords credits). I think http://www.korekt.me/ is like that.