Comment Re:Perhaps (Score 1) 78
Comment Re:For us non-metric countries (Score 1) 78
August is the hot time in Seoul, when we wish a typhoon for the coolness.
Comment Re:Well gee wiz! (Score 1) 78
You are right about floor units, and I'd add that they don't work very well. I had one for a few years and only kept it because I was too stingy to upgrade but it was wretchedly weak.
Comment Re:Well gee wiz! (Score 1) 78
Comment Re:Not an LLM (Score 1) 124
This isn't a gotcha
Something is wrong with you if you thought that was a gotcha. Fix yourself.
Comment Re: Reddit for [Funny] Human Content (Score 1) 78
Comment Re: Hold on to your papers... (Score 1) 124
. for example a famous gene like TP53 (which causes cancer when fucked) has tens of thousands of publications made about it (though ironically there's likely still stuff it does that we don't know).
That's not really glamor, curing cancer is an important practical problem. It's a good thing that money and attention are directed towards that.
Comment Not an LLM (Score 4, Informative) 124
The work openAI is doing isn't just saying, "ChatGPT, solve this problem." They have combined their LLM (probably a custom LLM, with a math focus) with existing algorithms, and expert mathematicians working the prompt.
So this appears to be an incremental advance, but it's not that an LLM automatically understands math and can start proving things.
Comment Re:"Amazing but oversold" (Score 1) 124
The cost of producing a hard answer just fell to almost nothing, and the constraint moved to proving the answer is right.
I don't think this is a change.
For example, Fermat's last theorem was easily produced, and the proving the answer took centuries.
Comment If you've been falsely accused of cheating (Score 1) 47
Comment Re:Who's providing the "incentive" to do this. (Score 1) 139
I smell a rat.
Not sure anyone is having to provide an incentive. While in small quantities, old models of Chromebook might cost as little as $200 on sale, chances are good that schools are spending more like $400 to $500 on average for their devices.
At just $600 for the Neo (the current educational price), the cost difference is minimal now. And if your teachers are already using Macs, that's one fewer platform to support. And if the hardware lasts longer (to be determined), then that could easily make up the remaining cost difference.
Comment I don’t get it (Score 2) 34
The “dashboard” isn’t publicly available so there is only the posted screenshot to go off of, but it literally looks like it converted a pdf into a set of slides and that’s it. The fact that these posts appear to be nothing more than an advertisement for Microsoft products, coupled with Satya not knowing what skill he was actually using (/grill-me not
As someone else said, “The illusion of value.” On the other hand, consultants get paid millions to generate equally vacuous outputs, so maybe there is some value here, to the people who consume PowerPoint slides.
Comment Re:Defective by design (Score 2) 34
I agree that it's a frustration to only have access to a single account at a time (in this case, an Apple ID), but I'll point out that this is the use case for probably 99.9% of their users. And there are some exceptions to this rule: Apple does have a mechanism in place that lets you use one Apple ID for music and a different one for their various App Stores, for example. However, this still doesn't let you use two Apple IDs for a single service at the same time.
I think the reasoning behind this is pretty solid: the UI problems involved in allowing multiple simultaneous logins to the same service are extremely complex, and if you're only looking at a frustration for a vanishingly small percentage of your userbase, it doesn't make sense to make it more complex for everybody.
It really isn't complex. Google does it just fine. You have an account picker in the upper right corner, and you choose which account you're using to interact with that app. No big deal.
Having a mechanism to use one account for music and a different one for app stores? Now that's complex. That's adding special-casing for each app that needs to handle a separate account, instead of designing the auth system correctly to support multiple accounts to begin with. It's almost always easier to do it right than to add a bunch of special-case workarounds everywhere.
I also disagree with the claim that 99.9% of users only have one iCloud account — not because it isn't currently true, but because it is true only tautologically. If the system is designed so that no person can meaningfully use more than one account, then no one is ever going to create or attempt to use more than one account. What this means is that no businesses will ever use iCloud accounts for their internal messaging system, etc. Apple is basically shutting themselves out of the business ecosystem altogether by design.
They've designed the system in a way that makes what you're saying true, so of course it is true. But that doesn't mean that 99.9% of users would not *benefit* from it not being true. In an ideal world, iCloud would compete head-to-head with things like Office 365. They have the tech, but limiting it in ways that make it useless for business purposes means they aren't actually competing.
Comment Defective by design (Score 4, Insightful) 34
The root cause comes from these twelve words:
Since only one primary account can be signed in at a time
Authentication systems that allow only a single signed-in account are defective by design. Approximately 100% of all people have more than one account that they need to be signed in with.
I have half a dozen Google accounts for specific purposes — one for work, one for personal, one for electronic music tablets to which multiple people share physical access, a couple of old domain-specific accounts that got converted from free work profiles, and I'm probably forgetting some. Not all of these are useful, but if I could not have continuous access to work and personal, it would be a tremendous pain in the backside.
And encouraging people to merge profiles like that is nuts. It all but guarantees leaks. A confidentiality agreement typically protects things you learned in the scope of your employment, but after you are employed, if they continue to send you confidential information, there's a decent chance that you aren't under any legal obligation to keep that secret.
This is just a really bad way to do things, driven by a fundamental flaw in their architecture. And it doesn't just cause problems for Apple. It causes problems for their customers as well. I can't have a separate iCloud account for my work. I have to use a Google account. And more than that, when I hit the maximum number of AirTag devices (which I'm about to reach), I can't add additional iCloud accounts. I'm hard-capped at a single account.
While we're at it, the limitation of a single user per iPad stems from the same defective design process. All of those sorts of 1:1 mapping decisions between accounts, users, and devices need to be fundamentally rethought, because they were always a mistake. Maybe now that Apple is being bitten by it, they'll finally do the things that users have been asking them to do for the last decade. Bonus points if they lose their lawsuit because of a lack of a modicum of care on their part, because that just might be enough to wake the sleeping giant and get them to fix this mess.