• 1 Post
  • 20 Comments
Joined 1 year ago
cake
Cake day: July 6th, 2023

help-circle



  • Fellow 90s kid, my parents were exactly the same. Religious background, fox news constantly, I once didn’t text back within 2 hours and had a neighbor contacted via Facebook knocking on my door in my 30s (to be fair I work on call so it’s atypical). I got lectured at 18 for buying an m rated game in front of them… Police report was a bit much; but I you aren’t alone.

    Side note I would recommend this nostalgic song: high fives - 90s kid anthem by Dr awkward


  • First off, it’s important to understand Responsive Design responsive design and why you shouldn’t be writing your own css these days as a newbie. Bootstrap is a public css doc with a lot of those problems pre-solved, so you might want to look up some of their tooling.

    As far as a website: you’ll need a domain name, you can get some for free, but they usually have short renewals otherwise this is unavoidable.

    You can pay for “shared hosting” at any of the major vendors like blue host or GoDaddy and get apache or aspx file hosting for like you said $X0/year.

    You can use an s3 static website for ~free. Creating a DNS hosted zone is $.50. but you can create an s3 bucket (think flash drive in the cloud) store a threshold of free documents, and publish them as a website all within the free tier of AWS. This has some technical background and AWS can get expensive of you make mistakes (although this shouldn’t scale much unless you upload a thousands ton of files repeatedly)

    Alternatively you can use GitHub pages . Git is a tool used by developers to share and edit code, they let you publish free HTML as well, but requires learning git or figuring out a tool with a UI like source tree. I don’t think you can use custom domains with this though.

    Although if you have any interest in tech, you can also create a free nginx docker container through a lot of services like ecs, but you can also self host in a “sandbox”. Docker creates a mini virtual machine with all of the code required to run self contained. Nginx let’s you create HTML docker containers by mounting a directory. ~ docker start nginx /website/directory And it just runs self contained.









  • This is not healthy advice, but I take 3 Tylenol pm( no acetaminophen) ~2.5h before bed (over the years it’s increased, and needed to start much earlier and I’m quite tall) melatonin ~1h before bed and start my nightly routine. By the time the sleepy pills kick in, you are out. Plan for either 6 or 8 hours to align with rem sleep cycle and be sure to get out of bed asap in the morning and be sure to replace fluids. When I regulated my sleep schedule, I was able to significantly better manage my life. I wish you luck.

    Edit: buy the one without acetaminophen, I guess I wasn’t clear on that? Benadryl has the active sleep ingredient




  • Wouldn’t the object need to be something of deep importance to the individual or be a poetic representation? I always assumed the volleyball was a symbol of everything he left behind. Things like recreation no longer mattered; only survival. :shrug: but I also thought the movie sounded incredibly boring. If you want a random item, go for qualities like “awkward to carry” or “gets hot when left in the sun”. Give your characters personality or force them to choose that object at a moment it’s inconvenient.

    • An oversized diamond/ faberge egg - it’s valuable, heavy or fragile and inconvenient, in a critical moment your character may need to smash it against something risking damage
    • Teddy Roxbury/furby - favorite toy growing up? Creepy voice at stalking moments? Mid point twist when the batteries die?
    • Harmonica - potentially a little Disney princess forest friend vibes
    • Bowling ball - Wilson prolly plays a little different when it’s not feasible to take him on a raft, prevents you from climbing trees and burns precious calories transporting. Mobility is now a plot point. Decent weapon tho
    • Toilet plunger/brush - everyday object that can be utilized differently, maybe adds that little bit extra reach to save the day?




  • I’m sorry but how? We have appliances with dockerfiles, micro containers for remote controls, extensive botnets of virtual machines, centuries in the future when we have expanded into the solar system and trillions of humans all having millions of unique applications with addresses, it’s inevitable to hit a finite number. When every square meter of smart road has an routable address; we will likely be rewriting networking anyways. The only players pushing IPv6 transition are networking companies because a new standard requires new hardware.


  • Cisco as a client tried to force ipv6 for their managed service and after an entire quarter of attempting to resolve it, we actually disabled it for their virtual address per their request. IPv4 has issues and IPv6 promises solutions, but it’s not a stable platform yet. This appears ignorant but is based on truth. IPv6 is also eventually going to hit exhaustion with the frequency we spin up virtual machines, it’s okay to skip a bad generation.