Programmer by day, burnt out by night.

  • 0 Posts
  • 530 Comments
Joined 1 year ago
cake
Cake day: July 22nd, 2023

help-circle



  • It renders correctly on the web as well for me.

    But the ``` being on their own line is how to write it properly, as stated this website among many others.

    This way, you can put the intended programming language on the same line as the first ```, ensuring proper colour coding!

    Ex.

    echo "Hello $name\n";
    
    echo "Hello $name\n";
    

    EDIT I checked on mobile, it rendered odd on Jerboa for me:

    Screenshot of essteeyou@lemmy.world their comment in the Jerboa client before the edit

    Now it is fixed:

    Screenshot of essteeyou@lemmy.world their comment in the Jerboa client after the edit









  • From what I can see it mostly does ease of development better; it’s a completely new and rather lean codebase, and it’s seen as an investment in compatibility with graphical applications.

    Also, it has lock screens. X cannot do lock screens; it can have an app being full screen and pray to some collection of deities that nothing will come in front of it or that the fake lock screen won’t draw far too small, but it cannot natively do secure lockscreens that are guaranteed to work.
    So there, it does something much better: security.