#DevDiscuss Archive


Tuesday October 2, 2018
9:00 PM EDT

  • ThePracticalDev Oct 2 @ 9:06 PM EDT
    Time for #DevDiscuss! Tonight's topic is Personal Automation! - When do you choose to automate a task? - Do you have a type of task you like to automate? - What's difficult about automating tasks?
  • dsampaolo Oct 2 @ 9:07 PM EDT
    #DevDiscuss I automate every task when I start to feel upset when I know I must do it. The only hard part is telling what is fully automatable and what will need a brain to work.
  • KPath001 Oct 2 @ 9:09 PM EDT
    1) I "try" my best to DRY 2) Currently using Tasker app to automate alot of workflows on my android device 3) Depending on the task the steps and configurations required to make it effortless lol Alot of time commitment just to automate something #devdiscuss
    In reply to @ThePracticalDev
  • philibertdugas Oct 2 @ 9:09 PM EDT
    I automate a task when I have to do it many times a day. Small things such as bash aliases for git or trimming empty whitespaces when exiting vim saves a lot of time #DevDiscuss
    • ThePracticalDev Oct 2 @ 9:06 PM EDT
      Time for #DevDiscuss! Tonight's topic is Personal Automation! - When do you choose to automate a task? - Do you have a type of task you like to automate? - What's difficult about automating tasks?
  • seacreature Oct 2 @ 9:10 PM EDT
    Before attempting automation, I take lots of notes in a journal and see what (if anything) about it is *consistently repetitive* Sometimes it is possible to simplify a workflow by eliminating unnecessary steps or introducing a checklist, without writing any code. #devdiscuss
    In reply to @ThePracticalDev
  • kellyjandrews Oct 2 @ 9:11 PM EDT
    I choose to automate as much as I possibly can. If it's something that I spend doing for a few minutes every couple days, I can spend an hour and automate it. The biggest difficulty you run into is complexity and variants. #devdiscuss
    • ThePracticalDev Oct 2 @ 9:06 PM EDT
      Time for #DevDiscuss! Tonight's topic is Personal Automation! - When do you choose to automate a task? - Do you have a type of task you like to automate? - What's difficult about automating tasks?
  • bendhalpern Oct 2 @ 9:11 PM EDT
    I don't have great habits around automating my day-to-day dev tasks. I let muscle memory do too much work. But when tasked with non-development work on my computer I really work eliminate the tedium. No idea how non-developers do it! #DevDiscuss
    • ThePracticalDev Oct 2 @ 9:06 PM EDT
      Time for #DevDiscuss! Tonight's topic is Personal Automation! - When do you choose to automate a task? - Do you have a type of task you like to automate? - What's difficult about automating tasks?
  • littlekope0903 Oct 2 @ 9:11 PM EDT
    I don't always use personal automation TBH, but I've found that even in my non technical life there is a lot of things to automate and make my life easier, like scheduled tweets and email marketing #DevDiscuss
    • ThePracticalDev Oct 2 @ 9:06 PM EDT
      Time for #DevDiscuss! Tonight's topic is Personal Automation! - When do you choose to automate a task? - Do you have a type of task you like to automate? - What's difficult about automating tasks?
  • kylegalbraith Oct 2 @ 9:11 PM EDT
    If I have to do something 3 times or more and I know its not a one-time thing. I automate it. Manual, redundant, non-value adding tasks I tend to automate the most. The trick is finding the balance between taking the time to automate versus wasting to much time. #DevDiscuss
  • ASpittel Oct 2 @ 9:12 PM EDT
    I used to automate a ton of work stuff when I was writing code full time (and doing data analysis work before that). I think that's actually what I like about teaching and blogging -- you can't really automate it away because it's always a different challenge. #DevDiscuss
    • ThePracticalDev Oct 2 @ 9:06 PM EDT
      Time for #DevDiscuss! Tonight's topic is Personal Automation! - When do you choose to automate a task? - Do you have a type of task you like to automate? - What's difficult about automating tasks?
  • kylegalbraith Oct 2 @ 9:12 PM EDT
    The tricky part is finding the time to automate the more complex tasks that are going to significantly make your life easier. #DevDiscuss
  • GaryAsh1969 Oct 2 @ 9:12 PM EDT
    #DevDiscuss The forth time I perform a task I write a script to do those tasks. I make myself do tasks a few times to make sure scripting is really justified
  • littlekope0903 Oct 2 @ 9:13 PM EDT
    I think you can also automate value adding tasks too! #DevDiscuss
    • kylegalbraith Oct 2 @ 9:11 PM EDT
      If I have to do something 3 times or more and I know its not a one-time thing. I automate it. Manual, redundant, non-value adding tasks I tend to automate the most. The trick is finding the balance between taking the time to automate versus wasting to much time. #DevDiscuss
  • littlekope0903 Oct 2 @ 9:13 PM EDT
    #DevDiscuss re: personal automation, what are y'all automating. I'm curious to see how you interpret that word. I feel like things like code compilers are automation, but are they? /shrugs
  • shannon_crabill Oct 2 @ 9:14 PM EDT
    I'm not great about automating things #devdiscuss
  • seacreature Oct 2 @ 9:14 PM EDT
    I am a big fan of autonomation (i.e. human in the loop automation) so rather than trying to fully automate a task up front I tend to build small tools that help me do individual parts of a task faster and with fewer errors and then let my workflow gradually evolve. #devdiscuss
    In reply to @ThePracticalDev
  • kylegalbraith Oct 2 @ 9:14 PM EDT
    Totally agree. But automating the mundane things first can clear your plate to focus on those. #DevDiscuss
    In reply to @littlekope0903
  • bendhalpern Oct 2 @ 9:15 PM EDT
    "A few years ago I fell in love with If This Then That (IFTTT)." Great post on tonight's #DevDiscuss topic "Every developer should write a personal automation API" by Matthew Watkins #DEVcommunity https://t.co/FMV1Pf3kDr
  • littlekope0903 Oct 2 @ 9:15 PM EDT
    Yeah, for me I think of it as automate the report, then use your noggin' (sp?) to analyze the findings! #DevDiscuss
    In reply to @kylegalbraith
  • kylegalbraith Oct 2 @ 9:15 PM EDT
    Build processes, testing, infrastructure provisioning, and mundane tasks are probably my top 4. #DevDiscuss
    In reply to @littlekope0903
  • IgnoreIntuition Oct 2 @ 9:15 PM EDT
    A few things I consider when automating: - shouldnโ€™t take you longer to automate the task than it will take to run it manually over the tasks lifetime. - (if complex) reusable through configuration - system agnostic (I.e. shareable across a team) #Devdiscuss
    • ThePracticalDev Oct 2 @ 9:06 PM EDT
      Time for #DevDiscuss! Tonight's topic is Personal Automation! - When do you choose to automate a task? - Do you have a type of task you like to automate? - What's difficult about automating tasks?
  • jmdembe Oct 2 @ 9:17 PM EDT
    I donโ€™t automate any personal tasks, so I will just look to you all for inspiration #DevDiscuss
  • kylegalbraith Oct 2 @ 9:19 PM EDT
    Speaking of automation.... #DevDiscuss
    • _spell Oct 2 @ 9:17 PM EDT
      'noggin' is spelt correctly! Who needs Google when you have me?
      In reply to @littlekope0903, @kylegalbraith
  • ASpittel Oct 2 @ 9:19 PM EDT
    Some helpful things I've automated: * A script that creates random groups of students * A productivity journal that populates via cron job * I'm super reliant on bash aliases and text editor tools * I have really great deploy processes set up for my apps #DevDiscuss
    • ThePracticalDev Oct 2 @ 9:06 PM EDT
      Time for #DevDiscuss! Tonight's topic is Personal Automation! - When do you choose to automate a task? - Do you have a type of task you like to automate? - What's difficult about automating tasks?
  • kvlly Oct 2 @ 9:19 PM EDT
    If there's a repetitive task frequently on my plate that I don't enjoy doing, I try to find a way automate it. If I can't automate it, I try to find someone else to do it for me. ๐Ÿ’ƒ #DevDiscuss
    • ThePracticalDev Oct 2 @ 9:06 PM EDT
      Time for #DevDiscuss! Tonight's topic is Personal Automation! - When do you choose to automate a task? - Do you have a type of task you like to automate? - What's difficult about automating tasks?
  • unikornintech Oct 2 @ 9:19 PM EDT
    I feel like my life needs automation but to be honest I don't where to start. Anyone care to send links on how I how to start?! #DevDiscuss
    In reply to @ThePracticalDev
  • philnash Oct 2 @ 9:19 PM EDT
    Personal automation? I can do it for development tasks, but I haven't considered personal tasks! What sort of things are you all automating? #DevDiscuss
    In reply to @ThePracticalDev
  • IgnoreIntuition Oct 2 @ 9:19 PM EDT
    The nice thing about automating those small tasks is that the minimal effort makes it worthwhile even if it is just to solve minor annoyances. Keeping those small tweaks synced between home and work computers can lead to huge frustration. #Devdiscuss
    In reply to @philibertdugas
  • kylegalbraith Oct 2 @ 9:20 PM EDT
    Nondev related, I once wrote a quick script to continuously monitor IKEA inventory so that I could get a specific color of a chair that was going out of stock. #DevDiscuss
  • littlekope0903 Oct 2 @ 9:20 PM EDT
    I automate reminders to floss my teeth. I'm not actually joking #DevDiscuss
    • unikornintech Oct 2 @ 9:19 PM EDT
      I feel like my life needs automation but to be honest I don't where to start. Anyone care to send links on how I how to start?! #DevDiscuss
      In reply to @ThePracticalDev
  • appeltel Oct 2 @ 9:20 PM EDT
    The fundamental question of automating a task: Would you rather spend at least 3 more days a year fighting robots, or just continue to perform the task? #DevDiscuss
  • ASpittel Oct 2 @ 9:21 PM EDT
    Ohh reminders are a big one -- I used to have an auto-populating todo list every day, but then it got too big and so I stopped #DevDiscuss
    In reply to @littlekope0903
  • KPath001 Oct 2 @ 9:21 PM EDT
    I like the second one listed!!! Do you have a post about it? Any code I can reference? #devdiscuss
    In reply to @ASpittel
  • littlekope0903 Oct 2 @ 9:21 PM EDT
    I'm building a blog and because I have a day job, I can't be tweeting during the day. I use @WeLoveTweetdeck to schedule a few tweets related to my topics. If work is super busy, at least I tweeted a few times during the day. #DevDiscuss
    In reply to @philnash, @ThePracticalDev, @WeLoveTweetdeck
  • kellyjandrews Oct 2 @ 9:22 PM EDT
    The best thing I've automated is my computer setup script. I can set up or refresh a machine in about ten minutes, restoring everything from configs to creating new ssh keys. It's been a great thing. #devdiscuss
    • ThePracticalDev Oct 2 @ 9:06 PM EDT
      Time for #DevDiscuss! Tonight's topic is Personal Automation! - When do you choose to automate a task? - Do you have a type of task you like to automate? - What's difficult about automating tasks?
  • philnash Oct 2 @ 9:22 PM EDT
    Love that. I've heard of people doing similar for gig tickets that sell out quick, IKEA is something special though! #DevDiscuss
    In reply to @kylegalbraith
  • littlekope0903 Oct 2 @ 9:23 PM EDT
    I would argue that is 100% dev related. Non devs wouldn't be doing that lol! #DevDiscuss
    In reply to @kylegalbraith
  • IgnoreIntuition Oct 2 @ 9:23 PM EDT
    TFW you are watching someone perform an easily automated task manually over and over. #DevDiscuss
    In reply to @bendhalpern
  • ASpittel Oct 2 @ 9:23 PM EDT
    That is so nice! How long did it take you to build? Right now I just have my dotfiles up and then install other stuff as needed. #DevDiscuss
    In reply to @kellyjandrews
  • exakoustos Oct 2 @ 9:24 PM EDT
    Not all automation needs to be repeatable. Today I converted a markdown table to github issues using regex massage and rake. #DevDiscuss
  • kylegalbraith Oct 2 @ 9:24 PM EDT
    By nondev related, I mean not related to my day to day dev work ๐Ÿ˜‚๐Ÿ˜‚ #DevDiscuss
    In reply to @littlekope0903
  • MattWyskiel Oct 2 @ 9:24 PM EDT
    The nice part of being a software developer nowadays is that the languages and systems are mature enough that if some task might need automation, there is likely already a solution for that out on GitHub or somewhere else #DevDiscuss
    • ThePracticalDev Oct 2 @ 9:06 PM EDT
      Time for #DevDiscuss! Tonight's topic is Personal Automation! - When do you choose to automate a task? - Do you have a type of task you like to automate? - What's difficult about automating tasks?
  • matthras Oct 2 @ 9:24 PM EDT
    I wish I could automate sorting and folding my laundry ๐Ÿ˜’ #DevDiscuss
    In reply to @philnash, @ThePracticalDev
  • kylegalbraith Oct 2 @ 9:25 PM EDT
    This is a fantastic idea that I could certainly invest some time in. #DevDiscuss
    In reply to @kellyjandrews
  • bendhalpern Oct 2 @ 9:25 PM EDT
    I think a basic form of personal automation is to alias a two-or-three-step command into one shorter command. Git aliases for example: https://t.co/8JwfaS1i9d #DevDiscuss
    • unikornintech Oct 2 @ 9:19 PM EDT
      I feel like my life needs automation but to be honest I don't where to start. Anyone care to send links on how I how to start?! #DevDiscuss
      In reply to @ThePracticalDev
  • unikornintech Oct 2 @ 9:25 PM EDT
    Ahhhhh got it! I should actually set more reminders. I literally right everything down in books then it drives me crazy when I can't remember something and I don't have the book with me @ASpittel #DevDiscuss
    In reply to @littlekope0903, @ASpittel
  • JakeLadebauche Oct 2 @ 9:25 PM EDT
    If thereโ€™s anything that Iโ€™ve learned from playing #factorio is that if youโ€™re constantly micromanaging task then you must find a way to automate those task, even if it looks like spaghetti. ๐Ÿ P.S. DO NOT PLAY FACTORIO... it will ruin your life. #Devdiscuss
    In reply to @ThePracticalDev
  • littlekope0903 Oct 2 @ 9:25 PM EDT
    haha interesting! never used that one! #DevDiscuss
    In reply to @philnash, @ThePracticalDev, @WeLoveTweetdeck, @buffer
  • kylegalbraith Oct 2 @ 9:26 PM EDT
    Yup I have a quick bash script that creates a brand new serverless microservice for me whenever I need one. #DevDiscuss
    In reply to @bendhalpern
  • kellyjandrews Oct 2 @ 9:26 PM EDT
    Here is a good intro to bash scripts you can look through. #DevDiscuss https://t.co/J2v58P3lZj
    In reply to @unikornintech, @ThePracticalDev
  • IgnoreIntuition Oct 2 @ 9:28 PM EDT
    True automation solves those issues but it does potentially introduce a host of other issues (unexpected file path changes, read/write issues, proxy issues). And if theyโ€™re not properly handled can easily go unnoticed. #Devdiscuss
    In reply to @Scubbo, @ThePracticalDev
  • kellyjandrews Oct 2 @ 9:28 PM EDT
    Here is my repo to check out. It's not perfect, but does most of what I need. Longest part is download/update xcode.... #devdiscuss https://t.co/ldDq44HSlh
    In reply to @kylegalbraith
  • trevorbrindlejs Oct 2 @ 9:28 PM EDT
    I've been somewhat impressed by iOS 12s shortcuts app. A couple sweet workflows like sending pictures to a bunch of different people, or setting my volume go exactly 0.5% ๐Ÿ˜‚ #DevDiscuss
    • ThePracticalDev Oct 2 @ 9:06 PM EDT
      Time for #DevDiscuss! Tonight's topic is Personal Automation! - When do you choose to automate a task? - Do you have a type of task you like to automate? - What's difficult about automating tasks?
  • kellyjandrews Oct 2 @ 9:29 PM EDT
    I started small and added on to it over a couple weeks. #devdiscuss https://t.co/ldDq44HSlh
    In reply to @ASpittel
  • philnash Oct 2 @ 9:29 PM EDT
    Oh! I did once automate a way to let me know when my local beer shop had new beers available on tap! ๐Ÿป https://t.co/DYovAXBZvc #DevDiscuss
    In reply to @ThePracticalDev
  • DarkainMX Oct 2 @ 9:30 PM EDT
    I tried to automate building a couple SQL queries once... Now I'm the maintainer of a massive SQL query generator library in PHP. #DevDiscuss https://t.co/af1x7lhUZo
  • littlekope0903 Oct 2 @ 9:30 PM EDT
    That's definitely happened to me with ESLint before #DevDiscuss
    • IgnoreIntuition Oct 2 @ 9:28 PM EDT
      True automation solves those issues but it does potentially introduce a host of other issues (unexpected file path changes, read/write issues, proxy issues). And if theyโ€™re not properly handled can easily go unnoticed. #Devdiscuss
      In reply to @Scubbo, @ThePracticalDev
  • IgnoreIntuition Oct 2 @ 9:31 PM EDT
    Learning curves aside I am referring to cases where the individual is familiar with the tools and techniques required to automate the solution. Personally I try not to over-engineer a solution and I encourage my team to do the same. #Devdiscuss
    In reply to @MattHutchison43, @ThePracticalDev
  • bendhalpern Oct 2 @ 9:31 PM EDT
    If you've ever wondered whether you should automate a task, xkcd has the answers #DevDiscuss
  • philnash Oct 2 @ 9:31 PM EDT
    Oops, from trying to do less work to taking on a lot more work on behalf of others! Thank you for automating things for complete strangers. #DevDiscuss
    In reply to @DarkainMX
  • littlekope0903 Oct 2 @ 9:31 PM EDT
    The beer geek in me is about to do this. #DevDiscuss
  • dstack4273 Oct 2 @ 9:31 PM EDT
    I low key worry that if I automate things I'll forget how they actually work...which kinda happens anyhow ๐Ÿคฆโ€โ™‚๏ธ๐Ÿคทโ€โ™‚๏ธ #DevDiscuss
    In reply to @ThePracticalDev
  • kylegalbraith Oct 2 @ 9:31 PM EDT
    If I can dig up the source code again I will gladly put a post up on https://t.co/151NoqPqk4 ๐Ÿ˜€ #DevDiscuss
    In reply to @CronGM, @ThePracticalDev
  • philnash Oct 2 @ 9:32 PM EDT
    It was very worthwhile (and tasty) #DevDiscuss
    In reply to @littlekope0903
  • littlekope0903 Oct 2 @ 9:32 PM EDT
    Honestly, I always do things the hardway for a bit, just to make sure I get WHY it's happening. Even if it is a little time costlier in the beginning, in the end it helps my understanding #DevDiscuss
    In reply to @dstack4273, @ThePracticalDev
  • DarkainMX Oct 2 @ 9:33 PM EDT
    I'm too lazy to type "cd .." into the command line, so I have a command alias that is just ".." to move up a directory. #DevDiscuss
  • matthras Oct 2 @ 9:34 PM EDT
    They call it Cracktorio for a reason. Uninstalled the game soon after I completed a solo run and launched the rocket. #DevDiscuss
    In reply to @JakeLadebauche, @ThePracticalDev
  • IgnoreIntuition Oct 2 @ 9:34 PM EDT
    When I started my career back in 2004 I treid to automate everything. My peer at the time told me โ€œyouโ€™re going to automate yourself out of a job.โ€ Granted my efforts were recognized and I ended up working 13 years at that company but that advice stuck with me. #Devdiscuss
    • ThePracticalDev Oct 2 @ 9:06 PM EDT
      Time for #DevDiscuss! Tonight's topic is Personal Automation! - When do you choose to automate a task? - Do you have a type of task you like to automate? - What's difficult about automating tasks?
  • trevorbrindlejs Oct 2 @ 9:37 PM EDT
    I automate making sure my lights, TVs, water heater, and A/C are off when everyone is out of the house. #DevDiscuss
  • kellyjandrews Oct 2 @ 9:37 PM EDT
    My aliases are simple, but the automation saves a lot of key strokes. #devdiscuss
    In reply to @DarkainMX, @ThePracticalDev
  • littlekope0903 Oct 2 @ 9:38 PM EDT
    Something I am also curious about, what do you NEVER automate? #DevDiscuss
  • WordyTheByrd Oct 2 @ 9:38 PM EDT
    I setup auto-notifications for trash day vs. trash/recycling day alternating weeks. I still gotta take out the trash myself tho. ๐Ÿคทโ€โ™‚๏ธ #DevDiscuss
    In reply to @ThePracticalDev
  • littlekope0903 Oct 2 @ 9:39 PM EDT
    I also set reminders to take my ADHD meds. It's a huge conundrum trying to remember to take the thing that helps you with remembering things. #RealTalk #DevDiscuss
  • philnash Oct 2 @ 9:40 PM EDT
    That's pretty cool, how did you achieve that? #DevDiscuss
    In reply to @trevorbrindlejs
  • IgnoreIntuition Oct 2 @ 9:40 PM EDT
    Thatโ€™s the first time Iโ€™ve heard the term โ€œHuman in the loop automationโ€. I love it. #Devdiscuss
    In reply to @seacreature, @ThePracticalDev
  • eiguike Oct 2 @ 9:40 PM EDT
    getting some inspirations in #DevDiscuss ๐Ÿง
  • littlekope0903 Oct 2 @ 9:41 PM EDT
    I personally never automate auto ship. I am too inconsistent in my shopping habits even though it might save me money in the long run #DevDiscuss
  • bendhalpern Oct 2 @ 9:44 PM EDT
    The second half of my home automation project. The first half has been automated for about 6 months. ๐Ÿ˜“ #DevDiscuss
  • Programazing Oct 2 @ 9:45 PM EDT
    Check out my website/blog at https://t.co/4DAQVTUa1s #DevDiscuss
  • koskila Oct 2 @ 9:45 PM EDT
    Cross-posting my #doggopics from Instagram to Twitter using @MicrosoftFlow and @buffer ๐Ÿ˜ End-result looks way better than just "sharing" from Instagram, too! #devdiscuss
    In reply to @philnash, @ThePracticalDev, @MicrosoftFlow, @buffer
  • rizasaputra Oct 2 @ 9:46 PM EDT
    Me and my colleagues use Trello to assign and set deadline for tasks. I created bot to remind the assignee for nearest upcoming deadlines via Telegram chat ๐Ÿ˜€ #devdiscuss
    In reply to @ThePracticalDev
  • bendhalpern Oct 2 @ 9:47 PM EDT
    Sometimes it feels like the "dangerous" tasks should not be automated, but a lot of the times they are the ones that should be especially automated. As long as it's done with care, testing, and monitoring. #devdiscuss
  • shannon_crabill Oct 2 @ 9:47 PM EDT
    I forgot. Using IFTTT, I had a script that if the county said schools were closed on their FB page, send me a text, so I could enter my arrival status in my dept SharePoint site. #devdiscuss
  • IgnoreIntuition Oct 2 @ 9:47 PM EDT
    Depends. If you are doing continuous integration and two week sprints then you may not have the same ebs and flows. If you have several large scale integrated releases with longs gaps between then maybe those tasks are better candidates for automation. #Devdiscuss
    In reply to @CMastication, @Scubbo, @ThePracticalDev
  • philnash Oct 2 @ 9:47 PM EDT
    You could follow a similar path to my blog post there, but instead of scraping a web page, hit the Foursquare places API for nearby donut shops? #devdiscuss
    In reply to @mayenedesign
  • dangolant Oct 2 @ 9:47 PM EDT
    My mom has a great budget method she taught me. In college I decided I was too busy to log all my transactions, so I automated it in google sheets with Node. I think I missed the point of the method... #devdiscuss
    In reply to @ThePracticalDev
  • WhoTrendedIT Oct 2 @ 9:47 PM EDT
    Now this is classy. #DevDiscuss trending in the US ? @bendhalpern did it. I call that badass. I have spoken.
  • gumnos Oct 2 @ 9:48 PM EDT
    My automation is usually just a shell script or some Python code, both of which are pretty easy to open up in a text-editor and see my original intent. Sometimes I even remember to comment them. ๐Ÿ˜‰ #DevDiscuss
    In reply to @dstack4273, @ThePracticalDev
  • dangolant Oct 2 @ 9:48 PM EDT
    Also: does anyone else use the reminders app to swap their sheets and get haircuts regularly?#DevDiscuss
    In reply to @ThePracticalDev
  • littlekope0903 Oct 2 @ 9:49 PM EDT
    So part of me loves that, but personally I get more reactive vs proactive about my money if I log my expenses that way. If I log them, it's almost like balancing my checkbook and I feel the pain of spending and it keeps me in check. #DevDiscuss
    In reply to @dangolant, @ThePracticalDev
  • IgnoreIntuition Oct 2 @ 9:49 PM EDT
    Automation delegation #Devdiscuss
    In reply to @kvlly
  • _echeatham Oct 2 @ 9:49 PM EDT
    I keep it simple: If I have to do it to get to the stuff I care about it can probably be automated. What's difficult is asking the "if I should" rather than "if I can" #DevDiscuss
    • ThePracticalDev Oct 2 @ 9:06 PM EDT
      Time for #DevDiscuss! Tonight's topic is Personal Automation! - When do you choose to automate a task? - Do you have a type of task you like to automate? - What's difficult about automating tasks?
  • philnash Oct 2 @ 9:49 PM EDT
    Too much Apple, not enough fun. Your method sounds better! #DevDiscuss
    In reply to @trevorbrindlejs
  • _echeatham Oct 2 @ 9:49 PM EDT
    My life may have just changed. #DevDiscuss
  • gumnos Oct 2 @ 9:49 PM EDT
    Most of my automation is file management. Podcasts and comics. Download nightly, sort into various folders, renaming things in sensible ways based on metadata, etc; then batch-moving them to the device(s) on which I consume them. #DevDiscuss
    In reply to @ThePracticalDev
  • kylegalbraith Oct 2 @ 9:50 PM EDT
    Me too. #DevDiscuss
    In reply to @dangolant, @ThePracticalDev
  • philnash Oct 2 @ 9:50 PM EDT
    Me and my beer gut thought so too! ๐Ÿป๐Ÿ˜„ #DevDiscuss
    In reply to @BekahHW, @ThePracticalDev
  • cdrrazan Oct 2 @ 9:50 PM EDT
    I wrote a script that would download Newspaper and Entertainment Digest from the popular local media house in [ NEPAL. ] available daily, weekly. Then i setup the script with CRON Job to get them. I usually surf them at 8AM and tada they are already there. #devdiscuss
    • ThePracticalDev Oct 2 @ 9:06 PM EDT
      Time for #DevDiscuss! Tonight's topic is Personal Automation! - When do you choose to automate a task? - Do you have a type of task you like to automate? - What's difficult about automating tasks?
  • philnash Oct 2 @ 9:50 PM EDT
    The day that Twitter and Instagram fell out was a sad day for images on the web. Have you written up how you did this? Would love to have a read! #devdiscuss
    In reply to @koskila, @ThePracticalDev, @MicrosoftFlow, @buffer
  • littlekope0903 Oct 2 @ 9:51 PM EDT
    I literally have a change pillow case reminder every sunday because that's what caused me to get acne lol. #DevDiscuss
    In reply to @dangolant, @ThePracticalDev
  • bendhalpern Oct 2 @ 9:51 PM EDT
    I think the idea of what "automation" comprises of is not always straightforward. If I press a button and "one" thing happens, is it not the same as pressing a button and having "one thousand" things happen? In computer land that "one" thing is probably very complex #DevDiscuss
  • gumnos Oct 2 @ 9:52 PM EDT
    Especially nice if the reminder-text sends you context too. I've had a couple of those that I do infrequently enough that it's nice to have the reminder also spoon-feed me the "go to this URL, do this thing" so I don't have to look up instructions again. #DevDiscuss
    In reply to @shannon_crabill, @ThePracticalDev
  • TrendWikiUSA Oct 2 @ 9:52 PM EDT
    ***New Trend Alert*** 1. Randall 2. ESPN 2 3. Melo 4. Matt Vasgersian 5. Set 2 6. Jordan Clarkson 7. #WiningHourChat 8. #HipHopEd 9. #DevDiscuss
  • Nick_Craver Oct 2 @ 9:52 PM EDT
    This probably sounds simple (and it is), but as someone who works from home: a simple script to mute my desktop speakers automatically at 6pm works wonders. #devdiscuss
    • ThePracticalDev Oct 2 @ 9:06 PM EDT
      Time for #DevDiscuss! Tonight's topic is Personal Automation! - When do you choose to automate a task? - Do you have a type of task you like to automate? - What's difficult about automating tasks?
  • kylegalbraith Oct 2 @ 9:53 PM EDT
    This is quite interesting. If the button does just one thing is it still automation? ๐Ÿค” #DevDiscuss
    In reply to @bendhalpern
  • littlekope0903 Oct 2 @ 9:54 PM EDT
    Tomorrow is my birthday! My gift to myself is that I am finally launching my accessibility blog that I was talking about last week! If you'd like to learn more, subscribe to my newsletter :) https://t.co/tpfSRY2tlG #DevDiscuss
  • matthras Oct 2 @ 9:54 PM EDT
    Sheets, yes, because I don't really have an observable threshold as to when it gets grotty/dirty enough to warrant a wash/change. Similar for pillowcases. #DevDiscuss Haircuts....well I'm growing out my hair at the moment, so no ๐Ÿ˜›
    In reply to @dangolant, @ThePracticalDev
  • IgnoreIntuition Oct 2 @ 9:54 PM EDT
    Isnโ€™t that pretty much how Rasmus Lerdorf ended up creating PHP back in โ€˜94 #Devdiscuss
    In reply to @DarkainMX
  • ThePracticalDev Oct 2 @ 9:55 PM EDT
    In the last few minutes of #DevDiscuss, does anybody have any news to share, like a project or a personal win, or any other announcement?
  • ASpittel Oct 2 @ 9:55 PM EDT
    Sheets every Sunday, hair every six months! I do have the hair cut on the calendar, but not the sheets! #DevDiscuss
    In reply to @dangolant, @ThePracticalDev
  • dancwilliams Oct 2 @ 9:55 PM EDT
    I usually make a note of any task I have repeated more than twice and work to automate the task. It is not a hard and fast rule, but it gives me a list to work off of. I also listen to @automatorsfm and read @rosemaryorchardโ€™s blog. Great stuff! #DevDiscuss
    • ThePracticalDev Oct 2 @ 9:06 PM EDT
      Time for #DevDiscuss! Tonight's topic is Personal Automation! - When do you choose to automate a task? - Do you have a type of task you like to automate? - What's difficult about automating tasks?
  • philnash Oct 2 @ 9:57 PM EDT
    If you want to get involved in #hacktoberfest check out our new TwilioQuest mission to get you started in open source: https://t.co/MWHmyqNJlk #DevDiscuss
    In reply to @ThePracticalDev
  • GSto Oct 2 @ 9:57 PM EDT
    I think before automation, you need process. Once you have a process in place that works, you can work on automating parts at a time. #DevDiscuss
  • philnash Oct 2 @ 9:58 PM EDT
    Also, I wrote up a new post on animating with the canvas in @reactjs: https://t.co/Xt1OUO7SPN. I'm still getting to grips with React, so would appreciate any feedback! #DevDiscuss
    In reply to @ThePracticalDev, @reactjs
  • ASpittel Oct 2 @ 9:58 PM EDT
    I made a YouTube channel! It's not much yet but I have a lot of ideas for it, and I'm kinda getting used to it! https://t.co/nXz0iseWGh Also, I'm doing #WomenMake this month, follow along with the hashtag to see everyone's creations! #DevDiscuss
    In reply to @ThePracticalDev
  • IgnoreIntuition Oct 2 @ 9:59 PM EDT
    I use reminder apps to tell me which week is recycling week. #Devdiscuss
    In reply to @dangolant, @ThePracticalDev
  • matthras Oct 2 @ 9:59 PM EDT
  • kylegalbraith Oct 2 @ 9:59 PM EDT
    I am back in the US and have some very exciting news. I am joining @thorn as a Software Engineer to build technology to end child sex abuse and sex trafficking. Very excited to take this next step and work on something that has a major impact in the world. #DevDiscuss