To be fair maybe the app is done but not rejected by the Apple review process so there is some back and forth getting the app to pass. A lot of app politics to navigate for both Apple and Google to get your app out and published.
More then likely being a bank they probably have a lot of policies and procedures in place to get an app to the point where it is ready to be published and someone just figured out that Apple did an update.
If it is a dead body and it is being cremated you take it out so it doesn't explode in the crematorium. I say this as a former funeral director who had to remove them.
Even if HN mostly consists of people engaged in building or maintaining technology, technology is in every industry, so the discussion can credibly touch nearly every topic with some interesting depth.
I'm curious whether it was standard practice for you to check for a pacemaker prior to cremation or whether the process relied on a family member informing you?
An X-ray machine has capital and operating expenses, requires significant safety measures, licensing/inspection (at least in the US), and a trained technician.
That all is significantly more expensive than saying "you hand us a form telling us whether there's a pacemaker or not, and if you fuck it up you get in trouble."
I assume it's mostly an issue with the li-ion battery pacemakers? Plutonium wouldn't explode, though the casing may crack which would be less than ideal.
yeah, in england the resident doctors in training would get paid 25 pounds to certify there was no such device in a body, it was unofficially known as “ash cash”
Speaking as a Flutter dev, I would say it depends.
If you want to go all in on Android then do the native Android route. Gives you access to the full Android platform. If the app is for personal use you can see what UI framework works for you, XML files or Jetpack Compose. These days native Android means Kotlin which is a powerful language with another learning curve.
If you want to do cross platform or don't want to deep dive the Android APIs, Flutter is a great way to go. It is based on Dart which is easy to tackle if you have a Javascript background. The learning curve, I think for Flutter is not as steep as native Android.
If I had a preference I am biased towards Native Android but doing Flutter professionally has given me access to iOS development (something I could never do if I only did native Android), there is that.
Download Android Studio, try the sample apps and see which one does it for you.
I was a software developer during the dot-Com days. Lost everything when my company folded. Transitioned to being a licensed funeral director. Some of my funeral director highlights include working for the Office of the Chief Coroner, supporting the Canadian military during Afghanistan operations as a civilian funeral director and ending up in Haiti after the earthquake in 2010 to do recovery efforts for the Canadian government. Got injured on the job and ended up on long term disability. Transitioned back to be a developer because I used the downtime to learn to code again.
Let's just say the last 20 years of my life have been an adventure. Life is good.
I one of the organizers of a meetup called Coffee and Code in Toronto, Canada. We used to be a bi-weekly meetup in cafes pre-pandemic. After the pandemic started we moved online to a weekly Discord. We still posted the meetups on Meetup and now attract an international audience. 2 years later we are still going.
Now that restrictions are lifted in Ontario we will be going back to in-person meetups and probably by the end of the month we will be posting them on Meetup. I am optimistic that we will be able to bring people back.
Comparing this to some of the other comments, I'm jumping to a conclusion here, and doing so to see if you agree with this thinking -
It sounds like your success can be attributed to, at least in significant part, having a strong/sticky "base" BEFORE the pandemic started.
Would you agree/disagree that? More applicably to guiding the OP here, would you say that if you guys DIDN'T have that sticky base of attendees that you'd be as well-off or even around at all post-pandemic?
In other words, was it just popularity that got ya'll through (obviously you and yours did all the work, not saying otherwise!), or can you point to something else that the OP can replicate?
Again, not at all to "throw shade" at you here, just trying to see if your outcome is a reasonable expectation, and how applicable/likely it is for the OP, especially given the wide disparity in outcomes mentioned by others. Either way I'm happy to hear your meetup is doing well!
We do have a fairly regular group of core users that are usually there. Of course this core group will change with time given life commitments and other things that come up. Not uncommon for regulars to disappear for a while and show up later when life permits.
Something we have discussed about our longevity is early on we decided against using webcam meetups. All our meetups are voice only. I had a lot of feedback from people early on they preferred the voice only meetup. Now almost 2 years later, we question if this decision allowed us to avoid the webcam fatigue that most other groups seemed to suffer. It probably doesn't hurt we are in Canada's biggest and hottest tech hub.
Flutter release code compiles to AOT code which speeds up execution. React Native has the Javascript engine which can slow things down. For most of us here on HN, who are using flagship phones none of this really matters, however for other parts of the world that have less capable phones, the ability to run AOT compiled apps is a big deal. Flutter is a huge in Africa, mostly because it runs well on a lot of the popular phones there.