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

help-circle


  • If it is equal representation, why does having districts make the rural vote heard? Whether it is one person one vote or 100,000 people one vote it won’t make a difference.

    Everyone will still have their representatives and senators to hear them. In fact I think we need to increase the number of representatives. It needs to be a number that a person can reasonably represent. Say 50 or 100 thousand people per representative. This would also help with gerrymandering as having a lot of small districts would make everyone’s voice louder.

    But for national positions like the president, we should have proportional votes, preferably with getting rid of first past the post that got us stuck with the two party system to start with.










  • I have a Synology NAS, and the account you create with them is separate from the ones you create on the device. They couldn’t log into my device. Their account allows for easy integration with their stuff like the dynamic dns or other outside services. I like it because if my internet goes down, I get an email saying they lost connection, which is great for diagnostics.

    If I set up my router to block all traffic to them, it would not prevent me from using the device.




  • Alpha Centauri was awesome, but so were a lot of the other games. Colonization was a lot of fun. Call to Power is the civ game I want a real sequel to. Going way into the future tech was a lot of fun, and being able to build cities at the bottom of the ocean.

    Of course, I think the whole franchise has gone downhill since Civ IV, so take my opinion as you will.



  • Side note. Don’t use hardware acceleration with TDARR. You will get much better encodes with software encoding, which is great for archival and saving storage.

    Use hardware acceleration with Jellyfin for transcoding code on the fly for a client that needs it.

    If you know what your client specs are, you can use TDARR to reencode everything to what they need and then you won’t have to transcode anything with Jellyfin.


  • You have a point that it will be hard to explain this to everyone on why it is better.

    From my understanding, when you use a password manager, the user will enter a pw into it that they remember and the vault will unlock. Then when they go to log into a website, a different, longer, and impossible to remember password will be sent to the site at login. (Assuming they are using the manager well). A week later when they go to log in again, the same long password will be delivered.

    The problem is that if a bad actor gets involved, whether it is the website is attacked or they send the user a phishing url or something and the password from the manager is exposed, it will have to be changed. That scammer can now log into that website as the user whenever they want, and possibly any other website that user used the same password for. Hopefully they didn’t if they are using a manager.

    With passkeys, a user will log into their manager with a password they remember, but when they go to log into a website, a different token will be sent, based on their key, every time. So if a scammer is listening at the router they still can’t log in again because it has expired.

    It is still not a perfect thing, I would imagine that phishing sites could still get a scammer in, who could possibly do bad things or change the login credentials but it is still much more secure than sending a password to the site for the user.