Forgot your password?

typodupeerror

Comment: Correcting myself (Score 3, Insightful) 143

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

and the second encoding of "sar" come to mind

Sorry, but it's "SHL" that has a duplicate encoding on x86. There are four slots for non-rotating shift instructions in "group 2": 4=SHL, 5=SHR, 6=???, 7=SAR. The /6 variant looks like it ought to be "SAL", and it is. However, unsigned left shifting is equivalent to signed left shifting, and thus the two opcodes end up doing the same thing. The original 8086 happy processed this instruction as a signed left shift because of how it interpreted the opcode bits, but that's the same as an unsigned left shift.

This was retained in modern processors, whereas "pop cs" was not.

Comment: Uses two undocumented / illegal instructions (Score 5, Interesting) 143

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

It's interesting to note that the code uses two "undocumented" 6510 instructions:

lax $91
anc #$00 ; clears carry for sinadd below

These instructions are undefined; they work by taking advantage of the internal CPU architecture to execute a hybrid of other legal opcodes. A lot of other older processors have such behavior, such as the Z80. Even the 8086 had a bit of this: "pop cs" and the second encoding of "sar" come to mind. (The 8086's "pop cs" was stolen by the 286 to mean an escape to a second opcode page.)

Comment: Re:If your group is (Score 1) 714

by Myria (#43690841) Attached to: IRS Admits Targeting Conservative Groups During 2012 Election

If your groups is named after the most famous tax revoult in the history of the country I would expect the tax man to pay special interest to it.

That tax revolt was against the previous regime (the British Empire), not the current government (United States of America).

But the Tea Party was most certainly in the history of the United States.

Comment: It's something people don't want to hear. (Score 3, Insightful) 629

by Myria (#43562167) Attached to: Why We'll Never Meet Aliens

I know it isn't a real popular opinion to hold, but everything I see indicates that interstellar distances are pretty close to uncrossable for physical beings like humans. Frankly I think that is the plain answer to the whole Fermi Paradox that people just don't really want to come to grips with. The gulfs between the stars are so wide that nobody crosses them, EVER.

I think that the biggest scientific discoveries coming this century will be about what we can't do. We'll progress significantly in applied sciences such as medicine, but in physics, we'll likely prove the impossibility of many things of which we dream.

Many of us like science fiction stories, but the reality is that they are not dreams of the future - they are merely a modern type of fantasy. We keep dreaming of the stars even when it's impossible. Unless we find a mass relay embedded in Charon.

Comment: Monsanto (Score 1) 208

by Myria (#43374637) Attached to: EA Responds To Its Appearance In the 'Worst Company In America' Poll

There is a lot wrong with EA, but saying they're the worst company is fundamentally bullshit.

I liked Mass Effect 3, except the ending. They have issues, but like, the worst company? Monsanto and Blackwater/Xe/Academi are far, far worse.

Even in video games, EA isn't the worst: look how bad Sega's Colonial Marines was, or the crap Sony has pulled with the PS3.

Comment: And still no Windows sandboxing (Score 3, Informative) 181

Unlike Chrome and Internet Explorer on Vista/7/8, Firefox doesn't run a child process in a sandbox to better protect the browser against exploits. Firefox runs entirely as a normal user process, and thus can access anything that regular processes can. An exploit running as an ordinary user can steal your bank account passwords and act as a zombie almost as effectively as an exploit running with root access.

I stay with Firefox only because I dislike tabs. Unlike Chrome, Firefox still has an option to open links in new windows instead of tabs.

Comment: And it didn't even make a difference for security (Score 2) 242

by Myria (#43304617) Attached to: Sony Reveals More PS4 and Dual Shock 4 Details

"Here! Have this console with this feature! Got it? Ok, yeah, that feature? We're taking that out."

Sony claimed that removing Linux from the older systems was for security, but the PS3 ended up getting hacked to hell anyway. Sony really should have lost that lawsuit over removing a feature from the old models.

With consoles, the best versions are generally the first or second versions, because over time, the company releases systems with fewer and fewer features.

Comment: Re:Maybe... (Score 1) 1121

by Myria (#43293737) Attached to: USPS Discriminates Against 'Atheist' Merchandise

And yet atheists are still the least liked segment of society. We're held in even less esteem than muslims.

That is such BS. Atheism is only the least liked among those categories. Add some other minority categories such as transgender people, burglars, car salesmen, and pedophiles and you'd get lower ratings.

Comment: More specifically, religion is a virus. (Score 1) 1121

by Myria (#43293675) Attached to: USPS Discriminates Against 'Atheist' Merchandise

I have always considered religion a disease...

Religion is a virus. A virus is a chunk of rogue program code that tempts a host into executing it, at which point the host is programmed to make copies of the code. Biological viruses have cells as hosts, and DNA or RNA as their program code. Computer viruses have computers as their hosts, and machine code as program code. Similarly, religions have minds as their hosts, with mind programs--ideas--as their program code.

The ultimate irony is that the Abrahamic religions don't believe in evolution, when it is precisely natural selection that led to their existence and dominance.

"It's in process": So wrapped up in red tape that the situation is almost hopeless.

Working...