Yeah let's instead install a massive bloated shit project that the original developers left years ago and the maintainers don't know heads from tails of the codebase because it's too massive to maintain, with enough dependencies to make even a small child think he's independent by comparison.
All so that we can, uh, synchronize a markdown text file across 3 computers.
These projects exist so that we don't all have to re-invent the wheel every single time we need something simple. They have a purpose, even if they're not pushing the envelope. I've developed a bunch of software to do extremely simple things for myself because all the existing options are massive and bloated and do a million more things than I need.
I'm sure your projects look impressive on your resumé, though.
I like the idea of simple apps, but does their website have to have that silly dvd bouncing thing obstructing text? Especially since it starts playing sound if you interact with it wrong.
Something seriously ironic about pushing stupidly simple appels while having ridiculous bloated crap like that on the webpage. I immediately closed it out before getting a chance to read anything. On mobile that stupid bouncer takes up like a quarter of the width of my screen and why the hell is it the most foreground object???
This is hilarious, I love it. I know a lot of us take for granted that we can whip something like these up on the fly but there’s plenty of people who could use a nice little resource like this!
What is 'end-to-end encrypted' about dumbdrop?
I ran a quick test by running
docker run -p 3000:3000 -c /private/tmp/dumbdrop:/app/uploads dumbwareio/dumbdrop:latest
Opened localhost:3000 and uploaded a file.
A copy of that file is now sitting, unencrypted in /tmp/dumbdrop. Searched the documentation for the work encrypt and found nothing.