It's really just f**ing ridiculous that some of the earliest and most important digital systems we have are allowed to wall in their data with no API access. Banks suck so goddamn hard and are allowed to operate without any real competition and don't innovate at all. They are the definition of regulatory capture.
It's not really the banks' fault. They're all stuck leasing expensive information systems from entrenched third-party technology shops. They don't have software development dollars and they are extremely risk averse, to a paranoid degree. Thank the regulatory environment for that (state and federal).
Companies like Moov.io are trying to crack open this space and provide the levels of integration we see in other industries.
But it's really hard and slow.
Considering that scope, the people for whom this could be useful are those who have very few embryos, one or more of which have trisomy-21. With a young couple, they will have many embryos and preimplantation genetic testing will reveal trisomy-21 early enough that even if they have fertility issues they can just run more rounds of IVF.
With an older couple or one with severe fertility issues, they may only have one or two embryos to work with.
This is all science-fiction, though, since a technique like this will require a lot of work (both in development and in regulation) before it can go live.
Oh, no. You don't get to ignore my actual experience with people and Covid vaccines. I watched 3 different anti-vaxxers in my family die begging for a vaccine while doctors struggled to save their dumb asses (yeah, mass spreading event).
> it can never be proven that vaccines don't harm us.
That's your job to prove, Mr. Skeptical. Not mine.
I very much can prove that not getting a vaccine does harm you. I've got a handful of measles deaths to point to right now. We've got step function decreases in reproductive cancers due to HPV vaccination. We've got shingles vaccines showing decreases in dementia and Alzheimers. I can go on and on.
It's up to YOU to show the contrary that the harm a vaccine does outweighs it's benefits.
People don't seem to get that "being skeptical" is simply the first step. After that, you are required to begin the hard work of massing factual evidence as well as cause/effect relationships for your argument.
Otherwise you are simply "obviously irrational and can't be reasoned with".
> I say this as a fully vaccinated (including COVID) vaccine enjoyer.
"I'm not racist, but ..."
Sorry. Statement gives you no credibility or authority.
Anyway, for everyone else, the J&J COVID vaccine is known to cause heart problems in certain men and boys. Here’s an article about the issue from the pre-RFK HHS era:
https://health.mountsinai.org/blog/wynk-heart-inflammation-m...
I would like:
// math/adder.cs
public static add(int x, int y) : int {
return x + y;
}
Instead of: // math/adder.cs
namespace math {
class adder {
public static add(int x, int y) : int {
return x + y;
}
}
}
Both are callable as: math.adder.add(10, 20);
// math/adder.cs
package math;
…code…
[1] https://time.com/7295195/ai-chatgpt-google-learning-school/ [2] https://www.microsoft.com/en-us/research/wp-content/uploads/...
It’s the umpteenth OTEL-critical article on the front page of HN this month alone... I have to say I share the sentiment but probably for different reasons. My take is quite the opposite: most value is precisely in the application (code) level so you definetly should instrument... and then focus on Errors over "general observability"[0]
Deleted Comment
Raid leaders are symptomatic of broken game design.
- Why not just handle all of this in the app? Do you think Apple won't allow it?
- Are you geofencing this functionality? It seems like per other comments this is US only.
- How are you handling existing subscribers (not sure if applicable)? Will you "encourage" them to migrate?