• @bradd@lemmy.world
    link
    fedilink
    English
    213 days ago

    I love the idea, the apps look useful and I am stoked to check them out. Can anyone contribute?

      • @Xanza@lemm.ee
        link
        fedilink
        English
        4614 days ago

        I don’t even a little bit agree. You’re welcome to your opinion, but being an asshole just for the sake of it is a bad look.

      • ZeroOne
        link
        fedilink
        English
        -414 days ago

        If you look at someone who’s mastered coding, you’ll realize that their code looks like a beginner

        • @just_another_person@lemmy.world
          link
          fedilink
          English
          11
          edit-2
          14 days ago

          First off, no, this is 100% not true. That’s like saying a professional chef’s chicken soup will be the same as a beginner following the same recipe. Just, no.

          Second, I’m talking about the general idea and implementation. Example:

          Which is easier?

          1. Cloning and running a repo to install node deps, configuring dotenv variables, running node app, then opening a browser to input a domain name into a field to get a response back about domain ownership, OR…
          2. Opening a terminal and running whois somedomain.com and getting a response back. Code to illustrate.


          Which is easier?

          1. Configuring and running a compose to start a docker container to visit a browser to use a text editor, OR…
          2. Open a local text editor which every OS has available


          The cheeky nature of the projects aren’t lost on me, i just don’t see a point beyond basic coding exercises for them to exist. They’re getting social media hype and embracing that…cool, but anyone acting like this is some awesome new stuff is just delusional or flat wrong.

          • @Yaky@slrpnk.net
            link
            fedilink
            English
            313 days ago

            Reminds me of a “minimalist text editor” that my coworker showed me circa 2015. It was an Electron app that consumed more RAM to display a empty file than Firefox with 5 active tabs.

  • choccymalk
    link
    fedilink
    English
    2614 days ago

    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!

  • SavvyWolf
    link
    fedilink
    English
    2714 days ago

    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.

    • @vfsh@lemmy.blahaj.zone
      link
      fedilink
      English
      3914 days ago

      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???

  • @mcx808@programming.dev
    link
    fedilink
    English
    1
    edit-2
    12 days ago

    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.