Fair enough, but then I can think of an even better place to put the icon: the control center that is a single swipe away from any screen in the OS. This is all moot in newer iPhones tho, as the physical camera button in the lower right is the easiest and fastest way to get to the camera.
Anyhow, this is all just personal preference, of course. Anyone is free to put a camera icon anywhere they please. I just personally can’t stand clutter in my home or lock screens, so I tend to keep the number of apps there to a minimum and access everything else either via Spotlight or Control Center widgets.
I couldn’t get it to trigger until I opened the camera app and made sure to switch to the front facing camera before exiting. After doing that I was able to consistently trigger the indicator when swiping across and long-pressing the icon.
EDIT: it also only seems to happen if the camera icon is on one of your Home Screen pages. I haven’t been able to reproduce the behavior when swiping across the icon while in the App Library. Wonder why they decided to do it that way? Do most people keep a camera icon on their Home Screen? That would be baffling to me. Why clutter your Home Screen when you can so easily access the camera from the lock screen or by using the physical camera button on newer iPhones?
The way we do it where I work (large company in the cloud/cybersecurity/cdn space):
- Chains of manageable, self-contained PRs each implementing a limited scope of functionality. “Manageable” in this context means at most a handful of commits, and probably no more than a few hundred lines of code (probably less than a hundred tbh).
- The main branch holds the latest version of the code, but that doesn’t mean it’s deployed to production as-is. Releases are regularly cut from stable points of this branch.
- The full “product” or feature is disabled by a false-by-default flag until it’s ready for production.
- Enablement in production is performed in small batches, rolling back to disabled if anything breaks.
In that situation either (1) someone will pay for everyone at the table and then everyone else will “Swish” (the name of the local money transfer app) them their respective share of the total bill; or (2) they’ll just ask the server to split the bill and each person pays for their part. Both are actually quite common, and having lived many years in Sweden, I’ve never eaten at a restaurant where asking the server to split the bill was a problem.
Your experience mirrors mine. My wife and I used Walmart+ for grocery deliveries basically every week for a year without any issues up until a couple of months ago. Suddenly, they started fucking up every single order, delivering things to the wrong address, missing items, or even claiming to have delivered an order that never arrived. After calling and complaining for the 10th time in a row, we gave up. We were so pissed off we even made a point of canceling the service, even though we get it for free as a credit card perk.
Not all Latin-American countries experienced the same level of mestizaje and colonization. The southern part of Chile, in particular, was never successfully colonized by the Spaniards, and mapudungún, the language of the Mapuche people who live there has had (and continues to have) a tremendous influence on Chilean Spanish.
In fact, it’s so easy to know where North is that it’s very common to use cardinal directions when describing locations or meeting points in Santiago, as opposed to using landmarks. For example, when meeting a friend you may say “I’ll meet you on the north-eastern corner of the crossing of Pedro de Valdivia and Irarrázaval Avenues”, and everyone involved will know what that means.
It's the same in Spanish. As a native Spanish speaker (and a Swedish speaker too!), this really annoyed me about the first two paragraphs of the article. The authors clearly didn't speak the languages they were commenting on, as the expressions they compared are not analogous to each other!
My family recently had to put down one of my family's beagles who had been with us for 15 years. She was blind, could barely walk, and was having trouble keeping food down, and we decided it was time for her to go to prevent her from suffering. My father, my sister, and I were in the room all together when the vet put her to sleep, and me and my sister held her until she stopped breathing altogether. It hurt, and I keep crying every time I think about it, but OTOH I am absolutely certain us being there made her feel safe and calm, and made it easier for her to pass in peace. The fact that I was able to be there and say goodbye in her final moments is a memory that, although very painful, I treasure tremendously.
A couple of years ago I used to mountainbike quite seriously and commute 14km round-trip to university. I have since then switched first to commuting on a scooter, then to a OneWheel, and most recently to an electric longboard. I would never go back to a bike for commuting for a number of reasons:
1. I cannot bring the bike in to many places such as the office or the gym, it must be parked outside exposed to the elements. On the other hand, scooter, wheel, and longboard can all easily be picked up and carried indoors basically everywhere, including public transit, shops, gym, and office.
2. The bike requires physical effort, which is great if you're biking for fitness, but when I'm commuting somewhere I don't like to have to shower as soon as I get there.
3. Onewheels and skateboards in particular are so much more fun to ride than bikes on regular roads. (Bikes are still way superior on trails and mountains though).
Part of what I remember about the process is that you don't actually get to speak to anyone until quite late in the process. I think I only finally got to jump into a call with the hiring manager after passing both the written essay and the personality test. I also have to admit Canonical was the first company to get back to me during my latest job search, and I the time I had no other offers so I just kept moving forward with them. Their process is relatively lengthy, however, so when I reached the offer stage I was interviewing with other companies and even had some verbal offers, so declining wasn't too hard.
I did. I passed all rounds and was extended an offer, but the pay was way below what I expected and so I declined. They also don’t sponsor visas or relocation, which was a dealbreaker for me as well.
Same experience here. I have a 16" M1 MBP for work (mostly Go and Rust development), and it's the best computer I've ever had. It's a beast that can handle anything thrown at it without even spinning the fans up, it's insane. It's closely followed by my personal 16GB M1 MBAir which I am currently basically only using as a LaTeX machine to write my PhD thesis on. The Air in particular has AMAZING battery life, I can go days and days without charging it while using it for several hours a day. It's also faster and more responsive than my previous i7 tower with 32GB RAM, and that's saying something.
I'm a doctoral candidate at the Royal Institute of Technology, in Stockholm, Sweden, researching latency-sensitive distributed applications on Edge Computing. I have...
- ... 6 years of experience in experimental and testbed research on distributed systems.
- ... 5 years of professional work and research experience using Python and Linux.
- ... 3 years of experience with public clouds (AWS, GCP) and related technologies (Docker, boto3).
- ... a deep understanding of and experience with the TCP/IP networking stack.
I'm a doctoral candidate at the Royal Institute of Technology, in Stockholm, Sweden, researching latency-sensitive distributed applications on Edge Computing. I have...
- ... 6 years of experience in experimental and testbed research on distributed systems.
- ... 5 years of professional work and research experience using Python and Linux.
- ... 3 years of experience with public clouds (AWS, GCP) and related technologies (Docker, boto3).
- ... a deep understanding of and experience with the TCP/IP networking stack.
I just want to present a counterpoint to your claim that in the EU, CCs matter less: there are countries in the EU like Sweden where cash is virtually non-existent. Basically everything is card-based here, I've even seen panhandlers who accept electronic payments in Stockholm.
My thoughts exactly. I'm currently working on a paper together with an older professor who barely manages to use Overleaf, and this is how I make it work. I keep my copy of the paper on my personal remote git repo. On my local workspace, I keep a clone of that repo with an additional branch tracking the Overleaf version. Then it's just a matter of merging branches whenever any of us make changes. She gets to enjoy the convenience of using Overleaf and I get to keep using VSCode and all my extensions without hassle.
Anyhow, this is all just personal preference, of course. Anyone is free to put a camera icon anywhere they please. I just personally can’t stand clutter in my home or lock screens, so I tend to keep the number of apps there to a minimum and access everything else either via Spotlight or Control Center widgets.