Forgot your password?
typodupeerror

Comment Re:Charging Batteries (Score 1) 38

I came here thinking the same thing. I see others say it's to offset peak usage hours. But still, the energy conversion needed to charge these batteries would negate the benefit, right?

Absolutely not. The charge/discharge round trip losses will be a few percent, maybe 10% if the batteries are in bad shape. The price difference between peak and off-peak is often 5-10X. Commercial users also get hit with demand surcharges based on the peak draw during the month and those can really make a huge difference. Using batteries to smooth out those peaks can be a bigger savings even than avoiding draw during peak times.

Even for residential use, the savings can be significant. I have batteries and I'm on a time-of-use plan that charges me 5X as much during peak hours (6-10PM) as the rest of the day. I make sure the system is set up so that I never draw any power during peak.

Comment Re:This could go either way... (Score 1) 48

> this will just quietly disappear when someone educates webXray

"Nice business you have here. It would be a shame if something happened to it."

https://www.youtube.com/watch?...

Incredibly unlikely. If the claimed violations are legitimate, and webXray reported them to the state plus the attempt to lean on them, Google would get slammed, hard, both legally and in the press. No way in hell Google would risk that.

Comment Another reason to not buy Sony kit (Score 4, Insightful) 77

The message seems clear: If you want these features you must buy more recent models. But I ask myself: how long before these new models have features removed to get me to buy even newer stuff ?

Presumably these TVs were marketed as having these features - so, in some jurisdictions at least, this would be illegal.

Comment Re: Not surprising (Score 1) 64

Perhaps that's why I'm failing. Struggling with some poorly documented lcd and an esp32. Would probably be more accurate if I were using a pi or something.

I have a lot of success with obscure, mostly-undocumented systems. Which models are you using? There's an enormous difference in capability level between the top-tier models and the next step down. Also a pretty big cost difference.

Comment Re:This could go either way... (Score 2) 48

It's also possible that webXray is confusing ad/tracking cookies with cookies required for normal site operation

There is no such thing. Everything done with cookies can be done some other way EXCEPT for tracking, e.g. with hidden form variables or additional arguments in a request.

It can be, sure, but it's less reliable and more painful to work with.

Comment Re:Where is the evidence? (Score 2) 111

Sure, but isn't it interesting that the number of photos -- fuzzy or otherwise -- didn't massively increase when everyone started carrying cameras all the time? In fact it declined significantly.

The only logical conclusion is that the little gray men realized there were a lot more cameras about and became much more careful.

Comment This could go either way... (Score 3, Interesting) 48

It's possible the companies are flagrantly ignoring the opt out indication.

It's also possible that webXray is confusing ad/tracking cookies with cookies required for normal site operation, viewing any set-cookie command as a violation.

Based on my experience working at Google, I'm betting on the second possibility. But, we'll see. Either we'll hear some stories about the companies being fined, or sued, or prosecuted (depending how the law works), or this will just quietly disappear when someone educates webXray.

Comment No display? No interest. (Score 1) 56

I do not want an input only device, and if I want headphones, I'll put one in each ear I want one in. Rarely is that both ears, and usually I consciously and specifically pick which ear I want.

What I do care the most about is a screen. I'm not so hung up on screen size or quality for now, I just want something that I can use easier than my phone. If you don't have a screen, what is the point?

Comment Re: we can't prevent identification in public alre (Score 1) 88

You are absolutely feel free to argue what you think the law *should* say. But the Bill of Rights, including the fourth amendment (which is what you meant, not the fifth), definitely does not restrict what private citizens and corporations can do. It only restricts the government. And, as TomWinTejas said, it didn't even restrict the states or local governments, only the federal government, until the 14th amendment modified the meaning.

When it comes to search and seizure there is a different concept that protects you from private individuals and corporations: property rights. But the way property rights apply to your face is... complicated at best, and under present law doesn't give you the protection you think you should have. The law gives you protection against someone producing images of your face for commercial use, but that's not what's happening here.

And as for privacy rights, the Constitution really doesn't address that except in the narrow case of government searches. SCOTUS did actual find a right to privacy in the "penumbra" of the Constitution in Roe v Wade, but only ever applied it in the context of one very particular medical procedure, and anyway that court opinion is widely considered to be one of the worst examples of motivated legal reasoning in history. It's pretty clear that the court didn't apply that privacy right in any other cases because shining more light on the incredibly shoddy reasoning could only result in Roe getting overturned. As it did.

Anyway, the point is that you can and should advocate for laws that enact the privacy protections you want, but don't fool yourself in to believing that they already exist in the law, because they don't.

Comment Re:Go went from #7 to just above Rust (Score 1) 165

Go always seemed like something of a niche language to me. Some DevOps folks, and especially people working on cloud-native infrastructure like Docker and Kubernetes, and the tools designed to run on top of them, seemed to love it. I never really heard of it catching on outside that niche, though (except within Google).

Comment Re:Search engine ranking (Score 1) 165

It's a search engine ranking, you know, the thing people use when they have a problem.

Correct. The TIOBE index is currently compiled from results from 25 search engines. You see this in the way the rankings bounce around each time they report them, seemingly with no meaningful explanation. That's why TIOBE always has been and always will be a crappy indicator of which languages are the most used ... especially now that more people are using AIs instead of standard search engines to ask their questions.

However, the index looks like statistics, which makes it attractive to journalists who cover tech. That means it's useful for getting TIOBE's name in the press. (TIOBE is a software quality measuring company),

Slashdot Top Deals

How many Unix hacks does it take to change a light bulb? Let's see, can you use a shell script for that or does it need a C program?

Working...