• 0 Posts
  • 20 Comments
Joined 1 year ago
cake
Cake day: June 20th, 2023

help-circle
  • In theory at least it’s because you pay for a specific bandwidth for home internet (the size of the pipe) but a specific amount of data for cellular (how much stuff you can get through a fixed sized pipe).

    Home internet is a little unique in that way, almost all other utilities are consumption based with no real tiers in terms of how it’s delivered (you pay for the volume of water or gas you use, electricity is the same, just different units).

    Networking equipment gets more expensive based on the bandwidth it supports, but it doesn’t much care how many bits you push through it. So ISPs charge based on their capacity to deliver those bits, and provide tiers at different price points. Cellular though is much more bandwidth constrained due to the technologies (and it used to be much more so before LTE and 5G), so it didn’t makes sense to charge you for slow or slower tiers. Instead the limiting factor is the capacity of a tower so by limiting data to small amounts it naturally discourages use. That model carried forward even now that the technologies support broadband speeds in some cases. As such and ISP could provide the biggest pipe (highest speed) to all homes and just charge based on consumption (they used to in the days of dial up, and satellite before starlink always has). Many ISPs instead are now double dipping though and charging for both.


  • In case you’re looking for something more white collar, I have found working for government prime contractors to be a sweet spot. I know, it feels gross to work for “the man” or to be the ones taking in those tax dollars, but hear me out.

    The work is well defined, they are very often unionized, even the office staff, and it’s essentially guaranteed employment as long as you want to work there. I’ve also found that putting in what I consider pretty normal levels of effort is highly rewarded because often the bar is pretty low by those that have been in the various companies for decades that no longer care. As long as you guard against professional apathy and keep driving yourself to do the best you can, it’s can be a great sector to work in.

    I would suggest looking for ones you don’t already know the names of though (often small subsidiaries of the larger companies are fine). Battelle for instance operates almost all of the DoE national labs and I hear from colleagues they are a good company with labs all over the country that need scientists, engineers, accountants, IT pros, facility folks, etc.



  • Or you can use something like Squarespace or Wix and have a fully functioning website with everything you need in a few hours and start monetizing your views with ads. Both start at $16 a month so it’s a larger hill to climb sure but you get custom branding and don’t have to deal with the baggage of a Medium page (largely that it’s considered in many circles an untrustworthy source for pretty much any topic mainly because of how easy and barrier free it is to write there. They also have a pretty well established history of working to screw over contributors to profit off of your work including you automatically giving a full license to medium for everything you post).

    If all you want is a newsletter though without a webpage to back it you can setup something in mailchimp with a custom domain (.coms start at about $10 from cloudflare). Again an hour or so of reading and configuring and you’re on your way, with an Adsense account you can even embed inline ads to your newsletter.



  • Asking broadly like this is akin to asking for a guide on how to cook, it’s generally too broad for there to be a single guide. You first need to figure out what your goals are (you state one already, you’d like it to be externally accessible), determine what services you want to host, and then start looking at how to do so.

    The advice I’d give is to start with a solid base, you’ll need something to self host on and it really shouldn’t be the PC you use for other things. Get it setup to run a virtualization OS such as proxmox and use that as your starting point. Then do a lot of reading. I spend probably three to four times as much time reading about the service I’m planning to deploy compared to actually doing the work to deploy it. Lastly, plan. You should have a solid plan in the beginning of how you want your service to work (what will be external vice internal only, how will you setup the networking stack to do that, are you going to have a domain, and will you use subdomains or folders to divide services, what does your IP space look like, will you host your own firewall to make the networking more controlled or fight with your ISPs router, do you want to use docker, kubernetes, or maybe full VMs for each service, do you want/need a UI to manage things from or are you comfortable with CLI, etc). These answers will lead you to guides for various services as well as service specific forums where help is more focused.








  • WxFisch@lemmy.worldtoSelfhosted@lemmy.worldplex or Jellyfin?
    link
    fedilink
    English
    arrow-up
    13
    arrow-down
    1
    ·
    1 year ago

    This is pretty much it, Plex offers far more client apps that are full featured and they make it super easy to setup and use both as an admin and a user. Especially for things like OTA TV where they provide the guide data once it’s setup (which is why it’s a paid option). I’d move to JellyFin in a heartbeat if they’d support OTA and DVR playback on AppleTV.




  • No, not by a long shot. They suffer the Linux problem because they are built and maintained by groups with narrow, specific, principled goals. Like Linux, fedi-services offer at best a 95% solution for the average user, and introduce a fair bit of friction to general usability. For some people that’s not a problem, they are willing to jump through some usability hoops because they find value in the concepts of decentralization and federated services. But most users just want to shitpost, troll, collect karma, and be with their friends. That place for better or worse is still mainstream services and it likely will be for as long as they exist.

    Linux suffers from “works for me”, and “I don’t need that feature” by a lot of developers and maintainers of various distros. We already see that from Lemmy with the dev being clear that he isn’t going to be working on anything but bug fixes and if you want a feature then you have to build it yourself. But even worse was the removal of captchas in 0.18.0 and it took a fair bit of back and forth with the admins of various large instances pointing out that captchas, while not perfect, are really the only thing holding back giant waves of bot signups.

    So while lemmy, kbin, mastodon, etc. may work fine for the devs and 10%ers, for the masses it’s just too much friction when Reddit, twitter, etc still exist and they aren’t principled in the same ways such that they will put up with the inconveniences for a solution that only meets most of their needs when one that meets all their needs and has none of those inconveniences works fine still.


  • Honestly I don’t really know. I don’t think it has to be but you’ll need to research what kind of certs you’ll need for your purposes and what options exists for a CA.

    My overall point was more that this isn’t really a “just setup Apache” web service, it’s a fair bit more involved since your looking for (I’m assuming) legally valid digital signatures which means they need to be secure, unique, identifiable, and adhere to non-repudiation. Services like DocuSign do all of that work already so unless you truly want open source because of passion or principles, this isn’t really a great area to try and roll your own without some experience and expertise.


  • Anything you use will need to generate secure certs for each user that signs which will need to be tied back to a root CA that is trusted by the clients device they are reading the signed documents on. Are you open to hosting all of the needed pieces to keep that working including buying the needed certs to chain trust?



  • That isn’t at all what is happening, the world admin team has been very engaged with the project on GitHub with a ton of back and forth and various code pushes to fix the captcha pullback that’s in 0.18. The issue you are seeing is known and the belief is it should get better with the update to 0.18.1 that the devs have said is coming in the next few days. It seems to be partly due to the size of the world instance and the problems with web sockets. You’re likely being downvoted for appearing to be authoritative about this and blaming the world admin team (it’s more than a single person) when they know this is a symptom and have a plan they think will fix it that a little more digging into the history of why they’ve chosen to forgo the 0.18.0 update would have answered your questions.