• 0 Posts
  • 24 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle
  • Regarding the title thing. Lots of news sites will have multiple titles that get swapped at random. The different wordings increase the click through rate. You might not be interested in title 1,2 or 3, but title 4 gets you to click.

    But as for change logs for the actual article, none that I know of. The best you normally see is something like “last edited 5 minutes ago”





  • If a school provides a device to a student to take home there’s two possible outcomes.

    1. They provide a managed device, and with any management tool, there’s a way to invade privacy, intended or not.

    2. They provide an unmanaged device and get sued by parents for letting their"innocent snowflake" access unwanted content.

    In both instances there’s something to legitimately complain about, but I still say the first option is the better one. The problem comes with oversight and auditing on the use of those management tools.

    Not to mention that even with the second option of unmanaged devices, invasion of privacy can still occur if students are stupid enough to use the school provided accounts (Google, 365,etc)



  • Companies see that as a mistake. They want you on a subscription for life that they can arbitrarily change at any time.

    Profits not increasing enough for this quarter? Better cut content, increase prices, increase the number of ads.

    Profits increased amazingly this quarter? Better cut content, increase prices, increase the number of ads.

    Profits down? Better cut content, increase prices, increase the number of ads, and start adding extra paywalls to some content

    They want you to own nothing. Oh you unsubscribed? Sorry even the content you paid extra to unlock was only available while your subscription continued, you will need to start your subscription again and then pay to unlock the content again.

    A show isn’t popular enough? Better write it off, pull it from all distribution so you can claim it as a tax write off


  • SGG@lemmy.worldtoSelfhosted@lemmy.worldThumb drive heating up
    link
    fedilink
    English
    arrow-up
    13
    ·
    5 months ago

    If you have docker containers and other stuff all on that USB drive I’d really reccomend getting it all off that USB (not just logging) and onto a proper drive of some kind. USB thumb sticks are not reliable long term storage, you will wake up to find the drive failing one day and good chance you lose everything on it with little to no warning.




  • Mine is nice and quick in regards to the web interface and general functions. However I run it on a server at home and my upload speed isn’t the best, so if I need to pull a larger file (Files On Demand enabled) then obviously the transfer speed of the file is a bit sluggish.

    Hosted on a VM with 16GB RAM, 4 cores. Using the NextcloudAIO docker deployment option, all behind an Apache reverse proxy (I have a bunch of other services on another VM that all have reverse proxy access in place as well).


  • SGG@lemmy.worldtoSelfhosted@lemmy.worldvpn on nextcloud?
    link
    fedilink
    English
    arrow-up
    3
    ·
    10 months ago

    In very basic terms, and why you want to do them:

    Attack surface is the ports and services you are exposing to the internet. Keep this as small as possible to reduce the ways your setup can be attacked.

    Network topology is the layout of your home network. Do you have multiple vlans/subnets, firewalls that restrict traffic between internal networks, a DMZ is probably a simple enough approach that is available on some home grade routers. This is so if your server gets breached it minimises the amount of damage that can be done to other devices in the network.


  • The first year price is a “loss leader” discount. Get you in the door, then make a profit from you in future.

    Namecheap have a bit of a reputation (as can be seen here with a few people warning of poor support), Spaceship seems to be a bit of a offshoot/addition they have created, partly as it doesn’t seem to be a 1-1 comparison, and partly maybe to avoid their existing reputation?

    However, it’s not entirely a bad idea to separate your registrar from your DNS provider. If one goes down, you still have access to the other to make changes. I used namecheap in the past because it was cheap, and cloudflare for DNS. If you are using both for only your registrar, it probably won’t matter much at all as you are probably not changing nameservers often, if at all, once set.


  • If you are going to use your desktop, I would suggest putting all of the self-hosted services into a VM.

    This means if you decide you do want to move it over to dedicated hardware later on, you just migrate the VM to the new host.

    This is how I started out before I had a dedicated server box (refurb office PC repurposed to a hypervisor).

    Then host whatever/however you want to on the VM.