frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Airbus A350 jet flies 24 hours nonstop from Australia to France

https://www.reuters.com/business/aerospace-defense/airbus-a350-jet-flies-24-hours-nonstop-austral...
1•JumpCrisscross•1m ago•0 comments

Free AI visibility scanner for your website

1•hexalogic•1m ago•0 comments

Show HN: Viso – model your full financial future before buying a house

https://www.viso.money/
1•gravelhacker•1m ago•0 comments

Try the New Firefox Design in Nightly

https://blog.nightly.mozilla.org/2026/07/27/new-firefox-design/
1•maxloh•3m ago•0 comments

Income of the poorest decile, the median, and the richest decile in the US

https://ourworldindata.org/grapher/incomes-across-distribution-wb?decile=p10_p50_p90&indicator=th...
1•alphabetatango•3m ago•1 comments

Creating a Gamedev YouTube channel is an alluring waste of time

https://twitter.com/robertvaradan/status/2082139420610662712
1•robertvaradan•3m ago•0 comments

There Isn't a Microchip Under Your Skin Tracking You

https://vale.rocks/posts/tracking-implants
1•speckx•4m ago•1 comments

Tock: A secure embedded operating system for microcontrollers written in Rust

https://www.tockos.org/
1•wh313•5m ago•0 comments

I made a and135 files converter to Markdown,free and private in browser

https://privatemarkdown.com/
1•GiooEn•6m ago•0 comments

Where Was Your Backyard 145M Years Ago?

https://nautil.us/where-was-your-backyard-145-million-years-ago-1283084
1•Brajeshwar•6m ago•0 comments

Show HN: Somebodyhire.me

https://somebodyhire.me/
1•btcalex•7m ago•0 comments

Show HN: DocSlicer – Structure-aware PDF/DOCX/PPTX parser, 31 pages/SEC on CPU

https://github.com/DocSlicer/DocSlicer
1•JelleDM•7m ago•0 comments

iPhone could stop you getting into the wrong Uber ever again

https://appleinsider.com/articles/23/08/08/apple-wants-to-use-ar-to-guide-you-to-your-ride-sharin...
1•alwillis•7m ago•0 comments

Why strict memory overcommit matters for Postgres

https://clickhouse.com/blog/strict-memory-overcommit-for-postgres
1•saisrirampur•7m ago•0 comments

FedEx 2026 Holiday Surcharges: What Shippers Need to Know

https://www.intelligentaudit.com/blog/fedex-2026-holiday-surcharges-what-shippers-need-to-know
1•mooreds•8m ago•0 comments

AI-coding agents kill team collaboration

https://leaddev.com/ai/ai-coding-agents-kill-team-collaboration
1•numbsafari•8m ago•0 comments

Ubuntu's TPM encryption switches to snap kernel that blocks deb kernel packages

https://bare.systems/posts/ubuntu-tpm-snap/
1•6jQhWNYh•14m ago•0 comments

Xenharmlib (music theory library) adds support for Just Intonation

https://xenharmlib.readthedocs.io/en/latest/whats_new_0_4_0.html
2•retooth•14m ago•0 comments

Destructive Convenience

https://volpeon.ink/notebook/dangerous-convenience/
1•mintplant•15m ago•0 comments

Spam - a System PAckage Manager for folks who use multiple platforms

https://codeberg.org/aol/spam
1•mixmastamyk•15m ago•0 comments

"Uncensored" open LLMs are measurably more optimistic than their base models

https://arxiv.org/abs/2607.17427
4•oleczek•16m ago•1 comments

WebKit Features for Safari 26.6

https://webkit.org/blog/18178/webkit-features-for-safari-26-6/
2•ksec•16m ago•0 comments

The Sticky Mark-Bit Algorithm for GCs

https://wingolog.org/archives/2022/10/22/the-sticky-mark-bit-algorithm
1•achierius•16m ago•0 comments

Home Office used 'AI hallucinated' information to refuse asylum claim, judge

https://www.theguardian.com/uk-news/2026/jul/28/home-office-used-ai-hallucinated-information-to-r...
6•sbulaev•18m ago•0 comments

Show HN: A search engine for one-word .com domains

https://www.muffin-company.com/word-domains
2•garyhbutton•19m ago•0 comments

Please, Don't Screw Up Neuromancer

https://freddiedeboer.substack.com/p/please-dont-screw-up-neuromancer
4•paulpauper•20m ago•2 comments

Debating Housing and More with Steve Hilton

https://www.richardhanania.com/p/debating-housing-and-more-with-steve
3•paulpauper•21m ago•0 comments

I showed an AI an image it couldn't see – then caught it lying about what it saw

https://paulshepherd.com/conversations/session-1.html
4•LifeWithGlee•21m ago•8 comments

Paged Out – Issue #9

https://pagedout.institute/webview.php?issue=9&page=1
3•birdculture•22m ago•0 comments

Claude Opus 5: Model Welfare

https://thezvi.substack.com/p/claude-opus-5-model-welfare
5•paulpauper•22m ago•1 comments
Open in hackernews

Show HN: Flashpaper – Self-destructing secret sharing with no database

https://flashpaper.app/
4•minpym•49m ago
Hi everyone! This is my first HN and I’m very new to the scene. My name is Min from Bangkok.

At first, I just want to create a dead man's switch for personal use and for fun. then, I think about information that self destruct like a spy movie. after that, I try to come up with the better version of Privnote or Bitwarden with self-destruct and some kind of censoring or blocking download ability. Somehow, end up with this product. :O

Flashpaper is for sending any information that would be burned after reading (with counting down timer like Mission Impossible movie ! or after 24 hrs max if not opened) Encryption happens in browser and because the key stays after # in the link; server never sees the key (Zero-knowledge for web use) and— because I’m a newbie. I don’t want to connect to database because I don’t have the money and I want things light and simple. So, that’s why Flashpaper keeps things in RAM-only, no database.

For AI Agent side, Flashpaper provides a REST API and an MCP server so agents can create secret links easily in dead-drop style that can be claimed only once. The second claim would get a 404 which means someone already took it. However, for the agent API flow, the server sees the plaintext for a moment before encrypting, so this flow is not zero-knowledge like the web flow.

Overall, I think it work quite well for web use, but for agent API use, I am not sure this is enough security. All the limitations are listed in SECURITY.md. Some feedback would be appreciated. I make it open source with MIT license, with honorware policy for Enterprise use, like self-hosted docker.

Here is my repo https://github.com/mmmpym/flashpaper and you can try it here https://flashpaper.app

Again ! Please feel free to tell me what I missed.

Min

Comments

ronak_parmar•46m ago
some great tech, what problem do you encounter that led you to develop it?
minpym•40m ago
tbh, mostly just for fun. but also a bit issue from when I type API key in Claude and it's always remind me to delete or regen API keys. i think this might solve that.