I suspect this will become increasingly common with companies that allow remote work. Atlassian is a large Australian tech employer that is full remote, and this is definitely the case there - performance reviews twice yearly and a very high attrition rate.
I can certainly see a company that wants to be remote-first making it work. Probably not one that has already invested tons of money and time in offices filled with well-established employees.
Anecdata: in Sydney, Australia, 5G on Telstra is incredibly fast (I get more than 1 gigabit at my apartment, but more typical / busier cells seem to be between 300-500Mb), and my experience using it mostly just for web browsing is it’s streets ahead of 4G.
I get 250 on 4G, so it seems like it's far from streets ahead. 4G can do 10x 4K streams at once, while 5G can do 15-20? A solution in search of a usecase. Not to mention 5G is significantly more unstable and patchy. Good luck with latency with a single wall between you and the tower.
What on earth do people do besides eating at home from a rotating set of straightforward recipes? Honestly curious. I’m the main cook in my home and we do eat out every other week, but who has time for that much experimentation?
The pandemic has had us eating in for the last year. There's a variety of food blogs/sites that have easy "can't miss" type recipes that are safe enough bets that you don't have to worry about making something else if they're failures.
We try to swap in one or two new recipes a week and the rest are the standards. You get an occasional hit new recipe and then it becomes a standard.
I cook new things by googling "Simple X recipe" and removing anything that doesnt feel essential and adding random stuff I want to get rid of. Usually cant replicate it later.
Free, no. Less expensive and more widely available than iOS devices, yes. Telegram also works on Linux, Windows and MacOS. There is a web version as well which works anywhere there is a reasonably recent browser available. The web version does not yet support calls as far as I know, this will most likely be added in the near future given that it is a rather trivial addition with plenty of free-software implementations available.
Only when you live in an Apple bubble which in practice comes down to the USA and parts of Europe. Elsewhere Apple is a margin player with the vast majority of mobile devices running Android. Telegram is available everywhere, for all "significant" devices and categories (desktop, mobile, web) which makes it a more universal option. It is growing at a rapid pace (200 million users in March 2018, 400 million users in April 2020, 500 million in January 2021 so probably around 600 million by now) with ~15% daily active users. This growth rate will probably increase with the recent brouhaha around Apple scanning devices in the hunt for illegal imagery.
For Telegram, your relying on the general populous caring that Apple is scanning their devices. I want this to be understood by the HN population: the general populous does not care about privacy concerns that they cannot see. They will not care that Apple is scanning for CP on their devices because they do not care that Apple scanned for Cp on the Cloud. The only time they would care is if Apple themselves were to physically send someone to their house, untie themselves in , and go through their stuff. Non tangible privacy violations outside of SSN data breaches are not on the mind of the general public.
I worked with AIX on Power5/5+ (mid 2000s) and their hypervisor for LPARs and what they called micro-LPARs at the time was astonishingly good. It provided very nice granularity and control for running multiple LPARs. An LPAR is like a VM, but is closer to bare-metal than what you find in an Intel environment. You had to allocate at least 1/10th of a virtual processor per LPAR. They had something called 'entitled capacity' where you could specify the minimum amount of CPU allocation the LPAR would get even if all LPARs running on the same hardware were running 100% busy at the same time.
It all worked exactly as advertised. I was on a small team that did performance monitoring, optimizations, and capacity planning and we watched the metrics very closely for production workloads (running DB2). It was seriously impressive.
I know the industry is full of technical jargon, but IBM is its own universe that pre-dates all of it.
Are LPARs like virtual machines, or like FreeBSD jails (which are like Docker containers, I think)? I get the impression that LPARs are full virtual machines -- each one could be running a different kernel as well as userland.
It's more like virtual machines. You had to use PowerVM, which would take care of virtual I/O, memory, cpu and network. You were able to split in micro partitions and do live partition migrations. In those LPARs you could then use WPARs, which was more like FreeBSD Jails and Solaris Zones. You had two options for it: application wpars and system wpars. I've used AIX[with all hw ecosystem] for many years as a main driver in a bank, and it was ahead of everything else in the market. Still brings good memories - loved it.
100% agree they always have worked in my experience too, still have the pleasure of occasional use of POWER7/8. I always recommended POWER/AIX for reliable compute where budget and s/w compatibility allowed.
I can confirm. I worked at an AIX and Linux shop for about 4 years in the early 2000's. We had a couple of "enterprise" customers who didn't yet trust Linux for their critical applications. It was IBM all the way.
Note, that for that era, AIX was a very solid choice. Only other real option was Sun/Solaris, which was dying after the dot-com implosion.