• 1 Post
  • 16 Comments
Joined 1 year ago
cake
Cake day: July 5th, 2023

help-circle


  • Also looking forward to this week here. Work from home is awesome! I just spent a month and a half on a cross-sountry (USA) road trip while working the whole time. I’m fortunate for the opportunity to do so–and to visit and crash with friends and family along the way–but I am glad to be home.

    My wife and I towed a 5’ x 8’ U-haul trailer the 2,000+ miles back home from FL to CO, moving our friend’s stuff in so he can live with us for a while (he drove back with us in his own car). A really awesome trip in a lot of respects, but stressful to take meetings and try to program on the go. Learned my lesson: two weeks max for a trip like that, or take the PTO.


  • Am I one of the few who just doesn’t use AI at all? I don’t have to generate tons of code for work at the moment and brand new projects that I’ve been given are small–meaning I wouldn’t necessarily use it to generate starter boilerplate. I have coworkers that love copilot or spend much longer prompting ChatGPT than they would if they wrote code themselves. A majority of my time is spent modelling the problem, gathering rejuirements, researching others’ solutions online (likely this step could be better AI-assisted?), not actually implementing a solution in code.

    Anyway, I’m not super anti-AI in software development, and I see where it could be useful. Maybe it just isn’t for me yet. The current hype around it as well as the attitude of big-tech exceptionalism (“AI can salve all our problems”) feels a bit like a bubble, at least regarding the current generation of LLMs and ML














  • “graphical user interfaces make easy tasks easy, while command line interfaces make difficult tasks possible”

    • William E. Shotts Jr., The Linux Command Line: A Complete Introduction

    It has taken me a long time to get comfortable using a Linux CLI (definitely not as familiar with windows cmd prompt/powershell), and I know that if I log into a box anywhere, If it has sh or bash or some variant of those shells, I’ll be able to get by.

    Now, on my home server, moving & renaming a bunch of media files has me really wishing I had a DE installed there to Ctrl + click/Drag-n-drop…

    Also, I love using VScodium/Code as an IDE bc of its configurability & rich plugin ecosystem – but recently I had some performance hiccups with extensions not playing nice together and started (again) down the masochistic path of configuring neovim to use as an “IDE”…