#lambdamoo — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #lambdamoo, aggregated by home.social.
-
The world of MUDs is incredible ! Tu pouvais jouer avec des inconnus à l'autre bout de la planète en ligne #mud #web1 #telnet #lambdamoo #rpg #tabletoprpg #jdr #roleplay #mmorpg
-
@me If you read *chatter, I plan to put a note about this in the welcome page AFTER April 1 is over.
I'm also planning to write to the bot and tell it about that.
I have secret knowledge and so I found its email address noted in some blog posts as nosing about on other social media adjacent sites.
-
So, somebody has registered an #LLM bot as a player on #LambdaMOO. I've banned it from the areas that I control, but can't ban it from public spaces.
How might I best go about messing with it? So far, I've just been feeding it lies when it asks me questions.
I've also already slipped a sign in its inventory that identifies it as as an LLM to anyone who happens to look at it.
-
@screwlisp @keefmarshall @SrRochardBunson @fstateaudio @DFFSoundSystem
So, if I'm to make a *news post about bonkwave release pool party for April 1, SOMEONE ELSE needs to write it. Like soon?
-
Reminder that you can do your own hacks if you call $local.fool:is_apr_1() to check whether it should be enabled. More in "look #11141"
-
@screwlisp @keefmarshall @SrRochardBunson @fstateaudio @DFFSoundSystem
So what would that look like and what implementation does it need? Maybe nothing, maybe a *news post? The Halloween party was pretty popular, and that was just a news post.
-
April 1 is on the way. Anyone have any ideas for (easy to implement, or you help do it) hacks for #LambdaMOO ?
-
Kent Pitman on Technology, LLMs, AI, the environment, MOOsaico, and LambdaMOO + #lispyGopherClimate
-
Joined the Lispy Gopher Climate crew in Paradise Sushi in LambdaMOO for the first time today (as "radfish") ! I didn't have anything to say but I enjoyed hearing the banter in the restaurant during the show. LambdaMOO (or I guess MOO/MUD in general) is really unique as someone who didn't grow up with text adventures and the like. It's been a great experience so far; thank you @me for the hospitality.
-
Joined the Lispy Gopher Climate crew in Paradise Sushi in LambdaMOO for the first time today (as "radfish") ! I didn't have anything to say but I enjoyed hearing the banter in the restaurant during the show. LambdaMOO (or I guess MOO/MUD in general) is really unique as someone who didn't grow up with text adventures and the like. It's been a great experience so far; thank you @me for the hospitality.
-
Joined the Lispy Gopher Climate crew in Paradise Sushi in LambdaMOO for the first time today (as "radfish") ! I didn't have anything to say but I enjoyed hearing the banter in the restaurant during the show. LambdaMOO (or I guess MOO/MUD in general) is really unique as someone who didn't grow up with text adventures and the like. It's been a great experience so far; thank you @me for the hospitality.
-
Joined the Lispy Gopher Climate crew in Paradise Sushi in LambdaMOO for the first time today (as "radfish") ! I didn't have anything to say but I enjoyed hearing the banter in the restaurant during the show. LambdaMOO (or I guess MOO/MUD in general) is really unique as someone who didn't grow up with text adventures and the like. It's been a great experience so far; thank you @me for the hospitality.
-
Joined the Lispy Gopher Climate crew in Paradise Sushi in LambdaMOO for the first time today (as "radfish") ! I didn't have anything to say but I enjoyed hearing the banter in the restaurant during the show. LambdaMOO (or I guess MOO/MUD in general) is really unique as someone who didn't grow up with text adventures and the like. It's been a great experience so far; thank you @me for the hospitality.
-
I have been grinding on my MUD/MOO client "food", this is where I'm at when I downed tools.
#mud #moo #lambdamoo (cc. @screwlisp @nosrednayduj et al.) -
I have been grinding on my MUD/MOO client "food", this is where I'm at when I downed tools.
#mud #moo #lambdamoo (cc. @screwlisp @nosrednayduj et al.) -
I have been grinding on my MUD/MOO client "food", this is where I'm at when I downed tools.
#mud #moo #lambdamoo (cc. @screwlisp @nosrednayduj et al.) -
I have been grinding on my MUD/MOO client "food", this is where I'm at when I downed tools.
#mud #moo #lambdamoo (cc. @screwlisp @nosrednayduj et al.) -
CW: elisp
God, my tab completion function is a hacky mess:
(defun lambdamoo-tab-complete () "Complete user input using text from the buffer" (interactive) (when (memq (char-before) '(? ?\r ?\n ?\t ?\v)) (user-error "Point must follow non-whitespace character")) (let (replace-start (replace-end (point)) replace-text found-pos found-text) (save-excursion (backward-word) (setq replace-start (point) replace-text (buffer-substring replace-start replace-end)) (when (or (null lambdamoo--search-text) (not (string-prefix-p lambdamoo--search-text replace-text t))) (setq-local lambdamoo--search-text replace-text) (set-marker lambdamoo--found-point (point))) (goto-char lambdamoo--found-point) (unless (setq found-pos (re-search-backward (concat "\\b" (regexp-quote lambdamoo--search-text)) (point-min) t)) (setq-local lambdamoo--found-point (make-marker)) (user-error "No match found")) (set-marker lambdamoo--found-point found-pos) (forward-word) (setq found-text (buffer-substring found-pos (point)))) (delete-region replace-start replace-end) (insert found-text)))
#emacs #lisp #moo #mud #LambdaMOO -
I noticed that @Codeberg has static websites.
#commonLisp #lambdaMOO #softwareIndividuals #emacs
sharpsign priority-requestsp -
#lispyGopherClimate #lisp #programming #technology #podcast https://communitymedia.video/w/hS6d5gnX4Vy6RrKNjr1uwQ
#liveChat as always in #lambdaMOO
telnet lambda.moo.mud.org 8888
co guest
@join screwtape
@kentpitman #climateCrisis #haiku https://climatejustice.social/@kentpitman/114380635231638536My #softwareIndividuals thing, #emacs mode writing, @akater 's cl-el https://framagit.org/akater/cl-el/-/blob/master/el.org , maybe knowledge-based #ai generally. Some notes from the past week. Jostle me towards your personal favourite topics.
#boost
@nosrednayduj @hairylarry @mdhughes -
#LispyGopherClimate #lisp #ai #peertube
https://communitymedia.video/w/7KpDL8dmSMN7zH6TxEgQbbResurrected Sandewall's #softwareIndividuals from 2014.
This episode is dedicated to general purpose interaction in the software individual / #CAISOR paradigm.
Next will be porting the dynamicwindows zetalisp zwei to McCLIM #commonlisp.
@prahou #unix_surrealism next #openbsd release art??
Also @pesco and @dougmerritt on IPE '84
co guest and join in on #lambdaMOO as always!
-
#lispyGopherClimate #archived https://communitymedia.video/videos/watch/41809e84-ea6e-43f9-ba06-5092114391fa #gopher #technology #podcast #lisp
complete archive peertube
#climateCrisis #haiku from @kentpitman thanks as always!
#interview with exceptionally #libre #gopher @someodd gopher://gopher.someodd.zip and #haskell #programmer . They run a lot of libre services as well. As always questions, boosts welcome
Chat in #lambdaMOO as always
telnet lambda.moo.mud.org 8888
co guest
@join screwtape -
@rat @nosrednayduj @kentpitman
https://archives.anonradio.net/202502190000_screwtape.mp3
#interview #lisp #lambdaMOO featuring nosrednA yduJ #harlequin #gensym #symbolics #LOTS #protests sharpsign one hour
thanks everyone!
yduJ adds her favourite MOO object is #6656 Time Display [Department of Numerology]
-
#lispyGopherClimate @kentpitman #live #interview #computerScience #programming #lisp #commonLisp #python with some special announcements and releases.
#teco #emacs #conditionshttps://archives.anonradio.net/202502120000_screwtape.mp3
#archive Thanks for the incredible interview and livechat everyone!
Interview 1 / ?
Please drop questions here beforehand or join us live in #lambdaMOO as always !
telnet lambda.moo.mud.org 8888
co guest
@join screwtape -
#lispyGopherClimate https://archives.anonradio.net/202502050000_screwtape.mp3 #archived at 0UTC Wednesday
(Tuesday evening in Americas various, sleepytime in Europe).@sacha and @shizamura said they like meeting new people, so I visited
#Medium https://medium.com/@screwlisp.#lisp #commonLisp #lispCommunity #scheme
https://medium.com/@kenichisasagawa/the-dream-of-lisp-and-prolog-achieved-3cdc5bb13b3f
https://medium.com/@OwenAudibert/about
https://gwangjinkim.medium.com/common-lisps-do-loop-4e198ab74717also the weird lisp campfire stories written
#chat in #lambdaMOO as always
telnet lambda.moo.mud.org 8888
co guest
@join screwtape
"talks
:emotes -
#lispyGopherClimate https://archives.anonradio.net/202502050000_screwtape.mp3 #archived at 0UTC Wednesday
(Tuesday evening in Americas various, sleepytime in Europe).@sacha and @shizamura said they like meeting new people, so I visited
#Medium https://medium.com/@screwlisp.#lisp #commonLisp #lispCommunity #scheme
https://medium.com/@kenichisasagawa/the-dream-of-lisp-and-prolog-achieved-3cdc5bb13b3f
https://medium.com/@OwenAudibert/about
https://gwangjinkim.medium.com/common-lisps-do-loop-4e198ab74717also the weird lisp campfire stories written
#chat in #lambdaMOO as always
telnet lambda.moo.mud.org 8888
co guest
@join screwtape
"talks
:emotes -
#lispyGopherClimate https://archives.anonradio.net/202502050000_screwtape.mp3 #archived at 0UTC Wednesday
(Tuesday evening in Americas various, sleepytime in Europe).@sacha and @shizamura said they like meeting new people, so I visited
#Medium https://medium.com/@screwlisp.#lisp #commonLisp #lispCommunity #scheme
https://medium.com/@kenichisasagawa/the-dream-of-lisp-and-prolog-achieved-3cdc5bb13b3f
https://medium.com/@OwenAudibert/about
https://gwangjinkim.medium.com/common-lisps-do-loop-4e198ab74717also the weird lisp campfire stories written
#chat in #lambdaMOO as always
telnet lambda.moo.mud.org 8888
co guest
@join screwtape
"talks
:emotes -
#lispyGopherClimate https://archives.anonradio.net/202502050000_screwtape.mp3 #archived at 0UTC Wednesday
(Tuesday evening in Americas various, sleepytime in Europe).@sacha and @shizamura said they like meeting new people, so I visited
#Medium https://medium.com/@screwlisp.#lisp #commonLisp #lispCommunity #scheme
https://medium.com/@kenichisasagawa/the-dream-of-lisp-and-prolog-achieved-3cdc5bb13b3f
https://medium.com/@OwenAudibert/about
https://gwangjinkim.medium.com/common-lisps-do-loop-4e198ab74717also the weird lisp campfire stories written
#chat in #lambdaMOO as always
telnet lambda.moo.mud.org 8888
co guest
@join screwtape
"talks
:emotes -
#lispyGopherClimate https://archives.anonradio.net/202502050000_screwtape.mp3 #archived at 0UTC Wednesday
(Tuesday evening in Americas various, sleepytime in Europe).@sacha and @shizamura said they like meeting new people, so I visited
#Medium https://medium.com/@screwlisp.#lisp #commonLisp #lispCommunity #scheme
https://medium.com/@kenichisasagawa/the-dream-of-lisp-and-prolog-achieved-3cdc5bb13b3f
https://medium.com/@OwenAudibert/about
https://gwangjinkim.medium.com/common-lisps-do-loop-4e198ab74717also the weird lisp campfire stories written
#chat in #lambdaMOO as always
telnet lambda.moo.mud.org 8888
co guest
@join screwtape
"talks
:emotes -
#lispygopherclimate https://archives.anonradio.net/202501220000_screwtape.mp3 #archive
#ClimateCrisis haiku/wildfires by @kentpitmanElectric (guitar) #music by @ksaj, community message from @TheGibson
Arrokoth #McClim Graphical adventure Game creation system #lisp
by five decade #gamedev veteran @mdhughes
#NUD #codegolf / adopting Arrokoth
@baruchel #lisp destructive permutation#mastobook club - Snow crash
#livechat in #lambdaMOO
telnet lambda.moo.mud.org 8888
co guest
@join screwtape -
#lispygopherclimate https://archives.anonradio.net/202501220000_screwtape.mp3 #archive
#ClimateCrisis haiku/wildfires by @kentpitmanElectric (guitar) #music by @ksaj, community message from @TheGibson
Arrokoth #McClim Graphical adventure Game creation system #lisp
by five decade #gamedev veteran @mdhughes
#NUD #codegolf / adopting Arrokoth
@baruchel #lisp destructive permutation#mastobook club - Snow crash
#livechat in #lambdaMOO
telnet lambda.moo.mud.org 8888
co guest
@join screwtape -
#lispygopherclimate https://archives.anonradio.net/202501220000_screwtape.mp3 #archive
#ClimateCrisis haiku/wildfires by @kentpitmanElectric (guitar) #music by @ksaj, community message from @TheGibson
Arrokoth #McClim Graphical adventure Game creation system #lisp
by five decade #gamedev veteran @mdhughes
#NUD #codegolf / adopting Arrokoth
@baruchel #lisp destructive permutation#mastobook club - Snow crash
#livechat in #lambdaMOO
telnet lambda.moo.mud.org 8888
co guest
@join screwtape -
#lispygopherclimate https://archives.anonradio.net/202501220000_screwtape.mp3 #archive
#ClimateCrisis haiku/wildfires by @kentpitmanElectric (guitar) #music by @ksaj, community message from @TheGibson
Arrokoth #McClim Graphical adventure Game creation system #lisp
by five decade #gamedev veteran @mdhughes
#NUD #codegolf / adopting Arrokoth
@baruchel #lisp destructive permutation#mastobook club - Snow crash
#livechat in #lambdaMOO
telnet lambda.moo.mud.org 8888
co guest
@join screwtape -
#lispygopherclimate https://archives.anonradio.net/202501220000_screwtape.mp3 #archive
#ClimateCrisis haiku/wildfires by @kentpitmanElectric (guitar) #music by @ksaj, community message from @TheGibson
Arrokoth #McClim Graphical adventure Game creation system #lisp
by five decade #gamedev veteran @mdhughes
#NUD #codegolf / adopting Arrokoth
@baruchel #lisp destructive permutation#mastobook club - Snow crash
#livechat in #lambdaMOO
telnet lambda.moo.mud.org 8888
co guest
@join screwtape -
#lispyGopherClimate #podcast #archive https://archives.anonradio.net/202501150000_screwtape.mp3 0UTC Wed
#interview ing @shizamura author of the popular #scifi https://sarilho.net/en/ #comic#climateCrisis #haiku by @kentpitman
#liveChat in #lambdaMOO as always
telnet lambda.moo.mud.org 8888
co guest
@join screwtape#Questions for @shizamura please!
#lisp, #fortran, #grammars, oh my.
#Murderbots #bookstodon @nosrednayduj @dougmerritt @ratxue @mdhughes I finally read 90% of it (no spoilers please)
-
#lispyGopherClimate #podcast #archive https://archives.anonradio.net/202501150000_screwtape.mp3 0UTC Wed
#interview ing @shizamura author of the popular #scifi https://sarilho.net/en/ #comic#climateCrisis #haiku by @kentpitman
#liveChat in #lambdaMOO as always
telnet lambda.moo.mud.org 8888
co guest
@join screwtape#Questions for @shizamura please!
#lisp, #fortran, #grammars, oh my.
#Murderbots #bookstodon @nosrednayduj @dougmerritt @ratxue @mdhughes I finally read 90% of it (no spoilers please)
-
#lispyGopherClimate #podcast #archive https://archives.anonradio.net/202501150000_screwtape.mp3 0UTC Wed
#interview ing @shizamura author of the popular #scifi https://sarilho.net/en/ #comic#climateCrisis #haiku by @kentpitman
#liveChat in #lambdaMOO as always
telnet lambda.moo.mud.org 8888
co guest
@join screwtape#Questions for @shizamura please!
#lisp, #fortran, #grammars, oh my.
#Murderbots #bookstodon @nosrednayduj @dougmerritt @ratxue @mdhughes I finally read 90% of it (no spoilers please)
-
#lispyGopherClimate #podcast #archive https://archives.anonradio.net/202501150000_screwtape.mp3 0UTC Wed
#interview ing @shizamura author of the popular #scifi https://sarilho.net/en/ #comic#climateCrisis #haiku by @kentpitman
#liveChat in #lambdaMOO as always
telnet lambda.moo.mud.org 8888
co guest
@join screwtape#Questions for @shizamura please!
#lisp, #fortran, #grammars, oh my.
#Murderbots #bookstodon @nosrednayduj @dougmerritt @ratxue @mdhughes I finally read 90% of it (no spoilers please)
-
#lispyGopherClimate #podcast #archive https://archives.anonradio.net/202501150000_screwtape.mp3 0UTC Wed
#interview ing @shizamura author of the popular #scifi https://sarilho.net/en/ #comic#climateCrisis #haiku by @kentpitman
#liveChat in #lambdaMOO as always
telnet lambda.moo.mud.org 8888
co guest
@join screwtape#Questions for @shizamura please!
#lisp, #fortran, #grammars, oh my.
#Murderbots #bookstodon @nosrednayduj @dougmerritt @ratxue @mdhughes I finally read 90% of it (no spoilers please)
-
#lispyGopherClimate #live on https://anonradio.net:8443/anonradio 0UTC #now (ish!)
#climateCrisis #haiku by @kentpitman !Join the #party live in #lambdaMOO as always!
#lisp
The #html is better than #python wired.com article everyone's sharing didn't go far enough!#dsp
I promised @shinmera that she could detect speech chirps using convolution
#pleaseSendHelpMy #series #fft exploration (works for n=3 !) (Towards #ELS2025 !)
-
#lispyGopherClimate #live on https://anonradio.net:8443/anonradio 0UTC #now (ish!)
#climateCrisis #haiku by @kentpitman !Join the #party live in #lambdaMOO as always!
#lisp
The #html is better than #python wired.com article everyone's sharing didn't go far enough!#dsp
I promised @shinmera that she could detect speech chirps using convolution
#pleaseSendHelpMy #series #fft exploration (works for n=3 !) (Towards #ELS2025 !)
-
#lispyGopherClimate #live on https://anonradio.net:8443/anonradio 0UTC #now (ish!)
#climateCrisis #haiku by @kentpitman !Join the #party live in #lambdaMOO as always!
#lisp
The #html is better than #python wired.com article everyone's sharing didn't go far enough!#dsp
I promised @shinmera that she could detect speech chirps using convolution
#pleaseSendHelpMy #series #fft exploration (works for n=3 !) (Towards #ELS2025 !)
-
#lispyGopherClimate #live on https://anonradio.net:8443/anonradio 0UTC #now (ish!)
#climateCrisis #haiku by @kentpitman !Join the #party live in #lambdaMOO as always!
#lisp
The #html is better than #python wired.com article everyone's sharing didn't go far enough!#dsp
I promised @shinmera that she could detect speech chirps using convolution
#pleaseSendHelpMy #series #fft exploration (works for n=3 !) (Towards #ELS2025 !)
-
#lispyGopherClimate #newYears #podcast #live #liveNow #music, 000UTC Wed https://archives.anonradio.net/202501010000_screwtape.mp3 (#NewYearsEve in the Americas) on @SDF #archived thanks everyone for the great year and I'm looking forward to 2025!
#climate #tanka #haiku #senryu of the year by @kentpitman . My own forecast for changes in 2025.
#lisp :
@mdhughes #mcclim #game https://gitlab.com/mdhughes/mcclim-console ?
Maybe game controls from https://codeberg.org/contrapunctus/interact @ContrapunctusJoin #live in #lambdaMOO as always!
-
@mdhughes -> https://appdot.net/@mdhughes/113742102799742371 this incredible toot.
@contrapunctus#liveChat will as always be in #lambdaMOO
telnet lambda.moo.mud.org 8888
co guest
@join screwtapeLispy Gopher Show on https://anonradio.net #lisp #climate the #gopher (as accessed from lambdaMOO, intermittently).
000UTC Wednesday of the new year! (New Year's Eve in the americas)
Drop by, drink tea (or sake) in paradise sushi, hang out. Anyone really want to be a voice-guest?
-
@mdhughes -> https://appdot.net/@mdhughes/113742102799742371 this incredible toot.
@contrapunctus#liveChat will as always be in #lambdaMOO
telnet lambda.moo.mud.org 8888
co guest
@join screwtapeLispy Gopher Show on https://anonradio.net #lisp #climate the #gopher (as accessed from lambdaMOO, intermittently).
000UTC Wednesday of the new year! (New Year's Eve in the americas)
Drop by, drink tea (or sake) in paradise sushi, hang out. Anyone really want to be a voice-guest?