frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Why Linux creator Linus Torvalds gets angry hearing "99% of code is AI"

https://thenewstack.io/torvalds-ai-programming-productivity/
2•bpierre•3m ago•0 comments

How to build a 30M RPS CDN in 30 days with Rust and WASM

https://blog.railway.com/p/railway-cdn
1•phineyes•5m ago•0 comments

GitLab cuts 14% of staff as it scales its platform to serve AI workloads

https://techcrunch.com/2026/06/03/gitlab-cuts-14-of-staff-as-it-scales-its-platform-to-serve-ai-w...
2•mooreds•5m ago•0 comments

Why math works so well in describing our universe?

https://invertedpassion.substack.com/p/why-math-works-so-well-in-describing
2•airwarmedd•5m ago•0 comments

Multi-omics and palynology of selected Philippine forest honey

https://www.nature.com/articles/s41598-024-71385-4
2•PaulHoule•5m ago•0 comments

Token-Mediating Back end: An alternative to the BFF architecture

https://fusionauth.io/blog/auth-architecture-part2-tmb
1•mooreds•7m ago•0 comments

Opt-In Requirements for Java APIs

https://osmerion.github.io/OptIn/blog/welcome/
2•theanonymousone•7m ago•0 comments

History and Construction of the Dhow

https://nabataea.net/explore/navigation_and_sailing/history-and-construction-of-the-dhow-1/
2•mooreds•8m ago•0 comments

The oral tradition that built software may not survive AI

https://www.fastcompany.com/91549609/the-oral-tradition-that-built-software-may-not-survive-ai
1•speckx•8m ago•0 comments

Out of sight, out of reach – it't not your data

https://ecprotocol.io/2026/06/05/out-of-sight-out-of-reach.html
2•lszu•8m ago•0 comments

10M requests in my bot black hole

https://gladeart.com/blog/10-million-requests-in-my-bot-black-hole-here-is-some-information
2•busymom0•10m ago•0 comments

My WWDC 26 Wish List

https://taoofmac.com/space/blog/2026/06/05/1113
1•rcarmo•10m ago•0 comments

ReKindle: Web-based dashboard for E-ink devices

https://rekindle.ink/
1•surprisetalk•10m ago•0 comments

Geospatial Indexing Explained: A Comparison of Geohash, S2, and H3

https://benfeifke.com/posts/geospatial-indexing-explained/
1•alcazar•10m ago•0 comments

What to Expect from Apple's AI, Siri and iOS 27 Launch at WWDC

https://www.bloomberg.com/news/articles/2026-06-05/wwdc-2026-preview-ios-27-siri-ai-features-maco...
1•brandonb•10m ago•0 comments

Revisiting the SpaceX Valuation: A Post-Prospectus Update

https://aswathdamodaran.blogspot.com/2026/06/a-weeks-ago-i-assessed-value-of-spacex.html
1•canarymark•13m ago•0 comments

Doom-like game running from a NFC chest implant

https://github.com/tottelofstrom/NFC-DOOM
1•kuberwastaken•13m ago•1 comments

Show HN: Jo – AI-native language to catch prompt injection at compile-time

https://github.com/typescope/jo
3•kiru_io•14m ago•0 comments

Researchers find all big-name bots bomb EU compliance tests

https://www.theregister.com/ai-ml/2026/05/27/researchers-find-all-big-name-bots-bomb-eu-complianc...
2•mnky9800n•16m ago•0 comments

Python JIT project was asked to pause development

https://discuss.python.org/t/an-announcement-from-the-steering-council-regarding-the-jit-project/...
2•kbumsik•16m ago•0 comments

Ballot Chaos: South Korea's Election Hit by Unprecedented Paper Shortage [video]

https://www.youtube.com/watch?v=bIWFzzh8fqg
2•hoony_han•20m ago•0 comments

The skeptic's guide to humanoid robots going viral on the Internet

https://arstechnica.com/ai/2026/06/the-skeptics-guide-to-humanoid-robots-going-viral-on-the-inter...
1•Brajeshwar•20m ago•0 comments

Musk and SpaceX plan to build a Dyson Sphere

https://www.youtube.com/watch?v=2aTfE_UM7sU
1•tcp_handshaker•20m ago•0 comments

The Token at the Seam – Learning in Robotics

https://atomsfrontier.substack.com/p/the-token-at-the-seam
1•jpatel3•20m ago•0 comments

Obsidian Vault Can Now Run SQL (and Your Agent Can Read It)

https://motherduck.com/blog/obsidian-vault-duckdb-ai-agents/
1•articsputnik•21m ago•0 comments

What It's Like to IPO

https://staysaasy.com/startups/2026/06/04/what-its-like-to-ipo.html
1•wapasta•22m ago•0 comments

The Supernova That Sparked the Original Scientific Revolution

https://nautil.us/the-supernova-that-sparked-the-original-scientific-revolution-1281459
1•the-mitr•23m ago•0 comments

Floor, Ceiling, Bracket (2021)

https://www.johndcook.com/blog/2021/04/15/floor-ceiling-bracket/
1•tosh•23m ago•0 comments

An equal and habitable world is possible: academics set out vision for survival

https://www.theguardian.com/environment/2026/jun/04/world-inequality-lab-equality-academics-plane...
2•robtherobber•25m ago•1 comments

Sticky corn confounded western science

https://signoregalilei.com/2026/05/03/how-sticky-corn-confounded-western-science/
1•surprisetalk•25m ago•0 comments
Open in hackernews

Fast Android File Manager that works

https://github.com/djanogly/fast-android-file-manager
1•jackjayd•1h ago

Comments

jackjayd•1h ago
When my phone storage is full, I struggle to transfer large files to my Mac, and then delete them from my phone.

I tried OpenMTP, Android File Transfer, FTP, and other approaches, but the only one that actually worked was using ADB commands to find large files and transfer them off before deleting them. All other programs froze, crashed, or disconnected when trying to load my camera folder with 20,000+ files in it.

So I built a Tauri app to mimic those other apps, but using ADB under the hood. It is super fast, and does what I need, so thought I would share it.

I have only tested it on Mac so far, but it should work on Windows and Linux once tested.

If other people find it useful, I will invest more time in it.

It is fully local, no telemetry or tracking, no cloud connections, no payment etc.

Check it out and let me know if it works for you, or you hit any issues. You'll need to approve opening it in system settings, since I haven't signed the release properly yet.

Cheers, Jack

atmanactive•36m ago
Looks great, thank you for sharing. Let me share my setup: I have Syncthing installed on all of my machines. All important files in Android (camera, downloads, KeePass DB...) are continuously synchronized to my desktop. All files are living in two (or more) places 24/7. When I move a photo on my desktop, it is deleted from Android. Syncthing allows for time based backups folder so nothing can really be lost even in the case of ransomware attack.