Forgot your password?

typodupeerror

Comment: Re:For free? (Score 1) 286

by greg1104 (#43811347) Attached to: WIPO Panel Says Ron Paul Guilty of Reverse Domain Name Hijacking

Did the owner of the domain with your name buy it only because your name gave it value? If not, your case and this one are completely different. Fame doesn't have anything to do with it beyond that famous names are likely to be worth pulling this scam. Look at the rules here. This case sure looks like this one to me:

Circumstances indicating that the domain name was registered or acquired primarily for the purpose of selling, renting, or otherwise transferring the domain name registration to the complainant who is the owner of the trademark or service mark or to a competitor of that complainant, for valuable consideration in excess of the domain name registrant's out-of-pocket costs directly related to the domain name.

I can't believe how many people here have suddenly taken the side of someone I consider a domain squatter. Registering the name of a famous purpose for the primary purpose of holding it hostage is a douchebag move. In this case the ronpaul.com site did just enough work that it doesn't fall into the "primarily for the purpose" category here. I can't blame Paul for accusing them of violating the rules though. They certainly did not follow the spirit of the domain registration rules, even though a strict reading leaves them clean.

Comment: Re:Never thought I'd see FUD from Open Source (Score 5, Interesting) 111

by greg1104 (#43796831) Attached to: MariaDB vs. MySQL: A Performance Comparison

MariaDB is taking the MySQL code via the GPL and then building on top of it with new code. Those changes are all having their copyright assigned to MariaDB, and in some cases the GPL will also require a public release. Eventually MariaDB is expected to have a non-trivial set of improvements, and the copyright ownership of all the new code will be to MariaDB. That allows selling the combination of GPL core plus some explicitly owned private code, the exact same way MySQL was sold to Sun.

This is the same scam that let Monty cash out once already, using the work of open source contributors who assigned their copyright to his original company. No reason he can't do it again, if people are gullible enough to fall for it twice.

Comment: Re:Never thought I'd see FUD from Open Source (Score 3, Insightful) 111

by greg1104 (#43796397) Attached to: MariaDB vs. MySQL: A Performance Comparison

Concerns about MariaDB's long-term plans are appropriate too. Monty has setup his new company with contributor copyright assignment such that he can sell it off again, the same way he did with MySQL. If you actually taste the FUD here, you should be migrating away from both of these uncertain projects, not deciding which of them to use.

Comment: Re:Need Clarity (Score 1) 263

by greg1104 (#43793953) Attached to: Debian GNU/Hurd 2013 Released

If you're developing kernel components, having a kernel that crashes cleanly can make development much easier. Being able to shut down your buggy kernel level program and then try again sure beats rebooting after a panic. Even though this isn't directly helpful to users of the system, making the test side of development easier can lead to the program evolving more quickly over time. The Hurd design has been filled with taking the side of various trade-offs that take longer, but are believed to be more powerful in the end.

Comment: Re:Fuck. (Score 1) 414

by greg1104 (#43780215) Attached to: Google Drops XMPP Support

Google+ is second only to Facebook in active users

And Google+ is second to no one when it comes to counting incidental users as active ones! I have an "active" Google+ account attached to my work e-mail address now, because someone I do work with invited me to a Hangout once. People can't stay on the edge of Google's infrastructure for very long now before being likely to have a + account.

Comment: Re:https does not mean they are stored encrypted (Score 1) 252

by greg1104 (#43767051) Attached to: Ask Slashdot: Why Do Firms Leak Personal Details In Plain Text?

Perhaps he should stop using shitty email providers that don't support smtp/imap encryption then.

There is no reason his email has to be unencrypted. Mine sure as hell isn't.

Your incoming mail can easily be unencrypted for some number of hops between the sender and your ISP. There aren't that many SMTP systems that support transport encryption still. And I would wager the odds someone sending this sort of message is sending is originating via an unencrypted channel is even lower than average.

Comment: Re:Will this run . . . (Score 1) 143

by greg1104 (#43737731) Attached to: Interactive Raycaster For the Commodore 64 Under 256 Bytes

The VIC20 doesn't have a bitmapped display mode. To show graphics you have to redefine the character set. The usual solution to that limitation was to throw RAM at the problem of holding the character definitions. I suspect it will be a lot more complicated than the C64 for the sort of code you're running.

A priest advised Voltaire on his death bed to renounce the devil. Replied Voltaire, "This is no time to make new enemies."

Working...