Ask stories

Live mirror
28 storiesupdated 0s agoView source snapshot
  1. Ask HN: What are you working on? (September 2026)
    1120comments
  2. Ask HN: Slow OpenAI Inference on AWS Bedrock
    1comments
  3. Ask HN: Lesser known features of macOS/iPadOS/iOS/etc. 27
    5comments
  4. Day 13. Three production applications on AWS down
    2comments
  5. Which crossword generator do you use?
    discuss
  6. SuperColoring – a simple crossword generator for learning and fun
    discuss
  7. Ask HN: Where is all of the AI coded software?
    6comments
  8. Started Learning Pentesting
    discuss
  9. Working on Plug and Play personal AI Memory that works across AI agents
    discuss
  10. Ask HN: Why is Pulley (cap table) shutting down?
    1comments
  11. Ask HN: Why 17?
    1comments
  12. What are you building,Lets explore each others
    3comments
  13. Ask HN: Are 80s high school hobby programmers overwhelmingly pro-AI?
    34comments
  14. Ask HN: How are you managing aging relatives passwords?
    15comments
  15. Tell HN: iOS 27 does not allow Apple Intelligence to be disabled
    25comments
  16. Ask HN: What would make you trust an AI's assessment of your understanding?
    3comments
  17. Ask HN: Would a startup for young creatives who reject AI be feasible?
    24comments
  18. Ask HN: What default model do you use and why?
    103comments
  19. Ask HN: Should we start airgapping our personal devices?
    7comments
  20. Ask HN: What would make self-hosting easy enough for average consumers?
    7comments
  21. Ask HN: Developers – Do you let agents write production code?
    11comments
  22. Has anyone made a legacy codebase more legible to AI coding agents?
    2comments
  23. A repo gained 3,278 stars while GitHub showed Andrej Karpathy as a contributor
    3comments
  24. Tell HN: Screenshots on macOS don't have to be date named files with spaces
    5comments
  25. YouTube has banned Dmitry "Savromat" Chernyshevsky
    discuss
  26. Tell HN: OpenAI keeps re-enabling the 'allow training' setting
    188comments
  27. Ask HN: Is there an emerging pattern for NEGATIVESKILLS.md files?
    3comments
  28. Ask HN: Did Google kill its enterprise workhorse model?
    18comments
  29. End of available stories

Ask HN: What would make self-hosting easy enough for average consumers?

5 pointsby 1d ago
7 comments
In the recent days I've realized that people want more control over their digital data, this became more apparent to me when I saw Sony getting backlash on their recent announcements. People are considering to even pirate music again just because they want more control over their data.

So I've been wondering that almost every household now has some amount of digital data that needs to be taken care of. Some having more data than others.

Considering the current situation of self hosting and NAS products, what do you think needs to change to make an average consumer even consider self hosting or a NAS product?

1d agoHN ↗

I feel nerd sniped.

Onion services. Just make it normal. Some may say that's overkill. It's really not today.

It happens to be the best way to self-host with privacy by default.

I don't buy that they are too slow. Its not. It's perfectly adequate.

1d agoHN ↗

Onion services never came in my mind tbh, but I think the core problem with onion services is the same with most NAS products and self hosting services out there. Most of the average consumers don't know what Onion services are, plus the technical knowledge barrier is still there, which is the main reason average consumers don't adopt self hosting. Which leaves us with the main question again, which technical barrier has to be removed to make the average consumer even consider self hosting in the first place?

1d agoHN ↗

Three commands and you can transform the old phone, computer into a usable service and access it worldwide and its costs nothing.

Perhaps it's just the knowledge that that is possible. People want digital sovereignty. They just don't know how easy it can be.

Most people have an old Mac, used phone in the drawer collecting dust already. The barrier is extremely low.

1d agoHN ↗

which technical barrier has to be removed to make the average consumer even consider

that would be all technical barriers removed at once in an affordable, expandable and good looking personal server device i guess

1d agoHN ↗

First you need an Operating System that can withstand direct Internet exposure for a decade without incident. Any administration required is going to kill it dead. There are no suitable OS options available at present.

Then you need to make the actual service dead simple to use from anywhere. Punching through NAT and firewalls are the main issues there.

23h agoHN ↗

An immutable linux base, like Flatcar, combined with dockerized apps for isolation and easy per-container updates could come pretty close if some engineering were put into UX.

You'd need to have unattended upgrades, or perhaps a companion app where you can send the user a push notification to say "hey bruh update your shit". Would also need engineers to support those updates.

Tailscale pretty much solved NAT traversal.

16h agoHN ↗

The containerizing is almost a capability based security system. Instead of adding that layer to block everything except a certain resource, why not change the defaults in the OS so that it defaults to NO access instead? Saves resources, provides much better security.