Ƶ̗̥̎ POP2kr

@snufkin_vc
109 Followers
197 Following
247 Posts

Busy doing nothing.

Men's issues are real. Supporting men and boys is valid and necessary.

I reject ideologies that reduce individuals to a group identity in a power hierarchy, regardless of race, gender, sexuality or disability. Equal dignity for all, judged by character alone.

Social vengeance isn't justice. I repudiate double standards, hipocrisy and prejudice, including misandry, which I won't normalize or excuse.

I engage anyone on substance. Ideas stand on merits.

Respect if we talk.

testfoo

We're getting somewhere...

Basically just telnet, but the string manipulation and formatting to make it a full IRC client should be the easy part now.
#uxn #m5stack

more cursed #uxn: class definitions, to instaciate multiple objects of a same class:

```
( class definition )
%Point { ( x y -- <Point> )
( constructor: x y -- )
,&y STR ,&x STR
!{
( attributes )
&x $1 &y $1 &color $1
( methods )
&getx ( -- x ) ,&x LDR JMP2r
&gety ( -- y ) ,&y LDR JMP2r
&setx ( x -- ) ,&x STR JMP2r
&sety ( y -- ) ,&y STR JMP2r
&print ( -- )
/getx LIT "0 ADD #18 DEO
LIT2 2018 DEO
/gety LIT "0 ADD #18 DEO
LIT2 0a18 DEO
JMP2r
}
}

|100
#03 #05 @p1 Point ( instanciates object p1 of class Point )
p1/print ( prints 3 5 )
#04 p1/setx p1/print ( prints 4 5 )
#01 #02 @p2 Point p2/print ( prints 1 2 )
[ p1/getx p1/gety ADD ]
p2/sety p2/print ( prints 1 9 )
p1/print ( prints 4 5 )
```

vector graphics?? #uxn
Mom is retiring. Says she wants to learn to program. #uxn here we come! All mainstream platforms suck!

First signs of life from my Socket device for Cucumber!

I wanted to keep things feeling the same as the existing devices, so Socket is more or less a clone of the File devices, minus some ports (like stat, delete, and append).

#uxn

Of course, I had to make the shell use this fancy new feature
Cucumber now supports ANSI character attributes for color, inversion, and bold!
https://github.com/TangentDelta/cardputer-uxn
#uxn #m5stack
I added a simple flag for #uxn (uxn2) so upon pressing
'F6' it toggles an 'ergonomic' mode to set the ctrl-alt
keys and so on to esdf j, k mimicking a right handed
gmaepad. Good for #uxn games.
more ft88 fonts for #uxn

@maleza hola mi estimado!

No se si viste esto, pero curto forth tambien podría correr en la cardputer M5:

https://mastodon.social/@snufkin_vc/116304971479573790