• 3 Posts
  • 88 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle



  • Are we going to clutch our pearls over work-from-home inequality while we ignore the even greater inequality of pay differences?

    Jobs are different. Pay is different. Those who can work from home should have an option to; this will help them, and the environment, and those who do have to travel to work. If I have a job that requires me to travel, such as physical maintenance, working in retail, etc, I welcome a smooth commute because half the people are working from home.


  • “Intellectual property” protection has gone too far. It should not be illegal to repair your own devices, it should not be illegal to reverse engineer and break encryption on your own devices. Intellectual property should be inseparable from public interest responsibilities. If you buy a movie (and have proof of such), then whoever owns the IP for the movie should be required to provide you with additional copies, and if the IP gets lost in the legal weeds, then the movie is no longer copyrighted and people can copy and distribute it freely.

    As a society, we have no interest in making your rich just because you’re a passive owner, you provide no benefit to society and society should provide no benefit to you. However, if you create a popular movie, and you distribute it and you take responsibility for ensuring that those who have purchased the movie are able to view it freely, then you are rendering a service to society and deserve to profit.







  • I forgot what it was called, but someone create an encrypted file system where you could never be certain all files were decrypted. You could enter one password and files A B and C would be revealed and accessible, then you could enter another password and files D E and F would be revealed, and again, another password would reveal file G, etc.

    The file system was just a big blob of seemingly random bytes, but when processed with the right password, certain patterns would be revealed, those patterns being the files. This brought with it the possibility that files would be lost, because when writing files with password 1, files encrypted with password 2 might be overwritten. Several copies of each file were stored to protect against this, but you could still lose files.

    There are some philosophical / legal issues with such a file system, because you can never prove that you’ve decrypted all the files. If prosecutors wanted to claim that you had more files on the filesystem, there’s no way you could disprove it, because you can never prove that you’ve decrypted everything. Hopefully people would be considered innocent until proven guilty, but believing the law always works that way is naive.

    EDIT: It’s called deniable encryption: https://en.wikipedia.org/wiki/Deniable_encryption