JabRef before version 3 was pretty compact and snappy. It's essentially editing a text file for taking notes, except you can search through, download arxiv and journal articles (with LocalCopy extension), launch the associated PDFs.
It's interesting that the male voices are all so much worse than the female voices (several are quite good). There is bias in machine learning, but I wonder whether there is also systematically more training data of female speech?
That there were 0 equivalent products to the first iPhone is just a blatent lie. But repeated often enough, it overrides memory and becomes true, I guess.
> What does it mean that that I feel my anxiety in my gut? And that I clearly feel when I’m speaking from my head or my heart (or both)? [...] What does it mean that that I feel my anxiety in my gut? And that I clearly feel when I’m speaking from my head or my heart (or both)?
An unjustified logical jump here seems to be that where you feel your thoughts and feelings are coming from is where the responsible neurons are. The assignment of the feeling of origin may be a separate mechanism.
A browser using 32 GB for 8 tab isn't necessarily wasteful, there is a lot of caching one can do to make back/forward buttons extremely fast. It would be wasteful to not allocate that memory if it is otherwise free and unused.
Usually browsers use up what is available. The more interesting metric would be whether starting another high-RAM application will lead the browser to give up most of the 32 GB.
Unit and Integration testing is great for decreasing cognitive load too. When you are staring at an error stack trace of a complex code base, and go through mentally what could have played out to cause this, it's great to have confidence in components due to testing. Hypothesis/QuickCheck is allows dropping entire classes of worries.
The words "good" and "very bad" indicate that the world is less important to that person than themselves. I'd be okay with a bit of personal harm if it helps against climate change.
Ultra-processed food does not have an agreed-upon definition, and is the new "junk food" with the pretense of being more scientific. Is bread and pizza ultra-processed food? Studies do not agree on their definitions, sometimes including ingredient lists, sometimes not, sometimes it is required that the product is made in small shops with love and not in large factories. The mechanism of how ultra-processed food are supposed to cause harm remains undefined.
Looking at the code, this converts PDF pages to images, then transcribes each image. I might have expected a pdftotext post-processor. The complexity of PDF I guess ...
I don't know if I should trust and run this code. If it was associated to Mozilla I would. It says it is a Mozilla Builders project, but https://builders.mozilla.org/projects/ does not list it. I don't see a way to verify that localscore.ai is associated with Mozilla.
Yes. Meteorites are being systematically collected to get impact statistics in areas that are tectonically undisturbed. They seem equally good places: Antarctica, Atacama desert, Greenland. In terms of bandwidth and maintainance they seem preferable to the moon. See the Arctic Code Vault in Svalbard.
As far as I am aware, there is no symbolic computing tool yet for probability distributions? For example, multiplying two multivariate Gaussian PDFs together and getting the covariance matrix out. Or defining all the ingredients for a Kalman filter (prediction model and observing process) and getting the necessary formulas out (as in sympy's lambdify).
I guess this implies that rescaling the window, or rotating your phone, will not update the view. Then you'd have to reload the page. That trade-off seems okay to me.