Ƶ̗̥̎ POP2kr

@snufkin_vc
108 Followers
193 Following
210 Posts

Busy doing nothing.

I believe men's issues are real and must be taken seriously. Misandry exists and does real harm. Supporting men and boys is valid and necessary.

I just got banned from a Discord for chatting about men issues "crap".

I re-read their rules which include not talking about men issues at all. How did I miss that?

Honesty is very important to me so in case you didn't know that I:

"Believe that men issues are real & helping men is valid."

And you:
Disagree.
Are a misandrist.
Were a moderator & would ban me.
Follow me & would like to undo that.

Please block me, thanks so much!
I'll make sure to put something on my bio about this. #menissues

the urge to built an fpga-based uxn implementation...

i scribbled up some notes and invented a supervisor mode extension, which should help with two things: 1. hiding implementation details (MMIO devices, filesystem) from user-mode ROMs, while still writing those drivers in #uxn code; 2. multi-tasking between uxn instances

Implemented mandelbrot based on the implementations on rosettacode thinking it might be a good way to benchmark #uxn on the m5, but it turned out almost too fast to be practical.
https://git.sr.ht/~rabbits/uxn-utils/tree/main/item/cli/exercises/mandelbrot.tal
After fixing a silly mistake with cat.tal, I can now read files and output their contents to stdio! #uxn #m5stack
uf3 font based on Irisdot H21 #uxn #varvara https://masubiwa.itch.io/irisdot-h21
@durian nice! i wrote a similar #uxn program but one that forces you to use teal dice: https://git.phial.org/d6/weredice
weredice

diceware program for varvara

d6 repo

LCD output with #arduino and #uxn!!

Communication with the display happens on the UXN side, i ported a LCD library to UXNSMAL using only Wire.h arduino library.

https://github.com/bbogdan-ov/arduino-uxn

Build once run
Everwhere™
#uxn

When i started writing #uxn I always thought only having 4 colours was going to be a serious limitation, but with a careful colour palette and some creativity I have always been just fine with only 4 colours.

Here is the celeste spritesheet in uxn form ^__^ (There is no easy way to extract assets from a Pico-8 game so I had to redraw them all)