Show HN: No-Code Tools List with Filters https://ift.tt/3jZCBgb November 25, 2021 at 04:41AM
from Blogger https://ift.tt/3CVF1F0
via IFTTT
via Blogger https://ift.tt/3E46CoI
(https://ift.tt/3DRUUNThttps://whatsmusic.de/frankien-interview-creating-the-singer-songwriter-genre-standing-against-racism-and-a-memorable-open-mic-episode/
Show HN: No-Code Tools List with Filters https://ift.tt/3jZCBgb November 25, 2021 at 04:41AM
from Blogger https://ift.tt/3CVF1F0
via IFTTT
via Blogger https://ift.tt/3E46CoI
(https://ift.tt/3DRUUNTShow HN: IPNetDB – an embeddable database of internet routing information https://ipnetdb.com/ November 25, 2021 at 02:55AM
from Blogger https://ift.tt/3l5Z3GE
via IFTTT
from Blogger https://ift.tt/3nSUOAl
via IFTTT
Show HN: IPNetDB – an embeddable database of internet routing information https://ipnetdb.com/ November 25, 2021 at 02:55AM
from Blogger https://ift.tt/3l5Z3GE
via IFTTT
via Blogger https://ift.tt/3CQzT5c
(https://ift.tt/3FE2QD8Show HN: No-Code Tools List with Filters https://ift.tt/3jZCBgb November 25, 2021 at 04:41AM
via Blogger https://ift.tt/30YyjAG
via Blogger https://ift.tt/3FO3UUS
(https://ift.tt/3nSCkjsShow HN: No-Code Tools List with Filters https://ift.tt/3jZCBgb November 25, 2021 at 04:41AM
via Blogger https://ift.tt/30YyjAG
from Blogger https://ift.tt/3nP5xvq
via IFTTT
Show HN: No-Code Tools List with Filters https://ift.tt/3jZCBgb November 25, 2021 at 04:41AM
from Blogger https://ift.tt/3CVF1F0
via IFTTT
via Blogger https://ift.tt/3E46CoI
Show HN: IPNetDB – an embeddable database of internet routing information https://ipnetdb.com/ November 25, 2021 at 02:55AM
from Blogger https://ift.tt/3l5Z3GE
via IFTTT
from Blogger https://ift.tt/3nSUOAl
via IFTTT
Show HN: IPNetDB – an embeddable database of internet routing information https://ipnetdb.com/ November 25, 2021 at 02:55AM
from Blogger https://ift.tt/3l5Z3GE
via IFTTT
via Blogger https://ift.tt/3CQzT5c
Show HN: No-Code Tools List with Filters https://ift.tt/3jZCBgb November 25, 2021 at 04:41AM
via Blogger https://ift.tt/30YyjAG
via Blogger https://ift.tt/3FO3UUS
Show HN: No-Code Tools List with Filters https://ift.tt/3jZCBgb November 25, 2021 at 04:41AM
via Blogger https://ift.tt/30YyjAG
from Blogger https://ift.tt/3nP5xvq
via IFTTT
Show HN: No-Code Tools List with Filters https://ift.tt/3jZCBgb November 25, 2021 at 04:41AM
from Blogger https://ift.tt/3CVF1F0
via IFTTT
Show HN: IPNetDB – an embeddable database of internet routing information https://ipnetdb.com/ November 25, 2021 at 02:55AM
from Blogger https://ift.tt/3l5Z3GE
via IFTTT
Show HN: No-Code Tools List with Filters https://ift.tt/3jZCBgb November 25, 2021 at 04:41AM
via Blogger https://ift.tt/30YyjAG
(https://ift.tt/31244tdShow HN: IPNetDB – an embeddable database of internet routing information https://ipnetdb.com/ November 25, 2021 at 02:55AM
via Blogger https://ift.tt/3nMccXf
(https://ift.tt/3cKqUI0Show HN: No-Code Tools List with Filters https://ift.tt/3jZCBgb November 25, 2021 at 04:41AM
from Blogger https://ift.tt/3CVF1F0
via IFTTT
Show HN: IPNetDB – an embeddable database of internet routing information https://ipnetdb.com/ November 25, 2021 at 02:55AM
from Blogger https://ift.tt/3l5Z3GE
via IFTTT
Show HN: No-Code Tools List with Filters https://ift.tt/3jZCBgb November 25, 2021 at 04:41AM
via Blogger https://ift.tt/30YyjAG
Show HN: IPNetDB – an embeddable database of internet routing information https://ipnetdb.com/ November 25, 2021 at 02:55AM
via Blogger https://ift.tt/3nMccXf
Show HN: Hashnode – the easiest way to start a developer blog and get readership https://hashnode.com November 24, 2020 at 10:55PM
via Blogger https://ift.tt/3m6gB4a
via Blogger https://ift.tt/37naZwn
(https://ift.tt/2J1GkfUShow HN: A file server for Android, end-to-end encryption, web access Recently I’ve been playing with an idea of a file server on my Android phone, with a web browser access. I wanted to replace: – AirDroid – sending files to my own PC or laptop. – ShareIt – sending big files over the local network to my family devices. – Dropbox – sharing select files with other people over the Internet. Requirements I had in mind: – end-to-end encryption, no sign ups, no accounts, no passwords – local connection if devices are on the same network – asynchronous access, server should work seamlessly in the background This week I finally managed to stitch the pieces together and get something usable and useful. I now have full access to my phone on my laptop browser, I can share files with a link without uploading to the cloud, and the local network is used whenever possible. The file server app is on the PlayStore[1], web-client is here[2], and you can check out the roadmap[3]. Shoutouts to these great tools that made it possible: – libsodium[4], and it’s JS version, are used for the end-to-end encryption – StreamSaver.js[5], to save large files from a non-HTTP transport without buffering it in RAM. Had to patch it to add back pressure when the download is paused. Current limitations: – p2p only works on local networks, wait until WebRTC transport is implemented in the server – when downloading several files, a Zip is generated, with a 4Gb size limit, wait until I figure out the way to fix this. With a single file, it’s downloaded in plain and without limits. Please roast this thing! — [1] https://ift.tt/3kkSYUl [2] http://web.recall.im [3] https://recall.im [4] https://ift.tt/1c1syLN [5] https://ift.tt/2cMeXWn [*] A demo of some files I shared, served by my phone: https://ift.tt/3639zHA November 25, 2020 at 02:33AM
via Blogger https://ift.tt/39eq7hX
(https://ift.tt/3nWY1Mh