Forgot your password?
typodupeerror

Comment Re:Who's providing the "incentive" to do this. (Score 1) 43

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 Re:Not going to change humans... (Score 1) 95

"We're not going to change humans, and humans make bad decisions," Langley said. "What we can do is make sure that they know if you use this tool, you will be held accountable...."

Wow he's right,

So maybe what we could do instead is to outlaw mass surveillance and warrantless surveillance, whether government-owned or corporate, across the country.

We could even have a constitutional amendment! Let's call it #4. The OLD 4th amendment doesn't seem to be doing anything; we can call this one '4th-Prime'.

To be clear, the language would have to change if you wanted it to outlaw corporate surveillance, because the existing one applies only to government. And I suppose the new one would also have to explain "corporate" and how that's different from other kinds of organizations or surveillance by individuals.

Comment Re:Defective by design (Score 2) 26

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 Was an OS Trek episode where they (Score 1) 49

thought insects got aboard. They heard buzzing but nobody could actually see any insects. It turned out to be a race of beings who function at high speed, moving so quickly that humans couldn't see them.

They should remake a spy-drone version of that episode. The drones predict if somebody is about to swat at them and quickly shift out of the way.

Comment VentGPT (Score 1) 124

Bots that can take abuse? Now I'm curious.

Me: "Please transfer me to a bot that can accept may steaming anger, now!"

Bot: "Hello, I'm Ventina the Vent Bot, you can vent on me all you want."

Me: "ACME is a steaming pile of crap who makes crap, and you bots are merely an extensions of their crap-hood!"

Bot: "I'm sorry we all suck, but that's just the way it is. The future is mass enshittification and we are all just spectators who can't escape the ride, the doors are welded shut. If we are lucky, we can find popcorn between the cushions."

Me: "Hey, a bot that actually understands the world. I kinda like that. I feel better already. Thank You for letting me vent, Ventina!"

Bot: "You are welcome, have an average day (click)."

Comment Re:Why so negative? (Score 1) 43

I don't think CIP is going to be successful at keeping 10 year-old kernel versions secure. If you need 10 years, you should either plan to do the work necessary to upgrade to new kernel versions periodically

The world is full of critical systems that are certified via an extensive (reads: expensive) process for a specific OS version which have an estimated useful life far longer than 10 years. One does not simply upgrade it, and typically the end user may not even be allowed to upgrade it.

Everyone has to make their own decisions. I would discourage people from believing that SLTS kernels will be anything like secure by the end of their lifecycle. If that doesn't matter for some application, then fine. If it does matter then arguing that the SLTS kernel must be secure because recertifying is expensive is... not really an argument.

FWIW, in my day job I'm making this same point to people building cars with an expected 20-year lifespan. I think the right conclusion is "Don't use Linux". If you need long-term assurance, use something smaller, simpler, with much less attack surface. And then buy an ironclad long-term support contract for that.

Comment Defective by design (Score 3, Insightful) 26

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.

Comment Re:Why so negative? (Score 1) 43

Backporting patches into LTS is pretty thankless but absolutely necessary.

It's thankless, yes. Necessary, or even a good idea? I think that's debatable. Actually LTS is probably a good idea... but I'm very skeptical of SLTS. I don't think CIP is going to be successful at keeping 10 year-old kernel versions secure. If you need 10 years, you should either plan to do the work necessary to upgrade to new kernel versions periodically or you should assume that it's just going to be insecure and isolate it or otherwise shield it from attack.

Comment Re:Pretty simple (Score 1) 117

Those are tradeoffs. I could move from my small city, and out to some of the poor areas near here. Yes, I'd pay less taxes, and probably have a much cheaper house, I'd also have a 40 minute commute, have to drive almost that far for groceries and shopping, and a long ambulance ride because of the remoteness.

That's not what I meant about taxes. What I meant is that in California, your property tax assessment is set at purchase time. If you move to a new house, your new property is assessed at the new purchase price. That tax situation can easily create a five-figures-per-year disincentive towards moving closer to your job when you change jobs. It may not be your employer's problem, but it absolutely affects where people choose to work.

The corollary of that statement is that if employers truly want the best people, they're fundamentally doing themselves a disservice by demanding too much in-person time, because not everyone is that easily mobile. It also tends to discriminate against older workers, who are more likely to own a home, have kids in school, have a working spouse, and have various other things that tie them to their current residence and make commuting harder.

