This is an underrated comment. You could have the best product out there, but AI has not only lowered the effort for competitors but has flooded traditional ways to get your product known, from outbound sales to content marketing. Sometimes make you question whether there are customers anymore.
Why stop at skills though? If you are trying to solve the provisioning problem for agent tools, shouldn't that also include MCP, commands, hooks, rules, etc in addition to skills?
I could be wrong, but I don't think there is anything in the skills spec that prohibits a skill from having binaries? A skill may even choose to embed them to be able to run in sandboxed environments.
Agreed on skills not being static. Of course, with the way the internet works, I don't want them to be too dynamic either :)
If you want to share skills using something that has versioning, automatic updates, and focused on teams vs the internet at large, consider sx - https://github.com/sleuth-io/sx
Right, Jira is great at planning, but requires a lot of gardening to keep it up to date with actuals like when things ship and where. Glue automations like this can be really helpful.
I met and worked with Bob in open source work in the mid 2000's, mostly with what would become Guice. He wrote this framework, again, thanks to his distaste of Spring and we put an early version of it what would become Apache Struts 2. Man, if I ever got cocky in my programming skills, I just needed to read that Guice prototype code and I was quickly humbled. The best part is he was just an awesome guy to be around. Very friendly, accepting, humble, and a ton of fun. I still talk about this guy I know who was married on the bridge of the Star Trek Enterprise 1701 D (at the MGM before it was torn down)...
I tried and liked Mint, but ended up with Red Pocket (MVNO that does Verizon, T-Mobile, and AT&T) when I moved somewhere that needed AT&T. It is pretty handy having one provider but having a choice of network. It also helps they have plans as low as $5/month, which is great for kids and infrequent users.
$2.50/mo is the lowest, but it's eBay exclusive iirc. Gives you something like 200mb of data. (Which coincidentally makes it one of the best deals for a small IoT project sim like a GPS tracker or remote weather station or whatnot)
I used to be on Tello and loved it since the Sprint network had the best performance where I lived. Sadly that went away when they merged with T-Mobile, so I switched to Red Pocket since AT&T is second best here. Great prices and good customer service (the few times I've contacted them).
I'm also on Red Pocket's $2.50/month plan, totally satisfied, and amazed by the quality of the customer service as well considering I'm paying them essentially nothing. Hope it lasts.
$5/month is perfect for expats who need to keep a "real" US mobile number for 2FA that insists on SMS, and who only spend a few weeks a year stateside... looking into it now - thanks so much!
Shotcut has this one cool feature [1] - drop a bunch of pictures into it and it'll create an animated slide show automatically. I've looked for ways to automate that via something like ffmpeg, but haven't found any better options.
I was just about to write that exact same command from my flawless recollection of stitching examples together from that wiki! But you beat me to it.
Honestly, I'd love a podcast called "Quinecast" where each episode consists of hosts talking in detail about the ffmpeg flags that were used to create the podcast.
There is so much value in doing this in a normal application with a UI that lets you see what you're doing. ffmpeg is a fantastic utility if you already know what you need, but it's absolutely terrible for jobs where you need to be able to see and do things between the two states of "having input" and "having final output".
I agree, although it has to be noted that that you can preview most ffmpeg commands using ffplay. The syntax is the same as the ffmpeg command, without the final output filename obviously.
Right, but now we're going "replace this single app with a normal graphical interface for working with visual media with multiple command line utilities including the terminal that you're always going to have to look up the commands flags for" and that's not really selling it =P
Where I found that fell down was wanting to do things like slow zooms and interesting transitions. I'd love something like a Python or bash script to tweak that addressed those.
reply