Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)MV
Posts
11
Comments
1,339
Joined
2 yr. ago

  • I wonder what the legality of transferring ownership of the account to someone in the EU in order to request gdpr enforcement would be... Or I suppose you could become an EU resident but that would be rather difficult.

  • Think of installing a custom ROM on a phone like installing a custom BIOS ROM on PC, both are actually not damaging to the device if they fail but require specialized equipment to recover.

    Also, some phones and motherboards support special low level recovery modes when a rom fails to boot, but it's usually not easy or documented.

  • Have you considered storing your keys unencrypted? In this case ssh doesn't need the agent or a password.

    Yes it's not as secure, but for me it's good enough considering my systems at home are not doing anything important. If you have an encrypted home partition it's just as secure when your partition is unmounted.

  • Modified to concentrate spirits: The Stilldozer

    Modified to grind grain: The Milldozer

    Modified for education: The Skilldozer

    Modified for sub-marine exploration: The Krilldozer

    Modified to modify inheritance: The Willdozer

    Modified to administer medication: The Pilldozer

    Modified for deceitful promotion: The Shilldozer

    Modified to extract oxygen from water: The Gilldozer

    Modified for high temperature cooking: The Grilldozer

    Modified for preservation of cucumber: The Dilldozer

    Modified for stimulation: The Dildozer

    Modified to produce fast pitch oscillations: The Trilldozer

    Modified to annoy with high pitched sound: The Shrilldozer

    Modified for agriculture: The Tilldozer

    Modified for tunneling: The Drilldozer

    Modified for the Beastie Boys: The Illdozer

    Modified for fluid collection: The Spilldozer

    Modified for reduced size: The 'lildozer

    I apologize in advance. 😹

  • That's a good idea, and I think that teaching yourself parametric CAD for the first time in freecad is extra difficult because it is easy to do things that look like they may work but actually break you model (especially dragging stuff around in the hierarchy).

  • For me it's all about learning freecad so I can look down upon the cloud cad peasants 😹

    For real though I completely agree. Freecad is just a plugin away from having a more accessible UI.

  • Pandas

    Jump
  • Ah I was trying to point out that CSV is the inefficient format. Reading a large amount of data from a more efficient format like parquet is more likely to cause trouble because the memory required can be more than the file size. CSV is the opposite where it will almost always use more disk space than is required to represent the data in memory.