Such meta, much quote, wow 🀯 Quote posts are coming, for real! View quoted note β†’
Coming soon on your Mastodon server… The long awaited quote posts, with user-control (you can chose if you want to be quoted on a per-post basis, change it later, and retract any quote of your post) Amazing work by the team πŸŽ‰ Expect a blog post with all the details in a few weeks, support in the mobile apps, then we will enable the feature on mastodon.social, then release Mastodon 4.5 #mastodon #quotePosts image
I do not know a lot about #golang, but I heard that some people here do, so… I have a service where I would like users to write simple functions (take some input, return a result) in a script language, stored in the database, that is secure (isolated execution and such) and performant. They need to be able to call arbitrary simple functions (string argument, boolean result) that the software exposes to them, and have basic control flow. What would you use?