Email or username:

Password:

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

The task is too much for one :uxn:? Ask a friend for help.

It's crazy how good the stack architecture maps on parallelism. Also, it's crazy how self-modification throws a wrench in parallelism.

Show previous comments
Csepp 🌒

@neauoire Yep, there's a good reason highly parallel code tends to prefer pure functions and read-only data.

berry

@neauoire i only ever thought of map and reduce and such mapping to parallelism. how does stack help?

Adrian Cochrane

"Overview" chapter of some books, illustrated with picture of an angry anthropomorphic tree with arms labelled "branch misproduction" wacking an anthropomorphic robotic moon with a heavy pipe labelled "pipeline error".

@neauoire

Devil Lu Linvega

Do you ever work on stuff and then stop yourself like shit, no πŸ‘ YOU'RE πŸ‘ NOT πŸ‘ MAKING πŸ‘ SMALLTALK

Show previous comments
Vanja/Vanya

@neauoire do it do it .ake smalltalk (I'm saying this cause I was planning on implementing smalltalk (or a similar oldschool OOP language) myself

DELETED

@neauoire smalltalk itself is simply hinting at the ur-ux archetype buried in our psyche that will continue to emerge until it is fully realized. You can’t kill an idea.

bx

@neauoire it's always fun to hear a new orca track and then look at gur patch and see someone combining operators in a way you havent seen before

rezmason

@neauoire Thank you! It never occurred to me before that a CA could be reversible, such a universe has interesting philosophical implications doesn't it πŸ€” Kind of like a hexaflexagon or one of those picture puzzle cubes, state traversal is linear and time is kinda direction-agnostic

Devil Lu Linvega

The nice weather is coming back and we're nearly ready to cast off. We have to resupply for the summer, and haul out to check that everything under the waterline is in good shape - then, we're heading north.

We've done an awful lot of changes to the ship this winter, we're excited to go put these experiments to the test. We've collected details notes on the various modifications these past few months here:

100r.co/site/boat_projects.htm

Greg Coomer

@neauoire exciting. Where are you headed, generally? Up the coast to Alaska?

Devil Lu Linvega

Each time I implement form logic, I learn a few new tricks, I've always been a bit scared of handling negative length selection(when selection-to, is before the selection-from). Turns out there's not much to it beyond making helper functions that returns the range and flips thing when they're negative.

dwardoric

@neauoire Nice! What do you think about selecting everything between two parantheses by double clicking on one of them?

Devil Lu Linvega

Went ahead and implemented both-ways selection in Left after learning to do it with Note Pad.

smellsofbikes

@neauoire I had this computer setup for a while. Those 9845s cost as much as a house when they were new but if you work for the company that makes them it's easier.
The plotters had such a cool sound because of the big snapping sounds they made lifting and dropping the pen.

[DATA EXPUNGED]
Devil Lu Linvega

brutally hard questions in Q&A session, damn

Boris Mann

@neauoire β€œthe front left corner crew” led by @mikaylam ruled with an iron fist.

Devil Lu Linvega

@nasser did you catch the name of the Hawaiian project exploring ethnocomputing?

Devil Lu Linvega

This talk by Jon Corbett on the Cree's star chart keyboard is amazing. I remember reading this post about his work on esoteric codes.

youtube.com/watch?v=ZZgQ3MoNJU

esoteric.codes/blog/jon-corbet

Devil Lu Linvega

Hyped for the talks this afternoon at Causal Islands by Ramsey Nasser and Maggie Appleton.
causalislands.com/program/sche

Devil Lu Linvega

I was thinking about the macintosh's Note Pad application today, I couldn't remember if there was a limit to the data it could store, if you could access the data anywhere, so I had to look it up.

There's a limit of 8 pages, there's also a pretty cute little detail here where the top-right corner of the fold brings you to the next note, and the other to the last note.

Devil Lu Linvega

It looks like there is a note pad file that is saved automatically in the drive after all.

Ghoulie Ghostterror (Familiar)

@neauoire Probably also the usual TextEdit Manager limit of 32K (per note in this case)?

Go Up