social.solarpunk.au

social.solarpunk.au

vidak | @vidak@social.solarpunk.au

# LOCATION

The unceded, stolen land of the Wadjuk people of the Nyoongar nation. Always was, always will be, Aboriginal land!!

# QUOTATIONS

You are braver than you believe, stronger than you seem, and smarter than you think. ~winnie-the-pooh

# MAIN INFO

(current operating system) emacs
(code) https://git.sr.ht/~vidak/
(blog) https://vidak.solarpunk.au
(peertube) https://spectra.video/a/vidak/video-channels

# SMOLNET

(main) gopher://zaibatsu.circumlunar.space/1/~vidak

# CONTACT ME

(matrix) https://matrix.to/#/@vidak:matrix.solarpunk.au

just a reminder, regos are open here

https://social.solarpunk.au/registration

pending admin approval (me)...

...Is learning like playing Katamari Damacy? I think it kinda is... :/

Looking forward to getting back to work on our project this winter and toying with the idea of “laserdisc theater” where I stream a laserdisc live every Friday night (or some specific regular time).

One of the first things I posted on Cohost was this story about a social website with a high degree of user freedom that shut down all of a sudden, and it's messing with me that the post itself is on Cohost, a social website with a high degree of user freedom that is shutting down all of a sudden

"A one-person oral history of Geocities HTML Chat"

https://cohost.org/mcc/post/325362-a-one-person-oral-history

Anyone with some feedback about seaweedfs?

https://github.com/seaweedfs/seaweedfs

It sounds pretty cool, but I'm afraid about its stability when I see its complexity and feature set

Anyway - coming soon (lol) we'll be getting into "what the hell is an Archives PC?"

An old computer with a cover over the keyboard area and a built in floppy drive and "archives p.c." printed on top of the case.

me for real, for real...
someone plugged an xbone into an RF modulator and then plugged it into an old CRT... ☆(ノ◕ヮ◕)ノ*

"So what have you been working on recently?" I heard absolutely no one ask.

Aaaaanyway... I have been working on this new syntax in Kap.

Let's say you have a hashmap stored in a variable called foo, and it contains a key consisting of the symbol bar. Then that value can now be found using: foo.bar.

What if the key is not a symbol? Let's say it's an integer. Well, then you can enclose the key in parens, which will result in the expression being evaluated and the result being used for the lookup: foo.(123+456).

But an array is kinda kine a hashmap, right? It's just indexed using a series of numbers (one per dimension), so we can extend this syntax to support array lookup. Let's say that the value stored under the key bar was an array of strings, then you can get the third element like so: foo.bar.(2).

The way the Kap JSON parser works is that it reads JSON objects into maps keyed by strings (not by symbols, which would improve the syntax but could lead to symbol table overflow attacks if you parse untrusted JSON), so if you have the following JSON:

{ "foo": [
{"a": 1, "b": 2},
{"a": 10, "b": 20}] }

Then you can extract the value 2 like so:

a ← json:read "file"
a.("foo").(0).("b")

Yes, I know that many other languages have a "nicer" syntax to traverse object hierarchies, but remember that array languages are very strong in other areas, so a few extra parens isn't too bad I think.

Here's the code in the Javascript-based interpreter: example

https://vidak.substack.com/p/the-dictatorship-of-the-proletariat

coming clean about the fact i am a marxist, so, yeah.

“Every man is like the company he is wont to keep.”

– Euripides, circa 406 BC

Alright I need a bit of help.

I built an apple ii clone a few years back in 2022. It *almost* works, but it seemed to have a bit of an issue with more complicated programs/graphically intensive stuff.

This is it trying to load frogger ii - it will load the title screen, try to load the game and then just... Crash.

Does anyone have any ideas what I should be looking at?

Hopefully some apple ii experts have a better idea than me...

Let’s talk it out. Probably won’t do anything about it, but my day is already wasted, may as well waste the rest on spitballing ideas that probably won’t be actioned.

I think there is an open niche for a TUI-centric Linux distro. One which uses the Twin environment as its main interface.

What would that be like?

watching schindler's list again and phwoah it is gonna take more than 2 sittings to get through it

Like I said. New Libreboot release coming soon.

we need a historical hit man for the left like robert service.

maybe graeber or zinn?

anyway robert service is like a pimple on the arse of american liberal capitalist historical studies. if you can even call them 'studies'.

i am sick of having to interpolate the attitudes of robert service when reading about 20th century socialism...

"Now, how would I evaluate this combination of operations without using anything other than the multiplication of fractions.."

(- (+ 2 (* 4 6))
(+ 3 5 7))

program: https://wiki.xxiivv.com/site/fractran.html#combinations
trace: https://paste.sr.ht/~rabbits/8a41660d155fbfe257e36611ad563cdc58bda532

The last time Jacek looked normal, before taking the funky liquid that makes you laugh.

Can any of y’all recommend good intro to Blender course? I’m looking to learn to design objects for printing, rather than games or movies. I believe @socketwench is an adept?

"Ly" is a console-based display manager (a login program which starts some environment for the logged-in user). Neat.

https://github.com/fairyglade/ly?tab=readme-ov-fi

I always think it's weird how late the 3.5" floppy disk got popular in the scheme of things, only winning out over the 100 other microfloppies (i.e. so many standards that nobody used any of them and just stuck with 5.25" disks, see also the superfloppies of the late 90s) when Apple chose it for the Macintosh in 1984 (and even then it took a while to get major uptake), and then after that the 1440 KiB floppy only got popular over the 100 other different low-level formats in the early 90s

This thread will be about my experiments with my new .
I got it yesterday and had a few minor hurdles out of the gate. I followed instructions on the wiki but couldn't get it to boot into
. I don't remember what I did differently but after a few attempts it booted fine. I immediately wanted to replace sailfish but first checked that sms and calls worked fine and it did (though took a while to receive the first call).
I flashed
with to an sd card and tried booting from it but quickly realised I had missed a step ​shinx_facepalm​. The wiki said I had to install to the SPI so I did that. After following the instructions properly this time I installed the OS successfully. I found Plasma extremely sluggish and unresponsive so quickly moved on. The next OS I flashed was postmarketOS again but this time with and I immediately fell in love with the interface.
After that I went to sleep as it had been a long day and was getting late. This morning I flashed postmarketos with sxmo to the eMMC and will be tinkering with it today. Ill update this post with comments about my progress.

»