Slashdot Mirror


User: Cyberax

Cyberax's activity in the archive.

Stories
0
Comments
5,567
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 5,567

  1. Re:The Space Race is a Rich Nation's Game on Russia to Build New Spacecraft by 2020 · · Score: 1

    The problem is: it doesn't scale well.

  2. Re:The Space Race is a Rich Nation's Game on Russia to Build New Spacecraft by 2020 · · Score: 4, Insightful

    You do realize that Russian space program is mostly self-financing in the first place? You know, people pay money to launch commercial satellites.

    Besides, Russian economy is much bigger than Polish - so $10000000 for space program take less than $1 from each citizen.

    GDP per capita is very misleading: Luxembourg currently leads with $81511 (against measly $43223 in USA). So should USA just stop all scientific programs and channel all money to welfare?

  3. First the laugh on Ballmer Calls Android a "Press Release" · · Score: -1, Redundant

    "First they ignore me. Then they laugh at me. Then they fight me. Then I win." - Gandhi.

    Microsoft is at stage 2 (and Nokia is at stage 1 - http://hardware.slashdot.org/article.pl?sid=07/11/07/142247).

    Let's see again in, say, 12 months!

  4. Re:Unprecedented is seriously inaccurate on US Wants Courts to OK Warrantless Email Snooping · · Score: 1

    Actually, Russian laws require law enforcement to get a court order to wiretap anything.

    Of course, I don't think the law is being followed to the letter...

  5. The only surprising thing is it's not DVD Johh! on Claim of a Blu-ray BD+ Crack · · Score: 0, Redundant

    But I guess he was too busy playing with iPhone...

  6. Vinil? Superior? Bullshit - try SACD on Vinyl To Signal the End for CDs? · · Score: 1

    Vinil is no way superior to properly-produced CDs, though it might sound a bit differently (because of different set of noises and distortions).

    But in any case, there's http://en.wikipedia.org/wiki/Super_Audio_CD and http://en.wikipedia.org/wiki/DVD-Audio - both of them FAR superior to vinyl (for example, they can carry 6:1 sound and have much wider frequency band).

    Unfortunately, these formats utterly and completely failed because of invasive DRM...

  7. Re:In Soviet Russia the currency transfer trounce on In Some Places, Local Search Beating Google · · Score: 1

    Nope, you're thinking about Russian grammar in the sense 'how to write without grammatic mistakes'. Yes, it's not really hard - English spelling, for example, is much more erratic.

    On the other hand, correct machine analysis of Russian is very hard. Rulesets are nowhere close to 10 printed pages, and a lot of things is so context-sensitive that it's not even possible to do correct analysis. I briefly worked at NLP (Natural Language Processing) area, but cowardly fled it - too much pain for not much gain.

  8. Re:Character sets? on In Some Places, Local Search Beating Google · · Score: 2, Informative

    It still doesn't work very well. Yandex can conjugate the whole phrases and can work with composited words (words containing more than one stem). Google still uses simple word normalization.

  9. Re:In Soviet Russia the currency transfer trounce on In Some Places, Local Search Beating Google · · Score: 5, Insightful

    Nope. It was fairly easy to work with foreign currency in Russia since early 90-s. Yandex was simply MUCH better than Google because Google have not supported Russian morphology until very recently.

    For example, if I'm searching information about, say, the name of Putin's dog I can use the following search query:
    "Imja sobaki Putina" - (the name of Putin's dog) and Yandex can find documents with the words
    "Imena sobak Putina" - (the names of Putin's dogs - note the plural) or documents with the words
    "Imen sobak Putina" - ([about] the names of Putin's dogs)
    "Imena sobakam Putina" - another grammar case. ...

    Russian morphology is MUCH MUCH more complex than in English. Yandex started working on morphological search in 1996, so it's not surprising that it's still much better than Google.

  10. Re:Nothing for you to see here. Please move along. on Slashdot's Setup, Part 2- Software · · Score: 1

    Yes, I'm always logged on, but I frequently see "Nothing to see here..." (it usually goes away in a minute, so not a big problem).

  11. Re:Didn't we find out... on Make Your Own Sputnik · · Score: 1

    Sputnik actually HAD science instruments: it encoded pressure and temperature inside the capsule in radio pulses. This allowed to verify that there's no big danger of micrometeorits in space.

  12. Re:Safety? on Mythbusters to Test Cockroach Radiation Myth · · Score: 3, Informative

    Actually, it's possible. There were several criticality accidents in oil reservoirs and air filters:

    For example, http://www.johnstonsarchive.net/nuclear/radevents/1961USSR2.html and several other ones (I'm too lazy to search)
    http://www.johnstonsarchive.net/nuclear/radcrit.html

  13. Re:What does Trusted Computing mean? on The Future of Trusted Linux Computing · · Score: 1

    No, "I" is the computer user very paranoid about security.

    Of course, phone manufacturers might also use TPM for Tivoisation. But it's far easier just to use a simple signed first stage bootloader for the same effect.

  14. Re:What does Trusted Computing mean? on The Future of Trusted Linux Computing · · Score: 1

    Why? I DO know my root key to TPM - I can view all stored keys and manipulate them. After all, it's not more than a hardware keystore and some validating code.

    The goal of TPM is to build a secure HOST. I.e. the one which I can trust to be secure during all stages (for example, TPM can guarantee that a malicious hacker has not installed a backdoor into my kernel).

  15. Re:I'm completely new to this TCM thing... on The Future of Trusted Linux Computing · · Score: 3, Insightful

    TPM in Thinkpads allows stores private/public keys in a secure hardware storage.

    The kernel is signed and the hardware bootloader checks that the signature is valid (using TPM). So we can at least guarantee that the system is in consistent state during kernel loading. Later we can use numerous methods to control kernel integrity (SELinux, AppArmour, etc.).

    Theoretically, Microsoft can make you to use TPM to validate their kernel during booting (because tainted kernel can be used to circumvent DRM).

    So we just need to be able to turn off the TPM chip if it's not required.

  16. Re:What does Trusted Computing mean? on The Future of Trusted Linux Computing · · Score: 1

    MS has already done it with Vista x64 - it doesn't allow you to install unsigned drivers. TPM will also allow them to be sure that the kernel is not tampered during the startup. But I don't think it adds too much security for evil DRM schemes.

    But personally, I'd like to have the same capability to be sure my system is not tampered with by NSA when they examine my laptop during in airport :)

  17. Re:What does Trusted Computing mean? on The Future of Trusted Linux Computing · · Score: 2, Informative

    No, "trusted computing" means that hardware can guarantee the integrity of the environment. For example, I'd like to use TPM chip in my Thinkpad to guarantee that my machine will boot only kernels signed with MY key. Also, I very much like the hardware keyring.

    Trusted computing is only a problem when YOU are not the owner of the machine and don't have the full control over the TPM module on a new computer (of course, once TPM is set up - it shouldn't be possible to change it without owner's keys).

  18. Duct tape saves the day! on Why ISS Computers Failed · · Score: 5, Informative

    ...They also decided to rig a thermal barrier out of a surplus reference book and all-purpose gray tape....

    Once again, duct tape saves the day! :)
  19. Re:hmm on Saturn's Moons Harboring Water? · · Score: 1

    Ever heard of 'anaerobic respiration' (http://en.wikipedia.org/wiki/Anaerobic_respiration)?

  20. Re:5-10Mw? That's stupid. on Pentagon Urges Space-Based Solar Power · · Score: 1

    That's BS. Of course, there are transmission losses, but they are NOWHERE close to 90% per kilometers.

    That's why we have 4GW power plants without much problems.

  21. 5-10Mw? That's stupid. on Pentagon Urges Space-Based Solar Power · · Score: 2, Insightful

    5-10Mw is the power output of _one_ _small_ power plant. Typical nuclear power plants output hundreds megawatts of power.

    However, a nice focused microwave ray can literally bake people without (much) damage to property.

  22. No fair, you changed the outcome by measuring it! on Quantum Crypto in the Real World · · Score: 5, Funny

    Nuff said :)

  23. Re:And this is good...why? on The Russian Mafia Doesn't Like Spam Either · · Score: 1

    Probably, BOFH got fed up with spam :)

  24. Re:Of course it's all about the verbs on The Evolution of Language · · Score: 1

    Ook? Ook ook ook, gook ook.

    Ook!

  25. Re:Flash drives on Get Speed-Booting with an Open BIOS · · Score: 1

    But most of devices are not necessary to start kernel booting. In any case, kernel will reprobe almost all devices later during boot.

    ACPI support is more complicated, but I think it's still possible to boot Linux in just a few seconds.