Email or username:

Password:

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

So, Yeti on the #uxntal mailing list discovered a genius way to print inline strings(as opposed to passing a reference to that piece of text), and @tty rewrote it to be this super lean 10 bytes long implementation.

I've added it to this collection of routines: wiki.xxiivv.com/site/uxntal_li

Devil Lu Linvega

"Because, in a world where Creation and Communication are heavily commercialized, the act of Creating a Thing or building a community that doesn’t enrich our corporate overlords is a radical act."

ajroach42.com/the-small-things

Show previous comments
spooky blip 👻

@neauoire "and you’re left with HBO/DISCOVERY, Disney, Facebook, and Joe Rogan"

Jeez this author should have a go at writing horror novels, they already wrote the pilot....

Devil Lu Linvega

"To minimize suffering and to maximize security were natural and proper ends of society and Caesar. But then they became the only ends, somehow, and the only basis of law — a perversion. Inevitably, then, in seeking only them, we found only their opposites: maximum suffering and minimum security."

Walter M. Miller Jr.

Devil Lu Linvega

One thing I like about assembly programming is the reuse of routine bodies, not returning from a routine and falling through to the next one when needing to append something before a routine.

WimⓂ️

@neauoire Good old Fortran has that as well, it's called multi-entry subroutines.
For my C compiler I simply rewrite it as

;draw-dec JMP2
@draw-dec

so the fall-through becomes a tail call.

Kira, cozy autumn fox 🦊

@neauoire It's interesting how, depending on the sort of programmer you ask, one will say it's wonderful and another will say it's a terrible idea. 😈

Devil Lu Linvega

"Write programs that do one thing and do it well. Write programs to work together."

:glenda:

wiki.xxiivv.com/site/basic.htm

Devil Lu Linvega

I tend to open my binaries in a pixel art editor to see deadzones, like I noticed here there's a 8 byte buffer(blank zone in the middle of the code), that should be moved to the zero-page.

Anyone else have this habit?

Show previous comments
Kira, cozy autumn fox 🦊

@neauoire Hehe, that's a fun one.

Makes me think of how insightful it can be to visualize data differently[1].

[1] youtube.com/watch?v=t8g-iYGHpE

Helvetica Blanc

@neauoire This has got some Cypher Maxtrix "I don’t even see the code anymore" energy 😂

Devil Lu Linvega

Before anyone asks, all the drawings are made in a little drawing program called Noodle.
wiki.xxiivv.com/site/noodle.ht

montag

@neauoire It's always nice to see more Neauismetica stuff! I love it's sense of scale, not just in the visuals but in the concepts it deals with too. Probably one of my favorite fictional worlds.

Devil Lu Linvega

Thrilled to be sharing the stage at Handmade Seattle next month with Peter van Hardenberg and Rasmus Andersson to share our experiments with personal computing.

handmade-seattle.com

Devil Lu Linvega

I know a handful of people there who will be joining us, I'm not sure how you'd like to coordinate this all, but right now I have an email thread with a couple of people.

Anyone in the area who want to meet up, get in touch :)

cc @xo @helveticablanc @klardotsh

Devil Lu Linvega

@cancel I've been having the funnest back and forth with someone. First they sent me an email like, "how do I uninstall uxn32", here's how it went:

them: "So where is the rest of the emulator?"
me: "what do you mean rest?"
them: "I've removed the little shortcut file, where are the rest of the files installed"
me: "there's nothing else, that 60kb file is the entire emulator"
them: "I don't understand, where is the actual program stored"
me: "it doesn't install anything, it's just it"

tech? no! man, see...

@neauoire @cancel I had a similar thing happen with Fennel; someone on windows downloaded the compiler and they were like "where's the installer; I wanted an installer" and it was like ... why would you want an installer when you could just ... get the program that you were going to use the installer to install? I don't know if I'll ever understand windows users.

Devil Lu Linvega

Added d-pad controls to my little RPN calculator, made a b&w mode so I can load it up on the playdate.

Csepp 🌢

@neauoire Has anyone made an e-ink "port" of Uxn? This high contrast design would fit that well.

Devil Lu Linvega

*typing*
*a little piece of black plastic falls off the side of the pinebook*

huh?

DELETED

@neauoire I have a Pinebook Pro, and while I *do* like it, it has... issues.

Which sucks, because my ideal future-proof (low-energy-world) computer is just a pinebook pro that doesn't suck :/

Aeáro, a SeaWyrm :elfstar:

@neauoire

Oh, that's just the text cartridge running empty. You just have to insert a new cartridge if you want to keep putting text in the computer.

Devil Lu Linvega

I can't stop thinking about making a DAW, something like Cubase on Macintosh.

It's keeping me up at night, and as much as I try to tell myself that it's completely stupid, I don't need a daw, I don't even know what I would do with the thing even, I don't need to write more software, it's just-no, the idea is still there, and it's stopping me from thinking about other things which is taking its toll.

I think I'll have to just get it over with so I can move on with my life.

Devil Lu Linvega

Let's begin by making something like Mario Paint, a simple piano roll that lets me paint notes, see how much steam I have left when I get there, hopefully it'll discourage me to keep going.

Devil Lu Linvega

Look at what I found at the thrift store this morning.
#theLibrary

Show previous comments
DELETED

@neauoire you have better luck than me. all the ones nearby only seem to have airport fiction lol

margot

@neauoire ooh i was just looking at this while shelving the other day!

Devil Lu Linvega

160 bpm my ideal programming music cruise speed

grey

@neauoire It fascinates me how much tempo has a tangible effect on development pace.

Devil Lu Linvega

Jingu’s rebuilding is designed to reproduce the existing structures as exactly as possible. Each rebuilding uses the same materials, the same construction techniques, and is built from the same set of drawings.

Rekka and I lived right by the Ise Jingu, just a forest bikeride away.

theprepared.org/features-feed/

via @akkartik, on the CollapseOS mailing list

Amazey

@neauoire @akkartik 💚 this is the kind of technology we're going to need when we can no longer use air conditioning in humid, mold-prone climates (which, I'm guessing, is exactly what it was developed for)

Earthling of the Rhine

@neauoire Ise Shrine is a place I am unlikely to ever personally visit, but which will inspire me until I die, just because I know it exists and what's going on there. It's like a physical manifestation of the type of society I'd want to live in :blobhearteyes:​

Devil Lu Linvega

Last year, I wrote the worst text-editor imaginable, in assembly.

A little over a year later of daily use, it has become the most fun and most beautiful text editor I could have never dreamed of.

Show previous comments
krowe

@neauoire

Does the text editor scroll instead of wrapping, I see lines longer than the screen.

Byte [Moved]

@neauoire in assembly? That must be hell for portability, unless you’re doing some sort of forth.

Also @keith this would interest you probably

Devil Lu Linvega

Kudos to SL for immortalizing it in the last FUCK COMPUTERS zine. I'm gonna stick it to the bathroom wall-of-fame.

Alexander Cobleigh

@neauoire this has the same energy as my all time favourite commit

Go Up