home.social

#0a — Public Fediverse posts

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

  1. #uxntal #bitart inspired by @bitartbot

    paste.sr.ht/~ismael-vc/c687338

    ( y 23 | x y ^ / y 24 & x y & | ^ x ~ y 16 + | ~ * 10 % )

    @λ ( x y -- x y val )
    DUP #17 ORA STH
    EORk
    STHr DIV STH
    DUP #18 AND STH
    ANDk
    STHr ORA
    STHr EOR STH
    OVR :NOT STH
    DUP #10 ADD
    STHr ORA
    :NOT
    STHr MUL
    #0a :MOD
    JMP2r

  2. #uxntal #bitart inspired by @bitartbot

    paste.sr.ht/~ismael-vc/c687338

    ( y 23 | x y ^ / y 24 & x y & | ^ x ~ y 16 + | ~ * 10 % )

    @λ ( x y -- x y val )
    DUP #17 ORA STH
    EORk
    STHr DIV STH
    DUP #18 AND STH
    ANDk
    STHr ORA
    STHr EOR STH
    OVR :NOT STH
    DUP #10 ADD
    STHr ORA
    :NOT
    STHr MUL
    #0a :MOD
    JMP2r

  3. #uxntal #bitart inspired by @bitartbot

    paste.sr.ht/~ismael-vc/c687338

    ( y 23 | x y ^ / y 24 & x y & | ^ x ~ y 16 + | ~ * 10 % )

    @λ ( x y -- x y val )
    DUP #17 ORA STH
    EORk
    STHr DIV STH
    DUP #18 AND STH
    ANDk
    STHr ORA
    STHr EOR STH
    OVR :NOT STH
    DUP #10 ADD
    STHr ORA
    :NOT
    STHr MUL
    #0a :MOD
    JMP2r

  4. #uxntal #bitart inspired by @bitartbot

    paste.sr.ht/~ismael-vc/c687338

    ( y 23 | x y ^ / y 24 & x y & | ^ x ~ y 16 + | ~ * 10 % )

    @λ ( x y -- x y val )
    DUP #17 ORA STH
    EORk
    STHr DIV STH
    DUP #18 AND STH
    ANDk
    STHr ORA
    STHr EOR STH
    OVR :NOT STH
    DUP #10 ADD
    STHr ORA
    :NOT
    STHr MUL
    #0a :MOD
    JMP2r

  5. #uxntal #bitart inspired by @bitartbot

    paste.sr.ht/~ismael-vc/c687338

    ( y 23 | x y ^ / y 24 & x y & | ^ x ~ y 16 + | ~ * 10 % )

    @λ ( x y -- x y val )
    DUP #17 ORA STH
    EORk
    STHr DIV STH
    DUP #18 AND STH
    ANDk
    STHr ORA
    STHr EOR STH
    OVR :NOT STH
    DUP #10 ADD
    STHr ORA
    :NOT
    STHr MUL
    #0a :MOD
    JMP2r

  6. ☀️ 🔭 🥰
    Hola piratas estelares.
    ¡Un cordial saludo!
    youtu.be/a5xzlODbPg0

    Compromisos laborales no me permiten hacer el directo, pero no podemos dejar pasar la oportunidad de fotografiar el #Sol.
    Las fotos editadas con #Gimp.

    Acá les dejo un montaje rápido (A la primera), usando #Kdenlive.
    La música del juego #0a.d. que la tienen disponible en:
    play0ad.com/media/music/

    Si les gusta este tipo de música, ahí cuentan con 26 canciones.

  7. My *NEW* #introduction My online name is Darth Kilroy (he/him), I am #christian. I do web dev and system admin, I run my own search engine (like google a lot smaller and no trackers) , www.sturtz.io. I prefer #selfhosted over a corporation having my data. I run my own #mastodon instance. I run a IRC server, I also will help out with what ever I can if you just ask. I am a #eaglescout I am in the #0A #brotherhood I don't care who you are, what you have done, you will get my respect.

  8. My *NEW* #introduction My online name is Darth Kilroy (he/him), I am #christian. I do web dev and system admin, I run my own search engine (like google a lot smaller and no trackers) , www.sturtz.io. I prefer #selfhosted over a corporation having my data. I run my own #mastodon instance. I run a IRC server, I also will help out with what ever I can if you just ask. I am a #eaglescout I am in the #0A #brotherhood I don't care who you are, what you have done, you will get my respect.

  9. My *NEW* #introduction My online name is Darth Kilroy (he/him), I am #christian. I do web dev and system admin, I run my own search engine (like google a lot smaller and no trackers) , www.sturtz.io. I prefer #selfhosted over a corporation having my data. I run my own #mastodon instance. I run a IRC server, I also will help out with what ever I can if you just ask. I am a #eaglescout I am in the #0A #brotherhood I don't care who you are, what you have done, you will get my respect.

  10. My *NEW* #introduction My online name is Darth Kilroy (he/him), I am #christian. I do web dev and system admin, I run my own search engine (like google a lot smaller and no trackers) , www.sturtz.io. I prefer #selfhosted over a corporation having my data. I run my own #mastodon instance. I run a IRC server, I also will help out with what ever I can if you just ask. I am a #eaglescout I am in the #0A #brotherhood I don't care who you are, what you have done, you will get my respect.

  11. My *NEW* #introduction My online name is Darth Kilroy (he/him), I am #christian. I do web dev and system admin, I run my own search engine (like google a lot smaller and no trackers) , www.sturtz.io. I prefer #selfhosted over a corporation having my data. I run my own #mastodon instance. I run a IRC server, I also will help out with what ever I can if you just ask. I am a #eaglescout I am in the #0A #brotherhood I don't care who you are, what you have done, you will get my respect.

  12. CW: uxn code

    Here’s a really weird #uxn “Hello World” program:

        ( hello.tal )
        ( devices )
        |10 @Console [ &vector $2 &read $1 &pad $5 &write $1 &error $1 ]
        
        ( macros )
        ( print a character to standard output )
        %EMIT { .Console/write DEO } ( character -- )
        %EMITK { .Console/write DEOk } ( character -- character Consolewrite )
        ( print a newline )
        %NL { #0a EMIT } ( -- )
        
        ( main program )
        |0100 #0a6f
              #6c
              #6568 
              EMITK NIP DEOk NIP DEOk DEOk NIP DEOk NIP DEO
              ,wo LDRk ( wo w -- )
              STH #0d SUB STHr
        @looper #00 POP ( wo w -- )
              EMIT ( wo -- )
              INC ( wo+1 -- )
              LDRk ( wo+1 o -- )
              DUP #00 NEQ ,looper ( wo+1 o 1 looper -- ) 
              JCN ( wo+1 o -- )
              BRK
        @wo   
              'w 'o 'r 'l 'd 21
  13. @wim_v12e @d6

    > so the |00 and |20 are not part of the memory address space.

    They are, |0000 and |0020 are just address in the first page(0000-0100 range), which is part of the memory address space.

    A better way to think about labels, is that it's just giving a name to a number.

    #0a18 DEO, is the same as #0a .Console/write DEO

    There's no difference between |2, |02, |002 and |0002

  14. @wim_v12e @d6

    > so the |00 and |20 are not part of the memory address space.

    They are, |0000 and |0020 are just address in the first page(0000-0100 range), which is part of the memory address space.

    A better way to think about labels, is that it's just giving a name to a number.

    #0a18 DEO, is the same as #0a .Console/write DEO

    There's no difference between |2, |02, |002 and |0002

  15. @wim_v12e @d6

    > so the |00 and |20 are not part of the memory address space.

    They are, |0000 and |0020 are just address in the first page(0000-0100 range), which is part of the memory address space.

    A better way to think about labels, is that it's just giving a name to a number.

    #0a18 DEO, is the same as #0a .Console/write DEO

    There's no difference between |2, |02, |002 and |0002

  16. @wim_v12e @d6

    > so the |00 and |20 are not part of the memory address space.

    They are, |0000 and |0020 are just address in the first page(0000-0100 range), which is part of the memory address space.

    A better way to think about labels, is that it's just giving a name to a number.

    #0a18 DEO, is the same as #0a .Console/write DEO

    There's no difference between |2, |02, |002 and |0002