• 0 Posts
  • 40 Comments
Joined 2 years ago
cake
Cake day: August 4th, 2023

help-circle
  • Firefox based browsers don’t as far as I know support protocols direct to usb connections, so if you’re using a web app based application (for example, some keyboard software) to flash your layouts you need a chromium based browser, and people generally choose brave over chrome (though I think it would be 100% fine to use chromium with hardening but that’s difficult with some of the upstream changes making chrome extension store less helpful — built in mitigations upstream as found in brave may be helpful in this regard, and faster).



  • I don’t believe this is quite right. They’re capable of following instructions that aren’t in their data but appear like things which were (that is, it can probabilistically interpolate between what it has seen in training and what you prompted it with — this is why prompting can be so important). Chain of thought is essentially automated prompt engineering; if it’s seen a similar process (eg from an online help forum or study materials) it can emulate that process with different keywords and phrases. The models themselves however are not able to perform a is to b therefore b is to a, arguably the cornerstone of symbolic reasoning. This is in part because it has no state model or true grounding, only probabilities you could observe a token given some context. So even with chain of thought, it is not reasoning, it’s just doing very fancy interpolation of the words and phrases used in the initial prompt to generate a prompt that is probably going to give a better answer, not because of reasoning, but because of a stochastic process.






  • While this is true, algorithmic feeds virtually guarantee that echo chambers exist within a platform already. Fascists won’t leave YouTube because they feel it’s “too woke” or offering varying viewpoints, they’ll leave because the people they already watch there tell them to go to the other service. So I think it’s possible Elon attracts the fascists, destroys YouTube’s ability to monetize that part of their algorithm, and consequently have to improve service for others to try and ensure other fringe echo chambers don’t follow suit.






  • Almost. If you own a share of a company, you own a share of something fungible, namely literal company property or IP. Even if the company went bankrupt, you own a sliver of their real product (real estate, computers, patented processes). So while you may be speculating on the wealth associated with the company, it is not a scam in the sense that it isn’t a non fungible entity. The sole value of crypto currency is in its speculative value, it is not tied in theory or in practice to something of perceptibly equal realized value. A dividend is just giving you return on profit made from realized assets (aforementioned real estate or other company property or processes), but the stock itself is intrinsically tied to the literal ownership of those profit generating assets.



  • Reading the article I’m not sure why I should t use ZFS on a boot drive. The author does, and was able to set up a nice incremental (encrypted) backup solution that was able to get them back up and running relatively quickly.

    Only thing I can think is the manual nature of it maybe? I don’t see how btrfs would be better here based on the article unless I missed something perhaps?