Sound technician from Spain. Late millenial. I like videogames. I use arch btw.

Trans rights are human rights

-----BEGIN PGP PUBLIC KEY BLOCK-----

mDMEagdFFRYJKwYBBAHaRw8BAQdAo2lg2ECMF1hSTnKjnMtMkXy6eST3KGyHrSpF Wc/OK/O0NnNuZWV6eWNhdCAoaGV5IGl0J3MgbWUgc25lZXp5KSA8c25lZXp5Y2F0 QDQ2NDk0MjAueHl6PoiWBBMWCgA+AhsDBQsJCAcCBhUKCQgLAgQWAgMBAh4BAheA FiEEdnF8QKXsVOyWC1ynA1/WGRJtyMIFAmoIm+MFCQDupM4ACgkQA1/WGRJtyMIF QAD/cQUklIUyYyBqee+dPNj6iDz0YpcQNOxlyweWFlqUp1kBAJDZPRMtY9s8IBWG 9G9BAz7IKLsOIRW2M94ZVWAZLh0DuDgEagdFFRIKKwYBBAGXVQEFAQEHQOx95V/c aHsE6bxk+xTMA5rkenFy0TyMf+NpNR7vDTMlAwEIB4h+BBgWCgAmAhsMFiEEdnF8 QKXsVOyWC1ynA1/WGRJtyMIFAmoInBcFCQDupQIACgkQA1/WGRJtyMLxkgEAskD2 +KZTw4+IsccA3Cf+TY9SHmLKTWAoJ0ehN8ABvZEBAKLTBxtjtWSoDquVCbCEhCRy CZlusaSncZC6HMTbWf0G =KgI3 -----END PGP PUBLIC KEY BLOCK-----

  • 0 posts
  • 1 comment
Joined 3 years ago
Cake day: June 5th, 2023
  • Hmm, interesting project!

    Now I have to figure out how to send the program itself over qr codes ;)

    Edit: After playing around with it for a bit, I have some questions. Mostly, what’s the real use case for this?

    A 1MB file turns into 4k-10k pictures depending on how many characters you choose. My camera keeps auto-adjusting and it misses most of the frames. I could place my phone on a stable surface, angled just right, and leave it overnight/a long time period to finish the transfer. But why would I do that?

    If I have no bluetooth, couldn’t I just use sftp (or some even simpler protocol) over wifi , which should be supported even on ancient devices? Suppose wifi doesn’t work either. How do I transfer the program itself?

    Even if I manage to transfer it, I couldn’t run it directly on Ironfox, only on Via, so not all browsers support opening local files. I can run it on a local http server like apache, but if I can run that I probably can just transfer files via sftp.

    And even if somehow bluetooth, wifi and all the wireless connectivity fails… couldn’t I just use a cable?

    I only can imagine 2 use cases:

    • Your phone’s wireless connectivity is busted, you have a charging cable but it doesn’t transmit data, and you manage to get the app on the phone somehow (maybe typing the code by hand). If you can even run the app, then you can painfully transfer files with it.
    • You want to transfer a very small file (in the order on 50-200KiB), you don’t have easy access to sftp and your charging cable doesn’t support data transfer or you can’t be bothered to look for it. You can then use this app to transfer the file, in a reasonable amount of time (~1 min)

    Disclaimer: I tried this on a 10y/o phone running Android 7, and tried to open it on my current phone too but couldn’t, and I couldn’t be bothered to set up an http server to run it, or self-signed certs to run it from my pc.

    Sorry for the rant, I do think it’s a neat project! I just can’t find its usefulness other than being a fun trick xP