Developer wrote 25k lines of Neovim plugin code using phone and touchscreen
71–80 of 185 posts
Re: Developer wrote 25k lines of Neovim plugin code using phone and touchscreen
#72Re: Developer wrote 25k lines of Neovim plugin code using phone and touchscreen
#73His parents still want to send him to medical school, because he's Asian, so he needs to be a doctor. (I'm directly quoting him!) That's ... something.
I have pondered much on such things. Not every developer gets to work on Sora, Quantum AI chip, or CUDA source code. For the very vast majority, it is facing stupid PMs, MBA bosses, daily standups, and getting fired with no fault of your own. There are good sides, too, of course. But you have to live through these. Do you choose these or getting VIP treatment in society with tenured jobs and after MD + 10 YoE, you ca…
> Not every developer gets to work on Sora, Quantum AI chip, or CUDA source code.
> For the very vast majority, it is facing stupid PMs, MBA bosses, daily standups, and getting fired with no fault of your own.
Those two are not mutually incompatible. I saw examples of all of that while working at outwardly glamorous companies. Thankfully I didn't experience any of that personally.
> Programming is crazy cool, but the profession of Software Engineering is not always that cool.
You could say the same about medicine. It is a tough stressful job for most.
Re: Developer wrote 25k lines of Neovim plugin code using phone and touchscreen
#74I also write code using my phone when I'm on a bus or the subway. It requires some patience but after getting used to it, the experience is surprisingly pleasant especially if you're familiar with terminal-based tools. My environment consists of: - Galaxy S24 Ultra - Termius: I think it is the best terminal emulator and SSH client on Android. The sad thing is that the paid version is a bit too expensive. ($10 per mon…
Re: Developer wrote 25k lines of Neovim plugin code using phone and touchscreen
#75I also write code using my phone when I'm on a bus or the subway. It requires some patience but after getting used to it, the experience is surprisingly pleasant especially if you're familiar with terminal-based tools. My environment consists of: - Galaxy S24 Ultra - Termius: I think it is the best terminal emulator and SSH client on Android. The sad thing is that the paid version is a bit too expensive. ($10 per mon…
Re: Developer wrote 25k lines of Neovim plugin code using phone and touchscreen
#76I’ve fixed one or two things on my phone in a pinch, or restarted some services but having the patience to code fully on a phone/tablet is a whole different level of dedication. I feel naked without an LsP.
Re: Developer wrote 25k lines of Neovim plugin code using phone and touchscreen
#77His parents still want to send him to medical school, because he's Asian, so he needs to be a doctor. (I'm directly quoting him!) That's ... something.
I have pondered much on such things. Not every developer gets to work on Sora, Quantum AI chip, or CUDA source code. For the very vast majority, it is facing stupid PMs, MBA bosses, daily standups, and getting fired with no fault of your own. There are good sides, too, of course. But you have to live through these. Do you choose these or getting VIP treatment in society with tenured jobs and after MD + 10 YoE, you ca…
I work for a factory maintaining it's existing custom ERP and building new software for it (basically imagine a programmer consultant for 1 costumer just with regular contract). Mix of maintaining legacy code, writing new one and servicing hardware is dynamic enough not to be bored and I have a lot of independence in the job. It's comfy af.
Re: Developer wrote 25k lines of Neovim plugin code using phone and touchscreen
#78Back in the 90's, I created something like a mortgage calculator on my HP48gx. It was about 1500 "lines" (a line being maybe at most 30 chars) , all keyed in using only the calculator. The mind is capable of many things.
Re: Developer wrote 25k lines of Neovim plugin code using phone and touchscreen
#79Earlier quoted context omitted.
I loved my blackberry but typing on it was way slower than on a touchscreen with predictive text. Especially when you need non-alphabetical characters.
I can't say I can relate. Even with regular nokia phones people were disabling the t9 because it was faster to just type without predictive text. For me predictive text is mostly useless because I write in 4 languages and it can't even guess which language I'm using, let alone guess the word I want after.
With touch screens I just turn off auto-correct. Sometimes I hit the words above the keyboard to complete/repair a word, sometimes I hit the word that’s underlined red or blue to fix it. But never automatically.
Re: Developer wrote 25k lines of Neovim plugin code using phone and touchscreen
#80I also write code using my phone when I'm on a bus or the subway. It requires some patience but after getting used to it, the experience is surprisingly pleasant especially if you're familiar with terminal-based tools. My environment consists of: - Galaxy S24 Ultra - Termius: I think it is the best terminal emulator and SSH client on Android. The sad thing is that the paid version is a bit too expensive. ($10 per mon…
Try pairing tmux with mosh, it's how I've been working for years whenever I'm forced to admin through a brittle straw. Mosh combats lag pretty well and doesn't care if your connection drops intermittently. https://mosh.org/