Unfortunately they have other ways to deprecate your device: App Stores won't work, apps won't talk to their backend with older versions or just straight up won't launch. Even Homebrew stopped supporting my 2015 Macbook I have for personal use.
I'm still rocking a refurbished Macbook Pro 2015 CTO model. I was planning on upgrading this year or the next because of the Mx chip, but it seems like with the latest MacOS version, Apple software is falling to Jevons paradox: even though compute is becoming extremely fast, Apple is deciding to spend that extra compute on things not important to me (fancy glass effects).
I'm gonna wait out a bit longer and see if I can get away with using only my Linux Desktop.
The Amazon forest is unique in many ways but most importantly because unlike other forests, it CANNOT grow back. The reason for this is that it is a leftover from when the planet was covered in rainforests because it was a lot warmer and wetter in the Eocene epoch. The forest is sustained by the rain it creates from itself. Once the trees are gone, the water will be gone. [1] We also have reasons to think this self-sustaining climate is going to collapse soon [2]
So far the best way to protect it I have found is through the Rainforest Trust [3] which is a foundation that's trying to purchase and protect parts of the rainforests that companies would otherwise cut or burn down for agricultural use.
I was seeing a neurochiropractor for a concussion last year and she used one of those on-neck devices to lower my heartrate in-between rehab exercises. It worked very well in my experience.
I have tried to quit social media many times, but I end up using something again after a few weeks. It usually happens when I'm too tired to think about anything like games, or to read an article, or when I have a lot of waiting time without a lot of entertainment (eg airports). I wonder what do you do during those times?
I used to use Sublime Text around 8-10 years ago, but once VS Code became a thing, I switched to that, then to Zed last year. Inspired by this post, I decided to give ST another try. Here's how it went:
1. Installed ST via brew, all good so far. Let's open my hobby project written in Go.
2. Syntax highlighting works by default, great! But uh-oh, there's no autocomplete or any LSP. Alright, let's install one.
3. Hmm I need to install package control first - right I'm starting to remember now. I'm thinking it's strange how they are still two separate entities.
4. Ok, PC installed. Let's install a... ok Package Control crashed...
5. Copying the error from the debug console points me to a two-year-old forum post where the accepted solution is to either remove OpenSSL (?!) or install a beta PC version (outdated now) or try to uninstall Package Control and
reinstall it.
6. Ok, how do I uninstall Package Control? The documentation says they are just package files stored on my machine. It doesn't tell me where those files are, and I can't find a menu point to open the folder containing them...
My Kindle had this "bug" where my side loaded books randomly disappear. As a workaround, I have to keep it in flight mode at all times. Not a big issue since that’s what I would do anyway, but in case my Kindle would break, I wouldn’t think long to buy an alternative
There are studies on microplastic toxicity already. These are linked directly in the OP article:
Even at low concentrations (1–30 µg/ml), photoaged microspheres at 1 and 5 µm in diameter exerted more pronounced biological responses in the A549 cells than was caused by pristine microspheres. High-content imaging analysis revealed S and G2 cell cycle accumulation and morphological changes, which were also more pronounced in A549 cells treated with photoaged microspheres, and further influenced by the size, dose, and time of exposures. Polystyrene microspheres reduced monolayer barrier integrity and slowed regrowth in a wound healing assay in a manner dependent on dose, photoaging, and size of the microsphere. UV-photoaging generally enhanced the toxicity of polystyrene microspheres in A549 cells
Maternal exposure to microplastics and nanoplastics has been shown to result in fetal growth restriction in mice. [...] Maternal exposure to both microplastics and nanoplastics resulted in evidence of placental dysfunction that was highly dependent on the particle size. The umbilical artery blood flow increased by 48% in the microplastic-exposed group and decreased by 25% in the nanoplastic-exposed group compared to controls (p < 0.05). The microplastic- and nanoplastic-exposed fetuses showed a significant decrease in the middle cerebral artery pulsatility index of 10% and 13%, respectively, compared to controls (p < 0.05), indicating vasodilation of the cerebral circulation, a fetal adaptation that is part of the brain sparing response to preserve oxygen delivery. Hemodynamic markers of placental dysfunction and fetal hypoxia were more pronounced in the group exposed to polystyrene nanoplastics, suggesting nanoplastic exposure during human pregnancy has the potential to disrupt fetal brain development, which in turn may cause suboptimal neurodevelopmental outcomes.
PS-MPs can decrease transepithelial electrical resistance by depleting zonula occludens proteins. Indeed, decreased α1-antitrypsin levels in BEAS-2B cells suggest that exposure to PS-MPs increases the risk for chronic obstructive pulmonary disease, and high concentrations of PS-MPs can induce these adverse responses. While low PS-MP levels can only disrupt the protective pulmonary barrier, they may also increase the risk for lung disease. Collectively, our findings indicate that PS-MP inhalation may influence human respiratory health.
I respectfully disagree. I have very little Linux/Unix/xBSD maintenance knowledge, but I started running my own server for my personal email and website. Although I used a script as a crutch to set things up at the beginning (thanks to sive.rs/ti), when I started digging in how things work - and when I eventually run into some issues like expired certs - I managed to understand things much faster than when I was trying to run a server before with Ubuntu.
For example, Googling things are easier since the tools don't change much over the years, so an answer from 10-15 years ago still works. Besides that, I could find most of my answers in the very well written man pages. There's also just fewer things happening so there's not much clutter to distract me finding the answers I need.
I'm still a beginner of course, but I feel like OpenBSD is good for any application where you need to run something and then "forget about it" - be it a server or maybe even a "kiosk"/informational screen.
I told my doctor about this effect of yawning and he said that’s just a reflex, unrelated.
However my tinnitus started when they removed my wisdom teeth and that’s also when my TMJ started, so I’m pretty sure they are somehow related, and my tinnitus is generated by some kind of a bone/ligament alignment issue.
It’s very interesting what you said about ostheopathy, I would try it out except I’m afraid it can just as well make it worse as it can make it better if the ostheopath doesn’t know what they’re doing. At least that’s what dentists told me when I asked about if fixing my TMJ would fix my tinnitus.
I agree. I've almost exclusively been working with Kotlin (and a little Go) for the past 5 years, writing backend code. Recently our team got the responsibility to take over an other project where the repos are written in Java. The difference is clear, it's like coding with one of my arms tied to my back.