Live data from Hacker News

Developer wrote 25k lines of Neovim plugin code using phone and touchscreen

old.reddit.com

111–120 of 185 posts

Re: Developer wrote 25k lines of Neovim plugin code using phone and touchscreen

#111
post #99

So we fedex him a laptop and then agi by end of week

It's not that easy to just send him a laptop [1]:

>>I'd caution against posting a laptop to Bangladesh as there is a very real chance it'd spend the next six months sat in customs while an official looks for a pay off.

>Yeah, this is the reason I wasn't too keen on having stuff shipped from outside.

[1] https://github.com/OXY2DEV/markview.nvim/issues/218#issuecom...

Re: Developer wrote 25k lines of Neovim plugin code using phone and touchscreen

#112
post #90

In developing countries like India - a surprisingly high number of students do not have access to a computer. I have a lot of friends who had to learn enough on phone to bootstrap into buying their first laptop. One of my best friend - in his village in the hills they did not have electricity but the government had sent a PC. No one was allowed to go close to it but that was the very thing that inspired him to learn…

Thats true most people in Pakistan don't own a laptop and don't ever intend to buy one. It makes me irrationally angry when people are buying flight tickets on the phone even though having access to a laptop.

Re: Developer wrote 25k lines of Neovim plugin code using phone and touchscreen

#113
post #96

Earlier quoted context omitted.

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 sure if it’s the people who survive med school or just who’s interested in being a doctor but every medical doctor I know has serious personality flaws that makes them hard to be/live with.

As opposed to us totally balanced and not unhinged in the slightest devs?

I suspect that any heavily technical field has a risk of causing flaws personality flaws, but maybe I'm projecting.

FWIW all the doctors I know socially seem pretty well balanced other than maybe a tendency to crowbar the word Doctor into the conversation. MBAs are still worse though.

Re: Developer wrote 25k lines of Neovim plugin code using phone and touchscreen

#116

I been writing programs for over 50 years and I shuddered at the thought of doing it on a phone. My first thought, he must be a masochist. Then I thought he might not had anything better to work on. I'm a touch typist who doesn't need to look at the keyboard why typing. Given my cataracts and tiny screen and tiny keyboard, it is torture to type on my phone.

> I'm a touch typist who doesn't need to look at the keyboard why typing.

:)

Re: Developer wrote 25k lines of Neovim plugin code using phone and touchscreen

#118
post #52

I've done development on a Nokia n900, but with an external keyboard — can't imagine using an on-screen keyboard, or even a tiny physical one! Funny thing is, I don't know if some high sec work envs are much better, where developers have to nest remote through machines (of different OSes) just to get a terminal...

We work exclusively on remote VMs that have no internet access. Well writing the stuff is fine through PuTTY (with tmux+vim), some other guys use RDP with VSCode but it is extremely laggy and I hate it. Some tasks can be annoying.

$job before that I would remotely connect to clients machines through various ways. Most would be a webpage with some terminal emulation in JS, or some web-based RDP (to a Linux or a Windows machines), and sometimes bouncing again to our last machines. And sometimes you get the actual VPN where all you have to do is to run the client (typically IPDiva, sometimes they use OpenVPN) and just run putty to connect to your machine.

That last experience was often painful especially when certain softwares in between you and your work start to fail. Also a lot of those clients had none or very restricted internet access, so it is really hard to get debugging tools. Sometimes your work would just be a loop of "connect, type a few commands, get the web-based terminal messed up, disconnect, repeat" until your problem is solved. Especially, for our needs we set up our own windows VMs with all software needed to connect to all the clients, hosted in our office and accessible via our own VPN. This way our clients would only see our office IP. But that meant one more VPN for everybody and one more "bounce" to do before any work...

Re: Developer wrote 25k lines of Neovim plugin code using phone and touchscreen

#119
I once read an article about how some Nintendo Famicom developers in the 80s used to program their games without a keyboard, just using some kind of joystick or trackball to select the characters on the screen. Knowing that, this doesn't look that bad.

Re: Developer wrote 25k lines of Neovim plugin code using phone and touchscreen

#120
post #117

30 years ago a lot of software was developed on 25 by 80 character displays and without multitasking. It also worked.

25x80 is ok. i'm getting 37x62 in portrait, 6x128 in landscape, both with the keyboard open. typing symbols is the main handicap imo, overall unusable.
Post reply on HN