• 2 Posts
  • 24 Comments
Joined 12 days ago
cake
Cake day: November 10th, 2025

help-circle





  • Could this be the run-up to Apple acquiring Perplexity? I remain convinced that Apple defending their internal AI division shows they are close to a major acquisition and are just waiting for a valuation dip on one of the major competitors. Distribution is a solved problem for Apple, what they need is proven usecases and a competitive tech stack.

    That said, search and consolidating multiple model APIs isn’t a great match for what Apple needs, and their optics aren’t great. My bet is still on Apple acquires Anthropic in 2026.


  • As a non-coder interested in self hosting and somewhat aware of cybersecurity, this is the most relevant take for me.

    An application that facilitates safe self-hosting of many different service is great, however for it to be actually safe and useful it must either be a cybersecurity service keeping up with the pace of threats (which is essentially the corporate closed source model) or from the ground up be an educational platform as much as an application. Documentation needs to not only be comprehensive, but also self-explanitory to a non-technical audience. It is not enough to state that a setting or feature exists, it must also be made clear why it should be used and what the consequences of different configurations are.

    This approach is almost never done effectively by FOSS projects unfortunately. Fortunately I think we are at the point where it is completely feasible for this type of educational approach to be fully replicable and adaptable from a creative commons source to the specific content structure of the application user manual using LLMs (local ones). The big question is, what is the trusted commons source of this information? I suppose there are MIT and other top university courses published for open use online that could serve as the source material, but it seems like there is likely a better formatted “IT User Guide Wiki” and “Cybersecurity Risk and Exploit Alert List” with frequent updates out there that I’m not aware of, perhaps the annals of various cybersecurity and IT associations?

    Anyway I’m aware this is basically calling for another big FOSS project to build a modular documentation generator, but man would it help a lot of these projects be viable for a wider audience and build a more literate public.