• 0 Posts
  • 19 Comments
Joined 2 years ago
cake
Cake day: July 5th, 2023

help-circle
  • I’m 5-6 years into my career now, and there are still a couple greybeard-level types I can ask when I run into a real puzzle, but the need to do so has been shrinking as the years have gone on; I’ve gotten better at finding my own answers. During my first job I was on two different teams where a mentor took me under their wing. These were people who I could turn to for design advice, technical questions, insight on best practices, etc. For me, as a curious and extroverted person, this was invaluable learning experience.

    Your experience may be different, but to me it’s always good to have a solid group of people (coworkers, internet social network, even just stack overflow) I can rubber duck to or ask for input, discuss new technologies, learn from or learn with.

    Coding a project of significant size is a collaborative process, and I think you’ll find that if you approach it with openness and curiosity, you’ll end up with mentors, peers, and mentees of your own at any given time.




  • Neovim Is a highly customizable, modal text editor program. Probably no what you’re looking for as far as terninal emulators go, but I use it daily as a near-IDE on desktop. Look into LazyVim for an easy way to get started.

    I can second KDE connect–use it between my phone and Manjaro. Can’t speak to the other applications because I don’t have a use-case for many of their functions on a smart phone myself.


  • 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”…