Comment as if OSes don't already change each version? (Score 2) 66
This is a false argument, because the mainstream oses (Windows, MacOS, IOS) break their interface every major release. Go from Win10 to Win11 and you have to learn a new interface and retrain yourself. The latest iPhone switches where search is, requiring you to rewire muscle memory. Let's not even go into how new versions of Outlook, Word, and so on break their prior interface.
We need to stop accepting the myth that Windows or Mac are stable and consistent. The shift from Win10 -> Linux Mint is about the same as going Win10 -> Win11, except one of them doesn't say 'Microsoft'.
Comment that's not multitasking (Score 1) 86
As the car/music/walking people show, this isn't really multitasking. True multitasking (vs task switching) would be the agility to engage in two novel cognitive tasks simultaneously. Like watching TV while studying (neither of which is a rote activity), which generally is a task-switching activity.
There's probably a whole subset also of 'Doing activity X while conversing', which does seem to be a form of multitasking most people are wired for (understanding that conversation will dip if the other task's cognitive load peaks, e.g. something weird happens).
Comment track races also go anti-clockwise (Score 1) 156
Track races use a counter-clockwise oval, as does Olympic speed skating and just about every track sport. Never quite realized it was a default until this article.
Also not sure how to reconcile with the grocery store 'people default to turning right'. So we default to turning right, except when we wander or compete, so we go left? I think this goes to my default answer for everything, "it's complicated".
Comment Re:DNRTFA (Score 1) 27
Comment rules variants include 'area or territory' (Score 4, Informative) 58
Given the main article was paywalled, here's a summary of Go variations. Besides the minor stuff like 'where to put captured stones, cup or side', there's one fundamental difference: Whether to count area (count every stone towards score, aka Chinese counting) or territory (count empty points within your territory, aka Japanese counting).
This article is great, gives an overview plus specifics on 6 different rule sets in use: gomagic.org
Comment Re:Me so shocked (Score 1) 52
Doesn't help to buy name brand on Amazon if a reseller has counterfeit items. Amazon trusts sellers and bins everything together, so the 'Eveready' and the 'we swear it is Eveready' go into the same box.
This bit a lot of people during eclipses because they buy high-reputation eclipse glasses direct from that Name Vendor's Shop via amazon, but amazon ships the no-names, then Name Vendor has to eat the return cost/chargeback for upset customers.
Comment ighome.com is good (Score 1) 181
Comment Re:Keep your phones & tablets near a radio (Score 1) 28
Comment skeumorphism? (Score 4, Informative) 104
For those that also didn't know what skeumorphism is, via wikipedia:
a derivative object that retains ornamental design cues (attributes) from structures that were necessary in the original.[3] Skeuomorphs are typically used to make something new feel familiar in an effort to speed understanding and acclimation. They employ elements that, while essential to the original object, serve no pragmatic purpose in the new system, except for identification. Examples include pottery embellished with imitation rivets reminiscent of similar pots made of metal and a software calendar that imitates the appearance of binding on a paper desk calendar.
So, you know, familiarity.
Comment Re:What's stopping them from... (Score 2) 22
Comment again, whether we own stuff in turmoil (Score 2) 54
Comment Re:People who voted for him are losing their jobs (Score 4, Insightful) 356
To add on in agreement, key to the 'Trump followers pleading with Musk to take a second look' is not that damage is being done to the government, it's (to quote thehill article):
"There are good people, people that voted for Donald Trump, who are losing their job," Levi said."
Unfortunately it's not 'things are off the rails', it's back to 'wait, I didn't think this would also affect our side too'.
Comment Worse, the AI produces managerial metrics (Score 2) 47
I gave a tutorial, an AI notetaking/summarizing tool then produced an "Engagement" metric, with a low 30%. It did not say how this was produced, only hints in their FAQ. Basis included # of cameras turned on, % of eyes watching screen versus off-screen, and # people talking.
There were 50+ people but for the tutorial only 3 had cameras on: me, the moderator (frequently looking off-screen) and a Guy. So if the Guy looked away, that plunged the "Engagement" metric. Plus that it was a Tutorial (95% me speaking) and *poof* low engagement.
My fear is management will latch onto these undocumented AI-generated Metrics and use them in performance evaluations. "Get your scores up, A., 30% is terrible!" But it's not a real measure!
Comment Ai guarantees me future work (Score 1) 111
The main change in AI coding for me, is my next job will probably be repairing/re-doing other people's AI-generated code after it inevitably fails. I've used ChatGPT 4o to make code and agree with the folks saying it's like a quick google to stack overflow, with all the same concerns on whether it picked the right answer (out of many) or not.
AI makes simple yet catastrophic errors, for example it coded an API call as 'meta, data =
Thanks, AI, for future job security?