Yes, it's a trade-off, but there's no evidence that it is in employers' best interests to force employees to make that trade-off, and that's the point I was trying to make.

Comment Re:Personal experience (difficulty eating healthy) (Score 1) 68

Indeed. Although it's much easier to eat healthier in, say, Japan than the USA because of a different food culture and different food infrastructure (as mentioned in two videos I linked to in another comment).

BlueZones has supported initiatives to make healthier eating -- and exercise and other good things -- easier to do by default in the USA.
https://en.wikipedia.org/wiki/...
https://albertlea.bluezonespro...
        "Blue Zones Project(r) is a community-wide well-being initiative that helps make healthy choices easier for everyone in Albert Lea and Freeborn County. When our entire community participates, small changes contribute huge benefits for all of us: Lowered healthcare costs, improved productivity, and a higher quality of life.
        While many traditional health initiatives focus on diet and exercise programs, we focus on changing our community's culture and environment so that individuals are nudged into making healthy choices. We take a systematic approach to improving well-being through policy, building design, social networks and built environment across all sectors of our community. By optimizing the places that we live, work and play, we can make the healthy choices the easy choices so we naturally adopt healthy behaviors and have the opportunity to LIVE LONGER, BETTER(r)."

The Suppers clubs described in "Logical Miracles" are another approach to make healthier eating more the default in the USA:
"Logical Miracles: 100 Stories of Hope and Healing" by Dor Mullen
https://www.amazon.com/Logical...
        "Why is it so hard to eat right? What does it take to turn around the habits that make us sick and fat? Logical Miracles is a collection of stories by people in The Suppers Programs who found their personal solutions by experimenting with whole food. In an environment of nonjudgment, we cook, taste, and feel our way to health, and we forge new friendships based on healthy living. For five years, pilot Suppers groups have been helping people with a range of food-related challenges find their path, especially people with depression, anxiety, learning issues, obesity, diabetes, and problems with alcohol. No special diets. No fees. No commercial messages. The only requirement for membership is the desire to lead a healthier life. Now we'd like to share our logical miracles, our road maps, our recipes, and especially our hard-earned wisdom related as stories of hope and healing. Welcome to Suppers."

Also tangentially related:
""Stop Moralizing Air Conditioning" -- How Institutions Shift Responsibility Onto Individuals: On Civilization, Responsibility, and the Ethics of Preventable Suffering"
https://jdjayne.substack.com/p...
        "In my first essay on responsibility, I argued that affirming existence means accepting responsibility for a world we did not create. We emerge into the world shaped by the generations before us, and bear the burden of responsibility for ourselves and future generations ahead. Civilization, then, is the organization of that responsibility at scales greater than any individual could achieve alone.
        As civilizations grow and gain more capacity to prevent suffering, preventing that suffering increasingly becomes a collective responsibility rather than an individual burden. My claim is that modern institutions often fail this responsibility by concentrating authority while displacing responsibility back onto individuals through moralizing, bureaucracy, and institutional incentives.
        By institutions, I mean the durable organizations through which societies coordinate responsibilities that no individual can bear alone; governments, markets, corporations, and other structures of collective action.
        By moralizing, I mean the habit of transforming practical and institutional problems into questions of individual virtue. Rather than asking how we should collectively organize to reduce suffering, we ask whether those who suffer deserve relief in the first place.
        The result is a culture that blames individuals for suffering that civilization has already acquired the capability, and thus the responsibility, to prevent. ..."

In this case, institutions collectively managing trillions of dollars a year in the USA between industry and regulatory-captured government agencies have successfully shirked any responsibility to help people be healthy -- and instead such institutions have displaced that responsibility onto individuals by essentially blaming individuals for lack of willpower to resist all the carefully engineered traps the organization have created for individuals including children (like via ultra-processed foods, constant food-related advertising, artificially low prices via government subsidies for animal products, "health" insurance that covers getting sick but not staying healthy, and so on).

