TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Updating my website from my iPad

37 pointsby selljamhereabout 2 years ago

13 comments

throwaway67743about 2 years ago
&quot;The Amazon CloudFront distribution is configured to block access from your country. We can&#x27;t connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. &quot;<p>People are strange
评论 #36003148 未加载
评论 #36001263 未加载
评论 #36001398 未加载
wildrhythmsabout 2 years ago
God I wish iPad OS was a better developer experience. Github&#x27;s Codespaces feature is awesome, but as a front-end dev there is no way I could use iPad&#x2F;iOS to build a website. There is no dev tools. The OS keeps trying to suspend apps&#x2F;tabs in the background when I switch between them. I use the Vim extension in the VS Code remote editor but certain key combos on iOS straight up didn&#x27;t register. Maybe I&#x27;m asking for too much.
评论 #36002638 未加载
评论 #36000838 未加载
评论 #36000500 未加载
评论 #36003254 未加载
评论 #36000474 未加载
leephillipsabout 2 years ago
This is what I see when I visit the link:<p><pre><code> The Amazon CloudFront distribution is configured to block access from your country. </code></pre> So I did learn something from the article, if I ever want to exclude visitors to my site from certain countries.
progbitsabout 2 years ago
Getting 403.<p>Mirror: <a href="https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20230517173906&#x2F;https:&#x2F;&#x2F;dddiaz.com&#x2F;post&#x2F;blog-from-ipad&#x2F;" rel="nofollow">https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20230517173906&#x2F;https:&#x2F;&#x2F;dddiaz.co...</a>
评论 #36000017 未加载
pmontraabout 2 years ago
Well, I wrote some Ruby on Rails code on my Samsung tablet some years ago. I mean, I was running the editor and Rails on the tablet, inside Dex for Linux which is an Ubuntu 16.04 container (LXC?) sharing the kernel with Android. Samsung and Canonical worked together to port X11 to the tablet so I had a Unity desktop. I remember it came with VSCode preinstalled inside the container.<p>It was a little slow but probably not much slower than my laptop back in 2005 when I started coding in Rails, if it was any slower at all.
评论 #36001877 未加载
lloydatkinsonabout 2 years ago
I&#x27;d say use GitPod over Codespaces. Originally Microsoft had VS Code Online before they migrated it over to GitHub&#x27;s ownership.<p>When it was under Microsoft it was rock solid stable. I never had issues with it. When they migrated it to GitHub they removed access to everyone that had been using it for months and failed to migrate users across.<p>Months went by of waiting in the GitHub beta list (for something I&#x27;d already been using...) and by the time I got access to it again I couldn&#x27;t believe how much worse the service had become. It has degraded a lot.<p>Sometimes ports get &quot;stuck&quot; and require a full container restart, which took time, so I ended up writing a script to randomise which port the service I was writing would use. Sometimes it had errors with saving files and they&#x27;d just vanish.<p>I&#x27;ve found GitPod to just work. I only use these services when I&#x27;m on the move, and use my desktop when at home. I couldn&#x27;t imagine relying on Codespaces at all.
lucidphreakabout 2 years ago
Use GoCoEdit on your ipad - its a FANTASTIC code editor with connectivity options that actually work well. ( I have no affiliation with the product - I just find it remarkably well done )..
pcardosoabout 2 years ago
I did something similar with some configuration to apache, mod_vhost_alias and dropbox. I was able to quickly update some tiny websites I keep. I just edit the files locally and a few secs later they are updated.<p>In my dropbox folder I created a Sites folder, where I keep some websites to serve. This folder is shared with another dropbox account syncing on the server, from where the contents are served.<p>To add a new website, I just create a new folder under Sites and point the DNS records to the VPS IP address.
villgaxabout 2 years ago
Code-server for life, just one command to install &amp; one file to config the auth&#x2F;ports &amp; boom after a service restart you are freed from your desk
jeroenhdabout 2 years ago
I know VS Code is Electron anyway, but why would you need an online editor? Couldn&#x27;t Microsoft (or anyone who&#x27;s forked it) just release VS Code for tablets?<p>Surely something as powerful as the iPad Pro can handle a fancy text editor.
评论 #36000143 未加载
评论 #36000460 未加载
评论 #36000191 未加载
评论 #36000251 未加载
reidjsabout 2 years ago
If you just have a static webpage (html, css, js), I have found Working Copy + GitHub Pages to work perfectly for updating website copy&#x2F;markup from iOS.
pjmlpabout 2 years ago
Timesharing is dead, long live timesharing!
sharedptrabout 2 years ago
Overengineering for HTML pages.