Email or username:

Password:

Forgot your password?
2,445 posts total
Devil Lu Linvega

On the docks at 5am to intercept the Greek mafia unloading the ships, to get in on that contraband kalamata.

Show previous comments
C.B.Leslie

@neauoire I would happily mail you A or S Tier Sriracha. Goose is good in my opinion, but not the best.

DELETED

@neauoire big jars and jugs of food brings joy

Devil Lu Linvega

Hacking on Modal to the new Iglooghost :moar:

Trash Panda, mastodon edition

@neauoire oh snap, Iglooghost
I need to listen to his newer stuff

inscript

@neauoire igloo is one of my faves. clear tamei/steel mogu is amazing.

NullMoniker

@neauoire He has one of the most unique, and refined aesthetics. I love how well he is able to craft his visual and auditory style in unison.

Aleph

@neauoire I like the song, and the comment on that music video is really funny

Devil Lu Linvega

@flbr lovely new profile picture :blobhaj_reach:

efelbar

@neauoire oh thank you!!! my partner made it, it's so fricking cute :3

Devil Lu Linvega

Can't Modal without matching parens it turns out. 🤦‍♀️

[DATA EXPUNGED]
bx

@neauoire ive been doing allot of wierd C preprocessor usage lately and reading gur page for modal, its wild to see a system that is so similar yet so much nicer and more flexible (gur way paren matching works / getting around it is a large bit of my cpp efforts rn), really curious how much would need to be done to add hex/binary escapes to modal to allow it to do unmatched parens + potentially allow it to operate on binary data (a dissassembler in modal would be REALLY cool)

Devil Lu Linvega

I think I realized what attracts me so much in Modal. It seems to exist precisely at the intersection between Orca and and something like an OISC. It's both a string system that has no hidden state whatsoever, and a runtime with a single operation, Replace.

max22-

@neauoire is there a way to transform a list like this : (1 (2 (3 (4)))) into that : (1 2 3 4) and vice versa ?
(nice rabbit hole btw 😂 )

Show previous comments
pancake :radare2: 🌱

@neauoire @soxfox42 shouldnt bits be “moku lili” ^^ i always enjoy reading tokipona around but some technical or specific concepts are hard to translate. So kudos for the work

Devil Lu Linvega

We are completing the remaining items on our list of pre-departure projects, and will soon begin provisioning for our sail to the 60th Parallel North. Over the winter, we've improved the ship in more ways than I can recall, from strengthening critical parts, replacing experienced pieces of the rigging and simplifying the habitat's life systems — With the hope that these will make for a safer journey.
wiki.xxiivv.com/site/now

Devil Lu Linvega

I love how Juneau is built right at the base of the mountains, it reminds me of Shimoda, Japan.

Devil Lu Linvega

We have finally received the last parts we had machined, once those are installed we're ready to cast off and head to Alaska!

These were our old chainplates covers, they're a bit dammaged but it doesn't really matter much, we had the slot enlarged to fit our new chainplates.
#theBoatyard

proto ◇

@neauoire wishing for good luck and good weather in your future travels ^-^

Devil Lu Linvega

Another day of rigging, re-bedding the chainplates cover, on a recored deck.
100r.co/site/chainplates.html
#theBoatyard

Devil Lu Linvega

(list (amb 1 2 3) (amb 'a 'b))

can have six possible values:

(1 a) (1 b) (2 a) (2 b) (3 a) (3 b)

sarabander.github.io/sicp/html

Avi Bryant

@neauoire I love amb. It’s a good gateway drug to probabilistic programming.

WimⓂ️

@neauoire A bit like junctions in Raku:
1|2|3, 'a'|'b'

Devil Lu Linvega

Practicing writing games entirely using string rewriting for the first time. It's rewiring my brain, I've never seen a computing paradigm as powerful as that before. I'm at a loss for words-

The runtime is 200 lines, the game source reads like english, it's fast as hell, it vitrifies whatever examples is on rosetta code, even Prolog(You had one job?!).

tictactoe: git.sr.ht/~rabbits/modal/tree/
runtime: git.sr.ht/~rabbits/modal/tree/
docs: wiki.xxiivv.com/site/modal
weep: rosettacode.org/wiki/Tic-tac-t

Practicing writing games entirely using string rewriting for the first time. It's rewiring my brain, I've never seen a computing paradigm as powerful as that before. I'm at a loss for words-

The runtime is 200 lines, the game source reads like english, it's fast as hell, it vitrifies whatever examples is on rosetta code, even Prolog(You had one job?!).

Show previous comments
program jiggler

@neauoire no shade on your code, i think it is fascinating and i love it

but to be fair to the prolog version, it implements a computer player, using the minmax algorithm to compute the best next move

not that you couldn't do it in modal! i'd love to see it in fact. betting it will still be way more concise and readable than the prolog version

poetaster

@neauoire ah, modal! Jeez. Fun. (looks for time behind bush at ground level).

Devil Lu Linvega

Anarchy means not necessarily the absence of order but an absence of rule.
wiki.xxiivv.com/site/modal#lam

𝓼𝓮𝓻𝓪𝓹𝓪𝓽𝓱🍐【ツ】☮(📍🇬🇧)

@neauoire i do believe anarchism needs a lot of mechanisms well known to everyone to organize and coordinate in case it becomes necessary.
i guess those come in the form of apps, tools, protocol, ...which could be considered meta rules. ...or maybe just established mechanisms people can use if they want to - and they have to be more precise and common goal/action oriented than mere social media toots/favs/boosts

Devil Lu Linvega

I'm collecting all the named stack combinators, if you know of some that are not in the list, or know alternate names for some of these, send them over with the name of the #concat language you found them in. Thank you!

Show previous comments
PypeBros

@neauoire I must admit that such list of names doesn't give me confidence into the power of the language. A bit too much CISC to my tastes...

David JONES

@neauoire omg DIG and BURY are so much better than ROT and -ROT

Floating Point Error

@neauoire
Wow, what a collection! Can I use these in one of my projects (stdlambda)?

Go Up