• 14 Posts
  • 86 Comments
Joined 2 个月前
cake
Cake day: 2025年6月10日

help-circle













  • " Time poverty is a problem partly of perception and partly of distribution ," says the article. In fact, neither of these is true. Time poverty (in the US, at least) is an invented means of social control. Our Puritanical leadership has – for probably close to a century now – turned “having idle time” into a moral failing which can then be used as a cudgel by bosses, a call-to-action (and exclusion) by politicians, and explanation or excuse by people looking for reasons why things go wrong (without, you know, having to actually go looking for the actual reasons). David Graeber’s excellent book Bullshit Jobs goes into great detail about how our society has invented all sorts of requirements for keeping busy because our leadership is terrified by the idea that many of us could actually be idle sometimes and society wouldn’t come crashing down.








  • 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 :)