• 1 Post
  • 810 Comments
Joined 3 years ago
cake
Cake day: October 1st, 2023

help-circle







  • PieMePlenty@lemmy.worldtoLemmy Shitpost@lemmy.worldTitle
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    6 days ago

    Gold for me. Its worth a bit more and will probably increase in value over time. Money will lose value over time.
    Since I don’t plan on spending it all at once, right this moment, it works better in my favor if it appreciates in value. I’m too much of a pussy to invest, so I’d probably let the bills rot too.
    I’d sell the gold bit by bit, underground if need be, to avoid taxes.
    I’d pick money only if I actually needed 50 million in cash right now and had a way to launder it… that is, if these were $100 bills.


  • Depends on which part? Tldr; mostly no.
    The user facing software can do everything including control all the exotic hardware components like the dispenser module and knows how to talk to the atm or bank network to do transactions. That thing is closed.
    The operating system can vary from linux based to windows based. I’ve seen machines which boot into the desktop and just start the app. If you had a keyboard, you could alt tab back to the desktop lol. They’re often made in Java.
    The drivers and control software for the mechanical components (dispenser, card reader…) are also proprietary. There’s a specification for how communication between software and these devices is done, called WS/XFS. Not open source, but you can get it and read it to understand better how the software communicates with the hardware.




  • Wow was fantastic when it came out. I never had the money to pay for a subscription so I played on pirate servers. I never got to the endless grind stages, but I adored exploring the early zones with all the original classes. The world looked great, the magic felt real and the fantasy was engrossing. I don’t think I ever made it passed lvl 35 on any characters, but thoroughly enjoyed getting there, sometimes with friends and sometimes alone.


  • Neo was powerful. I wonder if he could have gained the same abilities, without the help of Morpheus, throughout his time in the matrix. Were he able to do so, he could have lived a nice life inside. I guess Neo felt a higher calling to free mankind or something, so he left… or maybe Morpheus just didn’t tell him the whole picture before offering the pill. Morpheus probably needed a powerful warrior and just rolled the dice on Neo, deciding to not exactly paint the whole picture.
    Anyway… had I known the whole picture, I’d have stayed inside.





  • My use cases are:

    • Connect from multiple devices on the same home network (with the application)
    • Connect from a phone device on the internet (with the application)
    • Connect from some PC’s and devices on the internet (with the application and from web browser)

    For home networked devices, I don’t care about security that much. I try to lock it down on the router level and by using VLANs for less secure devices. I connect via IP directly (or .local domain).

    Jellyfin runs under its own user with read access to a media library.

    For devices on the internet, I have jellyfin exposed on a specific url path of my domain - through a reverse proxy all through 443. A bit of security through obscurity here. I’m proxied through cloudflare on the DNS side with very restrictive IP rules.
    I think this is enough for the security flaws jellyfin does have. I’d sleep better at night if it had client certificate support, but Its not a big deal imo. If security flaws allowing remote code execution are found, I’ll shut it down and allow access through wireguard only and lose access from some devices on the internet where I cant use VPNs. Not a bit deal either.