Hopefully it doesn’t get stuck as a glorified cache drive due to cost and forgotten like Intel’s Optane was.
The crash I referenced was caused by having the scrollbar enabled IIRC, and it was fixed earlier this year. It made it impossible to launch the main activity without crashing if you’d enabled that setting, so users were sharing workarounds to launch directly to the settings screen without loading any communities so they could disable it.
Sync has had serious issues in the past such as an easily triggered, reproducible, guaranteed crash on open, with the dev not putting out a fix for months. This neglect goes back several years, to back when Sync was a Reddit client. Most infamously he disappeared for over a year when his UI refresh wasn’t well received.
The app is great (I’m only on Boost due to user tags requiring a paid subscription in Sync), but his response time to issues is glacial. And it doesn’t help that it’s by far the most expensive client if you want it ad-free, and features that used to be free now require an even more expensive subscription to use on top of that.
I found that the initial euphoria helped me get out and do things I normally wouldn’t (like catch up with friends and family I’d lost track of over the years), and the satisfaction from that helped keep me naturally happy after the false euphoria faded. Your mileage may vary, but actually getting things done for once helped a ton with my related disorders like anxiety and depression and things weren’t nearly as bad even when I started feeling normal again. And remember, the medication’s ability to let your brain feel motivation doesn’t fade, only the euphoric feeling.
The danger I see is that I think I need to up the dose to match the euphoria from the start, while I actually need to get to the point where it’s 0 % euphoria, 100 % noradrenalin.
That’s one of the main things my doctor warned me about when I started taking Vyvanse. He said that even though it might feel like your medication isn’t working as well, to not to chase that rush because it won’t actually help your symptoms and you’ll quickly become tolerant of the higher dose as well. All you’ll accomplish is paying more for a higher risk of side effects.
Not to mention if you appear to be a drug seeker they might decide to switch to a different, non-controlled medication that doesn’t work nearly as well as what you’re currently on.
Also a constant feeling like a hundred bucks, better than many recreational drugs.
Be aware that the euphoria is a temporary side effect and will only last for a week or two. The “actually being able to do things” part will remain, but feeling like a hundred bucks is due to the drug literally being an amphetamine and will fade as your body becomes tolerant of the dosage level you’re taking.
It’s a social media thing. Supposedly posts get deprioritized by the algorithm if they contain “family unfriendly” words like kill or drug references. No idea if it’s actually true or just a myth, but it’s why users edit out innocuous words in these screenshots.
At least orcas don’t do to whales what they do to sharks - eat their liver and leave them to die in agony.
It boggles the mind that any language - let alone a systems programming language that most of the world’s infrastructure is built upon - wouldn’t adjust their specification to eliminate undefined behavior wherever possible. And C++'s all seem to be in the worst possible places, too.
Evie became a rich adventurer badass married to Brendan Frasier, so it worked out alright for her.
Knowing a construction worker’s usual sense of humor, I’d be afraid of one giving the guy sitting next to them a solid slap on the back as a joke. Especially if they had just expressed a fear of heights.
Mouse, because the first thing she did when I brought her home was fall asleep on top of my computer tower.
Edit: more cat tax. I wish I had a better camera at the time.
My previous cat loved chin scratches, the harder the better. She’d throw her whole body weight down on your fingers, to the point I worried about hurting her. When she jumped up on something, before doing anything else she’d make sure to visit the corner and rub her chin against even the sharpest edges with distressing force. I swear she was a masochist or something.
Cats are weird. I miss her.
Edit: blurry cat tax.
Google started work on Carbon due to the difficulty of getting the C++ standards committee to accept any real, fundamental changes to the language. If Google, a grandmaster at manipulating standards committees, couldn’t get something passed, I don’t foresee this proposal getting anywhere.
Null safety is orders of magnitude simpler than memory safety. Kotlin is a null safe language by default. Java is infamously not. Anyone who has worked on a mixed-language Kotlin project can tell you how quickly null safety becomes a pain once guarantees break down - and that’s in a language where these issues are flagged instantly and you can “fix” the problem in a couple of characters! Mixed memory safe/unsafe codebases would be a nightmare in comparison.
Also, C++'s ecosystem consists of deeply entrenched libraries with ancient codebases. Safe C++ might be useful in a decade or two if library maintainers could be pushed to make the switch (good luck with that, if it’s half as much of a paradigm shift as Rust), but by then there will probably be multiple competing language features that claim to solve the same problem. It’s the C++ Way™.
How else are you supposed to get the eggs to emulsify correctly?
There are two facts old space game fans could tell you about Chris Roberts: that he will never meet a deadline (one of the Wing Commander games, his claim to fame, only came out because the publisher got sick of his delays and forced a release), and that he desperately wants to be a Hollywood writer/director. Both explain Squadron 42.
But did he do the voices?
Right, I should have specified isolated VM. WSL and Windows are interconnected (even if some things, like accessing Windows files within WSL2, are horribly slow). Google’s solution probably won’t have anything like that, given their reluctance to allow users access to Android’s underlying systems.
18/f/California.
Jokes aside, this appears to be a full virtual machine rather than something like WSL that can interact with and manipulate the host OS. You probably won’t be able to do anything interesting with your Android files using it, just mess around in a sandboxed distro. So it’s still good for developers who want a portable Linux environment to run things in, but not nearly as useful as a properly integrated terminal would be.