What are some "toy programs" you've created?
-
Little programs or scripts or automations you've created ad-hoc to solve a particular single use case
I have lots of shortcuts i make on my phone and I have one i love that detects when bluetooth accidentally or purposefully disconnects from my speaker and reconnects it and fixes a playback glitch so its back to playing properly
wrote on last edited by [email protected]I made a website to practice reading my wristwatch: https://aadniz.github.io/niwa-practicer/ (works best on PC, and I'm well aware of many issues)
Since depth is important to recognizing the odd and even, quickly mapping them to the number, I made it "fake" 3D, tracing each layer in krita.
There was no deep motivation for this other than refreshing myself a bit of React from University. With my neverending list of project plans, I felt like this one was a good choice for that. Here is the source code: https://github.com/Aadniz/niwa-practicer
-
Little programs or scripts or automations you've created ad-hoc to solve a particular single use case
I have lots of shortcuts i make on my phone and I have one i love that detects when bluetooth accidentally or purposefully disconnects from my speaker and reconnects it and fixes a playback glitch so its back to playing properly
My most used one is a two letter terminal alias (zz for zigzag) that copies all the track information from a specified playlist, or from my “download" playlist if none is provided. It can also read from CSV and text files in order to remove all special characters and repeated words from each name. Then it outputs a formatted version to my clipboard, which I then paste into another program's config file. Then I wait...
-
Why: I case I want to show something unplanned to someone. Freak accident in a game, for example.
Disk: It's only keeping the latest 30 minutes in a buffer. Saving basically means copying that buffer to a different file.Ah, cool.
Sounds kind of like the Nvidia tool for Windows.
Speaking of which, as well as your use case, I found this tool a while ago that looks and does pretty much the same thing: "GPU Screen Recorder", found on flathub via "
com.dec05eba.gpu_screen_recorder
".I hope it comes to use for anyone!
-
Ah, cool.
Sounds kind of like the Nvidia tool for Windows.
Speaking of which, as well as your use case, I found this tool a while ago that looks and does pretty much the same thing: "GPU Screen Recorder", found on flathub via "
com.dec05eba.gpu_screen_recorder
".I hope it comes to use for anyone!
wrote on last edited by [email protected]I based my setup around
Replay MagicReplaySorcery. I'm sure there are other packages too. -
Little programs or scripts or automations you've created ad-hoc to solve a particular single use case
I have lots of shortcuts i make on my phone and I have one i love that detects when bluetooth accidentally or purposefully disconnects from my speaker and reconnects it and fixes a playback glitch so its back to playing properly
I wrote a powershell script to rename and reorder about 1000 comic books based off a reading order I put in a csv file once
-
Hard to say, it's been years since I've done a full inventory and I have books signed by people who have since passed away.
Working on a current inventory now.
Wow this is really cool. Thanks for sharing!
-
I based my setup around
Replay MagicReplaySorcery. I'm sure there are other packages too.Replay Magic
Hmm. Trying to find that. Do you mean ReplaySourcery?
-
Little programs or scripts or automations you've created ad-hoc to solve a particular single use case
I have lots of shortcuts i make on my phone and I have one i love that detects when bluetooth accidentally or purposefully disconnects from my speaker and reconnects it and fixes a playback glitch so its back to playing properly
me and a few friends have a dumb chatbot we've been fiddling with for 15 years. started out on irc, moved platforms multiple times, and i'm currently porting it to matrix. it can do poetry, markov chains, tell you when the weekend starts, pull youtube videos, create email aliases, etc.
-
Little programs or scripts or automations you've created ad-hoc to solve a particular single use case
I have lots of shortcuts i make on my phone and I have one i love that detects when bluetooth accidentally or purposefully disconnects from my speaker and reconnects it and fixes a playback glitch so its back to playing properly
I have a python script that I run on my phone to scrape a few websites and return the current food trucks at my few local breweries with the times they’re there. It makes our once/twice a week dinner selections so much easier than having to manually visit 4 websites. Some sites have been updated, and I haven’t updated my script and I need to.
-
Replay Magic
Hmm. Trying to find that. Do you mean ReplaySourcery?
Derp, yes
-
Little programs or scripts or automations you've created ad-hoc to solve a particular single use case
I have lots of shortcuts i make on my phone and I have one i love that detects when bluetooth accidentally or purposefully disconnects from my speaker and reconnects it and fixes a playback glitch so its back to playing properly
A few years back, I made a python program that searched free-for-commercial-use Google Images and auto-adjusted them to fit Amazon Merch shirts and uploaded them to Amazon. This was, of course, a violation of their terms of service.
-
Little programs or scripts or automations you've created ad-hoc to solve a particular single use case
I have lots of shortcuts i make on my phone and I have one i love that detects when bluetooth accidentally or purposefully disconnects from my speaker and reconnects it and fixes a playback glitch so its back to playing properly
a backup script i keep on my flash drive. when i wanna backup my files i just run the script and it copies the folders i want to back up
-
Little programs or scripts or automations you've created ad-hoc to solve a particular single use case
I have lots of shortcuts i make on my phone and I have one i love that detects when bluetooth accidentally or purposefully disconnects from my speaker and reconnects it and fixes a playback glitch so its back to playing properly
I recently wrote a little library that adds some neat little features to enums in Rust. It's tiny, does one thing, and does it pretty well, I think.
-
Little programs or scripts or automations you've created ad-hoc to solve a particular single use case
I have lots of shortcuts i make on my phone and I have one i love that detects when bluetooth accidentally or purposefully disconnects from my speaker and reconnects it and fixes a playback glitch so its back to playing properly
I use Redshift to change the color temp on my monitors.
I have cron jobs at 1930 to change to night mode, and 0600 to revert back to day mode.
I'm very certain the temp change can be scheduled within Redshift itself, but I'd have to leave the terminal open, figure out the documentation, arguments, etc. Creating the cron jobs was easier for me.
-
i wrote a simple program to wiggle my mouse
you can guess why
it was a rip off from a coworker’s program
I did that too with a basic powershell loop hitting F15 (non existent keyboard key that's not mapped to anything)
-
Little programs or scripts or automations you've created ad-hoc to solve a particular single use case
I have lots of shortcuts i make on my phone and I have one i love that detects when bluetooth accidentally or purposefully disconnects from my speaker and reconnects it and fixes a playback glitch so its back to playing properly
I wrote a knights and knaves puzzle generator. I enjoyed making the program more than actually solving the puzzles though
-
Little programs or scripts or automations you've created ad-hoc to solve a particular single use case
I have lots of shortcuts i make on my phone and I have one i love that detects when bluetooth accidentally or purposefully disconnects from my speaker and reconnects it and fixes a playback glitch so its back to playing properly
Once I wrote a PowerShell script to change all the public affairs officers' job titles to pubic affairs officers on our exchange server. I never ran it, but I could have.
-
Little programs or scripts or automations you've created ad-hoc to solve a particular single use case
I have lots of shortcuts i make on my phone and I have one i love that detects when bluetooth accidentally or purposefully disconnects from my speaker and reconnects it and fixes a playback glitch so its back to playing properly
One or two versions before they included it by default, I wrote a Nemo Action to launch the monitor settings dialog in the right click menu when you right click the desktop.
-
Derp, yes
wrote on last edited by [email protected]I read through the readme and the config file example. Looks pretty neat! I might take a look at that to see if I can use it too.
The last release talks about a future 1.0 release, and "experimental" stuff. But that was 4 years ago.
Is it inactive? 🫤
-
I use Redshift to change the color temp on my monitors.
I have cron jobs at 1930 to change to night mode, and 0600 to revert back to day mode.
I'm very certain the temp change can be scheduled within Redshift itself, but I'd have to leave the terminal open, figure out the documentation, arguments, etc. Creating the cron jobs was easier for me.
You can run scripts without terminal emulator windows.