• 0 Posts
  • 24 Comments
Joined 2 months ago
cake
Cake day: January 1st, 2026

help-circle



  • Cling to semantics if you need to, but the spirit of what I said was true.

    Is it? Doesn’t seem a valid argument.

    Hitler embraced the construction of the autobahn. Therefore, the autobahn is evil.

    operates the same way (guilt by association fallacy). I agree bluesky “was always going to shit” for entirely different reasons like repeating the same mistakes of twitter.

    Maybe you could offer a more logical argument for your conclusion instead of dragging the discussion into irrationality?







  • Moby Dick

    Public domain.

    You could also try understanding the law

    §107. Limitations on exclusive rights: Fair use

    Notwithstanding the provisions of sections 106 and 106A, the fair use of a copyrighted work, including such use by reproduction in copies or phonorecords or by any other means specified by that section, for purposes such as criticism, comment, news reporting, teaching (including multiple copies for classroom use), scholarship, or research, is not an infringement of copyright. In determining whether the use made of a work in any particular case is a fair use the factors to be considered shall include-

    1. the purpose and character of the use, including whether such use is of a commercial nature or is for nonprofit educational purposes;
    2. the nature of the copyrighted work;
    3. the amount and substantiality of the portion used in relation to the copyrighted work as a whole; and
    4. the effect of the use upon the potential market for or value of the copyrighted work.

    with particular attention to factors 1 (especially transformation) & 4.

    If that’s not for you, though, then you should definitely try that with a copyright work (Disney?) & report back on how that went.








  • Y’all have heard of the Nazi Bar problem, right?

    Bullshit genetic or reductio ad hitlerum fallacy. Carried to its logical conclusion, anything tainted by Nazis (eg, the universe) is a Nazi bar. Have you considered finding yourself another universe to inhabit, since this one is irredeemably tainted? While we may argue the universe is far too vast to be a “Nazi bar”, so is the internet or any “platform”.

    Worse, censoring ideas gives them covert power. It doesn’t discredit them or strip them of power like challenging them in a public forum could. It’s also a disservice to better ideas

    • it withholds opportunities for people to become competent enough advocates to discredit bad ideas
    • instead of deradicalize opponents, it drives their discussion elsewhere: they continue to radicalize & grow opposition unchallenged.

    Censorship is incompetent advocacy: it mistakes suppressing the expression of bad ideas for effective advocacy that directly discredits bad ideas, develops intellectual growth, and steers toward better ideas.

    Paradox of intolerance?

    The bogus social media version subverting the original message or the real one?

    text alternative

    The True Paradox of Tolerance

    By philosopher Karl Popper[1]

    You think you know the Popper Paradox thanks to this? (👉 comic from pictoline.com)

    Karl Popper: I never said that!

    Popper argued that society via its institutions should have a right to prohibit those who are intolerant.

    Karl Popper: Unlimited tolerance must lead to the disappearance of tolerance.

    For Popper, on what grounds may society suppress the intolerant? When they “are not prepared to meet on the level of rational argument” “they forbid their followers to listen to rational argument … & teach them to answer arguments by the use of their fists or pistols”. The argument of the intolerably intolerant is force & violence.

    We misconstrue this paradox at our peril … to the extent that one group could declare another group ‘intolerant’ just to prohibit their ideas, speech & other freedoms.

    Grave sign: “The Intolerant” RIP
    Underneath it lies a pile of symbols for Judaism, Christianity, Islam, Black power. A leg labeled tolerance kicks the Gay Pride symbol into the pile.

    Muchas gracias a @lokijustice y asivaespana.com

    Karl Popper opposed censorship/argued for free inquiry & open discourse.

    I do not imply, for instance, that we should always suppress the utterance of intolerant philosophies; as long as we can counter them by rational argument and keep them in check by public opinion, suppression would certainly be most unwise.

    Censorship (or willfully blinding ourselves to information) plays no part in suppressing authoritarianism.

    Only cowards fear words. Words are not the danger. It’s the dangerous people whose words we fail to discredit.


    1. Source: The Open Society and Its Enemies, Karl R. Popper ↩︎


  • Other tech CEOs, including Microsoft’s Bill Gates, Snap’s Evan Spiegel, and Tesla’s Elon Musk, have also spoken about limiting their children’s access to devices. Gates has said he did not give his children smartphones until age 14 and banned phones at the dinner table entirely. Snap CEO Evan Spiegel, in 2018, said he limits his child to the same 1.5 hours per week of screen time as Thiel.

    Seems like these failures suing them & demanding government paternalism

    Yet, as the trials against social media companies continue and country after country moves toward legislating what Silicon Valley’s billionaires have quietly practiced for years

    don’t know how to effectively limit access/use parental controls as tech CEOs claim to do.



  • That’s true today, but there’s no guarantee it will be true in the future.

    It’s in the specification.

    The platform key establishes a trust relationship between the platform owner and the platform firmware. The platform owner enrolls the public half of the key (PKpub) into the platform firmware. The platform owner can later use the private half of the key (PKpriv) to change platform ownership or to enroll a Key Exchange Key. See “Enrolling The Platform Key” and “Clearing The Platform Key” for more information.

    The platform owner clears the public half of the Platform Key (PKpub) by deleting the Platform Key variable using UEFI Runtime Service SetVariable(). The data buffer submitted to the SetVariable() must be signed with the current PKpriv - see Variable Services for details. The name and GUID of the Platform Key variable are specified in Globally Defined Variables. The platform key may also be cleared using a secure platform-specific method. When the platform key is cleared, the global variable SetupMode must also be updated to 1.

    It’s a matter of clearing the platform key & enrolling your own platform key. I’ve done this before.

    Typically, computers with Secure Boot let us clear the platform key from the boot menu. (You can choose to purchase only those that do.) Some computer vendors ship Secure Boot in setup mode or let the customer provide public keys to ship preloaded.

    Secure Boot has always been for enabling the owner to enforce integrity of the boot process through cryptographic signatures. Linus Torvalds thought the feature makes sense.

    Linus: I actually think secure boot makes a lot of sense. I think we should sign our modules. I think we should use the technology to do cryptographic signatures to add security; and at the same time inside the open source community this is so unpopular that people haven’t really worked on it.

    It’s true that secure boot can be used for horribly, horribly bad things but using that as an argument against its existence at all is I think a bit naive and not necessarily right. Because if you do things right then it’s a really good thing. I would like my own machine to have the option to not boot any kernel, or boot loader, that is not signed by this signature.