RIP Sterrance (my #sourdough starter) who met a tragic end in his glass jar at the hands of gravity and the kitchen floor.
Also, happy birthday to Stella who is going to take a bunch of work to make into another viable starter.
reshared this
@screwlisp @Judy Anderson
I've been looking to migrate more of my workflow into emacs, in this particular case I'm looking to moo via emacs which I believe you both do?
I believe @screwlisp has mentioned using rmoo, but the only repo I found for that hasn't been updated in over a decade. Is there something more recent I'm not aware of?
> had do a little finessing to get it to installed
out of curiosity: what was the problem?
Is it that I didn't make a (M)ELPA package out of it? (nobody just drops things in their ./emacs directory anymore?)
or some other issue?
screwlisp reshared this.
M-x package-install-file, it didn't like that the file didn't end with:;;; mud-mcp.el ends hereI just had to add that and it was all good.
ok, so the answer is indeed
"nobody just drops things in their ./emacs directory anymore"
(really, that's all it's supposed to be.
well okay, that plus
M-x load-library mud-mcp
which is the old-school way of doing things)
(wRog needs to learn MELPA. Film at 11.)
screwlisp reshared this.
@Roger Crew✅❌☑🗸❎✖✓✔ @Judy Anderson @screwlisp It essentially already was a valid ELPA package with the mentioned exception.
I'm currently in the process of adding my own custonizations. I've added a rudimebtary shim that processes lines entered bu the user so that it can support commands that get processed on the client side.
Here's an excerpt:
(require 'mud-mcp)
(defun lambdamoo ()
"Connect to LambdaMOO"
(interactive)
(mud-mcp-connect "LambdaMOO" "lambda.moo.mud.org" 8888)
(setq lambdamoo-send-line comint-input-sender
comint-input-sender #'lambdamoo-process-line))
(defconst lambdamoo-commands
'(("send" . lambdamoo-send)
("test" . lambdamoo-test))
"Command functions")
(defvar lambdamoo-send-line nil
"The function that is called to send a line to the server")
(defun lambdamoo-process-line (proc str)
"Process input sent by the user"
(if (string-prefix-p "/" str)
(lambdamoo-process-command proc str)
(funcall lambdamoo-send-line proc str)))
(defun lambdamoo-process-command (proc str)
"Process a command"
(let* ((words (split-string str))
(command (string-trim-left (car words) "/"))
(found (assoc (downcase command)
lambdamoo-commands
#'string=))
(func (and found (cdr found))))
(if func
(funcall func proc str)
(message "Command '%s' not found." command))))After I wrote all this, I found comments in the file detailing how to add functionality.
Is there a more "proper" way I could've done this?
Shannon Prickett reshared this.
like this
I am dangerously close to unleashing my first #emacs package on the public. It's nothing fancy and still relatively niche, but I deem it potentially useful enough to be worth publishing.
There are a couple small features I want to add and a few things that still need some polish, but it's almost ready for a version 0.1 release.
It's not anything ground breaking or anything. I'm still pretty much an #elisp novice, but I'm proud of it anyway.
More details when it's released.
like this
@Álvaro R. At this point all I need to add is a README and two features (which will mostly reuse code I've already written just in a slightly different way).
Surprisingly enough, the hardest part of the whole project was getting it to display numbers with thousands separators. That code might exist in the bowels of the calc package, but it was easier to just roll my own.
Okay, my first #Emacs package is officially released. It was strongly inspired by @Soroban Exam Website's work, providing practice tools for the #soroban. This is the first Emacs package I've ever released. It's probably not perfect, but I welcome feedback on how it can be improved.
I wonder if there is an overlap of more than say five people who are both soroban and emacs users. 🙃
Anyhow, it can be found at: codeberg.org/jlamothe/soroban
reshared this
vim guy here. happy to see I inspire others...
May be you could post on our forum. Not sure you will get more users, though
@Soroban Exam Website Might as well. I wrote it mainly for myself, partly because I don't own a printer and this makes it easier to practice when working from a computer screen, but also just to see if I could.
Still, if someone else is going to find it useful, that's probably the place I'll find them.
May be you didn't see you that you can generate an interactive HTML output, on the site.
That was designed for people who don't want to print.
Should I make it more visible?
like this
Shannon Prickett reshared this.
Well, everything's mostly set up. Cable management needs some definite work, but at least the layout of my desk is more or less unchanged.
The new arrangement makes more logistical sense, but will require some getting used to. Just about every room in the apartment's been rearranged.
format to use a thousands separator? That'd be nifty, but it doesn't look like there is a way.
Katy's been down a YouTube rabbit hole on $medical_condition lately. Today we watched a yoga video that purported to relieve one of the symptoms. Cool cool, yoga can have benefits. Let's give it a go. Some of the instructions in this video were oddly specific but whatever, that's fine. Then we read the comments and my cult alarm started blaring.
This was a video with millions of views and an untold number of comments. Some of them were downright scary in their praise for this guy* and there wasn't a single remotely negative comment to be found.
Not one. I looked.
Someone is really dedicated to sliencing dissent on this video, and I can't imagine that being anything shy of a full-time job. That is probably one of the most massive red flags there is.
* e.g.: "Who needs western medicine? $youtuber is always the answer."
They told me no spicy foods until tomorrow, but the curry in my fridge is beckoning...
It's not that spicy. Should I?
I probably shouldn't, right?
like this
while the recursive name certainly helps, pizza developers use proprietary ingredients while mac and cheese development is fully free. The source code is in the name!
Although you could argue that Kraft Dinner is proprietary, but that's like a proprietary version of UNIX. People just go to it for nostalgia knowing it's way outdated, and any attempt to replicate it will give a better result.
Jonathan Lamothe likes this.
James Endres Howell
in reply to Jonathan Lamothe • • •Jonathan Lamothe
in reply to James Endres Howell • •I'm a little self-conscious about it as non-trivial is relative, but...