Post #41069
2025-12-08 08:33 UTC
Replies (6)
-
@MrScottyTay@sh.itjust.works 2025-12-08 08:43
Encryption, login systems and pricing algorithms. Just the small annoying things /s
-
@6nk06@sh.itjust.works 2025-12-08 12:01
I’m curious about that too since you can “create” most small applications with a few lines of Bash, pipes, and all the available tools on Linux.
-
@utopiah@lemmy.world 2025-12-08 15:14
FWIW that’s a good question but IMHO the better question is : What kind of small things have you vibed out that you needed that didn’t actually exist or at least you couldn’t find after a 5min search on open source forges like CodeBerg, Gitblab, Github, etc? Because making something quick that kind of works is nice… but why even do so in the first place if it’s already out there, maybe maintained but at least tested?
-
@CrabAndBroom@lemmy.ml 2025-12-08 16:07
Not OP but I made a little menu thing for launching VMs and a script for grabbing trailers for downloaded movies that reads the name of the folder, finds the trailer and uses yt-dlp to grab it, puts it in the folder and renames it.
-
@MangoCats@feddit.it 2025-12-09 15:54
I have a little display on the back of a Raspberry Pi Zero W - it recoded that display software to refresh 5x faster, and it updated the content source to move from Meteomatics (who just discontinued their free API) to the National Weather Service.
-
@Suffa@lemmy.wtf 2025-12-12 23:15
I made a tool to hook into a sites api and get me data each week. Would’ve taken me a few hours to make the gui and learn the api, took Gemini 10 minutes with me only needing to give it two error outputs.