• 2 Posts
  • 17 Comments
Joined 1 year ago
cake
Cake day: August 6th, 2023

help-circle


  • true but if its truly end to end encrypted it cant be moderated.

    between this and mega its clear they want your files easy to reach and access, privacy and security be damned.

    the internet should be free for the same reason we have the 2nd amendment - its necessary for exposing and opposing tyranny.

    so kill telegram and watch criminal orgs and militant groups just spin up their own servers or use encrypted radio or just encrypt messages themselves to send through any other platform.

    its the cops and feds job to investigate these people, they didnt need a fucking all seeing AI to do it in the prior century and they dont now.

    i mean seriously what happened to sting operations? its so damn easy to catch predators n shit on discord, and these telegrams are easy enough to join. do actual detective work smfh .







  • Having used it in a major project its a shame that its so inefficient because the user experience really is much much better. It feels like a successor language to CSS because it fixed lots of unobvious and badly named attributes and makes lots of things just easier.

    The code is more verbose but also you can completely understand how the page will look just by reading the html.

    That said it makes sense the performance is so much worse, where you would have matched on one class for N styles you now match on N classes for N styles.

    Theoretically its totally possible to do that matching at compile time and ‘compile’ the string of classes you wrote into individual ones per element for each combination used in the html though.