Slashdot Mirror


User: KiloByte

KiloByte's activity in the archive.

Stories
0
Comments
4,101
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4,101

  1. Re:Double Irish on Obama Proposes One-Time Tax On $2 Trillion US Companies Hold Overseas · · Score: 1

    This is easily fixable: just declare I"P" to be not property, at least for this purpose. You already don't pay any taxes for holding it (which would fix some obvious copyright abuses).

    This would leave physical property, services and financial operations as means of shifting cost.

    Physical property is easiest to check: the company would need to ship a constant stream of one-sided widgets. These have obvious value: selling a box of screws $1M a piece is obvious fraud. Purchasing no end of usable wares at no more than 20-30% loss for 90% of the company's revenue, year by year, is not something reasonably doable.

    Services mean the wealth is actually created overseas.

    Financial operations are the hardest to oversee reliably, but if you skip all the creative accounting and look at the total net of money moved around, then again, shifting 90% of the company's revenue year by year is not something easy to hide.

  2. Re:On tracking on Fixing Verizon's Supercookie · · Score: 1

    Use Request Policy instead of Ghostery -- it makes advertisers opt-in rather than opt-out. Besides killing any non-first-party tracking dead, it hardly leaves anything for Adblock to clean up.

  3. Re:Well on China Cuts Off Some VPNs · · Score: 1

    You're cherry-picking a single crime where NYC leads. In every other field, London wins handily. Compare: 1 vs 2.

    I'd take a tiny chance to get murdered over not being able to walk in the middle of the city without being robbed or assaulted. Living in Poland, I have so far been robbed twice and assaulted 7 times (once with an injury), and murdered... still not even a single time. And by statistics, my chances to do so are really, really slim.

    And these stats ignore the fact that murders happen predominantly between rival gangs, while robbery, assaults and rapes tend to target honest upstanding citizens.

  4. Re:Defective by design. on China Cuts Off Some VPNs · · Score: 2

    I envision an SSL hack which connects to a valid SSL server but then turns into a VPN connection.

    You mean, http[s] CONNECT? With openvpn as the payload (double encryption might be wasteful, but I'd keep it). You can then multihome over those connections with existing tools to your heart's content.

  5. Re:Well on China Cuts Off Some VPNs · · Score: 1

    out of US because of danger posed by gun culture and gun laws

    This "danger" keeps violent crime at less than 1/7 the level of UK, comparing New York to London (similar population, similar percentage of "bad" minorities, etc).

  6. Re:Now if I could just type... on Your Entire PC In a Mouse · · Score: 1

    All the USB slots are in the mouse.

  7. Re:Once upon a time on Your Entire PC In a Mouse · · Score: 1, Insightful

    Does anyone actually use wireless mice? They used to be a fad a decade ago, but I can't remember the last time I've seen one.

    Cons:

    • batteries are constantly out
    • too easy to displace
    • hard to manage orientation

    Pros:

    • ???
  8. Re:Now if I could just type... on Your Entire PC In a Mouse · · Score: 4, Insightful

    Enjoy using a mouse with a bunch of cables attached to it. Not so ergonomic, you see...

    As this mouse needs a display anyway, it'd be so much better to put the brains in something that doesn't move.

  9. Re:Drone Strikes Against Spammers ? on To Avoid Detection, Terrorists Made Messages Seem Like Spam · · Score: 4, Interesting

    Every spam message that goes past the filters takes several seconds out of someone's life -- and not just the "gross" part that includes sleep, commutes, bathing, etc but of the actual productive part of the day (around 1/3 of it). Averaging batch reading of mail at the start of a day vs full context switch, let's take 5s per piece of spam. Let's assume a 95% spam filter effectiveness rate. Now the hardest part -- how big a spam campaign run is? Let's assume 100M delivery attempts (I'm doing a Fermi estimate -- or rather, pure rectal extraction -- on this number).

    This means, a single spammer who did just 10 spam campaign runs effectively murdered a person -- in a death of thousand cuts.

  10. Re:No surprise on Study: Belief That Some Fields Require "Brilliance" May Keep Women Out · · Score: 4, Insightful

    We think (and so define in IQ calibration) that mean intelligence is the same for men and women.

    And it's that calibration that's problematic here. The brains of men and women are typically very different, making them excel at different types of tasks. The modern IQ calibration manipulates weights for these tasks to give both an average score of 100. The result is politically correct, but makes IQ an even more worthless measure than it was before gender-balance calibration was introduced.

    The other problem lies in people assuming that the average for a gender tells you anything about a particular individual. If women are better/worse at task X, this doesn't mean a woman who applied for a position that requires X is better or worse than a man whom you can pick or not over that woman.

    The result? Giving preferential treatment to either group is wrong, and will hurt not only the group you discriminate against, but your profits as well. No matter whether your task is a biology researcher, a lumberjack or a kindergarten teacher, the only valid method of choosing is being totally gender- (and race-, and so on)-blind. That woman who applied for that lumberjack job? She probably has a clue what she does, and thus deserves a try at the chainsaw. This kind of self-selection is not free of biases, but it makes comparing averages for men-vs-women (or blacks-vs-whites-vs-polka-dotted) pointless.

    Yes, such selection of merits will make your team not represent the diversity ratios of the general population -- that's expected.

  11. Re:More importantly, on NetHack Development Team Polls Community For Advice On Unicode · · Score: 4, Funny

    Don't you want to name your fruit U+1F4A9? (can't write this as a literal because Slashdot)

  12. Re:The answer is... on NetHack Development Team Polls Community For Advice On Unicode · · Score: 5, Informative

    For storing a single character: UCS-4 (aka UTF-32), and that's without possible combining character decoration. For everything else, UTF-8 internally, no matter what the system locale is.

    wchar_t is always damage, it shouldn't be used except in wrappers that do actual I/O: you need such wrappers as standard-compliant functions are buggy to the level of uselessness on Windows and you need SomeWindowsInventedFunctionW() for everything if you want Unicode.

    And why UTF-8 not UCS-4 for strings? UTF-8 takes slightly longer code:
    while (int l = utf8towc(&c, s))
    {
            s += l;
            do_something(c);
    }

    vs UCS-4's simpler:
    for (; *s; s++)
    {
            do_something(*s);
    }

    but UCS-4 blows up most your strings by a factor of 4, and makes viewing stuff in a debugger really cumbersome.

    My credentials: I'm the guy who added Unicode support to Dungeon Crawl.

  13. Re:Self-defeating name on Rust Programming Language Reaches 1.0 Alpha · · Score: 1

    Or ,"go" the language. Utterly ungooglable, and conflicts with at least three other programming languages.

    (It's a name that's good for humans but useless for other reasons.)

  14. Re:islam on Gunmen Kill 12, Wound 7 At French Magazine HQ · · Score: 1

    "lo tirsah", if you want to go there. The Wikipedia article I linked to has an in-depth explanation.

  15. Re:Better Onion article on Publications Divided On Self-Censorship After Terrorist Attack · · Score: 1

    abortion results in a dead baby

    I'm pretty certain abortion ensures that fetus will never develop into a baby.

  16. Re:Well Then on Tips For Securing Your Secure Shell · · Score: 1

    Moving services like ssh to a higher, non-default port is not done for "security".

    It won't protect you from in-depth attacks, but will save you from in-breadth ones.

    Using a high port can protect even from non-thorough targetted attacks: nmap's default for example is to scan a selection of 1000 ports rather than full 64K.

  17. Re:islam on Gunmen Kill 12, Wound 7 At French Magazine HQ · · Score: 1

    Seriously, you cannot kill as a Christian, because 1. you can't kill

    Uhm, killing is not only condoned but even required (at the pain of death!) in a good number of cases. You're relying on a bad translation, the Hebrew text has "thou shalt not murder".

    And Yahveh "himself" ordered genocides of multiple whole tribes.

  18. Re:islam on Gunmen Kill 12, Wound 7 At French Magazine HQ · · Score: 1

    And in fact the criminals who murdered these 12 people are not followers of Islam though they claim to do it in the name of Islam.

    Sorry, but have you read the Koran? Those criminals did exactly what ordered, with the relevant commandment repeated umpteen times. These murders were no less inspired by the word of Muhammed than, say, the murder of Asma bint Marwan.

    You're probably mistaking the Koran for the Bible. The latter contains so many contradictions that you can't be a Christian without a steaming pile of doublethink and cherry-picking, which makes most of us think the Koran suffers from the same. It does not: rather than a series of books written over ~700 years, it's the product of careful editing by a small team of scribes overseen by one man. It bears nearly no contradictions, basically just permissibility of alcohol (16:67 vs 2:216), whether angels are the same as jinn, and some literary devices. And even those are governed by an "upgrade clause".

    So, while a majority of people with islamic cultural roots are good people, that's not thanks to Koran but despite of it. They are sinners who fail to obey the scripture, while the murderers are true believers.

  19. Re:In the name of Allah ! on Gunmen Kill 12, Wound 7 At French Magazine HQ · · Score: 1

    One religion in recent history has been responsible for the vast vast majority of religious inspired violence. Essentially two mainstream religions feature a scripture that preaches violence against its enemies, the Islamic and Jewish faiths. The latter does not have any prevailing interpretations advocating violence outside a small patch of land.

    Holy war is an invention of Christians when they first gained power (albeit Judaism was at some points a precursor to a small degree). Beforehand, everyone was free to worship any gods he wanted, as long as he did not disrespect gods of others. What did Romans do when they prepared to war? They built temples to gods of their enemies, making sacrifices so the gods don't fear losing worship. It's only insulting gods that was forbidden, and in some societies like Rome the perpetrator usually was given a yet another chance, to make a sacrifice as an apology.

    Forcing someone to abandon his gods was unheard of. Even other monotheist religions like Zoroastrians or Mithraists did not go that far. It's so-called Abrahamic religions who brought us this evil.

  20. Re:islam on Gunmen Kill 12, Wound 7 At French Magazine HQ · · Score: 1

    "If it quacks like a duck"... Let's take a look at Communism: prophets, check. Scripture, check. Clergy, check. Portraits of "saints" everywhere, check. Proselytism, check. Future paradise, check (earthly). Religious hymns, check. Hate towards other religions, check. Prosecution of heretics, check. Rituals and ceremonies, check. Just compare 1st May processions to ones Catholics do on Corpus Christi.

    Same with Adolf and Mao. Not that different from deification of Roman emperors...

    Heck, a good part of modern religiology classifies Juche as a proper religion.

    It doesn't matter that adherents claim it's not a religion. It's all about dogma.

  21. Re:Degenerate on Anthropomorphism and Object Oriented Programming · · Score: -1, Flamebait

    Thou shalt not suffer a furry to live.

  22. Re: Balloons on How Galaxies Are Disappearing From Our Universe · · Score: 1

    If space is expanding everywhere, including the distance between atomic sub particles, wouldn't they collapse again due to gravity/electromagnetic forces back to the normal energy well positions?

    That would generate energy out of nowhere, making every atom, nucleus and baryon unstable.

  23. Re:voicemail to email on The Slow Death of Voice Mail · · Score: 1

    Speech to text has gotten very good

    Eh? I have yet to see a single case of it getting a single sentence transcribed correctly. And I mean this literally: a ten or so years ago we spent a few hours with friends playing with IBM ViaVoice trying to get a single sentence through, and failed. Recently, I tried Google Chrome's transcriber, with exactly as much luck.

    Usually the result of speech-to-text is some nonsense poetry that matches the general rhythm of what was said and possibly rhymes with it, but the similarities end there.

  24. Re:polish != Polish on Critical Git Security Vulnerability Announced · · Score: 1

    For a Turkish user, 'i' does not capitalize to 'I' but to dotted I (which anything but slashdot can display), while 'I' lowercases to undotted i. Now go make a checkout within the Turkish locale and try to read it within any other locale (typically, a different user or a different machine in the network).

  25. Re:How? on Over 9,000 PCs In Australia Infected By TorrentLocker Ransomware · · Score: 5, Insightful

    This malware relies on weakness in wetware rather than software. No general-purpose operating system can save you from PEBKAC issues, at most partially mitigate them. Unix-style execute bit rather than Windows' extensions reduces the number of vulnerable idiots by like 2-3 orders of magnitude, but you can bet that if the webpage kindly provides instructions, a good number of marks will still manage to get infected.