TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Tech Independence

214 点作者 jjude超过 1 年前

16 条评论

apitman超过 1 年前
The author talked about this a few months ago on Tim Ferriss&#x27; podcast[0]. One of my favorite episodes.<p>I&#x27;m passionate[1] about the concept but articles like this are a reminder to me that we need to make self hosting an order of magnitude simpler and accessible to more people. It shouldn&#x27;t need to involve any CLI, DNS, TLS certs, port forwarding&#x2F;NAT traversal, IP addresses, etc etc.<p>Self hosting shouldn&#x27;t be any more difficult or less secure than installing an app on your phone. The flow should be 1) install the &quot;self hosting app&quot; on an old laptop or phone. 2) Go through a quick OAuth2 flow to connect your app to a tunnel that enables inbound traffic. 3) Use the self hosting app to install other apps like Jellyfin, Calendar, Nextcloud, etc. Everything should be sandboxed (containers work pretty well on Linux and Windows 10&#x2F;11 via WSL2) and secure by default. Automatic backups (ideally an OAuth2 flow to your friends&#x27; self hosted installations) and auto app updates are table stakes.<p>There&#x27;s no technical reason this can&#x27;t all be done, but lots of technical challenges, and it&#x27;s unclear whether anyone will pay for tunnels. I&#x27;m currently trying to figure out how to do reliable auto backups without filesystem snapshots.<p>[0]: <a href="https:&#x2F;&#x2F;youtu.be&#x2F;0BaDQCjqUHU?si=0wDf-2RH-u9vdm3g&amp;t=1380" rel="nofollow noreferrer">https:&#x2F;&#x2F;youtu.be&#x2F;0BaDQCjqUHU?si=0wDf-2RH-u9vdm3g&amp;t=1380</a><p>[1]: <a href="https:&#x2F;&#x2F;github.com&#x2F;anderspitman&#x2F;awesome-tunneling">https:&#x2F;&#x2F;github.com&#x2F;anderspitman&#x2F;awesome-tunneling</a>
评论 #37550077 未加载
评论 #37551064 未加载
评论 #37550466 未加载
评论 #37565746 未加载
评论 #37567046 未加载
评论 #37549227 未加载
评论 #37615598 未加载
akavel超过 1 年前
FWIW, I recently found a VPS offering for $1.41&#x2F;month (!) @ 1.5GB RAM &amp; 30GB HDD via <a href="https:&#x2F;&#x2F;lowendbox.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;lowendbox.com&#x2F;</a>, at <a href="https:&#x2F;&#x2F;my.racknerd.com&#x2F;index.php?rp=&#x2F;store&#x2F;black-friday-2022" rel="nofollow noreferrer">https:&#x2F;&#x2F;my.racknerd.com&#x2F;index.php?rp=&#x2F;store&#x2F;black-friday-202...</a> (please note I have no idea how reliable it is though!). I managed to deploy NixOS there through nixos-infect (<a href="https:&#x2F;&#x2F;github.com&#x2F;elitak&#x2F;nixos-infect">https:&#x2F;&#x2F;github.com&#x2F;elitak&#x2F;nixos-infect</a>), and then further configure it with NixOps. That said, using NixOps does currently require a Linux (or Mac, probably) box as the managing one, and some Nix-fu, which is definitely non-trivial. A draft (WIP) writeup on that, if you&#x27;re interested: <a href="https:&#x2F;&#x2F;github.com&#x2F;akavel&#x2F;scribbles&#x2F;blob&#x2F;main&#x2F;_drafts&#x2F;20230830-%40nixops-howto.%40flakes.md">https:&#x2F;&#x2F;github.com&#x2F;akavel&#x2F;scribbles&#x2F;blob&#x2F;main&#x2F;_drafts&#x2F;202308...</a>
johnea超过 1 年前
I do agree that it&#x27;s not exactly &quot;self hosting&quot; when you use vultr.com<p>Once you&#x27;ve gone to all the other trouble, pay a little extra to the ISP for a static IP, and then any computer is your own &quot;cloud&quot;...
评论 #37548451 未加载
评论 #37548927 未加载
alabhyajindal超过 1 年前
I love this article.<p>The section &#x27;More Indie Tips&#x27; is great, especially if you don&#x27;t plan to follow the guide: <a href="https:&#x2F;&#x2F;sive.rs&#x2F;ti#indie" rel="nofollow noreferrer">https:&#x2F;&#x2F;sive.rs&#x2F;ti#indie</a>
baz00超过 1 年前
Relying on your cloud provider&#x27;s backup &#x2F; restore solution is not a backup.
kartoshechka超过 1 年前
great post! I&#x27;d like to mention one more &quot;indie&quot; tip - physical security key is nice to have (2 even better) if you plan to lose&#x2F;break your phone, or travel frequently. Add the most important auth keys (bank, email, etc) directly to the physical key, back them up on the second one, and now you&#x27;re less &quot;working smartphone with an active sim&quot; dependent :)
0pteron超过 1 年前
All good until Vultr or any of the services you rely on have to do maintenance (guaranteed to happen at least once in my 10+ years of VPS hosting) or even worse, one of the services loses data (Never happened to me, but I&#x27;ve seen it).<p>I just want to throw out buyvm.net as a block storage alternative. Not as big as vultr but super reliable and affordable, they have a discord and the owner is great
nyanpasu64超过 1 年前
Would it be practical to use mesh networking (eg. Hyperboria, <a href="https:&#x2F;&#x2F;changelog.complete.org&#x2F;archives&#x2F;10478-easily-accessing-all-your-stuff-with-a-zero-trust-mesh-vpn" rel="nofollow noreferrer">https:&#x2F;&#x2F;changelog.complete.org&#x2F;archives&#x2F;10478-easily-accessi...</a>) to access your machines from remotely using their public key rather than a domain name you have to pay for and renew?
ojbyrne超过 1 年前
Minor quibble&#x2F;correction request - the FreeFileSync section (Windows specific) includes some Mac-specific instructions in Step 8.
chillbill超过 1 年前
I&#x27;m all for tech independence. But if you need to be spoon-fed the instructions like this and you don&#x27;t get what most of it is doing, YOU DON&#x27;T WANT TO DO THIS. Best case scenario you&#x27;ll get locked out of your own stuff or important information.<p>Yes, you should strive for that, and you start by learning. Contrary to popular belief, you don&#x27;t need to be a linux ninja to be able to host your own website and calendar.<p>The stuff mentioned in this article are the bare minimum, and you should want to do it yourself without being spoon fed the steps.<p>With that aside, this is exactly the kind of guide I would expect a three-letter agency contractor or worker to spread in order to &quot;help you&quot; stay off the grid, then unceremoniously drop a disaster on your head.
评论 #37549182 未加载
评论 #37557589 未加载
december456超过 1 年前
Teaching newbies &#x27;independence&#x27; by downloading random untrusted files off the internet and running them as system admin...not a cool guide i would say.
评论 #37548229 未加载
评论 #37547755 未加载
评论 #37547544 未加载
评论 #37548691 未加载
评论 #37548538 未加载
koch超过 1 年前
I really can&#x27;t believe there doesn&#x27;t exist a good &quot;home box.&quot;<p>There should be a product that you can buy (a computer) that you bring home, plug in, set up via your phone or computer that:<p>- can host websites<p>- can store your files and sync them to other devices<p>- control your home automation<p>- host your email<p>- anything else you might otherwise put on a server<p>And does it all EASILY with a simple phone or web UI.<p>Yes I know you can actually buy a computer or server or raspberry pi and put something like NextCloud or Home Assistant et al. on it, but the real barrier imo is the setup and configuration. Even I don&#x27;t do all this because it seems daunting to configure all of it, and I consider myself a pretty technical person. I really just want to buy a box, plug it in, and like select which apps I want to use, and then it starts working for me.
评论 #37548615 未加载
评论 #37548846 未加载
评论 #37549487 未加载
评论 #37548524 未加载
评论 #37556110 未加载
评论 #37549691 未加载
评论 #37548527 未加载
harryvederci超过 1 年前
Ignore the snarky comments, this is a good initiative. Respect.
评论 #37549386 未加载
评论 #37548532 未加载
znpy超过 1 年前
Tech independence… then uses a third party service for outgoing email. Smh.
评论 #37548201 未加载
评论 #37547554 未加载
评论 #37547710 未加载
评论 #37547535 未加载
评论 #37547536 未加载
评论 #37547880 未加载
评论 #37547556 未加载
评论 #37548543 未加载
ChrisArchitect超过 1 年前
This is posted every month for months and months --- anything new here?
评论 #37552643 未加载
dusted超过 1 年前
I upvoted this before realizing it&#x27;s a just a plug for some stuff, &quot;porkbun&quot;, &quot;vultr&quot;, &quot;freefilesync&quot; and some app called &quot;davx&quot; yeah, no, just by the amount of stuff you need to sign up to outside of the base BSD system, this is not tech independence.
评论 #37553894 未加载