#lisp y #gopher Wed000UTC
#aNONradio #SDF
#climate
@kentpitman #haiku
I yell (toot) at an NZ Climate justice thinktank
LLM suggests we encrypt everything and "honeypot" it with junk content
#gopher #gemini #OldComputerChallenge final phosts
(ironically) https://occ.deadnet.se
Anyone remember who did old computer synth #music ?
#lisp
@nutilius #occ followup #PlusTwoHoursLispPerDay
@surabax is launching https://lisp.ie
@pkw , me, sort've @jackdaniel #McCLIM #ECL projects !
art @prahou
#aNONradio #SDF
#climate
@kentpitman #haiku
I yell (toot) at an NZ Climate justice thinktank
LLM suggests we encrypt everything and "honeypot" it with junk content
#gopher #gemini #OldComputerChallenge final phosts
(ironically) https://occ.deadnet.se
Anyone remember who did old computer synth #music ?
#lisp
@nutilius #occ followup #PlusTwoHoursLispPerDay
@surabax is launching https://lisp.ie
@pkw , me, sort've @jackdaniel #McCLIM #ECL projects !
art @prahou
This entry was edited (1 year ago)
screwlisp
•@prahou
aNONradio: https://aNONradio.net by #sdf @SDF public access #unix
Previous shows this year:
https://archives.aNONradio.net/#screwtape
Chat as always in https://sdf.org 's COMmode chat service. ssh in !
gopher lemmy thread for GOPHER topic mentions: https://lemmy.sdf.org/post/989698
ANONRADIO
archives.aNONradio.netscrewlisp
•#climate
@chris clarified for me that
green hydrogen
refers to storing energy from clean energy by electrolysis of water instead of using batteries,
and @simon_brooke further clarified that hydrogen from cracking hydrocarbons gets called
blue hydrogen
(and is a scam)
screwlisp
•http://netsettlement.blogspot.com/2023/07/lying-to-ourselves.html
@nutilius @surabax @pkw @kentpitman @prahou @SDF @chris @simon_brooke
Lying to Ourselves
netsettlement.blogspot.comscrewlisp
•@prahou @SDF @chris @simon_brooke
@fstateaudio I notice Noise Therapy: Session 58 is out! May I continue to depend on you for emergency show audio underground original synth?
https://diode.zone/w/7jiEDLW1tCTQyYtHiZDnQv
https://mastodon.sdf.org/@fstateaudio/110736138692072581
(including fuguestateaudio's instructions for the building of.)
Fugue State Audio
•https://funkwhale.our-space.xyz/@fstateaudio/
fstateaudio
SpaceProject Funkwhale - Funkwhalescrewlisp
•I felt like you put in a lot of written insights and information about the synth schematics and your music/audio - was more of that new in episode 58, or did I only just notice it?
@nutilius @surabax @pkw @kentpitman @prahou @SDF @chris @simon_brooke
screwlisp
•@prahou
https://anonradio.net:8443/anonradio
#livenow (pretty much)
I'm adding @lispi314 's thread with @rml @strypey on unions
https://mastodon.top/@lispi314/110733650658422737
and @alexshendi 's I think yet unlisted #OldComputerChallenge series of Mastodon toots.
https://rollenspiel.social/@alexshendi/110690280793315700
; also @happy about hydrogen cars
https://mastodon.sdf.org/@happy/110737127227450689
#OCC23 otherwise:
https://occ.deadnet.se
Attached: @prahou 's surrealism is quite realistic, isn't it?
Old Computer Challenge
occ.deadnet.seAlexander Shendi
•As a final action I have managed to get Medley Interlisp up and running on the Sharp Netwalker PC-Z1. I built the X11 variant of the maiko VM.
Nick Briggs
•Congratulations on getting that going - were there any issues in building the maiko VM that I should know about?
Alexander Shendi
•The usual incantation of "./makeright x" mostly worked. I had to change 2 things in the 32bit ARM Makefile:
1. The C compiler from clang to gcc.
2. Add "-std=gnu99" to GCC_CFLAGS (the installed ubuntu & C compiler is rather old, gcc 4.x) to get C99 constructs accepted.
I'd say these are cosmetic changes. Maybe I could have done it w/o touching the Makefile.
Nick Briggs
•Alexander Shendi
•Here's the diff between the two Makefiles:
````
--- bin/makefile-linux.armv7l-x 2023-06-08 07:15:11.000000000 +0200
+++ ../../sources/packages/maiko-maiko-230607-d1f4653b/bin/makefile-linux.armv7l-x 2023-07-19 14:06:33.000000000 +0200
@@ -1,4 +1,5 @@
# Options for Linux, ARMv7 and X-Window
+GCC_CFLAGS=-D__LITTLE_ENDIAN__=1 -fsigned-char -std=gnu99
CC = gcc $(GCC_CFLAGS)
#CC = clang $(CLANG_CFLAGS)
````
Somehow it couldn't figure out the endianess.
screwlisp reshared this.
Alexander Shendi
•BTW: Thank you for your work on Interlisp.
screwlisp
•Nick Briggs
•screwlisp
•