• 7 Posts
  • 29 Comments
Joined 3 months ago
cake
Cake day: June 10th, 2025

help-circle












  • I’ve seen this ask come up a number of times now – and to a certain extent, the Piefed and Mbin frontends do kinda to it already in that you can have your microblog and threaded content in the same UI. But before taking that further with pixelfed/loops integration as well, ask whether it’s really a good idea. There’s a reason why Twitter, Facebook, and Reddit are separate sites, and why none have tried to implement the UI or feature set of the other. I would make the case that the fediverse would really benefit from a portable user IDs auth system that could be used between different services or instances (which Nostr kinda does, and there are other zero-knowledge proof-based services that could be integrated), but with regard to content display and just interacting with content, having 3 different tabs open with the 3 different kinds of content/conversations just makes a lot more sense to me.







  • Lol, but there are lots of applications for nondeterministic computing that are not LLMs. Some of the famous-y ones would be like Monte Carlo Tree Search (MCTS), which is used in reinforcement learning (e.g., AlphaGo) to explore game trees probabilistically, Markov Chain Monte Carlo (MCMC), where you use randomness to sample from complex distributions (e.g., Bayesian inference), and zero-knowledge proofs, where you use randomness to verify information without revealing it. You could probably get an LLM to make a longer list :)