Please feel free to correct my English.

The Lemming formerly known as /u/SatyrSack@lemmy.one

  • 0 Posts
  • 23 Comments
Joined 2 months ago
cake
Cake day: September 28th, 2024

help-circle
  • I agree that using a code block is not the right way to handle quotes, but you can control the syntax highlighting in a markdown code block by adding a language identifier.


    ```
    We never once asked for personal donations specifically in the hopes that if this moment ever came, our userbase would appreciate that we were able to make it this long on passion alone, and trust that your donation will make the best possible impact.
    ```
    
    We never once asked for personal donations specifically in the hopes that if this moment ever came, our userbase would appreciate that we were able to make it this long on passion alone, and trust that your donation will make the best possible impact.
    

    ``` text
    We never once asked for personal donations specifically in the hopes that if this moment ever came, our userbase would appreciate that we were able to make it this long on passion alone, and trust that your donation will make the best possible impact.
    ```
    
    We never once asked for personal donations specifically in the hopes that if this moment ever came, our userbase would appreciate that we were able to make it this long on passion alone, and trust that your donation will make the best possible impact.
    

    ``` cpp
    bool getBit(int num, int i) {
        return ((num & (1<<i)) != 0);
    }
    ```
    
    bool getBit(int num, int i) {
        return ((num & (1<<i)) != 0);
    }
    

    ``` python
    def add(a, b):
        return a + b
    ```
    
    def add(a, b):
        return a + b
    












  • Island vs Shelter vs Insular

    https://secure-system.gitlab.io/Insular/faq.html

    Island Shelter Insular (based on Island)
    Isolated profile to install Big Brother apps Yes Yes Yes
    No proprietary code/components (GMS, Crashlytics, etc) No Yes Yes
    No Internet access No Yes Yes
    Good internationalization No Yes No
    Option to prohibit ADB access Yes No Yes
    Auto freeze Yes (with proprietary Greenify) Yes No
    Freeze main space apps Yes No Yes
    Block Contacts Searching No Yes No
    Image Chooser as Fake Camera Yes, with SAF Enhancer Lite Yes Yes, with SAF Enhancer Lite
    License Apache License 2.0 GNU General Public License v3.0 Apache License 2.0