• 0 Posts
  • 141 Comments
Joined 5 months ago
cake
Cake day: March 28th, 2026

help-circle
  • just hosting, and it was still too unprofitable.

    This is true for the AI companies as well. Only token-priced inference is actually profitable, and companies paying for AI have now realized that it costs like $100k a year or more per developer to be able to use a frontier model all day at token-pricing and doesn’t 10x developer output, it just moves the onus from code generation to prompt engineering and code review.



  • Pulling out insta or tiktok or whatever is a purpose-built dark pattern. The algorithms, content, and user interface are designed to turn you into a mindless consumption machine because the more ads you scroll or affiliate items you purchase the more money they make. So I don’t think the answer is “can we transfer their addiction to the fediverse.”

    The fediverse is not without friction and that should be acknowledged. There is not “put in your phone number, confirm text message, receive dopamine.” You need to make an account with a password, choose an instance, some apps may have things to auto subscribe to for you, but most of that is on you. So they would need to want to switch, hurdle the friction, know that there is less content, and far less of it is built to provide dopamine hits so you scroll to the next ad. And if that is the fediverse you envision to get people onto it, I don’t share that vision.















  • Yeah the code only accepts one domain AFAIK that it uses for federation and everything in the UI/API. So even if you could host it at .onion, links, images, in-browser API calls, etc would all serve from the public domain if you wanted federation. The code would need to be written to support alternative domain access with an authoritative domain for federation. In theory you could put some sort of proxy in front that just rewrote everything the server output to replace with .onion and then intercept every request to change the header so the server thought it was coming from the standard TLD, but that’s incredibly fragile and a ton of work.