It's mostly just annoying (for now). If you travel a lot it can amount to a couple hours extra per trip if you're unlucky.
But the bad part is that it's extrajudicial punishment/retaliation for protected speech. She hasn't been accused of anything that she can mount a defense against, so why is the government retaliating against what is presumably legal behavior? It's presumably legal because she hasn't been indicted for anything or notified of a pending indictment.
If the justification ends up being that they've marked you as a "domestic terrorist" for exercising your first amendment rights then why are they letting you travel at all? Are they going to give you random secondary every time you travel? Will they let you move your money out of the country? Why would they? After all, you're now a terrorist (but apparently not worth arresting).
> when to know it’s time to replace my synchronous inter service http requests with a queue
I've found that once it's inconveniently long for a synchronous client side request, it's less about the performance or metrics and more about reasoning. Some things are queue shaped, or async job shaped. The worker -> main app communication pattern can even remain sync http calls or not (like callback based or something), but if you have something that has high variance in timing or is a background thing then just kick it off to workers.
I'd also say start simple and only go to Kafka or some other high dev-time overhead solution when you start seeing Redis/Rabbit stop being sufficient. Odds are you can make the simple solution work.
> Some 9/11 attackers were CIA assets and protected from FBI/police scrutiny as such
Citation seriously needed. This is untrue unless the words you are using are not to be understood in any sense common to English speakers. The most generous fact based interpretation I can give it is that Saudi financiers were underscrutinized for political reasons, resulting in missed opportunities to stop the attacks. The actual attackers were not CIA nor FBI assets.
Me and my wife made something very similar (https://nativi.sh/). I find it's a really good use case for LLMs to actually help you learn rather than doing everything for you.
Also, not sure if you're getting hugged to death but I'm getting this in the interface but not seeing any network failures.
At least one Florida man is out there plinking Walmart drones at 400 feet with a 9mm. Saw another who took one down from a boat also with a pistol (probably 9mm also), but can't find the video now.
The Venn diagram of "shoots at drones" and "concerned with other people's safety" is two separate circles.
> I consider [having a big benefit at 100% vs an 80/20 rule] a characteristic of type systems in general; a type system that you can rely on is vastly more useful than a type system you can almost rely on, and it doesn’t take much “almost” to greatly diminish the utility of a given type system.
This! This is why I don't particularly care for gradual typing in languages like Python. It's a lot of extra overhead but you still can't really rely on it for much. Typescript types are just barely over the hump in terms of being "always" enough reliable to really lean on it.
I wonder if lunar space elevators might be the fix here. If I understand correctly, such an elevator would not be as subject to the perturbations since the tension would keep it's orbit stable (is it still an orbit if it's tethered?).
Another option might be a LORAN style system put up on towers. With lower gravity and no atmosphere I imagine we could stick transmitters up very high without super complex construction, maybe even just a giant carbon fiber tube with a transmitter at the top.
As far as I know there's not really LLMs good enough that can run locally. Maybe with the R1 improvements and future derivative work that'll change.
We use about 4-6 calls per improvement and use a mix of Anthropic and OpenAI. Interestingly we really couldn't get sufficiently good performance from just one model. It's interesting how they can be good or bad at different tasks where one task doesn't seem materially harder than the other.
I just spent a whole day trying to figure out what was going on with a radio. Turns out I had tx/rx swapped. When I went to check tx/rx alignment I misread the documentation in the same way as the first. So, I would even add "try switching things anyways" to the list. If you have solid (but wrong) reasoning for why you did something then you won't see the error later even if it's right in front of you.
But the bad part is that it's extrajudicial punishment/retaliation for protected speech. She hasn't been accused of anything that she can mount a defense against, so why is the government retaliating against what is presumably legal behavior? It's presumably legal because she hasn't been indicted for anything or notified of a pending indictment.
If the justification ends up being that they've marked you as a "domestic terrorist" for exercising your first amendment rights then why are they letting you travel at all? Are they going to give you random secondary every time you travel? Will they let you move your money out of the country? Why would they? After all, you're now a terrorist (but apparently not worth arresting).