Email or username:

Password:

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

@eli_oat Someone is making a BQN-powered fantasy console for the scale of TIC-80. Might be your thing. You've been wondering about game making and array languages :mac:
dancek.github.io/bqn-80/#c=ezE

Devine Lu Linvega

Leaving Fernwood cafe where we had seitan for lunch, Rek is like, we should buy some bread for tomorrow, I glare.
rek: "DONT YOU BREAD SHAME ME!"

Devine Lu Linvega

Created a stub to document the little graphical input language I'm using atm.
wiki.xxiivv.com/site/grail.htm

Hand-drawn alphabet and numbers.
eli_oat

@neauoire Gonna be honest here…the font @rek made was a lot prettier than this one :blobpeek:

Alexander Cobleigh

@neauoire is the next thing in store individual glyphs for the 32 uxn op codes? kinda like uxn kanji :uxn:

Devine Lu Linvega

Getting a bit faster with character input, I've also added a way to pass arrow movements across, not that I would need it because I can just click on the textarea with the pen, but it's nice sometimes to just move quickly to erase something.

I can now program really slowly slouching the hell over my desk and just wiggling my fist over the tablet.

Jason Morley

@neauoire What device are you using to test this? A standalone Wacom-style tablet or a touchscreen computer?

Devine Lu Linvega

I love waking up to seeing people do novel things with Orca.

Devine Lu Linvega

LOOK MOM I AM PROGRAMMING WITH PALM PILOT GRAFFITI

Show previous comments
BartGo

@neauoire my favourite use of Graffiti was in Z machine based text games, on Palm III -- it felt just right not to type but to write with the stylus, it fits perfectly into the book/diary logic of text games

Ashley Lanese

@neauoire hi! I found you in the mermaid hashtag! I’m writing a #mermaid book series! If your interested you should follow me! I’ll follow back! 👩🏻‍💻🧜‍♀️💬📚

ThaCuber

@neauoire IMO that looks slower than typing it all out, but it's still pretty cool

Devine Lu Linvega

Still poking at a tablet pen input method. It's starting to feel really nice. Writing 'e' and 'o' still trips me apparently XD.

I was tired of having to toggle modes, so I've removed the toggle and split the interface into three sections(uppercase, lowercase, symbols) so I can draw direction in the mode I need!

git.sr.ht/~rabbits/grail

radioactive isosoph

@neauoire just made me think, what is happening with potato, is it just being deprecated or salvaged into parts for porporo?

DELETED

@neauoire a tiny bit of history, aligned to both this tablet stuff and the data flow stuff… the rand corporation created a system called GRAIL that was a data flow visual programming language whose primary input method was tablet gestures.

youtube has a demo film (from 1969)

m.youtube.com/watch?v=2Cq8S3jz

Devine Lu Linvega

Reading the december adventure feed, nearly halfway into the month, you'd expect people to have started to play with stuff, but the feed reads like most are lost in the weeds of setting their servers or environment and whatnot so they can finally begin. For a chillout event, it looks exhausting af

Eamon

@neauoire I am in this post and I don't like it.

🇺🇦 Aarøn :oko:

@neauoire What feed? I am pushing through the Alpine Linux Issue tracker as my #decemberadventure, and it's so much fun!

okoyono.de/~f/december-adventu

DELETED

@neauoire i'm not even officially participating but my goal is to migrate to plan 9. i learn one new thing and break about 6 more in the process...

Devine Lu Linvega

Added punctuation to my little shorthand recognition engine(yes, like palm's graffiti).

The idea here is to assign to each one of these glyphs, a reduction into arrows that can be input easily with a d-pad, and then replace the orca glyph input system with this on instead, so I can "draw" livecoding.

git.sr.ht/~rabbits/grail/tree/

Devine Lu Linvega

Went to a reception organized by the local athletics club, met some folks at the event that have been training there for over 50 years. Octogenarian goals right there.

Devine Lu Linvega

For the past two days, I've been experimenting with making an input method that allows me to draw glyphs as keyboard replacement.

To reduce mistakes, I've added alternative shapes for some of the characters so if I miss a direction or two it still understands what I'm trying to type. The whole whole thing is a tiny 1.6kb rom.
git.sr.ht/~rabbits/grail/tree/

William D. Jones

@neauoire It still makes my head spin that you made a stack machine do lambdas.

I just have so much trouble wrapping my head around that.

Devine Lu Linvega

It looks like I might be able to add basic support for cursive, or at least characters with ligatures.

Show previous comments
Z@b0\/\/

@neauoire Woah, I have one of those somewhere! Maybe the worst spent money ever 😄

Jared Jennings

@neauoire hah i remember a story that came out about a guy who wrote so much Graffiti that he lost the ability to write properly with paper and pen. he couldn't sign checks properly. ...remember checks?

Carl Poppa 🛸

@neauoire wow first time i'm seeing this! so one had to write exactly in this format or the Palm Pilot wouldn't recognise the input?

Go Up