• 0 Posts
  • 23 Comments
Joined 2 years ago
cake
Cake day: June 30th, 2023

help-circle
  • YouTube still offers them a service in directing them new viewers. The big creators all lose viewers but YouTube funnels replacement views faster than they lose. They could host their own videos but they are gonna see very little growth without Google either in search or with YouTube as they start to lose the base that followed them.

    They also won’t be able to negotiate as good as rates for pre-rolls or in video sponsorships as if they were on YouTube.

    The only real alternative would be to band together like the creators that are a part of nebula are doing. Hosting on peertube really isn’t an option unless you are independently supported and you are doing it as a passion project and don’t care about audience growth or retention.




  • It looks like you fixed your issue but I had the same thing happen on windows 10 so I am gonna post how I fixed it in case someone runs across this thread later.

    In my case everything had been working previously but after an arbitrary reboot, my windows 10 PC could ping the local network and nothing else suddenly. No access to the tailnet, Internet; DNS or otherwise. On the wired interface that is. I could connect to WiFi and it would work just fine. I had a DHCP reservation set, deleted the reservation, let it get a new IP and then it worked. No idea why? Recreated the reservation and it still worked back on the old IP again






  • Hosting your own email is a bad idea. Hosting OTHER PEOPLE’S email is a REALLY BAD idea. Self-hosting mail on a vanity domain is a good exercise to learn how SMTP, DNS, IMAP and other protocols interact.

    If you don’t like Google, Apple, or Microsoft then sign them up with Proton or another hosted provider. You don’t want to be the reason someone lost income because they missed out on a critical email from a client or their job application was blocked because it was sent from a host with poor reputation.


  • Cloudflare sells domains at cost. If you use apple devices and pay for iCloud+ ($1.99 a month for the cheapest plan), you can get email hosting for your domain for the entire family + a catch all address.

    You can run an email host yourself but it is going to cost more in time and effort to maintain than just paying for hosting. It’s not very professional if your messages go to spam due to low reputation or if you miss a message/someone gets a bounce back because the container running your mail server was down and you didn’t realize

    Run mail on a custom domain for fun, to learn what it takes, but don’t do it for mail that really matters







  • If you are just sending notification emails to your own account then you can use SMTP directly to O365 without authentication and it will be delivered as long as it’s being sent within your tenant (if your home IP isn’t in your SPF record it may get delivered to junk however)

    This is how we handle scan to email using MFPs in our org. No credentials, or even a mailbox for the outgoing sender, required




  • I used to self host everything but nowadays I value my time too much so I have moved my data to google drive and back it up to a local hard disk periodically. Photos go to iCloud and google photos. iCloud is running my email domain (previously was google domains/gmail)

    I still do run a Plex server with my shield tv pro but that’s mostly to access my TV tuner as I stream my media from google drive directly instead.

    I just got tired of taking time away from my family to troubleshoot my services or just live with downtime. I did run a $5 linode to host things for awhile but eventually it just became more cost effective to just refactor things to run natively on various cloud services. I even just redesigned my personal website/blog to run on google sites

    I still love to follow the self hosted community, someday I will take my data back just not right now.


  • I got really long winded on this one sorry. TL;DR yes it would be easier for a big company’s IT department to handle rolling their own nextcloud but larger companies also have more obligations that make it a bit more complicated. A smaller company will need less compute and storage and manhours to manage a next cloud instance and so they can get away with it if they have a great IT person/staff

    An on-premises deployment is going to take more manpower to support and maintain than a cloud deployment and an organization of 200 like OP is probably going to have 5-6 IT people who are already stretched thin.

    And cloud storage is definitely a cost just like on-premises but it also comes with SLAs with guaranteed uptime and has factors of scale to be able to make delivering uptime, performance, security, and updates a lot more cost effective than rolling your own nextcloud. I’m sure it can be done in a way that is cheaper than $4000 a month or whatever 200 workspace licenses cost but not without taking a shortcut. I wouldn’t run it without a dev, prod, backup and DR server and the salary to maintain those would be just as high.

    I’m making assumptions based on my experience and organization’s size and making an educated guess about his friends situation. It could be totally different and they could still have capable hardware and storage from before their cloud migration. I just know that if I was in the same position I would not want to be the one in charge of rolling the company nextcloud when down time is money lost.