• 1 Post
  • 101 Comments
Joined 2 years ago
cake
Cake day: August 15th, 2024

help-circle
  • When IPv6 was first created, the dream was that your machine would get a new IP address any time the whole network felt some need for that. The idea was, as someone added a network, we may need to change the way your systems are numbered in order to make the backbone routing a lot easier to fit in memory. This hasn’t seemed to work out, but that was the dream.





  • The problem is people don’t want a focused community. They want a broad community so when they have a question they can ask and find an expert - but not so broad that the noise means they can’t follow anything. We do focused communities because the world (or even internet) has too many people and so the noise of all the discussions is too much. However that isn’t what we want.


  • Unfortunately downvote is the standard response to ‘i disagree to this insightful comment’. They really should just track total votes as a ‘this is how important others feel your coment is’. There is value in downvote for ‘not bad enough for a reasonable mod to delete but still bad’. (.ml is not a reasonable mod - they delete anything)








  • That is the problem when any forum/community gets “large” - to make it possible to find anything in the noise they have to be extremely strict about a narrow topic and killing anything not in that narrow topic. This in turn makes the mods look like jerks. Don’t read the above as saying the mods are not jerks, or defending them. Often they are jerks even when they don’t have to be.

    What we need is a way to select everyone into smaller groups of random people who know something but don’t overlap. I sometimes want a couple doctors to discuss some deep issue near me, but 1000 would be too many. I sometimes want to talk fishing with a few people. There are millions of other topics someone can get in depth in and my life is better when I hear a few of those conversations - but all million is overwhelming. I don’t know how to do this though - there are too many “anti-vaxer” types in the world that sound like they know something about a topic when you don’t know anything about it: but they are worse than nothing.




  • minis like the N100 when you are using it to do things has a lot more ability and uses a similar amount of watts (or can do a lot more for more for just a bit more watts). However when the box is just sitting there with the power on but otherwise doing nothing it uses more power than ARM based single board computers. So the real question is how much will they want to do when they are using it, and how often will that be. If they are watching movies/playing games for 16 hours a day the mini PC is the better answer and won’t really cost more energy to run. If they are leaving this on, but only using it for a couple hours per month than a device that uses less watts will save money.



  • NAS can be two different things.

    NAS is just “network attached storage”: a computer that has a bunch of disks attached to your network. IF you put a single disk on your network and nfs/samba to share it you have created a simple NAS - I strongly recommend you put in more drives for redundancy, but that is all NAS is.

    Often NAS is taken to mean not just the above, but a custom machine that does the above. The downside is these custom machines are often slow, and put weird hardware/software on them such that if the whole box breaks (as opposed to just a single disk failing which they are good at handling) you may not be able to recover anything. One variation of this you want more space and discover you can’t upgrade it at all. They are an easy way into NAS, but the downsides are such that I can’t recommend them anyway.


  • Many NAS work like that though. Hardware RAID always seems to work like that so if you get a fancy card that supports RAID you been make sure you have a good long term support contract that will be there for you when there are problems (if you are not paying hundreds of thousands per year you don’t have a good support contract)

    Not all are that way. Many run ZFS which is great for this and you can replace broken hardware and recover. BTFS is commonly used as well, probably not as good as zfs but likely good enough.