Or how about the curb weight of the car? Higher mass means you're doing a lot more damage in an accident. People might think twice about buying an F250 for their grocery getter.
Automated traffic control is objectively one of the most pro-social things we could possibly ever create. Yes it is good if more red light cameras exist and face fewer legal challenges.
> the courts solved this by deeming at least certain uses of red light cameras illegal.
This is incorrect. The court in Florida said certain arrangement of the statutory basis (a different one than in CA) for red light cameras is illegal.
You're coming with the assumption that pro-social is a universal goal, and that it is objectively good.
I'm not even disagreeing with you here, but that's a huge assumption yo make and you are granting pretty broad authority to the state in the name of that goal. Where do you draw the line of power the state shouldn't have despite it using the authority today towards pro-social goals?
Yes I do think things that are good for society are objectively good insofar as "objectively good" has any meaning at all.
Automated traffic enforcement isn't "granting" any new authority whatsoever to the state. The state already has the authority, it just uses it unfairly and imperfectly enough to fail to produce meaningful deterrence.
> Where do you draw the line of power the state shouldn't have despite it using the authority today towards pro-social goals?
I draw the line at the point where their power becomes not-pro-social, of course.
You and I can argue about what's pro-social or not (which this clearly is), but not whether pro-social things are good or not (which they clearly are).
Its usually much harder to decide what's good for society than its made out to be. Externalities matter, something can seem good for society today and turn out to have serious downsides that either weren't known upfront or didn't show up until later.
With regards to authority here, this absolutely is a case of granting more power and authority to the state, or more specifically the state claiming it.
The judge here said its illegal to use redlight cameras in certain situations. Based on the prior comment, if California found a loophole so they can get to the same end by labeling it something different that is them functionally claiming new authority. The judge says its illegal, the state says no its not we can do this anyway.
Yes I agree, we should consider all of those things.
Considering all of those things, fully automated traffic enforcement in general is a clear net positive.
> The judge here said its illegal to use redlight cameras in certain situations. Based on the prior comment, if California found a loophole so they can get to the same end by labeling it something different that is them functionally claiming new authority. The judge says its illegal, the state says no its not we can do this anyway.
Sorry but this is just too surface-level of an understanding of how law actually works that I can't justify engaging with it.
Not only are California and Florida totally different jurisdictions, but even if they weren't, different statutory bases for the same effective policy can have different levels of legal defensibility or constitutionality. It's not just possible, but in fact quite common for policies to be struck down and then reintroduced with (effectively) a different argument for its validity, and for the new policy (same policy, different argument supporting it) to be valid.
Understanding how laws and the judiciary actually work is truly fascinating stuff and I hope your confusion about this apparent contradiction (which it's not) actually piques your curiosity to dig deeper.
> Sorry but this is just too surface-level of an understanding of how law actually works that I can't justify engaging with it.
This comes off a bit strangely when you go on to engage with the discussion. It seems unnecessarily dismissive.
Legal precedent within the US does not stop at state lines. A ruling in Florida is applicable present in California.
My argument here, though, isn't that California's approach is illegal or would be overturned if challenged based on this Florida precedent. My point was simply that the state, California in this case, is claiming effectively new authority by playing word games to get around precedent that could otherwise deem their use of traffic cams illegal.
I'm still not sure how you can so blanketly deem automated traffic enforcement a net good. There are a ton of details that would matter, from how its implemented and overseen to how tight or broad the authority is and what that means for future use of the same authority.
Losing a contract with the Pentagon and potentially all Federal-interacting businesses sounds like a pretty severe monetary hit. One which is hard to recoup by a bunch of $20/month consumer subscriptions.
No, this is the consequence of having an actual stupid person in the Oval Office and the majority party being half coerced and half committed in cultlike devotion to POTUS.
Obviously the US has economic weapons. It's the largest economy in the world.
If anything this signals that POTUS himself cannot wield those weapons though, and the American public, political, and business apparatuses have little appetite for this use of those weapons.
Okay, I'll entertain it. How would you distinguish between the brilliant move of using illegal tariffs to disclose limited power and appetite for tariffs, versus someone displaying a 3rd grader level of economic understanding and saying "well of course we should charge people to sell stuff in 'my store' and I am now the manager of 'the store', so I get to set the rate"?
What specific pieces of evidence do you believe makes the former more likely than the latter?
+1 on nukes, though MAD has worked for decades so far. I agree people think this risk is far more remote than it actually is. Especially the risk of a catastrophic accident as nukes proliferate and forces get put on higher readiness.
Why would China immediately retaliate with a Rare Earth threat to tariffs? Why would we threaten Greenland, another rare earth hotbed? We , the general public , similar to the Cuban Missile crisis, are not being told shit.
There is a global cold/hot war where real pieces have moved. NATO is basically at war and we can’t know. There’s millions dying in Ukraine, and it’s basically Eurasia to us (virtualized, reported , broadcasted ).
Warships are being torpedoed. Nuclear subs from either side can’t be tracked, it is always a leveraged threat that one has to negotiate around.
Few are ready to live under 24 hour nuclear watch, but it’s possible that’s what many cities have been under and can never be told. Maybe I should just go ahead and write my great American novel?
> Few are ready to live under 24 hour nuclear watch, but it’s possible that’s what many cities have been under and can never be told.
Effectively every city on the planet is perpetually on 24 hour nuclear watch and has been for decades now. This is completely "known" to anyone who cares to know and has taken the time to understand modern nuclear doctrine.
You should read The Doomsday Machine! It'll help amp up your anxiety ;)
I distinctly remember reading that the entire bill of materials for building a Boeing 747 was managed in Excel. I have not been able to find that claim since then but it was so amazing to me that I remember it.
It doesn't really make sense as I think about it now, because the 747 design predates Excel by many years so maybe it was BS.
Assume that later models of the 747 were managed in Excel. No trolling: What is wrong with that? You can write insanely powerful software using (1) formulas on the sheet (which are essentially functional programming) and (2) imperative logic in VBA (HTTP calls, database calls, file system, etc.). For years, I used this model and wrote pretty powerful software. Sometimes, I miss it for the encapsulated system. These days, in "biz dev" (internal software), it seems like the Excel model was replaced with an Electron front-end (HTML/CSS/JS) with Java back-end.
Because you can't define a named custom formula by composing the built-ins. So every cell is just the same copy-pasted formula string. When you need to change something, you have to change it everywhere and pray that you didn't miss one usage.
I can't count how many times I found a bug in a spreadsheet because someone (who might be me) missed one or two instances.
Yes, you can define your own named custom formulas in Excel.
I prefer to do it with VBA code because I find it easier to manage, but it's also possible without VBA using just the built-ins in the spreadsheet directly.
There's nothing particularly wrong with it, Excel works great. But almost any complex Excel file is riddled with obscure bugs and the nature of the tool makes it impractical to apply some of the most effective quality control techniques. Like you can't easily do code reviews or write an automated test suite.
I second this! Excel is a front end everybody knows and everybody can run. I always got laughed at when I say the biggest competitor of small apps (things like gym diary, meal planner etc.) is excel. Now that it even support python…
The movie _Casino_ highlights how insider information was and is used to improve the house odds [0].
Information about a players wellbeing and their life goes a long way. Example, they would pay paper boys to talk to coaches to find out non public information. Such as if a player of the team is going through relationship problems.
All of which is significantly harder than putting up a gigantic billboard that says "Have insider knowledge on an important event? Place a bet here using crypto!"
Every important event in the world has dozens if not hundreds of people "in the know" before it happens. Not everyone has paper boys, chatty coaches, or the time/energy required to connect all those dots.
The entire flow insider information is reversed from "go out and look for it" to "invite it in anonymously"
Was the ", again" left off, or is this going to be the first time you've seen the movie when you do watch it? I know new people are born every day, but Casino is one of those movies that I'd have expected any one old enough to be reading this board to have seen already. This is no judgment on anyone for not seeing it. Just a comment on my skewed view of the world I guess
I didn't see it for the first time until like 2020. Nobody in my family was in to mobster movies and my friends in my 20s never brought it up to watch with me
Sports betting has been around forever, and it has been gamed forever. Gambling is often an addiction and some cheating doesn’t stop people from doing it
To corrupt a Polymarket bet, there needs to be only one person with inside knowledge of a planned event's timing, outcome, duration, etc in order to destroy the other side. The vast majority of Polymarket-bettable events have at least a few dozen if not hundreds or thousands of people with prior knowledge. Polymarket is now a known market where they can (conveniently through crypto) participate. It is basically a billboard saying "do you have interesting inside knowledge? Come here and make some money!"
To corrupt a sport bet, there needs to be an actual manipulation of events perpetrated by a very small, very closely watched and analyzed group of people (athletes or officials).
In my view, it seems immediately obvious that as prediction markets become even more mainstream (and so the billboard effect gets stronger), Polymarket bets will have a significantly higher rate of corruption than sports bets.
Enlightenment and utopia across that simple bridge
reply