Live data from Hacker News

Buffereditor – Code and Text Editor for iPhone, iPad and iPad Pro

buffereditor.com

21–30 of 120 posts

Re: Buffereditor – Code and Text Editor for iPhone, iPad and iPad Pro

#21
post #7

Another option people may want to consider is hosting a version of Code Server[1]. I do this with my iPad Pro and it has been incredibly convenient. I even have it configured so that ports can be routed to via my domain, meaning I can do web development with a local server on port 3000 and view it live at 3000.my.domain.tld. 1: https://github.com/coder/code-server

Blink Shell also now has Code Server built-in https://docs.blink.sh/advanced/code

Re: Buffereditor – Code and Text Editor for iPhone, iPad and iPad Pro

#22
post #16

Earlier quoted context omitted.

Plus, your MacBook Air comes with a calculator.

Yeah this one actually pisses me off about the iPad. The Mac calculator in RPN mode is my goto but on iOS, nope!

I use this free and good RPN calculator app:

https://apps.apple.com/no/app/42s-rpn-calculator/id301525577

Re: Buffereditor – Code and Text Editor for iPhone, iPad and iPad Pro

#24
post #5

I appreciate the effort that goes into these products but I find the market position weird. Case in point: by the time I add a keyboard case to my 11" iPad Pro, it weighs more than my MacBook Air does and it's not a lot smaller. I think I should just take the MacBook Air with me. That has the same CPU, storage and memory and I can run full stack on it fine. That is not to denigrate the usefulness of the iPad, which I…

I think I don't want a laptop, but the only thing preventing me from getting the most powerful iPad is Apple policies, you are right, when you put a keyboard on the iPad it weights as much as your MacBook Pro, but then the tablet is on his desk, and the ability to remove it and just use it in the bath to read something, or to hang it to a iron arm and watch a video are not that easy with a MacBook, as soon as iPad su…

Another potential benefit of the iPad over macOS alternatives: you can get a waterproof case for an iPad. There’s just no easy way to make a macOS device waterproof.

As for virtualization of other OS on iOS: already exists!

https://getutm.app/

Re: Buffereditor – Code and Text Editor for iPhone, iPad and iPad Pro

#25
post #7

Another option people may want to consider is hosting a version of Code Server[1]. I do this with my iPad Pro and it has been incredibly convenient. I even have it configured so that ports can be routed to via my domain, meaning I can do web development with a local server on port 3000 and view it live at 3000.my.domain.tld. 1: https://github.com/coder/code-server

Blink Shell also now has Code Server built-in https://docs.blink.sh/advanced/code

Using Blink shell VSCode connected to a remote VM (for a working terminal) is quirky but absolutely amazing nonetheless

Re: Buffereditor – Code and Text Editor for iPhone, iPad and iPad Pro

#26
The marketing website totally sold me on it, but as soon as I opened the App Store and saw that it's only 3.9 stars I decided I don't really want to pay for it. The only reason I bother to start using apps under 4.1 stars is if I have no choice. 3.9 stars hints that there is a major problem with the app that the developers haven't addressed. Meanwhile, the similar app Textastic has 4.8 stars.

Re: Buffereditor – Code and Text Editor for iPhone, iPad and iPad Pro

#27
post #22
post #16

Earlier quoted context omitted.

Yeah this one actually pisses me off about the iPad. The Mac calculator in RPN mode is my goto but on iOS, nope!

I use this free and good RPN calculator app: https://apps.apple.com/no/app/42s-rpn-calculator/id301525577

Yeah I've got that one (and a real 42s) :)

Re: Buffereditor – Code and Text Editor for iPhone, iPad and iPad Pro

#28
post #7

Another option people may want to consider is hosting a version of Code Server[1]. I do this with my iPad Pro and it has been incredibly convenient. I even have it configured so that ports can be routed to via my domain, meaning I can do web development with a local server on port 3000 and view it live at 3000.my.domain.tld. 1: https://github.com/coder/code-server

GitHub Codespaces works decently well on an iPad as well. I had to send in my MacBook for a repair that took and week and I managed to use the iPad with a bluetooth keyboard and mouse fairly successfully. It was a web project, so that helped.

Re: Buffereditor – Code and Text Editor for iPhone, iPad and iPad Pro

#30
> Easily develop software, view code or take notes on the go

"Develop software", which means writing code without the ability to run them, or the ability to compile multiple files as a "project", like all the other code editors on iOS?

I stopped paying attention to these apps because of how App artificially limit what apps can do. Writing Java offline? Good, but you can compile one class at a time, and the possibility of importing another user package is thrown out of the window. This makes it only useful for absolute beginners. There are alternative approaches, e.g. using a web browser, online compilation (which is not too different from web browser) and using a terminal that happens to support JDK. I saw developers literally say "Don't write reviews to complain, we have to follow the rules"

Which is sad because these devices as expensive as $1k are very powerful and have all the necessary APIs to make that work, it is only the app store rules that prevent the device from becoming a "real" computer

Post reply on HN