Forgot your password?
typodupeerror

Comment Re: ...not that you should be speeding on public r (Score 1) 197

If you set it to "85th percentile of observed traffic" you are selecting 15% to be targets of fines. Why 15 and not 20, or 10?

States with "reasonable and prudent" rather than "explicit speed limits" do a more logically consistent job here. Reasonable and prudent is what we're really looking for - everyone choose a speed that is safe for the conditions of the road, the vehicle, and the surrounding traffic.

The problem is that it's difficult to fine people for that, because it is partly subjective and different for every driver and weather conditions. It's much easier to set an explicit speed limit and then measure speeds. Explicit speed limits exist for the convenience of the courts, with safety of the road users as a distant secondary objective.

If you want to improve safety, then look into "traffic calming" measures. In particular those that cause drivers to perceive higher risk (and research into conditions where drivers falsely perceive lower risk). Even just drawing the lines narrower on a wide street can have an effect. If you design the road right, drivers will naturally choose the right speed for the environment without any need for a road nanny.

Comment Re:C'mon, Saudi (Score 5, Informative) 92

Nothing would make it “help get a little closer to making it a reality” if it’s not physically possible, and there’s a very strong argument that that’s the case. If nothing else, the maximum specific tensile strength allowed by covalent bonding - which is fundamental physics that we can’t change - combined with the reality of defects in a 36,000 km cable - is far below what’s needed to build a space elevator in Earth gravity. It might be possible to build a space elevator on the Moon or even (in the far future) on Mars, because their gravity is such that real materials could potentially do the job. But doing that involves bootstrapping an entire offworld industry, which is far beyond anything even the most advanced nations are capable of currently, let alone a technologically stunted oil state.

Comment Re:While I like the sentiment, it's unenforceable (Score 1) 70

While I agree that I don't understand how this is price fixing, I'm not sure your argument is valid. Standard Oil is a pretty well-known example of producers colluding to keep the price up, but they still kept it low enough that people found a ton of ways to make use of oil from transportation to heating to labor productivity. Using the "loss of demand" measurement we would probably have missed it.

I think the issue here isn't collusion per se, but rather that an information disparity exists and disadvantages tenants and is being perceived as "price fixing" because there really isn't any other mechanism currently to deal with the problem.

One alternative solution would be to level the playing field by finding some way to make tenants and landlords alike have access to the same level and quality of information. I would suggest perhaps all rents and rent offers should be published in a way that anyone can apply their own algorithm on either side of the negotiation.

Comment Re:Aging occurs in stages (Score 1) 57

I'm 48 and holy crap I must agree. My back is hurting on and off, never used to. Foods I used to eat just fine now make me feel bleah and sick to my stomach. I've needed new eyeglass prescriptions four times in the last five years; before I went with the same prescription for a decade.

It's perfectly normal but still scary. It's like suddenly your body goes "Okay I've had enough" and yells at you to take it easier.

I hate it.

Comment Re:AI? Really? (Score 1) 53

Why have automated calls at all? Sports are social events where people got to see other people who have trained to peak human performance compete against each other at popular games.

I don't want to see perfect play by optimized automatons, I want to see the earnest best effort on the part of the participants and argue about different plays with my friends later. The players will make mistakes, and so will the officials. That should just be part of the game.

Comment Re:If you want to print photos (Score 4, Interesting) 92

[If you want to print photos] Aren't you still stuck with inkjet?

Only if you don't live near a Staples, CVS, Walgreens, etc. You'll get even better results because (at least CVS but probably everyone) has dye sublimation printers, which are vastly better for photographs than color printers.

For other color prints, Color laser printers are not that expensive, but I haven't had much success. I'd recommend stick with B&W, and outsource color stuff to office supply / pharmacy type stores.

B&W laser is so vastly cheaper and lower maintenance, particularly in a sporadic use case, that it's not even a competition - Last time I bought a laser printer, the starter toner was good for 1500 pages at 5% coverage, and it worked fine even if I last printed something 8 months ago. Compare to a typical inkjet in which a full toner pack is good for 200 pages at 5% coverage, has to run ink through every so often to keep the tubes clear, and (for the last HP inkjet I owned) prints black text using all colors despite having a full black cartridge.

Caveat: if you are planning on printing addresses on envelopes to be mailed as a substantial use case, go with the inkjet. Toner fuses to the outside of the paper, so it can get stripped away by the sorting machines.

Comment Re:Most Theaters Banned Phones, though (Score 1) 102

> because they created light during the movie

This is such an understatement too. I don't know why but some people have their phones set to "surface of the sun" levels of brightness when they're in the dark, and then they use their phone in the row in front of you it's like a laser burning a hole in your retina as you try to watch the screen.

No, keep phone usage out of cinemas. And turn down your screen brightness in the dark, people!

Comment Re:A question for AI crazy management. (Score 1) 121

This matches how I use it. I’ll add a few other points:

4. Writing the first core version of a service or UI. I’ll typically use close to 100% of those generated lines, and then continue building with LLM assistance where it makes sense. It makes a big difference to development velocity.
5. Finding bugs. If some bug isn’t obvious to me, provide the code to an LLM and describe the problem. Its success rate is high.
6. Working with tech I’m not particularly familiar with (an extension of your #3, i.e. learning)
7. Writing documentation.
8. Reverse engineering existing code, i.e. describe some code to me so I don’t have to dig through it in detail.
9. Writing unit tests.

Slashdot Top Deals

We all agree on the necessity of compromise. We just can't agree on when it's necessary to compromise. -- Larry Wall

Working...