home.social

#lang_en — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #lang_en, aggregated by home.social.

  1. #+language: en
    …
    
    English text @@html:<span lang="eo">@@@@latex:\textlang{eo}{@@esperanta teksto@@html:</span>@@@@latex:}@@
    

    This looks quite something. I wonder if there is a better way of doing it 🤔

    #lang_en #Emacs #org #LaTeX #TeXLaTeX

  2. #+language: en
    …
    
    English text @@html:<span lang="eo">@@@@latex:\textlang{eo}{@@esperanta teksto@@html:</span>@@@@latex:}@@
    

    This looks quite something. I wonder if there is a better way of doing it 🤔

    #lang_en #Emacs #org #LaTeX #TeXLaTeX

  3. #+language: en
    …
    
    English text @@html:<span lang="eo">@@@@latex:\textlang{eo}{@@esperanta teksto@@html:</span>@@@@latex:}@@
    

    This looks quite something. I wonder if there is a better way of doing it 🤔

    #lang_en #Emacs #org #LaTeX #TeXLaTeX

  4. #+language: en
    …
    
    English text @@html:<span lang="eo">@@@@latex:\textlang{eo}{@@esperanta teksto@@html:</span>@@@@latex:}@@
    

    This looks quite something. I wonder if there is a better way of doing it 🤔

    #lang_en #Emacs #org #LaTeX #TeXLaTeX

  5. #+language: en
    …
    
    English text @@html:<span lang="eo">@@@@latex:\textlang{eo}{@@esperanta teksto@@html:</span>@@@@latex:}@@
    

    This looks quite something. I wonder if there is a better way of doing it 🤔

    #lang_en #Emacs #org #LaTeX #TeXLaTeX

  6. Reduced access to Umbrellix IRC services continues as a precautionary measure. We apologise for the inconvenience. If you need a Services account, email [email protected]. #lang_en #BelieveInUmbrellix

  7. YouTube be like you are going to listen to this RobWords’ video on English stuff in Japanese 🤷

    #lang_en #YouTube

  8. I am actually kind of amazed it was so easy for me to build gmake 3.80 from 2002 for arm64.

    All I needed was to use an old Linaro toolchain, copy over some files, and…

    $ cd make-3.80/
    $ cp /usr/share/autoconf/build-aux/config.{guess,sub} config/
    $ ./configure --host=aarch64-linux-gnu
    $ make
    

    Sugoi~! :gnu: :inami_adoras:

    #lang_en #linux #gnu #gcc #gmake #make

  9. OK, time to build linux 2.6!

    > Makefile:1441: *** mixed implicit and normal rules: deprecated syntax

    Ugh, okay, first we build old Make. Surely Make from 2006 will do…?

    > Makefile:1441: *** mixed implicit and normal rules: Stop

    Oh, okay. Welp. Make from 2002 will do…?

    > glob.c:576:23: error: implicit declaration of function

    God dang it, haha, of course I can’t build 2002 Make. Surely GCC 4.9 will work…?

    > yes

    nice :gutkato_mojosa:

    #lang_en #linux #gnu #lignux #gcc #make #gmake