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

Moonclimb

is an exploratory moo server and client realisation using common lisp interface manager, aiming to be later identified as a gui portrayal of Erik Sandewall's Leonardo System.

https://codeberg.org/tfw/moonclimb

I sorta understand why LMFile got flushed.

@jlcapps I've started writing (lisp) project README.org like this:
** asd
:PROPERTIES:
:header-args: :tangle project.asd
:END:
writing
#+name: system
#+begin_src lisp
(defsystem :project
:class :package-inferred-system
:depends-on (:project/user))
#+end_src

** macros
:PROPERTIES:
:header-args: :tangle macros.lisp
:END:
writings
*** Package
#+name: macros-package
#+begin_src lisp
(uiop:define-package :project/macros

etc. literate-programmed. I guess it's unuseable without orgmode.

https://archives.anonradio.net/202409180000_screwtape.mp3 @northernlights
and vignette from @kentpitman
@sigrid also -ing with @prahou
@wrog's mode reveal!
https://wrog.net/emacs/
My own is "finished" and what it is https://codeberg.org/tfw/moonclimb
?
@rwxrwxrwx - Writing for the mathematical sciences
@Jose_A_Alonso@matstodon.xyz - The Code of Mathematics
@mdhughes Murderbots + next post

The interlisp-tshirted gopher and lisp alien are escorted by two dark red skinned and behorned demons, wading through flooded wreckage. The lisp alien's nose is holding a microphone.
LISPY GOPHER SHOW
ANONRADIO.NET

I wonder how many cringe Limp Bizkit weddings there were in the late 90s/early 2000s. There had to have been at least one

reminder that TOMORROW 9/18 is Spritely's first ever virtual office hours! we're testing the waters here and keeping it very casual for the first one. do you have a question about Hoot or Goblins? do you just want to chat about object capability security, the actor model, or Scheme? come on by! see our blog for the deets https://spritely.institute/news/announcing-spritely-office-hours.html

...How crazy would it be to try and make, like, a universal GUI for command line programs? Like, it automatically reads the help and man pages and assembles a GUI? Is that completely nuts? :/

we should find out which fedi projects need funding and try and fund them.

or at least make a web 1.0 site and list consenting projects?

fedi bounty board?

New Libreboot release soon.

Forgive my radio silence <3 I am lacking a place to write at the moment.
?
https://codeberg.org/tfw/moonclimb
- all things are lisp symbols in packages with plists. The plists are the data.
- There's the app ( 'core' ), player, room, item objects (~classes with command table twins)
All further changes are basically just feature objects and replacement classes in the moo or fixes.
Calling it
Works both in the repl and in the clim gui. The repl is surprisingly nice.

;; A codeberg README orgfile. The following lisp repl interaction:

(asdf:load-system :moonclimb)
  (in-package :moonclimb/user)
  (defparameter fr (frame-plist (core)))
  (dolist (expr '(
		  (execute-frame-command
		   fr '(com-@create player named screwtape))
		  (execute-frame-command
		   fr '(com-@create room named cave))
		  (execute-frame-command
		   fr '(com-@connect screwtape to cave))
		  (push-plist (sneezer)
		      (:com-sneeze (format t "You sneeze.")))
		  (execute-frame-command
		   fr '(com-@create thing named sneezer))
		  (push-plist (cave)
		      (:contents (sneezer)))
		  (execute-frame-command
		   fr '(@retable))
		  (execute-frame-command
		   fr '(com-take sneezer nil nil))
		  (terpri)
		  (getf (symbol-plist 'screwtape)
		   :inventory)
		  (execute-frame-command fr
		   '(com-sneeze nil nil nil))))
    (eval expr))

getting my hands dirty with some plan9 graphics programming for the first time!

Screenshot of a Plan 9 session, on the middle there's an application I'm coding showing just some text labels and some lines.



Plans have surfaced of further tying Australia to the US military industrial complex with yet another US military station being built in Western Australia. The purpose of the station is paradoxically to defend Australia from our biggest trading partner.

https://www.greenleft.org.au/content/secret-plans-make-western-australia-vital-fighting-us-wars



Labor, and the ABC, supposedly left-left wing organisations, are attacking the Greens and Max Chandler-Mather for supporting the CFMEU.

Hands off the CFMEU, we have a right to protest!

https://www.greenleft.org.au/content/labor-abc-attack-greens-supporting-cfmeu

@tonicfunk looking good!!

This fall, it will have been 4 since I began using , I feel like writing a kind of review, or some kind of summary of lessons learned during this 4 years adventure into personal computing, interesting events, answering some critiques, talking about some dead-ends and so on.

Pressed the release button on the trial-examples demo app again. There's some new stuff in there since the last one.

https://github.com/Shirakumo/trial/releases/tag/examples-1.5

even if i pull together a mere 50 bucks, i'd love to put on a 3K code segment game jam

you can have as much RAM as you'd like, i suppose, but the code text needs to come in @ 3KB ±10%.

a table of values. qr codes hold about 1 - 3K of data.

»