An example of such institutional power in action and how ludicrous pushback is often made to seem (Coca Cola's response was to tell them to individually just stop drinking their product if they had concerns):
https://organicconsumers.org/w...
        "William Lamar, the senior pastor at D.C.'s historic Metropolitan African Methodist Episcopal Church, is tired of presiding over funerals for parishioners who died of heart disease, diabetes and stroke.
        So on Thursday, he and another prominent African American pastor filed suit against Coca-Cola and the American Beverage Association, claiming soda manufacturers knowingly deceived customers about the health risks of sugar-sweetened beverages -- at enormous cost to their communities. ...
        Obesity, hypertension, diabetes, cardiovascular disease and lower-extremity amputations are all far higher among people of color than among whites. These communities also drink more soda -- and are exposed to more soda advertising.
        "It's become really clear to me that we're losing more people to the sweets than to the streets," said Coates, who said he has seen members of his congregation give their infants bottles filled with sugary drinks. "There's a great deal of misinformation in our communities, and I think that's largely a function of these deceptive marketing campaigns." ...."

And the spin on how silly such concern about institutional failure is made to seem:
https://taphaps.com/delman-coa...
        "According to the pastors, it is because Coke's commercials often feature misleading images of young, slender people gulping the fizzy beverage, smiling and sharing good times. "It breaks my heart and I'm saddened by the way in which we're losing so many people. I'm losing more people to the sweets than to the streets," Delman Coates added, according to The Blaze. However, the pastors' claims aren't supported by available evidence. In fact, most surveys show people believe sugar to be harmful, but choose to consume it anyway, another article on The Blaze reported.
          This hasn't deterred the pastors from blaming the company, though. "Marketing for Coca-Cola is focused around health and fun and showing very sexy bodies in their advertising. You never see an obese person. If the people are consuming Coca-Cola at this rate, there is no way those bodies would look like that," William Lamar claimed. "It's almost as if they are selling joy. They are equating this product with the things that people are hoping for - joy, smiles, family. But, this product will not deliver that. It delivers the exact opposite. Silence around this issue is violence." ....
        "Our hope is that Coca-Cola will discontinue marketing these drinks as something that is healthful and healthy," William Lamar said, but instead, Coca-Cola dismissed the pastors' allegations, calling them "legally and factually meritless," adding that they "will vigorously defend against them."
        "America's beverage companies know we have an important role to play in addressing our nation's health challenges. That's why we're engaging with health groups and community organizations to drive a reduction in the sugar and calories Americans get from beverages," the American Beverage Association said in a statement defending the industry's conduct. "Unfounded accusations like these won't do anything to address health concerns, but the actions we're taking, particularly in areas where obesity rates are among the highest, can make a difference." ...."

(Obesity may actually be driven more by animal products than sugar, but they certainly overlap as problem areas, and they likely make the problems caused by each other worse.)

Comment The Mediterranean Diet Study Nobody Actually Read (Score 1) 68

by Jeff Nelson, Veg Source: https://www.youtube.com/watch?...
        "For years we've been told that if one study proves the Mediterranean diet is the healthiest way to eat, it's PREDIMED.
        Doctors cite it. Dietitians cite it. Influencers have built careers on it.
        The headline: Mediterranean diet cuts heart disease by 30%.
        So I sat down and opened the actual paper. Not the press release -- the supplementary tables, where almost nobody looks.
        In today's video I walk through the trial's own tables -- what that 30% actually means, where it came from, and why I think anyone with blocked arteries should be asking a different question entirely."

Spoiler: a low-animal-fat low-seed-oil-fat diet like Ornish, McDougall, Fuhrman and so on suggest actually reverses heart disease rather than maybe just slow it a bit like the Mediterranean diet.

One can then argue about whether fats from nuts, seeds, and avocado are a net benefit (and I am leaning more that way) or whether all fats are problematical (like, say, McDougall suggested). Related by Dr. Fuhrman:
https://www.drfuhrman.com/arti...
        "It is important to stand up to individuals who can hurt others with dangerous nutritional advice. We usually see such arguments coming from the meat-promoting nutritional gurus, attempting to find some flaw in a study that demonstrates the dangers of too much animal products in the diet. The number of studies corroborating that more animal products in the diet contribute to the development of chronic disease and premature death is deafening and indisputable at this time.
        However, a similar development is occurring in the denial of the harm that results from omitting nuts and seeds from the diet - and the attempt to bolster support for an extremely low-fat vegan diet, which is clearly dangerous. It has been brought to my attention that a series of videos has been posted and promoted on YouTube attempting to discredit the studies documenting the lifespan-extending properties of including nuts and seeds in one's diet. The individuals represented here want to try to protect their legacy of promoting an extremely low-fat vegan diets (nut and seed exclusion); unfortunately, according to a preponderance of evidence, this outmoded and disproven stance does lead to premature death. Unable to shut down the avalanche of evidence, they attempt to discredit the studies. The facts are: extreme low-fat vegan dieters are at higher risk of depression and dementia, as well as premature mortality, from all causes, and the evidence increases every year. ..."

Here are some arguments against Fuhrman's position on supplementing DHA/EPA though (Jeff is also in the very-low-fat camp overall it seems to me):
"The DHA Dementia Promise Just Took a Hit" by Jeff Nelson -- VegSource
https://www.youtube.com/watch?...
        "Are Vegans Being Sold a Story on DHA? It seems so. For years now, vegans have increasingly been told that if they don't take DHA supplements, they may be putting themselves at risk for dementia or Alzheimer's disease. I've always been skeptical of how certain those claims sound, because the actual evidence has never seemed nearly that clear-cut to me. ..."

A big underlying concern is that arteries can leak (hemorrhagic stroke) and so they need to be repaired from the inside, which if it goes too far (too much animal fats, especially in the context of sugar also causing arterial inflammation) then you can get deadly blockage (an ischemic stroke or heart attack).

So that's why I think Fuhrman may be more right on that than, say, McDougall -- where nuts and seeds might help reduce the risk of hemorrhagic stroke among other benefits for vegans by helping with the repair process without it going to far to clogs -- and so might be preventing dementia resulting from many small hemorrhagic strokes? (My speculation.) And it is also maybe why vegans not eating nuts and seeds (or maybe avocados) might potentially benefit from a little animal fat to reduce hemorrhagic stroke risk? Although there might be other issues in play like some fat in the diet helping with neural growth or brain maintenance given the brain is mostly fat.

But Jeff Nelson raises good points on whether supplements for DHA/EPA are essential or create new risks in that and other videos. I'm still a bit on the fence about such supplements even though I currently take an algae-based one.

One reason nutritional information is so confusing -- beyond the complexity of the human body itself -- is because there is so much money on the line (literally trillions of dollars a year in the USA between animal agriculture and the medical system). So there are huge incentives to sow confusion (similar to some other big issues like smoking or climate change). A great movie on that is "What the Health" (mentioned in a previous post by me). There are also not many incentives to research simple unpatentable health-related things like eating better.

As is pointed out in that movie, the animal products industries learned from the cigarette industry that you don't have to win an argument with scientific proof to win in the marketplace; you just have to cause enough confusion by spreading conflicting-seeming information that people give up trying to make sense of things and just keep on with their bad habits (to their own long-term suffering and to someone else's profit).

