• 0 Posts
  • 11 Comments
Joined 11 months ago
cake
Cake day: August 16th, 2023

help-circle

  • Sort of. If you’re receiving a notification from a remote server on iOS or standard android, they go through Apple or googles servers. That said, some apps rather than sending your device the actual notification (where this vulnerability comes from) will instead send a type of invisible notification that basically tells the app to check for a new message or whatever and then will display a local notification so the actual message stays on device and inside of the hosting services servers (like a self host.)


  • Oh god yes. There is now a blanket rule in our house that we only buy one system of storage. At some point, we revisit. I think on our next revisit, we might just go to deli-tainers.

    As for socks, and I must state for clarity, this has been done against my will, we have at least, at least, 17 different types of socks. I have made clear, that the first thing we do when we win the lottery or whatever is declare sockruptcy, throw those all away, and just buy one at-least-ok sock.


  • I mean, it’s splitting hairs. While the proximity probably didn’t help, I doubt the companies deciding to pull ads weren’t like “sure, we don’t mind hanging out in a nazi bar, just make sure not to seat us next to any nazis.” I mean, some probably were, but there has been increasingly large amounts of pressure on these people and within like 24 hours of each other Elon endorses replacement theory and the MM story drops that Elon is running ads for nazis. There are only so many times you can make a dumb excuse. For lots of us, that was a long time ago. Even the capitalists are realizing now at least that he’s bad for business.


  • I, for one, will turn to Scalzi on this one:

    This is the “So few people find a festering rat’s anus in their can of SpaghettiOs that finding one shouldn’t be considered an actual problem” argument, eliding the fact that the number of rat anuses in ANY SpaghettiOs can should be “zero”

    source

    Like, really looking forward to court case when Elon or Yacco have to explain “yes your honor, the thing they said is true, but to get it to happen they had to use our platform!!!” If I had to guess, Elon has to know he’s going to lose, but the point isn’t necessarily a win, it’s to tie up Media Matters in a legal battle that Elon can keep going effectively forever. This is one of his favorite tactics – doing whatever the fuck he wants because he knows the only thing you can do is sue, and he can pay lawyers forever so you’re going to have to blink first.



  • There are a few things I’d consider:

    • How many users are going to be on the MC server? MC is pretty notorious for eating RAM, and since most of my home server adventures often includes multiple VMs, I would look for something with at least 32 gb of ram.
    • for plex (I’m guessing similar is going to be the case for Jellyfin) how many users do you expect to support concurrently, and how good are you at downloading in formats that the clients support direct play for? Most remote plex users are going to require transcoding because of bandwidth limits, but if you have direct play for most of your local clients or have a good upload and don’t have to transcode 3+ streams at a time, you’re probably fine with just about anything from the last 10 years in terms of CPU.
    • also re: plex, do you have any idea in terms of storage requirements? Again, if you’re just getting started < 10 tb of storage in mind, you can get by with most computers.

    Anyway, to give you an idea, I run both of these and quite a few other things besides on a Dell R710 I bought like 4 years ago and never really have any issue.

    My suggestion would be grab basically any old computer laying around or hit up eBay for some ~$100-$200 used server (be careful about 1u’s or rack mounts in general if noise is a concern, you can get normal tower-case servers as well) and start by running your services on that. That’s probably just about what all of us have done at some point. Honestly, your needs are pretty slim unless you’re talking about hosting those services for hundreds of people, but if you’re just hosting for you and a few friends or immediate family, pretty much any any computer will do.

    I wanted to keep things very budget conscious, so I have the r710 paired with a rackable 3016 jbod bay. The r710 and the rackable were both about $200, and then I had to buy an HBA card to connect them, so another $90 there. The r710 has 64 gb of ram and I think dual Xeons plus 8 2.5" slots. The rackable is 16 3.5" slots, so what this means is I basically don’t have to decommission drives until they die. I run unRAID on the server, which also means that I can easily get a decent level of protection for drive failure, and I don’t have to worry about matching up drives and all that. I put a couple of cheap SSDs in the 710 for cache drives and to run things I wanted to be a little more performant (MC server, though tbh I never really had an issue running it on spinning disks) and this setup has been more or less rock solid for about 5 years now hosting these services for about 10 people.


  • Maybe if the Linux community decided on one default there would be more progress on inroads with desktop Linux.

    Well, Linus at least agrees with you. I just watch a talk he gave the other day in which he described one of the biggest problems with Linux desktop being that the distros can’t even decide on a default package manager/way to package applications and all of the difficulties that creates.

    It’s funny because even for simple stuff like when I used to update my Plex install manually I’d go to the Plex website, and the list is:

    Windows
    Mac

    Linux: Debian x 32 Bit Debian x.1 32 Bit
    Debian x 64 bit
    Debian x.1 64 Bit
    Fedora …
    Ubuntu …
    Cent …

    and god help you if you’re not on one of those versions or you don’t use one of those distros.


  • whofearsthenight@lemm.eetoLinux@lemmy.mlMicrosoft causes learned helplessness
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    9 months ago

    I’m going to have to interject on even on the first point. FWIW, I’m a person who vastly prefers to use a keyboard when possible, can totally live on a CLI only system, etc. Anyway:

    It’s faster and easier than using a GUI. This is because you can type a lot faster than you can click-click-drag with a mouse.

    This is just not true for the vast majority of people. Have you ever watched normies type?

    The other thing is that even with simple stuff like file operations normal users get lost with a GUI where it’s far easier to visualize what is actually happening. If they get a few basic mechanics (click+drag, right click, double click) that’s about all they have to remember to move files around. Compared to learning ls, cd, mv, cp, the directory tree, symbols like . and .. and so forth. Or perhaps my favorite example, quick name a valid tar command. On a GUI system like windows/Mac, they just need to remember they can do things to files by selecting them and right-clicking them. On a CLI only system, how the fuck are you supposed to get a regular user to remember that to compress a file, you type in tar to start with, much less remembering flags (my flavor of choice is usually -xvf.) How many people who regularly use linux even know wtf it’s called tar?

    And that’s even forgetting the things like the defaults often being much harder to recover from. In Mac/Windows (and I think even most distros, though I haven’t daily driven a gui linux in a while) deleting a file the default way is a safe operation and easily recoverable because by default the gui is designed to be more user-safe.

    Though I don’t think anyone will disagree with the fact that the CLI is an immensely powerful tool that a lot of us can’t do without, it has never been really designed in a way to be accessible to normal users, and I’d be willing to bet that if you were designing a CLI today in a vacuum, it wouldn’t look anything like the one we’re familiar with. It’s why I’d also guess that very few of us that use the command line all of the time don’t have a mile long list of aliases, scripts, switching to shells like zsh and things like zsh-autosuggestions or zsh-syntax-highlighting, colorls, a specific terminal emulator they use, and so on and so forth.



  • I also think that it’s not a great take that the OS vendor shouldn’t include decent default apps for most people. I mean, I know we’re in c/linux, but the vast majority of people don’t want to start with a terminal and build their system out from there. Hell, even the vast majority of linux users don’t, so then it’s just nitpicking where the line of which defaults should be included is.

    I have to believe the person who uses Apple Notes, Reminders, Safari, Calendar, etc

    I am that person now. Your example about Reminders is basically exactly why. I used to try and then pay for a ton of services to cover reminders/todos because I too was looking for that perfect app that worked just the way I wanted, and really the only thing I got out of it was making a slightly different trade off that I was then paying for in quite a lot of cases. it also happens that nearly all of those apps were closing gaps with the reasons I moved away from them to begin with. For the average user, they likely won’t even look much past the defaults because the defaults are actually pretty good, and so if you don’t have an advanced use case, your needs are covered. Like, I used Trello and Todoist for kanban for larger projects and it’s now native in Reminders.