Forgot your password?

typodupeerror

Comment: Re:Honest question... (Score 1) 331

by TCM (#43565515) Attached to: Eric Schmidt: Google Glass Critics 'Afraid of Change,' Society Will Adapt

There should be something like Godwin's Law that says, whenever someone equates a forgetting memory of a single human to large-scale computer-assisted data-mining, he automatically loses and the thread ends.

Yes, I want to be able to lie about a minuscule event if I want to. And there's nothing wrong with that. Forgetting or not knowing is what makes society function. Knowing that not every move of yours is recorded is what keeps you sane.

If you never were in a situation that you were glad was not recorded on photo/video, you are either a fetus with typing skills or a basement-dwelling troll. Honest question my ass.

Comment: Re:"About 982 megawatt hours a day" (Score 2) 595

by TCM (#43450409) Attached to: Is Bitcoin Mining a Real-World Environmental Problem?

W already is a "per time" unit. Multiplying it back with time gets you energy, which is what people pay for. Energy price is $/€ per(hah!) kWh. A device draws xW of power, etc.

Never ever do you have a use for W/time in daily life and people using it always mean either W or Wh but don't understand what they're saying.

Comment: Re:"About 982 megawatt hours a day" (Score 2) 595

by TCM (#43449861) Attached to: Is Bitcoin Mining a Real-World Environmental Problem?

I'll give you the benefit of the doubt that you're not trolling, although equalling MWh to MW per h is pretty close.

"rate of flow", "volume", is that what they teach in schools nowadays? Watt is the unit of energy conversion per time, also known as work. Watt times time is energy. Watt per time would be energy per time^2 and makes absolutely no sense.

Noone outside of power plants should ever use Watts per time:

http://en.wikipedia.org/wiki/Watt#Confusion_of_watts.2C_watt-hours_and_watts_per_hour

Now get off my lawn you uneducated fool.

Comment: Re:remove phone-home crap - Then how would it work (Score 1) 124

by TCM (#43448497) Attached to: Hacker Modifies Facebook Home To Work On All Android Devices

We had traffic jam reporting via radio before anyone knew what a smartphone was and before you had always-on Internet whereever you went.

http://en.wikipedia.org/wiki/Traffic_Message_Channel

Do you really want to waste traffic with every individual car uploading its position in realtime? That's even more braindead.

Comment: Re:remove phone-home crap - Then how would it work (Score 1) 124

by TCM (#43446777) Attached to: Hacker Modifies Facebook Home To Work On All Android Devices

These systems only work when you share as much as you receive. Kind of like people who are dead set against Google knowing minor anonymous details about their life yet at the same time are happy for live traffic feedback in navigation apps.

What. The. Fuck.

So for live traffic feedback I should have to provide back my live GPS location or even totally unrelated information? What a completely retarded argument. You just pulled a totally unrelated analogy out of your ass.

Comment: Re:But it is SUPPOSED to (Score 1) 192

by TCM (#43268031) Attached to: Too Perfect a Mirror

Uh, WTF?

Following a path-of-least-astonishment approach is not automatically abandoning the KISS principle of UNIX or its ability to shoot yourself in the foot. First and foremost, a tool should do its job in a non-surprising, intuitive and (hopefully) properly documented way. Any ability to shoot yourself in the foot is just icing on the cake _if the tool does its main job properly_.

Example: rm -fr / _should_ remove my whole filesystem tree, no questions asked, because the path of least astonishment requires that there are no edge cases or unforseen checks coded in. It's the same reason I can edit a directory entry with vi if I want to.

However, if a tool is touted as fully integrity-checking its tree using SHA-1 checksum, I would assume it does this in a consistent manner on every operation. Otherwise, what's the point?

Forcefully leaving the POLA to be able to shoot yourself in the foot is not UNIX. That's Linux.

Comment: Re:But it is SUPPOSED to (Score 1) 192

by TCM (#43267993) Attached to: Too Perfect a Mirror

Git sync to a lot of drives IS A BACKUP. It is exactly what an ideal backup should be, historic, up to date, minimizes storage. What is that system if it isn't an automatic backup!

A backup is not a backup if you overwrite it each time. They weren't doing backups at the file level, they were doing backups at the "Git level".

Mirroring Git repositories is a form of backup, yes. But only if Git itself works flawlessly. A backup is a _disaster_ recovery mechanism. Disaster includes software failing. Using Git to fulfill the "historic" requirement of backups is a problem if Git itself fails.

Looks like they trusted the Git adverts too much and thought complete integrity means complete integrity _on every access_ when in reality, it's nothing more than a ZFS fs that requires scrub to notice any corruption. In other words, one group of half-asses relied on another group of half-asses doing their job properly.

_Always_ double-check and make sure you know how your tools work, especially under disastrous circumstances.

Comment: Re:Online Advertising Response (Score 1) 369

by TCM (#42999359) Attached to: Firefox Will Soon Block Third-Party Cookies

You mean like determining which page to serve based on the client-side information of which page they want?

If you want to base decisions on what URLs you served, that's perfectly fine, since it's based on facts.

Also note how I said serious decision. It's even spelled out in the official spec that the referrer is completely optional and its contents are at the client's discretion. If someone allows referrers to influence his business model, he's pretty stupid in my eyes. Even IP adresses used for geolocation are better data, although also flawed.

So coming here crying not to take his precious referrer away deserves ricidule. Don't like it? Don't use HTTP, invent your own. Problem solved.

Begathon, n.: A multi-day event on public television, used to raise money so you won't have to watch commercials.

Working...