• 0 Posts
  • 27 Comments
Joined 3 years ago
cake
Cake day: June 17th, 2023

help-circle









  • I did it, well… because I could.

    That is a very valid reason. I could see setting it up to learn more about how IPv6 works. I just wanted to see if I could get any actual advantages with it.

    office situation where there are a large number of devices

    That would make sense as a place to have it. Having a large number of devices where each having an external IP would be handy. My environment really only needs one or two devices having direct external access.


  • I mean, I don’t have NAT traversal between my NAS and devices on my lan now, they are routed because they are different VLANs but that would happen anyway.

    Do people have problem with ip conflicts? I guess if I wasn’t running DHCP that would be possible.

    Right now NAT is my main firewall between most devices and the wider internet, but I do still run pfsense and have firewall rules in place.

    Switching over to IPv6 seems like it would be extra work for very little actual benefit.





  • I know nothing about this so it is purely speculation, but my first thought would be that it simply wouldn’t work.

    But from a purely mathematical standpoint, the gps receiver would probably be able to see the satellites just fine, so assuming that worked, it could triangulate its position as the point on earth closest to them (the middle of the globe from their perspective), and then just give them an extremely high altitude.

    That said, I know consumer technology (I believe they are using an iPhone) automatically turns off gps if it detects you are flying at a high enough speed, to prevent you from using it to guide a missile.




  • I think that it depends on the subject being argued about. It is ok to have “both sides have a point” when you are arguing about what OS your next computer will run, there are genuine advantages to each option.

    But it is important to know when to draw the line. I do NOT agree that “both sides have a point” when it comes to human rights or any other actually important subject matter.

    The thing everyone needs to know is that not all internet arguments are created equal and you have to know when to listen to both sides and when one side is just plane wrong.


  • I remember getting an oil change or something and the service advisor asking for me to give a review and “anything less than 10/10 is considered a failure” which really pissed me off. In my mind a 10 out of 10 is “above and beyond amazing” which is simply not something I can do for something like an oil change. I would say “I got out of there driving the same car I went in with in a reasonable amount of time” is the best I would expect and would rate it as 8//10.


  • It will take a long time and while it runs it will use a lot of resources so the server can be bogged down. It is also a dangerous time for a NAS, because if you have a drive down, and another drive dies, the whole pool can collapse. The process involves reading every bit on every drive, so it does put strain on everything.

    Some people will go out of their way to buy drives from different manufacturing batches so if one batch has a problem, not all of their drives will fail.

    The way striping works (at an eli5 level) is you have a bunch of drives and one is a check for everything else. So let’s say you have four 10tb drives. Three would be data and one would be the check, so you get 30tb of usable space.

    In reality you don’t have a single drive working as a check, instead you spread the checks across all of the drives, if you map it out with “d” being data and “c” being check it looks like this: dddc ddcd dcdd cddd

    This way each drive has the same number of checks on it, and also why we call it striping.