What have you programmed to automate your life/workflow?

...

Other urls found in this thread:

sparkfun.com/products/13247
github.com/nutritiousreject/pornDeleter
pastebin.com/LLAGZbzW
github.com/wting/autojump
twitter.com/SFWRedditGifs

Im building a neural net to analyze pepes and soon will create new pepes, better pepes.

I made an app that reminds me to do a certain thing which I always forget. The "special" thing about it is, that it adapts to my fucked up sleeping schedule. Because my sleeping schedule changes everyday, I can't just put a reminder in my phone at a fixed time, so I had to come up with this app that notices when I go to sleep and when I wake up and notifies me to do that certain thing accordingly.

What thing?

To shave a certain area of my body due to health reasons. (not gay)

and so that I will remember to suck my boyfriends dick once a day like I promised. (not gay)

How does the app know when you go to sleep?

It detects when I go to bed based on the bed movements. It also constantly listens and since I always snore when sleeping, that's also how it knows I am sleeping right now.
So basically, bed movements + snoring sounds + it knows when I go to bed approximately when it notices I woke up.

Alarm system that notifies me on the phone if someone enters my home without anyone with wi-fi privileges being home

How does it know someone entered?

not him but I use sparkfun.com/products/13247 on doors and windows


▲ 󠇦▲
RTS micro-managing scripts

Just a motion sensor on the top of the door frame pointing down but what
said is a better idea

>playing games
>manchild

>have meaning in the past

Mine doesn't work if someone smashes a window though, I might add a PIR sensor to them too

What is that supposed to mean?

also my PIR sensor is a 5v one, suitable for the pi I'm using

Hentai Organizer.

A program for creating regular backups of my source codes.
One to parse my bank account and display it on a graph.
I work with CT data, and i have 4 different programs to filter out artifacts.
A program to automatically create work reports with an easy interface.
One to just sort and put images in word files since word cannot be trusted with drag and drop operations.
Also i have like 5-7 (maybe outdated and not working) scripts to scrape porn sites.

>scripts to scrape porn sites
What are you scraping exactly and do you mind sharing the scripts? Asking for a friend.

>What are you scraping exactly
porn
dont have access to that computer now so i cant get it for you

Important things, like an automatic ((())) wrapper: (((goldstein)))

Working right now on a tag based traversal through the filesystem, from the terminal. I hate writing cd so much, just to go to the desired directory.
Something like: $ goto haskell_learning
And it just cds to some obscure directory that I might've forgotten about.

A python script with Tkinter GUI to automatically scrape posts from websites and lets me choose which ones to repost on my personal wordpress blog when I'm not writing original content. It also lets me edit the article before posting it via the GUI if I want. Saves a lot of time spent copying and pasting.

Every morning, we build our entire webapp for testing. It used to be that we needed to create a webpage for testers to report their findings and send out an email linking them to the webpage. I was surprised that we were doing this shit by hand so I automated it with a bash script.

Wrote a script that uses rsync to incrementally backup a server, then store the backups on seperate NASs (one for each day of the week) and then also copy that to my server in the cyberbunker.

Also currently tinkering with Huginn. It's like an ifttt but self-hosted and you can of course easily control process flow. Will be using it to sync two seperate web-apps and their "customer" data.

Nice. I like this idea.

what area?

Wow, Huginn seems pretty cool, thanks for sharing.

a script that takes unwanted spam emails and spams them into reddit/reddit irc channels via various bots.

nothing too famcy, but I run a lot of scripts that constanty check chaturbate streams and downloads them live
really useful for those models who come on randomly once a month for 2 hours at 3 am

kek. The reddit hate is real

My ass. ;_;
I'm a bit hairy down there so it leads to a thing called Sinus Pilonidalis.

You have a miserable life

Lets see your scripts you fucking faggot.

Do like Father Ted. You have a "fluffy bottom"

what I do is I store paths as bash variables.
This way, I can cd $haskell_learning, allowing me to autocomplete haskell_learning, but also cd $haskell_learning/sub_dir.
If your keyboard is not really set up for writing $ easily, change it in xmodmap.
If you want to make it even easier, you could make an alias for inserting / deleting / replacing paths.
something like:
new_dir (){
echo "$1=$(pwd)">> ~/.bashrc
. ~/.bashrc
}

I got a google home and I'm about to start hooking up a bunch of stuff to the voice commands once I get some parts in for my raspi.

Currently planning: IR emitter on raspi to control television, and control some wifi power outlets to turn off sets of lights ("""smart bulbs""" are expensive).

2nd one will be hard because it uses some hacky UDP packet to control it. made by chinese people.

