Nepalese student learns HTML, JavaScript, CSS using just a mobile phone
11–20 of 249 posts
Re: Nepalese student learns HTML, JavaScript, CSS using just a mobile phone
#12Earlier quoted context omitted.
It's gotten to the ridiculous state where common phones will very often have more screen resolution than 14'' laptops. So as long as you have a way to comfortably stand close enough you won't be lacking for pixels. Eye strain from focusing that close will probably be higher though.
But in this case, they just have a low resolution phone, AFAICT.
Re: Nepalese student learns HTML, JavaScript, CSS using just a mobile phone
#13That is some hardcore hackery-dackery. It takes dedication and a real desire to learn to put up with such adverse conditions. I know a chap who, for a while, had spotty access to a PC except for the locked down one he had at work in his (non-programming) job. He passed the long hours making tiny JavaScript hacks in the URL bar.
While I don't mean to slight the front-end dev's dedication, there are more than a few of us who learned BASIC programming in the late 1970's and early 1980's... without access to any computing device at all. We would study BASIC from manuals and other books, and pour over program listings in magazines. Then we would write out programs on paper, and "interpret" them in our heads to see if they worked correctly. Some…
People all complain that the hardware is too closed these days, but I get emotional when I see kids having access to such inexpensive hardware. Amazing times.
Re: Nepalese student learns HTML, JavaScript, CSS using just a mobile phone
#14Re: Nepalese student learns HTML, JavaScript, CSS using just a mobile phone
#15It must be a horrible work of hackery to turn a smartphone based on iOS or Android into a useful device. Kudos to him. If he was able to do that, then development shouldn't put up much barriers anymore. I would totally buy him a decent PC though.
FWIW it really isn't that hard on Android, as you can just install Termux and then install stuff like clang or the Android SDK tooling. For a while a couple years ago I was doing this and using a foldable bluetooth keyboard; the setup was small enough to fit in my jacket pocket and felt a bit more convenient than carrying around a laptop.
Re: Nepalese student learns HTML, JavaScript, CSS using just a mobile phone
#16That is some hardcore hackery-dackery. It takes dedication and a real desire to learn to put up with such adverse conditions. I know a chap who, for a while, had spotty access to a PC except for the locked down one he had at work in his (non-programming) job. He passed the long hours making tiny JavaScript hacks in the URL bar.
While I don't mean to slight the front-end dev's dedication, there are more than a few of us who learned BASIC programming in the late 1970's and early 1980's... without access to any computing device at all. We would study BASIC from manuals and other books, and pour over program listings in magazines. Then we would write out programs on paper, and "interpret" them in our heads to see if they worked correctly. Some…
Re: Nepalese student learns HTML, JavaScript, CSS using just a mobile phone
#17That is some hardcore hackery-dackery. It takes dedication and a real desire to learn to put up with such adverse conditions. I know a chap who, for a while, had spotty access to a PC except for the locked down one he had at work in his (non-programming) job. He passed the long hours making tiny JavaScript hacks in the URL bar.
While I don't mean to slight the front-end dev's dedication, there are more than a few of us who learned BASIC programming in the late 1970's and early 1980's... without access to any computing device at all. We would study BASIC from manuals and other books, and pour over program listings in magazines. Then we would write out programs on paper, and "interpret" them in our heads to see if they worked correctly. Some…
Re: Nepalese student learns HTML, JavaScript, CSS using just a mobile phone
#18Re: Nepalese student learns HTML, JavaScript, CSS using just a mobile phone
#19Earlier quoted context omitted.
FWIW it really isn't that hard on Android, as you can just install Termux and then install stuff like clang or the Android SDK tooling. For a while a couple years ago I was doing this and using a foldable bluetooth keyboard; the setup was small enough to fit in my jacket pocket and felt a bit more convenient than carrying around a laptop.
I tried this and it was a bit of a pain. Partly because the device didn't have enough storage, but stuff like finding a decent editor was hard, and just about everything needs some tweak to work.
It's kinda crazy that Termux on my phone runs smoother than any terminal on my laptop. (TBF it does have more RAM and faster storage!)
Re: Nepalese student learns HTML, JavaScript, CSS using just a mobile phone
#20Seeing these apps have millions of downloads, we're definitely not alone and I have seen many indian and other south asian friends do the same.
My personal setup includes a 2$ stand and A samsung J7 phone paired with a keyboard over OTG cable. Since I have been doing this for few years I have a pretty complex setup of termux, a student credit powered VM from Azure, emacs. I have managed to develop python cli apps, jupyter notebooks, even flutter development using some port forwarding hacks.