
We know where the USMNT will play in the group stage.

Yes.
The TWINSCAN EXE 5000 has a resolution of 8 nanometers.
https://www.asml.com/en/products/euv-lithography-systems/twinscan-exe-5000
The Google app is often used as a web browser by the tech-illiterate.
It even has tabs.
This is how my grandparents use it.
Ha, I see.
Yeah, sarcasm over text forums is sometimes difficult to pick up on.
To be clear, the right of free speech given in the first amendment is the right to express any opinion without fear of repercussions.
There is no inherent right that your opinions must be given a platform, or that any particular platform has the right to exist.
The first amendment is entirely orthogonal to the question of whether or not TikTok should be allowed to operate in the US.
So you're telling me that there was a Mac super computer in '05?
The EU gave Google an option: pay or take down the content. The latter option was a bluff, and Google called them on it.
I don't think this will hurt Google at all.
But it will certainly drive less traffic to these news sites if they are banned from Google. And that will hurt the news sites.
EU: You have to pay to show our news.
Google: Ok. We won't show your news.
EU: Pikachu face
I mean, they don't have to release the source code. A compiled version would be fine.
Why?
Because I have YT Premium.
The first party app is pretty good in this case. No ads. Supports offline downloads, including auto-downloading videos from your subscriptions. The search is obviously good, because Google.
it's unrealistic to assume it would exist forever.
Older multiplayer games would let you self-host the server, long before the current trend.
Ubisoft doesn't have to continue to host servers. They just have to release the server code. Zero cost to them.
It won't
So, I'd argue that "frontend" and "backend" are the default modes of software engineering these days, and that embedded is a more niche field.
That said, if you're doing encryption code, you're doing far more advanced math than backend monitoring and alerting.
You often need to be pretty good at math. But not because you're "doing math" to write the code.
In real world software systems, you need to handle monitoring and alerting. To properly do this, you need to understand stats, rolling averages, percentiles, probability distributions, and significance testing. At least at a basic level. Enough to know how to recognize these problems and where to look when you run into them.
For being a better coder, you need to understand mathematical logic, proofs, algebra/symbolic logic, etc in order to reason your way through tricky edge cases.
To do AI/ML, you need to know a shitton of calculus and diff eqs, plus numerical algorithms concepts like numerical stability. This is kinda a niche (but rapidly growing) engineering field.
The same thing about AI also applies to any other domain where the thing being computed is fundamentally a math or logic solution. This is somewhat common in backend engineering.
I'm not "doing math" with pen and paper at work, but I do use all of these mathematical skills all. the. time.
I am an SRE on a ML serving platform.
As someone living in Pittsburgh, I hate this.
Traffic is going to be a mess on Monday.
Both Kamala and Trump have rallies on the same day...
BUT good poll results aren't just "we polled 1,000 people and here's who they're voting for."
Good pollsters take demographic data when they poll. They model the biases of different demos, and they correct for those biases in their models.
Yes, reducing underrepresentation at poll time would be ideal. But pollsters are smart and are doing their best to put out good models. Pollsters know Gen Z is underrepresented and are accounting for that already.
In other words, don't let Gen Z underrepresentation in the polls lull you into a false sense of security. The polls are accurate. The race is neck and neck.
Big +1 for Sync.
I was paying for Sync back when it was a Reddit client, and I moved to Lemmy mostly because that is where Sync moved.
It's an awesome app. Best app purchase I've ever made. (There is a free version too.)
What could Twitter possibly offer to make me switch banks?
What could Twitter possibly offer to make me switch brokers?
What could Twitter possibly offer to make me switch from Venmo and PayPal?
Which Americans are not in a similar position?
X Payments is doomed to fail. He missed the boat. The market is already saturated, and they've lost all brand loyalty.
And were they any good?
My car runs Android Automotive^1 on an Intel Atom and performance is trash. I would hate to have a phone on the same platform.
^1 As in, the car runs Android directly, not Android Auto running from a phone.
Sync Crashing after lemmy.world 0.19 update
On my "subscribed" page, if I scroll down, the app crashes. Not sure of anything more than that. But it's definitely repeatable for me.
Device information
undefined
Sync version: v23.11.29-22:27 Sync flavor: googlePlay View type: Smaller cards Device: ASUS_AI2302 Model: asus ASUS_AI2302 Android: 14
We know where the USMNT will play in the group stage.
cross-posted from: https://lemmy.world/post/11618012
TL;DR
The article has a nice graphic schedule you can download if you want to plan travel to specific cities. Groups have not been drawn yet, so we only know USA, CAN, and MEX.
School of Rock students perform "Toxicity” by System Of A Down
Click to view this content.
GIFs uploaded from GBoard don't work
GBoard (Google's keyboard for Android) has a GIF entry feature.
Sync properly uploads the GIF from GBoard to my Lemmy instance, but the GIF does not play in the comments, and clicking on it returns an error "image was actually a web page!"
For the record, they're not technically GIFs. GBoard uploads the image as WebM.
This seems like a user journey that should be supported. Android users who use Google's keyboard to input a GIF comment would expect it to work or throw an error at upload time. Instead, Sync allows us to submit such comments, but they are broken upon viewing.
Device information
undefined
Sync version: v23.11.29-22:27 Sync flavor: googlePlay Ultra user: true View type: Smaller cards Device: ASUS_AI2302 Model: asus ASUS_AI2302 Android: 14
Intentional disconnects?
Do people intentionally disconnect mid battle?
I've seen a ton of DCs, both early in the game and late.
It really hurts my enjoyment of the game. Like, even if we're getting smoked, I'd rather stick around and work as a team to the end. I mean, it's only a couple minutes. And a DC counts as a loss anyway.
It's really frustrating to see all of these DCs. Are people really rage quitting, or is it just bad networking?
Edit: I just got Splatoon 3 for Christmas, but I'm a veteran of the series. Rage quitting did not seem to be as big of a problem in the previous two games.
An optinionated guide to designing humane error types in Rust.