Email or username:

Password:

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

We have more solar power coming than we can store, and it's only 9am 🌻

Tim Bray

@neauoire What do you do in that situation?

Daniel Demmel

@neauoire time to run some large language model queries on your laptop!

Sorry, I'll see myself out... 🙃

toffle

@neauoire safe trips! hope everything goes well! enjoy the great ball of fire in the sky!

Devine Lu Linvega

First pixels ever drawn from #Modal, a string rewriting system.

The only way to program this strange computer is by defining rules that replace lengths of text in a source file.

wiki.xxiivv.com/site/modal

James Chip

@neauoire I had a fever dream about a computer that could only run one piece of software which was self modifying and the source had to be twisted in real time to do what you needed. The program was fixed length, and always had to stay that length, so you could only overwrite bytes.

I feel like you might make this real.

Devine Lu Linvega

☕ Coffee by the woodstove before we put the dingy in the water and row to shore.

[DATA EXPUNGED]
Andres Moreno

@neauoire

Have you tried the paper filter hack yet?

Devine Lu Linvega

"Work on something that matters, if only to you.
Work on something that helps people, even in small ways.
Work on making things understandable."

rntz.net/post/against-software

Devine Lu Linvega

i have rational numbers mostly-implemented in modal.

example:

> (str (mul (Q (+ sixteen ten)) (Q (- sixteen ten))))
...
57 ()-terminated list -64/25

git.phial.org/d6/modal/src/bra

i just can't seem to stop. i think computable real numbers will be possible too.

Devine Lu Linvega

Just released the list of changes and updates to the Hundred Rabbits projects for April 2024.

A day late because we are on the move, yesterday was a busy day on the water. Pino is heading northward!

100r.co/site/home.html#apr2024

A little Ninja is standing on top of a sailboat mast, hands on his hips while saying contentedly: "Top of Pino island!"
Devine Lu Linvega

Today I met a Toronto live coder who runs Orca workshops on Twitch! The next one is on Sunday, and you can see the first one in his VODs.

magfoto.xyz/wkshp.html

makeworld

Oh I realized the website doesn't say, but it starts at 11 AM. Or 11:30? Not quite sure. I'll try and be in chat at 11 this Sunday.

Devine Lu Linvega

Solar charging the Thinkpad with the 12v charger is so much nicer than running through the noisy inverter.

The past two summers, I was using the pinebook, but at the end of the last summer it nearly caught on fire, so I put it to rest and will use the thinkpad throughout this time around.

supermedia_art

@neauoire ooh im looking for a 12v charger for my thinkpad to go play outside, which one did you get?

Devine Lu Linvega

If I had, say, an exam coming up in which I had to write programs in Uxntal, but wasn't allowed internet access. Here are some pages I would print physical copies of, and bring along with me:
- wiki.xxiivv.com/site/binary.ht
- wiki.xxiivv.com/site/ascii.htm
- wiki.xxiivv.com/site/uxntal_re
- wiki.xxiivv.com/site/uxntal.ht
- github.com/weeble/uxn-cheatshe

Devine Lu Linvega

ret2pop.nullring.xyz/blog/cogn very interesting and mind-blowing language with no syntax that has to bootstrap the tokenizer

Show previous comments
Theodote

@neauoire hoping to become just like him in the future. god please

sourencho

@neauoire the modern version of this would be a browser with lotsa tabs open. Less aesthetic :(

the roamer

@neauoire

Yeah, such a witty and warmhearted portrait of a warmhearted true mathematician. There are many recorded lectures and interviews with the man around, all worth listening to.

I was about 10 when Conway's Life became widely known, and it got me. I spent days on end filling graph paper with experimental Life evolutions (no computers then, of course). I once tried to understand his On Numbers and Games but failed. His little textbook on Automata is lovely. A great man.

#JohnConway

Devine Lu Linvega

I've started pondering what a computer system based entirely on string rewriting might be like.
en.wikipedia.org/wiki/Semi-Thu

(wryl)

@neauoire I've been dreaming of this for six years.

It's beautiful. Well done, can't wait to see more. :heart_fire:

Capital

@neauoire Finally get to cook up some REAL flashy experiments on string rewriting. It's been a ride getting to see this system evolve.

Greg Coomer

@neauoire *entirely* unsurprised to hear this!

Ivan Reese

@neauoire center negative!

(Also: left-handed y-up, spaces, RISC)

Chip

@neauoire What’s your connector of choice?

[DATA EXPUNGED]
Duncan

@neauoire I bet it does. It’s been a long old winter this time. Bon voyage.

Devine Lu Linvega

What's that word for when search results are polluted by javascript frameworks named after the thing you're looking for because the creator thought it sounded cool?

Devine Lu Linvega

I got step debugging working in my dear imgui powered graphical debugger for Takalaki! Hopefully I'll spend less time stepping through code in my head now and more time writing catlang. #uxn #takalaki

A pixelated VM screen with some spaceships flying past terrain alongside a dense VM debugger with program, stack, and memory displays.
Devine Lu Linvega

@tbsp that's a fancy debugger wow! well done : ) It's the first time I actually see it in action!

Go Up