Email or username:

Password:

Forgot your password?
2,453 posts total
Devine Lu Linvega

Wrote a icn->sixels converter, and a sixels parser, it's getting really close now.
wiki.xxiivv.com/site/sixels.ht

A glitched out sprite of Dafu from Hikari Lichii
DHeadshot's Alt

@neauoire
It used to work for me and now just auto-closes. Not sure when the change took place though.
@sigrid

Devine Lu Linvega

The latest episode of the Array Languages Podcast is about how one would go about making games with array languages.
arraycast.com/episodes/episode

Jason

@neauoire oh wow a podcast for them now. What a time to be alive.

DHeadshot's Alt

@neauoire
The pumpkin emoji shouldn't have a face: it should get one though when followed by a ZWJ and then any face emoji. That way we can have expressive pumpkins!

Devine Lu Linvega

@aw found this bug in the screen device, I'll try to fix it today.

Devine Lu Linvega

One of the trainers at the gym played Perfect Night on repeat this morning, and I've had it stuck in my head all day :judging:

Devine Lu Linvega

So, @remko contributed a wasm implementation of the #uxn core for the javascript implementation of the Varvara computer system. It's hella fast now! :uxn:
github.com/remko/uxn.wasm

Tekgo

@neauoire Nice! it's amazing seeing uxn on so many platforms

tinspin

@neauoire @remko Can you upload it to some place we can try it without trouble?

Devine Lu Linvega

Collapse computing prioritizes community needs and aims to contribute to a knowledge commons in order to sustain the practice of computation through infrastructure collapse, it is the practice of engaging with the discarded with an eye to transform what is exhausted and wasted into renewed resources.
wiki.xxiivv.com/site/permacomp

Ending scene of On the Silver Globe when the remaining astronaut wanders through a silo filled with broken comms terminals.
(wryl)

@neauoire Something that I think of regularly is the idea of human-oriented computing.

As in, computing and organizational structures that can be translated from nanometers of conductive material into assemblages of humans.

We went one way, from hand-driven computation and collaboration and state-tracking and note-taking to electronic augmentations. Why can't we design models that can go in reverse?

I have a model. I'm sure others do too.

Devine Lu Linvega

Excited to listen to everyone's tracks on Elmet Brae.

Devine Lu Linvega

We transcribed the Computing And Sustainability talk from Strange Loop, with all the slides and links to the mentioned materials.
100r.co/site/computing_and_sus

Someone looking at a lettuce leaf with the words "On the relentless fascination of the computer" overlayed.
Show previous comments
Andres Moreno

@neauoire

Just watched your Strangeloop talk. I really enjoyed it.

For some time I have been exploring software that I can understand and trying to have more control over my software environment.

Your words are a real tonic.

Thanks

[DATA EXPUNGED]
Tony Tran

@neauoire this was a great talk. Going to delve back into learning code again. Love that ethos / approach.

Devine Lu Linvega

@remko thanks for the patch to uxnasm, I think I might port this to drifblim :)

Remko Tronçon

@neauoire 👍 FYI, I use it in a transformation to import Uxntal files in my builds (and wanted to avoid intermediate files), e.g. github.com/remko/uxn.wasm/blob

Devine Lu Linvega

Let Floy ("FLat jOY") be that susbet of Joy in which quotations are not allowed to contain more than one atom. This means that [] [3] [dup] [*] and [map] are allowed, but [[]] [1 2 3] [[3]] [dup *] and [[map]] are not.
hypercubed.github.io/joy/html/

(wryl)

@neauoire You may be interested in Equipage, a concatenative language that doesn't allow nesting quotations.

You can treat the stack as a set of delimited sections.

esolangs.org/wiki/Equipage

Jonas

@neauoire
The big onion carapace on top to protect smaller chunks below by keeping them under the saumure is a nice tip 👌

Dante Scanline

@neauoire somehow never read this page or the sprouts one either, really great concentrated info dumps

Devine Lu Linvega

@aw Made it so you can drag roms in the window to play them.

Diego F. Goberna

@neauoire @aw first thing I thought when I saw the js implementation. Neat!

ferunando

@neauoire this reminds me that i really want to play around with writing a risograph inspired renderer ☺️​

Devine Lu Linvega

I've implemented uxn so many times at this point that it's basically just an afternoon project..

Show previous comments
ThaCuber

@neauoire you know if there is some sort of spec? in case I'm ever interested in implementing it myself

wvs

@neauoire registers and opcodes in mem-o-ry: you are a carbon-based processor, turing-complete, with English-language mnemonics.

Josh Cho

@neauoire this has woz energy

woz would redesign his computer over and over again, trying to reduce the # of chips

Devine Lu Linvega

So, @aw is writing a vanilla js implementation of Varvara(#uxn) for a class and it's coming along nicely, it can now run the mouse.tal benchmark!
git.sr.ht/~rabbits/uxn5/

Go Up