I’m asking because I’m wondering if there’s a more efficient way for me to handle my notes at work. Currently I just use a txt file in Notepad++. I use this file to track all of the stuff I have to do, such as tasks for stories I’m working on, next steps for projects, discussions I need to follow up on, questions and ideas I want to bring up, etc. The way I organize the document works pretty well for me, but I’m just curious how other people do it.

  • Raulppelaez@lemmy.ml
    link
    fedilink
    arrow-up
    16
    ·
    edit-2
    1 year ago

    Org-mode FTW! You only need to know emacs for it, which you can master in just a couple of measly decades.

    Jokes aside, org-mode is unironically incredible. I use something called Getting Things Done (GTD). I do not regret spending some weeks truly learning about it.

    • xigoi@lemmy.sdf.org
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      I use something called Getting Things Done (GTD). I do not regret spending some weeks truly learning about it.

      Are you being sarcastic, or is there actually a tool with this name?

  • Vlyn@lemmy.zip
    link
    fedilink
    English
    arrow-up
    8
    arrow-down
    1
    ·
    1 year ago

    Well, there is Jira with the tickets of course, but when I’m working actively on a ticket I do two things:

    1. Text file in Notepad++ (something with custom markup so I have regions) or recently OneNote (just so this crap is backed up), write my hours down before putting them into the system, current ToDo things, notes, etc. till the ticket is through. Anything actually worth keeping gets puts into the Jira ticket as comment on close

    2. While working on the code and I need to do something before committing it I use comments. Like // todo# do x, I’m using todo# because if I text search the code base for just todo I’ll find a hundred entries… adjust to whatever is unique to you so you find your own comments again

    It’s a shit system, but has worked for me. I also write everything down so I don’t forget it, that has saved me several times.

    In the past I even took my text notes and put them into an archive (with the Jira ticket linked) just if an old issue pops up and I still have my thoughts from around that time. But nowadays I do less of that because code changes too fast anyway.

    • BurningnnTree@lemmy.oneOP
      link
      fedilink
      English
      arrow-up
      3
      ·
      1 year ago

      Can you explain what you mean by “something with custom markup so I have regions”? How do I do regions in Notepad++?

      • Vlyn@lemmy.zip
        link
        fedilink
        English
        arrow-up
        6
        arrow-down
        1
        ·
        1 year ago

        A little trick I like: You create your own custom language in Notepad++:

        1. Go tab Language → User Defined Language
        2. Create new… button
        3. Name it whatever you want, txtRegions or whatever
        4. In the “Folding in code 1 style” area put your favorite Open and Closing symbols. For example I used {{ and }}
        5. Close the dialog
        6. For your todo file, now go up again to Language → Select your custom language at the bottom
        7. Try it out, you can now make your own regions in your .txt file

         

        Usually Notepad++ remembers your custom language for your file. If it should ever forget to use it (and falls back to default .txt behavior) just select your language again. Have fun! :)

  • TitanLaGrange@lemmy.world
    link
    fedilink
    English
    arrow-up
    6
    ·
    edit-2
    1 year ago

    I use a cheap paper notebook, like 5x8 inch size. Each day, first thing when I start work, I write the date at the top of the next blank page, copy the items from the previous page that are not done, and add new items at the bottom of the list as they come up. Tasks I haven’t started have a blank box next to them, tasks I’ve started get a half-filled box, and finished items get a filled box. Anything that moves from one day to the next that hasn’t been started gets a digit in the box that increases by one each day. If the number gets to 10 I cross the item off as cancelled. When I’m picking a new task I try to prioritize some the tasks with higher numbers.

    If I need to take notes I’ll use nearby blank space, sometimes a facing page. Generally I keep notes very short, long details go into whatever ticketing system we’re using with the ticket number in my notebook so I can find it again. There are a few other habits I use that are generally in line with the Getting Things Done (GTD) productivity techniques, like simple flags for what sort of action I can take on the item (completable (about half a day or less), needs more info, needs decomposition (more than half a day of work)), with the notable difference that I don’t make any effort to ‘capture everything’. I load-shed aggressively and early, which is in-line with the way I want to live my life.

    Mostly I don’t keep very many active tasks, so it’s rare that I have to cancel items. If my list is getting long I stop putting new items on it and just tell people I’m too busy to accept new stuff. I used to try to track more stuff, but I learned that just meant I ended up with lots of notes about stuff that I never had time to do, so I quite wasting my time tracking them.

    When the notebook is full I put it on the shelf and get a new one.

    I keep the notebook next to me on my desk. If someone asks me for something I check the book, if it looks like I’ve got time, I add it to the book. When I go to a meeting, I take it with me. If I don’t happen to have it I usually remember what’s on the current page because I just wrote it there that morning.

    It’s low-tech, and I like it that way. Partly because I like to find nice pens to write with.

  • Nibodhika@lemmy.world
    link
    fedilink
    arrow-up
    6
    ·
    1 year ago

    I used to use org-mode, then switched to markdown for compatibility across things, currently I use taskwarrior for tasks and quick temporary notes, and markdown for knowledge bases, although I’m looking into Notion instead of Markdown.

    Amazed no one else mentioned taskwarrior since it’s made especially for tasks, and should be very easy for programmers since it’s CLI and very intuitive to do things and I usually have one terminal window open anyways.

  • Alien Surfer@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    1 year ago

    Todo.txt plain text file. Use Vim. Date and todo statement. Sometimes more for explanations. I never delete anything in it; just make an X next to todo’s I’ve completed. File goes back many years. I can easily search for something I did a long time ago.

    And then there’s MS OneNote for capturing howto’s, quick script one-liners, cheat sheets, diagrams, notes on various industry interfaces, etc.

    Then there’s SCM for bug, feature, and track tasking.

    And usually notepad paper and pen for meetings, which if there are todo’s, go into my electronic todos.txt file.

  • Shizu@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    1 year ago

    Two ways:

    1. I create a jira issue or
    2. I send a mail to myself so I don’t forget the thing.

    I always keep my mailbox clean so that I have an overview on what’s open.

  • Hobbes@startrek.website
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    1 year ago

    A mix of Obsidian for myself and OneNote for team stuff because it’s what they all use.

    I might try orgmode now because I prefer to procrastinate with new things rather than doing work, especially when it is organization related because then I can tell myself there will be a net gain in work productivity.

  • glad_cat@lemmy.sdf.org
    link
    fedilink
    arrow-up
    3
    ·
    1 year ago

    There are a billion ways to organize your stuff. I used org-mode a lot in the past but it’s a bit difficult to setup, especially on Windows. Nowadays, I use a mix of GTD, https://johnnydecimal.com/, Markdown (with Sublime Text), and https://taskwarrior.org/. Don’t forget calendars too (like the one on Outlook) because you can freely add meetings or things to do inside this application.

    You have to find something that works for you, there is no perfect solution. You can also ask the same question on !experienced_devs@programming.dev.

  • max@feddit.nl
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 year ago

    Issues on jira/GitHub/gitlab/whatever is used and their planning boards. Assign them to me, put them in to-do/planned and do them until they’re all closed/to be reviewed. Occasionally I will put a reminder in the reminders app of my phone with a timed alert if I mustn’t forget something rather urgently.

  • skip0110@lemm.ee
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    Wow. Many people have digital methods. I create jira tickets because it’s required but my actual work list I follow is handwritten in a notebook. When it gets more than 50% completed I copy the incomplete items onto a new page.

  • Semi-Hemi-Demigod@kbin.social
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    I supplement team-based task management with post it notes on my monitor for the things I’m working on short term. Usually the Jira ticket number or a couple words about what needs done is enough, and putting it where I can’t not see it keeps them from falling through the cracks.

    Plus it’s fun when my boss gives me something and I can show him the post it I made

  • proycon@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    I’m using todo.txt, which is a basic plain text file following a simple syntax. I added various extensions to work with this: todo.txt-more, which does things like:

    • make things accessible through a simple menu (dmenu/bemenu/rofi) system.
    • time tracking functions
    • synchronisation with github issues and/or e-mail
    • MajorHavoc@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      1 year ago

      Thanks for sharing. Dmenu integration would be a killer feature for me. I’ll look into todo.txt again. Very cool. Thanks!

  • Bomon@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    I’m using Logseq. It’s a great tool to document things and connect information that belongs together. If tasks need additional details, I simply link them to corresponding resources or tags. Additionally I set up Syncthing to synchronize everything across all my devices (desktop and mobile). Takes some time to get used to, but I don’t want to miss it anymore.

  • arthurpizza@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Same but s/Notepad++/nvim/g. I use a markdown-like list system.

    + [X] Task One
    + [ ] Task Two
    + [ ] Task Three
    + [X] Task Four
    + [ ] Task Five