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:Right Direction--More Money and Sex Appeal on Open Source Developer Knighted · · Score: 1

    Uhm, what I heard is that the Church considered being physically clean a "pleasure of the body" and thus evil, praising ascets who were smelly instead.

  2. Re:What everyone forgets about copyright on US Says 4.3 Billion People Live With Bad IP Laws · · Score: 1

    Actually, it was originally created not to "encourage production of more art", but to provide another source of revenue for a king.

  3. Re:Well on Does HP + Palm = Facepalm? · · Score: 1

    Use iswprint() or even wcwidth() instead of hard-coding a white/blacklist by hand.

  4. Re:Not much evidence yet... on ISP Is Bypassing Firefox's Location Bar Search · · Score: 1

    Don't worry, starting tomorrow they'll redirect all DNS queries to their own servers.

    A local ISP I sometimes conslut for did this because of a few "computer repair/shop" punks making all machines they put their grubby mitts use a certain DNS server ran by another telco. Suddenly, that server was changed to not answer requests from the outside (ie, sane protection vs DNS amplification attacks), and guess what -- customers who ever came into contact with that rogue repair shop started screaming "the Internet is not working, fix it!".

    It was so much simpler to iptables --dport 53 -j REDIRECT instead of explaining whose fault it is. Since people had their computers purchased or "repaired" in that shop working for some time, the outage must have been on the ISP's side, right?

    Now take a guess what will happen if this is done for more nefarious purposes...

  5. Re:So now the question is... on What Happens When IPv4 Address Space Is Gone · · Score: 1

    Right... and, pray tell, how did you connect to slashdot.org which lacks an AAAA entry?

  6. Re:Hmmm on What Happens When IPv4 Address Space Is Gone · · Score: 2, Informative

    You know what is going to happen the first time ARIN says no? The organization will go "Oh, ok.Can I get a nice block of IPv6 instead?" and add some protocol translation to their network to deal with anything that can't handle IPv6. Done. Problem solved.

    Except, that block of addresses will be worthless since no one who uses brain-dead ISPs (ie, 99% of them) will be able to connect to you.

    And that "protocol translation" is functionally identical to NAT, with all of its downsides. In fact, the popular solutions for that are named NAT64 and NAT46, even though they are a bit more heavyweight, requiring DNS hackery. And both do absolutely nothing a dual-stack node can't do. Hint: all modern systems are dual-stack.

  7. Re:What if someone made a firefox addon? on IE8's XSS Filter Exposes Sites To XSS Attacks · · Score: 1

    The IE you were using made an explicit man-at-the-end attack against a properly coded website. Your session was secure until your browser decided to break it.

  8. Re:Rogue-like on Life Recorder · · Score: 1

    It would also help against many non-violent crimes.

    A couple of years ago, two municipal cops stopped me in a park. They claimed I crossed a street on the red light -- which I didn't. The crossing was ~40 meters away, partially obscured by waist-level bushes, a few trees and a statue. When I protested, they asked if I have any witnesses -- obviously, everyone was already gone. The cops told me that if I keep denying, it will be their word vs mine, and since they were two, their word would prevail in the court. As I heard rumours about similar cases and that the law indeed says so, I had no way to fight it and paid the fine -- and it was pretty steep.

    If I had such a recorder, the fuckers wouldn't be able to pull such tricks.

  9. Re:Good article on American Lung Association Pushes For Ban On Electronic Cigarettes · · Score: 2, Insightful

    Rule 29: The enemy of my enemy is my enemy's enemy. No more. No less.
    -- "The Seven Habits of Highly Effective Pirates"

  10. Re:What about... on Google Says Spam Volumes On the Rise · · Score: 4, Informative

    Network bandwidth taken by emails is indeed nearly free -- a typical piece of spam is just around 5KB (median). Yet, with more and more complex processing needed to run spam filters, you need quite a bit of CPU to weed them out. Looking at my logs, SpamAssassin runs are around 8 seconds each. Part of that time is spent for DNS queries, but there's a number of CPU-intensive tests as well.

    And servers are certainly not free.

  11. Re:Beware the key term there: on Memory Management Technique Speeds Apps By 20% · · Score: 2, Interesting

    Except that pre-allocating small chunks of expected size can be done much faster in-thread if you first allocate large chunks and then sub-allocate constant sized parts. That's what g_slice() from glib does.

    Replacing malloc() with g_slice() tends to improve allocation speed by insane factors -- I've seen cases where the speedup of allocations was 10x, and since the program in question was quite malloc-heavy, the overall speed was increased by over 100%.

  12. Re:Performance Issues on Songbird Drops Linux Support · · Score: 1

    There is one with much worse performance: Banshee. And Ubuntu guys want to make it the default player in place of Rhythmbox...

  13. Re:The features I'm still waiting for... on Gnome 2.30 Released · · Score: 0, Troll

    3) F-Spot is slow...

    And what exactly did you expect from a program written in Mono? It has been pushed in due to political considerations, not because it's usable.

  14. Re:Yup.. on "Supertaskers" Can Safely Use Mobile Phones While Driving · · Score: 1

    Screw typing... what about engraving "AAARGH" in stone as you die?

  15. Re:Story Title casting a broad net. - hands-free v on "Supertaskers" Can Safely Use Mobile Phones While Driving · · Score: 1

    Indeed -- talking is merely a distraction, texting should be prosecuted as attempted murder.

  16. Re:Damn Chinese! on Journalists' Yahoo E-Mail Accounts Compromised In China · · Score: 4, Interesting

    https is very easy to MITM if you can inject bogus signed certificates. For that you need to control a CA. Like, for example, CNNIC whose root certificate is included in MSIE and Firefox.

    Please to vote on the bug report to remove this security hole.

  17. Re:Stupid on Could Colorblindness Cure Be Morally Wrong? · · Score: 1

    And that's bad how?

  18. Re:Stupid on Could Colorblindness Cure Be Morally Wrong? · · Score: 1

    They didn't conceive the child naturally, they selected embryos to ensure deafness.

  19. Re:Stupid on Could Colorblindness Cure Be Morally Wrong? · · Score: 3, Insightful

    While I despise being sue-happy, this is one of the cases where I really hope the child sues her parents when she grows up for intentionally crippling her.

  20. Re:Bad move.... on Nvidia Drops Support For Its Open Source Driver · · Score: 1

    Perhaps some machines exist where nVidia's proprietary drivers can successfully hibernate, but I have yet to see one. And I tried on three different setups.

    Here's a screenshot of one.

    For building software, it diverts libGL.so with its own version, and fails to properly set it up. You can correct it by hand, but out of the box, it breaks automatic compiles. Quite a few packages Build-Conflict with nvidia-glx...

  21. Re:Bad move.... on Nvidia Drops Support For Its Open Source Driver · · Score: 1

    And not 100% stable. And 0% able to hibernate. And being unable to build OpenGL software without jumping through hoops because their driver moves aside mesa libraries while failing to properly set up the replacement.

  22. Re:Wow on Dell To Leave China For India · · Score: 1

    parts of Georgia tried to succeed (and seek friendly relation with Russia)

    What the FUCK??? Mister 5 Mao (-> your other posts), you are not really deserving your pay, you are supposed to troll in a semi-believable way. If you call officers of FSB ordering a group of crooks shell an independent country "seeking friendly relations", you'd better concentrate on posting on domestic forums. People in China will of course ignore you, but at least they're used to such outrageous name calling.

  23. Re:Wow on Dell To Leave China For India · · Score: 1

    Actually, it's not Taiwan being a rebel province of China, it's the mainland who are rebels, who managed to hold almost all of the country.

  24. Re:Economic warfare on Dell To Leave China For India · · Score: 1, Insightful

    Communism _is_ a totalitarian dictatorship, even if it tells you fairy tales about being "for the good of the workers".

    If every single time communism was tried it instantly showed its true colours, doesn't this mean there's something wrong with its core idea? There were over fourty implementations of communism so far, so you can't call that a fluke.

  25. Re:No One Would Notice on Carbon-14 Dating Reveals 5% of Vintage Wines May Be Frauds · · Score: 2, Interesting

    Gold plated wine is absolutely exquisite

    No idea about wine, but here's vodka.