frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Parseflow – Extract data from any document. on your Mac

https://www.parseflow.io/
1•devtanna•41s ago•0 comments

Beyond symbolic algebra with quantum picturalism

https://www.frontiersin.org/journals/cognition/articles/10.3389/fcogn.2026.1790789/full
1•mathgenius•1m ago•0 comments

Denoising Voice Recordings On-Device

https://www.duration.ai/blog/denoising-voice-recordings-on-device
1•sudb•3m ago•0 comments

Ask HN: Are OTA updates for native iOS/Swift apps allowed?

1•jackappdev•5m ago•0 comments

Cypherpunk Library

https://www.cypherpunklibrary.com/collection
1•bookofjoe•6m ago•0 comments

Nearly Three-Quarters of Dutch Responses to EU Tobacco Rules Were AI-Generated

https://pointer.kro-ncrv.nl/meerderheid-nederlandse-inspraak-op-strengere-eu-tabakswet-afkomstig-...
2•stefanvdw1•10m ago•0 comments

Ask HN: If someone invested $100k now for your startup, how would you spend it?

3•aurenvale•15m ago•0 comments

Tldr.fail – buggy servers break PQ KEX compatibility in TLS

https://tldr.fail/
1•basilikum•17m ago•0 comments

Kids Act Would Require Age Checks to Get Online

https://www.eff.org/deeplinks/2026/06/kids-act-would-require-age-checks-get-online
2•bilsbie•18m ago•0 comments

CORS Explained in Plain English

https://sanyamserver.online/posts/cors/
1•RickJWagner•18m ago•0 comments

More evidence of life on Mars but still no life

https://www.cbc.ca/radio/quirks/more-evidence-of-life-on-mars-but-still-no-life-1.7649645
6•pseudolus•19m ago•0 comments

From Prompts to Loops: Building Autonomous Coding Agents

https://animeshgaitonde.medium.com/from-prompts-to-loops-building-autonomous-coding-agents-6135bf...
1•animesh371g•21m ago•0 comments

Expect Claude Fable 5 to Be Turned Back on in a Matter of Days, Report Says

https://gizmodo.com/expect-claude-fable-5-to-be-turned-back-on-in-a-matter-of-days-report-says-20...
1•HiroProtagonist•22m ago•0 comments

Beyond Functional Programming: The Verse Programming Language (2022) [pdf]

https://simon.peytonjones.org/assets/pdfs/haskell-exchange-22.pdf
1•tosh•22m ago•0 comments

France records around 1k additional deaths amid extreme heat wave

https://apnews.com/article/europe-heat-temperature-records-france-deaths-germany-61f444317600cf1b...
2•geox•22m ago•0 comments

Almavivo – The On-Device Health Platform

https://almavivo.com
2•morog•26m ago•0 comments

Policy Pulse – Issue #21 – Week of June 27, 2026

https://blog.disclose.io/policy-pulse-issue-21-week-of-june-27-2026/
1•jruohonen•29m ago•0 comments

Show HN: Warren – run isolated instances of any CLI tool (no containers,no root)

https://github.com/swadhinbiswas/warren
1•0xER•29m ago•0 comments

Shadcn/UI components that can be used without react

https://basecoatui.com/
2•buckwheatmilk•30m ago•1 comments

Imagine Telling Someone in 1999

https://twitter.com/JesseTinsley/status/2070306180543500530
1•ksec•31m ago•0 comments

Show HN: Genius AI Detector

https://geniusaidetector.com/
1•Rudism•31m ago•0 comments

GhostGrid drift detection and edge tamper evidence via Ed25519

https://ghostgrid.dannygc.cloud/
1•aisoverighn•32m ago•0 comments

Artificial rain isn’t a solution to drought, according to a cloud-seeding expert

https://www.swissinfo.ch/eng/climate-adaptation/why-artificial-rain-is-not-a-solution-to-drought/...
1•giuliomagnifico•32m ago•0 comments

Perceus: Garbage free reference counting with reuse

https://dl.acm.org/doi/10.1145/3453483.3454032
1•fanf2•32m ago•0 comments

Show HN: A faithful MUMPS 76 anniversary implementation – the original NoSQL DB

https://github.com/rochus-keller/mumps/
1•Rochus•33m ago•1 comments

Show HN: UnfoldCMS – self-hosted Laravel CMS, one-time pricing, no subscriptions

https://unfoldcms.com
1•hpakdaman•39m ago•0 comments

Trump threatens 100% tariff on European countries that impose digital tax

https://apnews.com/article/trump-tariff-europe-d2007fee8ae733a15f240c5f83462c96
3•leonidasrup•41m ago•0 comments

Flounder Mode

https://colossus.com/article/flounder-mode/
2•skadamat•41m ago•0 comments

SHOW HN: Experimental GCC/GAS inline assembly bridge for Python

https://pypi.org/project/sfpy-asm/0.1.1/
2•sunuhwang•41m ago•0 comments

Yourbrowsercandoit – 64 file tools, free, no upload, no signup, no tracking

https://yourbrowsercandoit.com/
1•robhati•44m ago•1 comments
Open in hackernews

Show HN: uvx qrdrop – instant LAN file sharing from your terminal

https://github.com/itsloopyo/qrdrop
1•itsloopyo•1h ago
I’m working on some projects that involve moving files between macOS, Linux, Windows, Android, and iOS, and wanted a no-fuss, cross-platform way to do it over the LAN. I already have uv installed everywhere, so built qrdrop to run with uvx.

From any directory you want to share, run:

`uvx qrdrop`

It starts a temporary HTTP server on your local network and gives you a URL, a generated three-word password, and a QR code. Scan the code on your phone and you can be browsing, uploading, downloading, renaming, and deleting files through the web UI in seconds.

(note: full upload/download/modify was what I originally needed and remains the default, but I added --upload and --readonly modes if you'd like a more restrictive experience)