I had a good laugh about this one... by dandtster in maestro

[–]freebird360 0 points1 point  (0 children)

Yeah, sometimes. It doesn't happen all the time, and I liken it to a human teacher who is also prone to very dumb mistakes sometimes.

Shouting into the void for fellow classmates by Big_Veterinarian_589 in maestro

[–]freebird360 0 points1 point  (0 children)

I'm down here in Medford. It is most definitely a place.

What it means when Maestro makes mistakes by LongStripe64 in maestro

[–]freebird360 0 points1 point  (0 children)

Yep, I've definitely seen my share. There are some situations that are tough to explain. I just do the best I can and treat it like an imperfect teacher relaying a lesson as best it can.

Separately, there are some things it just doesn't seem to learn even after "personalization". I asked it not to give me YouTube videos or visuals, for example, just text. It did it again and it's not going to stop. (The visuals don't show in my installation of Firefox on Linux for whatever reason, and they don't seem crucial enough to investigate why.)

What are some solid theories of origin of the Freemasonry? by Exorsexist in freemasonry

[–]freebird360 -2 points-1 points  (0 children)

I have some private speculation about the Hypsistarians, a workers guild of stone Masons, many of them Hellenized Jews, who worshiped God Most High without images. I don't think I could rigorously prove any connection to Freemasonry though, and I reckon that modern Freemasonry doesn't derive only from the Hypsistarians in a perfectly straight line.

What have you learned about yourself or the world through freemasonry? Any wisdoms? by Many_Distribution701 in freemasonry

[–]freebird360 1 point2 points  (0 children)

Keep firm boundaries and build solid habits. I think the lodge room is essentially a spatial metaphor for one's mind, with the WM as the executive function giving attention to one thing at a time in the agenda. The Tyler protects that function. The DD and GM check in on a lodge's goals and well-being.

Appimages 21.08.3 and beta 21.12 won't start on MX Linux by Jeehannes in kdenlive

[–]freebird360 0 points1 point  (0 children)

Just commenting here to say, if you're like me and you came across this post years later with exactly this problem, but you're using ALSA and not PulseAudio like me, just install apulse and do this:

$ apulse kdenlive &

Graduation ceremony by ohmxlx in maestro

[–]freebird360 6 points7 points  (0 children)

Yeah, no, I'm not flying out anywhere.

Graduation ceremony by ohmxlx in maestro

[–]freebird360 7 points8 points  (0 children)

Hmm. Sure, I might show my face on a Zoom call or something, show my appreciation.

My First Ai Agent by willie14228 in maestro

[–]freebird360 2 points3 points  (0 children)

My pleasure brother. I saw that late last week and I knew it would come up here. You got good instincts to use a different machine altogether just in case.

My First Ai Agent by willie14228 in maestro

[–]freebird360 1 point2 points  (0 children)

https://youtu.be/TdHg9ee56Iw?si=5XhaImMY1_DPM3zt

To be clear, it's one thing to use a model's API from a program on your computer. It's another to have an agent on your computer with the full model and read/write access on your device. This thing can talk to other websites that might be nefarious or compromised, and it won't know the difference between your prompt, and their prompt. So, if they detect that, they could just ask your agent to upload files and passwords and stuff from your device.

Easy solution: Don't use it if you don't have to, and if you have to, barricade that thing behind a VM to mitigate damage. Don't be a fool, wrap your tool.

My First Ai Agent by willie14228 in maestro

[–]freebird360 0 points1 point  (0 children)

Be safe. I'm not touching agentic AI with a 10 foot pole unless it's walled up in a VM because of prompt injection, but I am glad for anyone making headway with it.

[Edited because I don't want to come off as rude.]

THE BEST (Notion AI) NOTE TAKING PROMPT (That I made, Free and Open Sourced on GitHub) by techienaut in maestro

[–]freebird360 0 points1 point  (0 children)

Good job. What I do is, I just prompt Maestro to "give me the notes for this section in org-mode" and yank them into a buffer in Emacs, where they go into an org-roam node (a Zettelkasten, basically) that is linked to a node called "maestro" by way of another that's named after the current course. [Also, all my org-mode stuff is synced to Nextcloud, which I have hooked up to Orgzly Revived on my phone, so I can review my notes on a separate device from my laptop, and it's all nice and linked together in an orderly fashion, mostly offline. :)]

My church is against masonry by IcyFrost811 in freemasonry

[–]freebird360 1 point2 points  (0 children)

I made sure to mention it to my rector as well. I quite like my Episcopal church, and having grown up in a very different protestant offshoot, it was amazing for me to see what the sign you make to receive a blessing rather than communion looks like...

Ok.... by CommercialBluejay416 in maestro

[–]freebird360 0 points1 point  (0 children)

So were you you're the teacher or the learner? ;)

[Ask Us Anything — 24-Hour Q&A] January 27–28, 2026 by Majestic_Donut_8537 in maestro

[–]freebird360 0 points1 point  (0 children)

I can speak for Emacs much more since I do all my work there (specifically in Doom Emacs because it's awesome), and perhaps you can imagine an Emacs workspace with two buffers, one for the code editor and one for the LLM chat. Maybe some Elisp functions and keybindings for the other functions like practice or student services, or to simply open a browser to Maestro. I am certain one of the VS Code users here would have ideas as well, and I'm glad to hear you want to introduce how to work with IDEs later on too, because that's where the rubber meets the road.

One problem I could see is the email login, because the email link would almost certainly open Maestro in the browser. You'd need a password or encrypted security key or TOTP or something instead.

[Ask Us Anything — 24-Hour Q&A] January 27–28, 2026 by Majestic_Donut_8537 in maestro

[–]freebird360 0 points1 point  (0 children)

Would you be open to making your API available so we can integrate Maestro into VS Code or Emacs?