Email or username:

Password:

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

We've had the solar oven for a few months now, and ever since we left the dock, we have used it nearly everyday. It's not even a question if we'll use it or not for something. We're just asking ourselves each day, so, what what we shove in the vacuume tube. Rek is making cake in it right now, with flour that I milled this morning.

Helvetica Blanc

@neauoire Incredibly silly question, but do you have any links on the solar oven? I've been enjoying the updates on it and am feeling the itch to try it myself!

Devil Lu Linvega

I'm so hyped for the train ride to Strange Loop.

Show previous comments
Ivan Reese

@neauoire NGL, I'm regretting not getting a ticket

pixx

@neauoire Where's it coming from? :)

... O_o oh right I need to plan my transportation to Strange Loop still O_O

Kartik Agaram

@neauoire @csepp @spiralganglion @eli_oat A couple of years ago I did a phone call with my parents. My mom picked up and we chatted a bit. Where's Dad? Oh he's right here he's just dozing next to me. Tilt the phone, quick shot of him dozing.

The next day he went in for another trip to the ICU. He never came out. A week later he was dead.

So that phone call was my last chance to talk to him, and I had no idea.

Devil Lu Linvega

If the tide and wind push us off in the right direction, we get just enough signal to load brutaldon in under a minute.

ike

@neauoire with the way brutaldon serves images, i am not surprised -- it's "slow" even on my desktop.

Trammell Hudson

@neauoire the cell phone service was better from the yard atop the skysail

Avi Bryant

@neauoire do people put cell boosters at the top of the mast? Seems like it could help a ton.

Devil Lu Linvega

Arriving in Desolation Sound, the only explicable reason as to why anyone, looking at these luxurious towering hills, would call them that, is that maybe they wanted to be left alone, making sure nobody would be tempted to go a place with such a name.

Show previous comments
[DATA EXPUNGED]
rag. Gustavino Bevilacqua

@neauoire

Your observation about the name remembers me this story.

In 1970 Hunter S. Thompson ran as sheriff in Aspen.

One of the points of his very good program, along with car removal, was
"Change the name 'Aspen,' by public referendum, to 'Fat City.' This would prevent greedheads, land-rapers and other human jackals from capitalizing on the name 'Aspen' ... These swine should be fucked, broken, and driven across the land."

Alas he didn't win :sadness:

en.wikipedia.org/wiki/The_Batt

@neauoire

Your observation about the name remembers me this story.

In 1970 Hunter S. Thompson ran as sheriff in Aspen.

One of the points of his very good program, along with car removal, was
"Change the name 'Aspen,' by public referendum, to 'Fat City.' This would prevent greedheads, land-rapers and other human jackals from capitalizing on the name 'Aspen' ... These swine should be fucked, broken, and driven across the land."

"Wale"

@neauoire Reminds me of Mt Disappointment, a mountain about an hour north of Melbourne (Australia). The colonialist explorers who had named the mountain, Hume and Hovell, named it after trying to scale it to see the Port Phillip Bay from the summit, only to be blocked by dense tree growth.

Devil Lu Linvega

Sailed from Thunder Bay, to Texada with a perfect breeze coming to the side, listening to Lane 8's mixtapes. 🎵

Show previous comments
JP

@neauoire hehe, I've also heard some of the Lane 8 bits recently

want some suggestions for other interesting things? :)

maxmoon 🌱

@neauoire Do you use the scuttlebutt network on your trip by any chance? scuttlebutt.nz/

tbsp

@neauoire Does Thunder Bay have another name? I suspect it's not the one I'm familiar with. 😅

Devil Lu Linvega

@eli_oat when I go on your profile with the mastodon client, it says:

Eli's featured hashtags:

#forth
#scheme
#moss

:moomin_eyes_blush:

Devil Lu Linvega

Spending the day anchored, not moving for once. Enjoying some image programming coding to music. The Go tool I normally use to dither my images doesn't work on the pinebook, and firefox is fucked, so I can't use dither-it. So, to make my slides for SL23, I'll use this thing that assigns patterns to a gradient. I think it'll work out.

Show previous comments
lhp

@neauoire Naive RNG based dithering is actually quite simple to implement, should you have a way to load an image, iterate over its pixels and save it again. Also really fun to play around with. I used python with open-cv for exactly that a few weeks ago.

David JONES

@neauoire (I have a Python dithering tool). Is the Go on Pinebook problem for all Go code or just this particular tool? I've been considering porting the ditherer.

Job

@neauoire If you feel like experimenting with threshold maps, here's an 8-bit variation of interleaved gradient noise:

noise(x, y) = (142 * x + 79 * y) & 255

Should be trivial to implement in uxn, no?

Devil Lu Linvega

Following in the tracks of SV Bosun Bird, each day we asked ourselves "so what are we going to do today?", "Adventuring is what!"
100r.co/site/princess_louisa_i

Devil Lu Linvega

A finite-state machine whose only tape is a FIFO queue of unbounded length, such that in each transition the machine reads the symbol at the head of the queue, deletes a constant number of symbols from the head, and appends to the tail a symbol-string that depends solely on the first symbol read in this transition.

en.wikipedia.org/wiki/Tag_syst
archive.org/details/computatio

February (she/her)

@neauoire I've been thinking about how stack machines could be used to implement an efficient programming language on top of one-instruction set machines like SUBLEQ.

This might be another way to approach it, though I need to get my SUBLEQ emulator running again.

en.wikipedia.org/wiki/One-inst

🇺🇦 haxadecimal

@neauoire Since a Post tag machine as originally defined only halts when the FIFO is empty (_if_ that happens), is it able to provide any useful output? Or do you have to define a halt symbol to get that?

ben🎃ui

@neauoire I looked at their site and tweets and couldn't work out what they're actually making. A standalone OS? A game-making engine? Something else?

[DATA EXPUNGED]
Devil Lu Linvega

I can't quite put my finger on why, but there's something very annoying about @lynn's C implementation of mandelbrot compiling to Uxntal and running faster than the Uxntal native implementation haha XD

Avi Bryant

@neauoire @lynn concatenative languages, as we all know, are really wonderful, fantastic…. compilation targets.

⛧ esoterik ⛧

@neauoire @lynn one difference i see is that it's using 8.8 fixed point -- the demo version is using 4.12

Devil Lu Linvega

Tempted to use this top-down notation in a REPL program for Strange Loop.
michael.homer.nz/Publications/

Capital

@neauoire :: I remember toying around with project a while back. I managed to find a program that actually compute something with the limited vocabulary: return the longer of two strings.

At the time I was wondering how you could extend this notation to render Factor's combinators.

John Best

@neauoire That would make a super cool REPL! Feels a bit sideways to me, but that’s probably just too much time doing arithmetic in RPN 😀

benjohn

@neauoire sweet. I did some thinking about this a while back and didn’t get anywhere. Something I really wanted was to integrate was algebraic data types and have the visual syntax support that.

Devil Lu Linvega

Back in early spring, I asked for reading suggestions for the summer and we've been slowly going through them these past few weeks, thank you all so much for the suggestions! I can't remember who suggested what, but everything has been fantastic!

Devil Lu Linvega

We hardly see anyone on the water these days, internet has been pretty much non-existant until this evening.

Go Up