Email or username:

Password:

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

:drake_dislike: [][][][][][][] - [][][][][][]
:drake_like: Батюшка - Панихида

bouncepaw 🍄

@neauoire hmm it looks different from the Latin font

Devine Lu Linvega

Shorter days, less solar power = less computer time. 🌻

George Laskowsky

@neauoire what computer do you use? I am kinda interested in super low power computer devices and how scarcity leads to creativity.

Kira, feral fox 🦊 🏳️‍⚧️

@neauoire I've been feeling it too, though I'm only on solar for USB devices right now. Phone and bluetooth headphones are zzzz sleepy.

Devine Lu Linvega

I think I might have written the first ever game in Fractran?

Fractran is a OISC that has multiply as its only operator, it has no ram and a rewrite-style control-flow. It was invented by Conway in the 80s but has been left mostly unexplored.

docs: wiki.xxiivv.com/site/fractran.
tic-tac-toe: git.sr.ht/~rabbits/fractran/tr

R E K

@neauoire
Devine yesterday, “it’s impossible!”
Devine today: :cooldog:

High Mome Djecibel Aester

@neauoire I admire you and treasure your mysterious works. But also, seriously... Why are you like this? 😂

Devine Lu Linvega

Pancakes and coffee by the fire to keep the dreariness out.

Devine Lu Linvega

Spent two days implementing an interactive tic-tac-toe in #Fractran, feels like I'm exploring a new planet.

Devine Lu Linvega

"The average person lives about 75 years, of 52 weeks each, totaling 3,900 marbles moving from the jar of the future to the jar of the past. "

I have have as of today 1900 marbles left in the jar of the future. I like these round numbers.

Show previous comments
Ivan Reese

@neauoire Happy 2000 marbles moved! Looks like I *just* missed that milestone too — I have 1,893 marbles left.

Kira, feral fox 🦊 🏳️‍⚧️

@neauoire Happy marbleday. Devine. :)

The jar of the past is clear glass: I can count every marble that lies in it. The jar of the future, however, is swathed in darkness and each time my hand reaches in I never know if it will grasp at another marble, or nothing.

Devine Lu Linvega

having a blast diving into Modal [1] - and I'm just scratching the surface! cc @neauoire
[1]: wiki.xxiivv.com/site/modal

TobTobXX

@neauoire Btw, if you want to work with real units, we've learned these approximations in school:

1cm is the height of a finger
1dm (=10cm) is the width of your hand
1m (=10dm) is the distance from your fingers to the other shoulder (useful for measuring ropes/garn) or the size of a moderatly big step (useful for measuring distance).

1mm is easy to guess, but maybe the thickness of your shirt?

Devine Lu Linvega
a Hackernews said that the Reform is too slow to do "real work" and any time I hear someone say that I have to assume their job is five or six degrees of separation from "real work" and they've just completely lost the plot
Devine Lu Linvega

Met some cruisers who made it all the way to Ocean Falls(?!), they said there's nothing left there of the overgrown soviet looking town except an electric dam connected directly to a massive bitcoin farm.

Show previous comments
David JONES

@neauoire that is some portentous apocalypse shit right there.

Simon Cozens

@neauoire Not enjoying this new edition of On The Beach.

_mcbride

@neauoire I was there about 20 years ago for my grandparent’s 50th wedding anniversary (they met in Ocean Falls after WWII), and it was definitely getting overgrown, somewhat surreal even at that time.

Bitcoin mine is pure wasteful destruction, but maybe better than the pulp & paper mill that was there before? When it’s a “HyperScale AI Processing Node” we may sigh wistfully and think of the good old early 20’s.

Devine Lu Linvega

In the book The Design of Everyday Things, Don Norman talks about what he calls "Good Enough Arithmetics", which is a way of calculating results in your head when precision isn't important. The approximate answer is often good enough.

I gathered a few notes on my website as a reminder, and plan to add more as I find them :neofox_book:

kokorobot.ca/site/good_enough_

Show previous comments
Avi Bryant

@rek some rough conversions I use pretty frequently:
1m = 39”
6mm = 1/4”
1m/s = 2kts
60mph = 100km/h
1 day = 100,000 seconds

R E K

Fun with ASCII 🖐️ 👈 🤟

Devine Lu Linvega

@unlkfp compiler enforced stack safety is something ive wondered about a lot and its *very* exciting to see a practical implementation!

Devine Lu Linvega

So, what's next?

I had wanted to create a Tcp device for Varvara for a while, so I'll probably do just that, and maybe work on a simple Gemini/IRC client to test it out. It'll give me another chance to work on Uxn GUIs.

Kiëd Llaentenn

I also have my roguelike to finish... or begin, rather :)

My strategy thus far has been to implement little bits and pieces until all the major "algorithms" are done, then create a very simple roguelike on top.

Thus far A* is done, while Bresenham, FOV, and map generation remains. Maybe I'll start with Bresenham next, and use that for the FOV. After the Network experiments, that is.

Go Up