Email or username:

Password:

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

Get totally unhinged emails weekly with this one simple trick: Put a page on your website called /vegan.html

Odo Klave

@neauoire You'd be less upset about those emails if you did a bone broth enema every day

lae astra 零

@neauoire that’s actually been on my to-do list for quite a while, to put a vegan page on my website! but it will have to wait until i attempt my new project of coding a site so i can get rid of squarespace finally :)

Devil Lu Linvega

I've been meaning to make myself a music player to replace cmus for a long time now, today's the first day I get to have something other than it to play music while I work. I tried to make something reminiscent of the ipod nano I had a while back.

Show previous comments
Dr Hitchcock || Crash//G0thic

@neauoire I’d love to have a sun like that for an iPhone app

Dr Hitchcock || Crash//G0thic

@neauoire I’d love to have a skin like that for a music app on my iPhone. Maybe I’ll figure out how to make one.

Devil Lu Linvega

the biggest thing I hope comes through specifically from the 70s part is the DIY energy, like mimeographed RPG materials. the best example i have to mind is not from the 70s, it's ritualdust.com/works/illustrat

Devil Lu Linvega

With the help of @d6, making a little desktop music player.

spooky blip 👻

@neauoire @d6 I never wanted to nerd-snipe you by asking how long it was gonna take you to replace cmus with UxnAmp, but...........

Very cool, are you transcoding all your music to WAV or are you writing an MP3/Vorbis/Opus/FLAC/??? decoder in Uxn? Or is decoding handled by an external process?

[DATA EXPUNGED]
Devil Lu Linvega

@cblgh Are you able to load the merveilles forum right now?

Alexander Cobleigh

@neauoire try again and lmk? i think i needed to reboot my webserver to pick up the new cert

Devil Lu Linvega

Spent dusk 'til dawn trekking through fresh powder(unwalked moss-covered logging trails) yesterday, we bushwhacked deeper into the Hathayim woods than we had ever been. Folks aboard the sailboat Nanamuk gave us a map that says there's a lookout somewhere up there, we couldn't find it.
100r.co/site/hathayim_marine_p

Devil Lu Linvega

@lobo are you still thinking about doing the uxn5 rom download today?

Devil Lu Linvega

Finalized the implementation of #uxn macros across the rest of the ecosystem, Left and Uxnfor should now handle them properly.
wiki.xxiivv.com/site/uxnfor.ht

R E K

I really like making these short comics, I’m especially happy that I can do most of the process on paper, it saves a lot of battery power, especially on overcast days.

All parts of the process are fun(shading digitally was very tedious for me).

lae astra 零

@rek such beautiful work!! your art is really inspiring as always!

Devil Lu Linvega

I've seen many banana slugs and pitch slugs, but never a totally white one. I don't think there are albino slugs? I'll call this one a spirit slug, like spirit bears.

Devil Lu Linvega

Nice older couple anchored next to us, gave us a map of the forest that they've explored, normal couple.. their wifi networks aboard is "lolicongag", I'm trying to convince myself that this is some sort of acronym for something.

Show previous comments
adamluhring

@neauoire I would say something to them in case one member of their family (maybe not even a member of the couple) decided on that. The odds of an older couple jointly deciding they're into that and should advertise it are slim.

Daruma

@neauoire Crazy name.... does the map have the secret location of treasure on it?

Severák

@neauoire We used to have "I am under your bed" SSID at home and it was deliberate joke invented by my brother,

Devil Lu Linvega

"And you do Addition?" the White Queen asked. "What's one and one and one and one and one and one and one and one and one and one?"

"I don't know," said Alice. "I lost count."

"She can't do Addition," the Red Queen interrupted.

Eli the Bearded

@neauoire
I've made this about twenty years ago.

Odo Klave

@neauoire TFW you have a working memory dysfunction

DHeadshot's Alt

@neauoire The answer is one. Logically, anyway (the White Queen said "and")...

Devil Lu Linvega

Slugs came to check out the leeks yesterday, had a nibble, weren't impressed and left them alone.
#theGarden

mycorrhiza

@neauoire Oh this is news I can use. I’ll need to prep for the annual snail invasion that happens during rainy season here. It’s wild, when they peak I can’t walk across my backyard without crunching dozens of shells (I felt so guilty but I guess I’m numb to it now).

Anyway... I could get down with Alliums (allia?)!

amorris

@neauoire They're loving the tomatoes over here.

Devil Lu Linvega

@cancel Found a neat little simplification of the uxn32 core the other day, where if the OPC() macro is split between initialisation(where the POPs occur) and the body of the macro where the PUSHING is made, you can store the stack pointer in a an int, and restore to it after the initialisation without having to use a pointer to a temporary stack depth.
git.sr.ht/~rabbits/uxn-utils/t

This is only possible because no opcode interweave popping and pushing.

@cancel Found a neat little simplification of the uxn32 core the other day, where if the OPC() macro is split between initialisation(where the POPs occur) and the body of the macro where the PUSHING is made, you can store the stack pointer in a an int, and restore to it after the initialisation without having to use a pointer to a temporary stack depth.
git.sr.ht/~rabbits/uxn-utils/t

Go Up