One big thing RHEL has going for it is that it has a DISA STIG, which Ubuntu/Debian/other distros lack, so it's firmly cemented as the distro of choice for some DoD networks. Otherwise I think Ubuntu and its plethora of spinoffs seem to be taking the lead.
With that said, you're right that RHEL is firmly entrenched in the DoD. I previously worked in a DoD shop that ran a fleet of RHEL servers (still enjoying, and paying a lot of money for, Extended Life-cycle Support to RHEL 6...), and when I left that job I decided to start using Fedora on my personal laptop to stay in touch with Red Hat stuff, in case I ever wanted to go back to a job in that world.
As the other commenters said, my Moto G Power has one, and you use the earbud cord as the antenna. It's super useful when storms knock out communication towers in our area because I can still get the local weather and news over FM.
Not sure if it's just StackOverflow or the whole of StackExchange. I used to be active in another StackExchange subject site and it was incredibly toxic (and I say this as someone who is generally open to letting people speak their mind in any fashion they see fit). I was advocating that we let low quality questions get answered and remain, while providing feedback on how to ask better questions, and eventually (hopefully) raising the quality overall for all users of the site regardless of their experience level. You might have thought I'd suggested child sacrifice with the toxic responses I received for suggesting this. Net result -- I left the site altogether never to return, and found that Reddit was much more open to my idea of nurturing "newbies" rather than squashing them.
I agree. There's a big difference in being lonely and being alone. There's also a big difference between isolation and loneliness. You can be isolated but not lonely, and likewise you can be lonely and surrounded by folks.
The other facet here is that it's easier to choose loneliness than isolation, though it's less likely to be chosen directly. I feel like it's chosen indirectly by choosing avoidance of vulnerability. Vulnerability is the price you pay and risk you take to ameliorate loneliness.
Hardly anyone can fully become isolated. You have to work to live, and so by default you are forcefully un-isolated. Loneliness however can come about by avoiding being vulnerable with others. Men seem to be particularly susceptible to this avenue to loneliness.
One thing I have really appreciated in the last few years - even though the naive interpretation, as you said, gets it backwards - is being able to avoid lots of non-enjoyable / productive “interactions”… things like being able to wait in my car to be called back for appointment, rather than sitting in a waiting area.
I’m still masking with a N95. I’m not super high risk, but I am at elevated risk AND I’ve managed to dodge catching it so far. As an autistic person, it’s a bit of a leveler (less so now that most proble have stopped) since a lot of those non-verbal cues are, well, masked. Similarly, I really appreciate that now many more places allow for text/email customer service… again, helpful since I’m not under time pressuew to communicate
Nana used to tell people "my grandson is a rocket scientist" lol. I work on ARINC653 OSes, which do sometimes go into rockets, but mostly just aircraft.
Oooff.. these are hard-hitting stories for me. I can relate similar anecdotal evidence though; my parents called just today to vent about the cost of a carton of eggs at the discount grocer. We've not noticed it too much yet, save the cost of some meats locally. I expect it will catch up here when it's not our growing season.
Zapier is really awesome for the non-tech crowd. I think this space is only going to continue to grow. I decided to build https://atlasconnex.com for developers who need more fine-grained control, but don't want to stand up their own infrastructure. The project is recently launched, so the number of connectors is growing rapidly. One my favorite (again, I'm the developer!) connectors is the "build your own" connector. You define a Python function and declare a period for it to run (once/min up to once/24hrs) and then you can do basically whatever you need inside that function. So if you need to poll an API endpoint, or pull a file from an SFTP server etc., you can create events based on that data that are then processed through transformers and filters and then delivered to their final destination.
Moved a SaaS tool from Linode to DigitalOcean. Reason for the move was security driven. DO's K8S volumes are LUKS encrypted at rest by default; one less thing in your security controls to worry about. Prices are higher than Linode's, and have had some reliability issues occasionally with the LoadBalancer, but for the most part it works really well.
The SaaS tool was mostly cloud-agnostic, so the changeover was not terrible. Changing the deployments to use DO's CSI storage, setup secrets, deploy services. I stood up the entire infra on DO, then moved the DNS over one subdomain at a time.Took about 4 days to make the move, including validating everything, and finally cutting off Linode totally.
Interesting to hear. A friend also had a lot of trouble with Linode reliability and moved to a bigcorp after that. Running a multiplayer game, even turn-based, had huge hiccups and the problem simply didn't reproduce on the new systems. Iirc support couldn't do anything but I'd have to ask for the details.
He spent a lot of time debugging it with a minimal example to rule out other causes, iirc a websocket pinging every few seconds on their kubernetes offering (again, I'd have to ask for the details), and it reproduced on Linode but not on the platform they were considering moving to (with a similar hosted kubernetes offering).
Agreed here. I do this type work for a career, and if you need safety critical + real time (which really just means known and bounded time) guarantees, anything with an ME type device that can usurp the cores is generally a no go. Especially if the source for the firmware for said ME is not accessible.