Posts by karolbelina@merveilles.town
 (DIR) Post #A8YeGlR8a4rGCYEJjU by karolbelina@merveilles.town
       2021-06-22T21:05:26Z
       
       1 likes, 1 repeats
       
       inspired by the emacs uxntal mode by xaderfos, i started making a vim plugini like how with syntax highlighting it immediately becomes clear what's an instruction, an address, or a macro
       
 (DIR) Post #A8YeGmzYnZzH1bLK1g by karolbelina@merveilles.town
       2021-06-22T21:22:54Z
       
       0 likes, 0 repeats
       
       syntax highlighting is nice on its own, but turns out it's especially useful for such a syntactically-dense language as uxntal
       
 (DIR) Post #A8YeGpa9AWRR3eTZKa by karolbelina@merveilles.town
       2021-06-22T21:31:18Z
       
       0 likes, 0 repeats
       
       it also handles the macro-number-instruction edge cases
       
 (DIR) Post #AANaTfBW8V0Jht28H2 by karolbelina@merveilles.town
       2021-08-16T05:28:47Z
       
       1 likes, 1 repeats
       
       @neauoire @wzqtparor @alderwick @nihilazo wait, y'all found it already? lmaoim gonna release the source code and write a separate thread about it later today!
       
 (DIR) Post #AAO6hGDsdpSD5GDEZM by karolbelina@merveilles.town
       2021-08-16T15:49:46Z
       
       3 likes, 4 repeats
       
       https://www.youtube.com/watch?v=YfCyzwASzJ4Bad Apple!! for #uxn. someone had to do it eventuallyyou can get the `.tal` file and check out the whole process here https://github.com/karolbelina/bad-apple-uxn#theWorkshop
       
 (DIR) Post #AAxK7EyABA21DLF7E8 by karolbelina@merveilles.town
       2021-09-02T15:19:03Z
       
       1 likes, 0 repeats
       
       if anyone here is using visual studio code, i made an uxntal extension which does syntax highlighting. u can grab it from the builtin vscode marketplace (id: karolbelina.uxntal) or check it out on their website here https://marketplace.visualstudio.com/items?itemName=karolbelina.uxntalif u want to contribute or check out the textmate grammar: https://github.com/karolbelina/uxntal-vscode#uxn #theWorkshop
       
 (DIR) Post #AAzgseQPwJPl58OHDs by karolbelina@merveilles.town
       2021-09-02T16:11:37Z
       
       0 likes, 0 repeats
       
       @metasyn oh that sounds spicy! i might check it out since i have nothing better to do, but i'll probably integrate it with ruxnasm, so i should finish that first
       
 (DIR) Post #ABHUan6u1l2YYmN01w by karolbelina@merveilles.town
       2021-09-12T08:41:16Z
       
       0 likes, 0 repeats
       
       pierogi with mashed potato and cottage cheese filling#theGalley
       
 (DIR) Post #ABu0juxqQVJIgnlBEO by karolbelina@merveilles.town
       2021-09-30T22:36:59Z
       
       5 likes, 3 repeats
       
       nokia 5510 lcd controlled by an atmega328p. basically my first ever electronics thing. artwork by me#theWorkshop #theFurnace
       
 (DIR) Post #ADvc2nkraDT5KcqVZA by karolbelina@merveilles.town
       2021-11-29T23:48:31Z
       
       0 likes, 0 repeats
       
       i feel like making my own memexi hate how my memories are distributed all over the internet. i have them here on merv, i have them on twitter, on github, on itch, on various small forums, some reside on my dropbox, some on my mega. should any one these services just sort of die, these memories are gone forever. and i want to preserve those because....they define me, right?my vision right now is to collect as much as i can and compile it down to some sort of a personal website
       
 (DIR) Post #ADvc2v62HtZ06Jo12W by karolbelina@merveilles.town
       2021-11-30T00:57:05Z
       
       0 likes, 0 repeats
       
       @neauoire @akkartik yes, that's what I've been thinkingis the exact context of a memory really gonna matter? in like 20 years these links are gonna rot anyway. i would rather summarize the general idea of what i experienced in some sort of a wiki entry
       
 (DIR) Post #AQqGpe7VrfqvKlVLay by karolbelina@merveilles.town
       2022-12-21T18:37:19Z
       
       0 likes, 0 repeats
       
       @neauoire whoa, am i seeing some sort of type checker based on the stack effect comment being written here?
       
 (DIR) Post #AQqGpgG5ujuBxxXEFU by karolbelina@merveilles.town
       2022-12-21T19:05:04Z
       
       0 likes, 0 repeats
       
       @neauoire @d6 so like, each byte is the corresponding opcode, which consists of high nibble and low nibble (0bHHHHLLLL), and each nibble can encode the stack "state", so like 0 is empty stack, 1 is stack with one byte, 2 is stack with one short, 3 is stack with byte and short (or short and byte) and so on?