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

help-circle


    • VLC media player is the gold standard
    • Open broadcasting software / stream labs for broadcasting and studio management
    • Ffmpeg for video editing
    • Yt-dlp for downloading video
    • audacity MP3 editing
    • Plex / jellyfin / Stashapp for media server
    • Pixlr for cloud photo editing
    • Yarn / chocolatey / Asdf / node / poetry - package management
    • Flaresolver, pihole, home automation, nginx
    • Qbit-*arr for file sharing
    • Massgrave for windows activation
    • Filezilla for ftp (upgrade hosting)
    • Depending on bullshit level: discord, Google workspace offers custom domain Google accounts
    • Anything past that I write for myself or find a project with a dockerfile





  • I’ve never seen a good answer to this in accessibility guides, would you mind making a recommendation? Is there any preferred alt text for something like:

    • “clarification image with an arrow pointing at object”
    • “Picture of a butt selfie, it’s completely black”
    • “Picture of a table with nothing on it”
    • “example of lens flare shown from camera”
    • “N/A” dangerous

    Sometimes an image is clearly only useful as a visual aid, I feel like “” (exluding it) makes people feel like they are missing the joke. But given it’s an accessibility tool; unneeded details may waste your time.








  • 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


  • thirteene@lemmy.worldtoMemes@lemmy.mlDecision time
    link
    fedilink
    arrow-up
    3
    ·
    3 months ago

    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.





  • My rhcsa expired and I only have experience beyond that. Your task right now is to find a job and the easiest way to do that is to leverage your network. If you don’t have a network, you need to prove that you can commit to a long term plan and learn a skill. Most people do that with degrees. Unfortunately a lot of people have degrees and technology is getting more competitive. That’s where you see school competitions and certifications. If you don’t want to do that, you’ll need to be able to speak competently to the role.

    Unfortunately right now I do not recommend platform/devops/sre for anyone breaking into the field. If I create an application today, it’s server less or bring your own dockerfile on a provided machine image. So what are you administrating? Legacy shops will be around for decades, but the future here is layered architecture not os tasks.