script that moves all the temporary files on my desktop into folders based on type, so I can more easily sort through them and find what I want to keep

why not a regular alarm system interfaced to a notification system?
Reinventing the wheel when it comes to security usually leads to worse security.

Or are you just doing it for fun?

1. DIY is fun
2. It's cheaper

some automatic bash script to backup my code to github, in case i forget to do it after work.
and another to plot my gps movement and give me some analysis and combine it with date from smart band

I wrote a post scraper to scan for threads i might be interested in.

Holy shit I have been looking for something like this. I also gave an always changing sleep schedule. Stuff like "work out" or "read a programming book for 30 minutes" as reminders right after waking up would be great.

Is it cheaper though?
I mean, if you take a Pi and a couple of PIR, reed and contact sensors, wire it all together, you end up spending a lot of money anyway.
A professional alarm system is usually about $150.
Building it yourself can easily run up to $100, and this way, you does not get discounts in your insurance.

But it might be more fun to do it this way.

Wrote a perl scraper to check sadpanda every morning to automatically download any new doujins with objectively the best fetishes.

I don't even fap anymore, it's just nice to have a collection.

It's pretty easy, I use wget to get the html file, then python to find the mp4 and download with wget again.

As for boorus, you need to get recursive but it's not rocket science.

That pic. It's so, so... so ..... American.

Sorry man, I would give it to you but it's not in English and it's optimized for my phone so it probably wouldn't even work on yours.

Programmed Ti-84 calculators to do simple things like factoring and implement the rational zeroes theorem.

Impresses normies.

Link to github?

It's cheaper if you already have the pi and just repurpose it, that's what I did. Also, a pi zero could do the job and it's just $5. It would cost you $30 total, including the IP cam!

I learned enough C++ to produce a console executable that tells you to fuck off regardless of input. Am I employable yet?

Generative Adversarial Pepes?

I fix phones and computers for people a lot, so I wrote a script that pulls images with exif data on them. Saves me a lot of time from copying them off girl's phones manually.

I've built and programmed a PWM fan controller that I use in my desktop. I couldn't get automated and customizable fan control that takes both GPU and CPU temperature into account, so I decided to make my own. It connects via USB so it should be compatible forever.

Github an English port.
Some of the best minds are on this board

>Best minds
>Still trapped in this hell hole
That's a good one.

Alright, I'll do it for you, user. Next time I have time for it to translate everything. Although I doubt anyone has use for it because it is very specific and catered to my needs.

I hope this guy automated a conveyor belt to move his fat ass into an incinerator when he dies of a fucking massive coronary.

Purpose of one of first programs I wrote was to send ctrl+esc keypress when cursor hovered start menu button. Because I was lazy to press mouse button.

You are a true Sup Forumsentooman

github.com/nutritiousreject/pornDeleter

a bash script that removes the porn from my internet history

>Paying $60 a month to the ((alarm companies)) when I can do it myself

-Program to define "tags" for images which would create a symlink for that file per tag. Each tag represented a folder name and if the folder didn't exist for that tag, a new one would be made.
-A shitty script which runs every time a commit is made through git which appends all commit messages from 00:01 to 24:00 and inserts it into the appropriate row in an excel spreadsheet which is used to track hours for my job instead of wasting time writing a summary of whatever I did for the day.
-sankakucomplex and gelbooru scraper

Regular backups of source code? Are you a fucking nigger what the fuck. Use git Jesus fucking christ you retard.

It's easy as shit. Either use github if you're retarded or setup a digital ocean box with gitolite

Renamer for files to 1.jpg, 2.jpg etc, so they don't have Sup Forums or random filenames

Porn downloader for a tag from r34.paheal

Music file renamer based on ID3 tags, music is always named stupidly when you torrent it.

>Renamer for files to 1.jpg, 2.jpg etc, so they don't have Sup Forums or random filenames
pls gibe

Lol, I wrote each of these as well, except the downloader was for a booru.

literally any software can do it and mine is written in haskell so it's a pain to install if you don't run it already but ok

pastebin.com/LLAGZbzW

You can probably do it in like 2 lines with bash

Already exists: github.com/wting/autojump

I dunno what the fuck my code is even doing here it looks retarded, I should probably fix it kek

In my shitey tech support job I use abbreviations in autokey (we use linux, prociding support for retards running linux systems forced upon them) for most of the ticketing wank.

you are a smart grown intellectual man, you should be able to figure it out ;)

Fuck me. There is no point in doing anything these days, everything has already been done. Though I'd gladly extend this project with the possibility to name your own tags for the existing directories.