Born a sconie right on Lake Michigan, lived in Iowa for a handleful of years for college, then moved to Sota where I live currently. Software Engineer for 20+ years, Ham Radio Operator, lover of retro graming, old time radio and the outdoors.

Mastodon: [email protected]

  • 2 Posts
  • 90 Comments
Joined 2 years ago
cake
Cake day: September 9th, 2022

help-circle






  • All of my gaming is super retro or low tech. I do have an XBoxOne but i rarely use it. Computer is old so games on there are mostly old old stuff from the 90s and early 2000s.

    Hardware wise i have an Anbernic 353V that I do a lot of retro gaming. Not a huge fan of the Gameboy style setup but its a good cheap machine.

    My kids have Switches and thats what kicked me from supporting Nintendo after they go obsolete. The Joycons on one suck and I’ve replaced the connector hardware twice now. The best version is the Lite but you cant connect it to a TV which is dumb. Their family sharing is broken (wife has digital game, i havs DLC, we are SOL).




  • Think less about time sharing and more about using all the computers you own together.

    You would have a netbook with no compute power as your UI sitting on your couch. You could connect to your beefy desktop to do all the computations for your video editor or playing a game and never have to be sitting at your desk.

    You could also have a big file store device with lots of drives to store stuff.

    We can do some of this now, I ssh into my desktop from my couch and have a NFS in the basement. But they all operate as separate devices that i have to really work at getting to operate together. Plan9 was designed where you’d just pick devices off of the network and the tasks operated normally. Pick your video card, local or over the network to the beefier GPU.










  • I use todo.txt format, created my own cli https://github.com/jecxjo/todo.hs

    I set up tasks with priorities:

    • A: tasks i am doing now/today
    • B: tasks i am planning on soing this week
    • C: tasks that need to be done but aren’t high priority
    • D: tasks I delete if not done by the end of the month

    I make sure all my tasks have a +ProjectName and if i have to deal with a @SpecificService or @EmployeeName i note that. I will also add in things like jira:StoryNumber or other data.

    Due dates are rare, only when there is a hard stop. End of a sprint is not a hard stop. If i need to remind someone I’ll use due date and @Reminder

    100% of the time all tasks go in my list. Nothing is left for me to remember. It goes into my list before it ends up in a Jira ticket or Conflience page. Remind me first, everyone else second.

    First thing in the morning i process my list. Move tasks to A. End of the week at the end of the month I delete all the D tasks.

    As for notes, i use vimwiki with automation to compile into html when files are written. I’ve also setup coworkers with an automated process using pandoc to go from markdown to html. Then i have a little a bookmark on my browser to pull it all up nice and pretty. I’ll post the scripts later, not at my computer.

    Daily diary entry made every morning when i do my todo list prep, entry for each meeting. Add notes during meetings and links or other details when looking for solutions to problems.