home.social

#lambdamoo — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #lambdamoo, aggregated by home.social.

  1. 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

  2. @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.

    #LambdaMOO

  3. 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.

  4. @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?

    #LambdaMOO

  5. 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"

    #LambdaMOO

  6. @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.

    #LambdaMOO

  7. April 1 is on the way. Anyone have any ideas for (easy to implement, or you help do it) hacks for #LambdaMOO ?

  8. 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.

    #LispyGopherClimate #LambdaMOO

  9. 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.

    #LispyGopherClimate #LambdaMOO

  10. 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.

    #LispyGopherClimate #LambdaMOO

  11. 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.

    #LispyGopherClimate #LambdaMOO

  12. 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.

    #LispyGopherClimate #LambdaMOO

  13. 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.)

  14. 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.)

  15. 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.)

  16. 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.)

  17. 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
  18. #LispyGopherClimate #lisp #ai #peertube
    communitymedia.video/w/7KpDL8d

    @kentpitman #haiku

    Resurrected 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!

    @mdhughes @nosrednayduj @sacha

  19. #lispyGopherClimate @kentpitman #live #interview #computerScience #programming #lisp #commonLisp #python with some special announcements and releases.
    #teco #emacs #conditions

    archives.anonradio.net/2025021

    #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

    @nosrednayduj @sacha @hairylarry @pkw @rat @pizzapal

  20. #lispygopherclimate archives.anonradio.net/2025012 #archive
    #ClimateCrisis haiku/wildfires by @kentpitman

    Electric (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

    @nosrednayduj @ratxue @hairylarry

  21. #lispygopherclimate archives.anonradio.net/2025012 #archive
    #ClimateCrisis haiku/wildfires by @kentpitman

    Electric (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

    @nosrednayduj @ratxue @hairylarry

  22. #lispygopherclimate archives.anonradio.net/2025012 #archive
    #ClimateCrisis haiku/wildfires by @kentpitman

    Electric (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

    @nosrednayduj @ratxue @hairylarry

  23. #lispygopherclimate archives.anonradio.net/2025012 #archive
    #ClimateCrisis haiku/wildfires by @kentpitman

    Electric (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

    @nosrednayduj @ratxue @hairylarry

  24. #lispygopherclimate archives.anonradio.net/2025012 #archive
    #ClimateCrisis haiku/wildfires by @kentpitman

    Electric (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

    @nosrednayduj @ratxue @hairylarry

  25. #lispyGopherClimate #live on 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
    #pleaseSendHelp

    My #series #fft exploration (works for n=3 !) (Towards #ELS2025 !)

    #jamuary #music @flockofnazguls vs @[email protected] !

    #unix_surrealism @prahou

  26. #lispyGopherClimate #live on 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
    #pleaseSendHelp

    My #series #fft exploration (works for n=3 !) (Towards #ELS2025 !)

    #jamuary #music @flockofnazguls vs @[email protected] !

    #unix_surrealism @prahou

  27. #lispyGopherClimate #live on 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
    #pleaseSendHelp

    My #series #fft exploration (works for n=3 !) (Towards #ELS2025 !)

    #jamuary #music @flockofnazguls vs @[email protected] !

    #unix_surrealism @prahou

  28. #lispyGopherClimate #live on 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
    #pleaseSendHelp

    My #series #fft exploration (works for n=3 !) (Towards #ELS2025 !)

    #jamuary #music @flockofnazguls vs @[email protected] !

    #unix_surrealism @prahou

  29. @mdhughes -> appdot.net/@mdhughes/113742102 this incredible toot.
    @contrapunctus

    #liveChat will as always be in #lambdaMOO
    telnet lambda.moo.mud.org 8888
    co guest
    @join screwtape

    Lispy Gopher Show on 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?

    codeberg.org/tfw/lispmoo2 <- #lispmoo2

  30. @mdhughes -> appdot.net/@mdhughes/113742102 this incredible toot.
    @contrapunctus

    #liveChat will as always be in #lambdaMOO
    telnet lambda.moo.mud.org 8888
    co guest
    @join screwtape

    Lispy Gopher Show on 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?

    codeberg.org/tfw/lispmoo2 <- #lispmoo2