• 2 Posts
  • 18 Comments
Joined 1 year ago
cake
Cake day: August 7th, 2023

help-circle
  • This is twitter advice, but I assume it works.

    I had about 10k followers and about 100 likes per tweet in my heyday - but had pretty much left about a year before elon took over, and fully left when he did.

    It was a lot of work with little reward, but it was fun.

    • Post actually engaging content for your niche on a regular schedule, preferably more often than twice a day
    • you can maybe stretch to two niches on an account but likely you just want one
    • engage primarily with people in that niche
    • get to know them, build an online friendship
    • get into group dms or chats with multiple people in the same niche
    • nepotistically retweet each others stuff, publically respond favorably to it
    • unless you have a really interesting life, keep your real life out of it and focus on your niche
    • expect this process to be a committed 12 month process - so that’s at least 1000 posts, all should be high quality enough to warrant engagement.


  • it’s not just one thing though. For a non technical user, it’s nerve-wracking to worry that if you screw up the install, or download the wrong package, or configure the YAML wrong, or open the wrong port, or there’s a port conflict, or you forgot to update the software… now you’re potentially unprotected (even if that’s not the case - many will still worry).

    Not to mention even if you - as I did - had to skill up to understand it, three months passes and you’re terrified to touch it because you’ve forgotten all the stuff you learned to set it up.

    Same as how the majority of people don’t even change their own oil on their cars - even though it’s fairly easy.










  • As more of an artist than a techie for the most part — if you have your medium or at least part of it — the more interesting thing about art is what you have to say about it.

    As an example, if you want to draw a distinction and comparison between the age of discovery and the age of technology, you could use the hard drives as a canvas on which to paint a portrait of something like Robert Scott / Lawrence Oates, or Jacques Cousteau, or Armstrong and Aldrin etc.

    On that last one - if you could tie the size of the drive in comparison to the size of the code used in the moon landing that might also be interesting.

    Anyway, all that to say - art is a mix of medium and message



  • Check the error logs and see what’s wrong with it instead. How is it crashing? Did you check stdout and stderr (use docker attach or check the compose logs)?

    “Crash” is the wrong word. The app is running, it says “Connected” for about 15-20 seconds, then it says “Internet blocked” for about 20 seconds, then it says “Reconnecting” for 30-90 seconds, repeat indefinitely.

    Using the CLI for logging, it says something along the lines of “Timeout… Hyper time out”

    You should look a bit into how the internet, DNS and IP addresses work on the public internet and private networks.

    Do you have any recommendations on how to learn this?

    Also, thank you for explaining that “configuring a domain name” is adding an A record. I’ve added TXT records and similar for Google analytics and I’ve added mail records to set up my own domain’s email before - but this is helpful, thanks.