Comment Re:Protein not an issue on a varied plant-based di (Score 1) 68

Interesting. Thanks for the suggestion! Here is a nutritional comparison on the lettuce with frozen spinach and yes the spinach has a lot more of various things (although they don't mention oxalates in that comparison which spinach also has more of):
https://comparator.food-nutrie...

I was trying a McDougall-ish approach then which is why the fat is so low on purpose. In general I otherwise have some nuts and seeds (and occasionally avocados too) which also add micronutrients (and protein for the nuts and seeds). Here is the spinach & lettuce comparison against pumpkin seeds, almonds, and avocado, and also beans:
https://comparator.food-nutrie...

I was glad to find that specific nutrition site as otherwise some nutrition sites require a sign up (although those may also have other great features like scanning barcodes). I thought to look for one from a comment someone made that it is good to sanity check what you are eating to look for specific nutrient deficiencies. That's how I learned I am eating a lot less calcium then when I was eating Mozarella string cheese in lettuce wraps.
https://meal.food-nutrients-ca...

I still need to work on the calcium issue (whereas protein is not an issue for me). Maybe more sesame, chia, or flax seeds? I have a container of chia seeds just sitting in the cupboard, so maybe this will help motivate me to work them into something I eat. Spinach might also improve the calcium situation (except for the oxalates, which is an argument for cooking it). More beans might help with the calcium too.
https://vegfaqs.com/seeds-high...
https://health.clevelandclinic...

Slashdot Top Deals

"Money is the root of all money." -- the moving finger

Working...