Slashdot Mirror


User: this+great+guy

this+great+guy's activity in the archive.

Stories
0
Comments
594
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 594

  1. Symbol of status on Ten Things Mobile Phones Will Make Obsolete · · Score: 1

    Exactly. Expensive watches or sunglasses are like jewelry. The functional purpose they serve --providing time or protecting eyes-- are only secondary to their primary purpose of being a symbol of status.

  2. Re:Article is devoid of any info on US Government Using PS3s To Break Encryption · · Score: 1

    Actually no. All current public NTLM rainbow tables (freerainbowtables.com, schmoo tables, some chinese ones, etc) have been rendered useless with current generations of GPUs. To give you an example there is a small 50GB NTLM table out there for a keyspace than can be covered in less than 30sec by an HD 5870. Moreover NTLM passwords or hashes (plural) are not easy to crack with rainbow tables. The complexity to crack N passwords with rainbow tables is O(N) whereas a traditional bruteforcer will crack them in O(1). The reason is because a bruteforcer uses bloom filters or hashtables to match candidate hashes again any number of NTLM hashes in parallel without slowing down too much as the # of hashes increases. Therefore there is a tradeoff where if you have to crack more than a certain number of NTLM hashes, rainbow tables will be less efficient than a bruteforcer.

    What could be useful is rainbow tables built by GPUs with parameters targeted for GPUs (in particular chain lengths of 1e5 or 1e6 or more). An acquaintance of mine is precisely working on such a project...

  3. Article is devoid of any info on US Government Using PS3s To Break Encryption · · Score: 1

    ighashgpu bruteforces Windows NTLM password hashes at a rate of 2.4 billion password/sec on a single GPU (HD 5870). What does this mean with respect to TFA and its measly "4 million/sec"?

    Many of the discussions here completely miss the point that bruteforcing rates depend entirely on what is being bruteforced. For example if you look at JtR password hash bruteforcing benchmarks you can see rates with a Core i7 920 anywhere between a measly 758 password/sec (bcrypt) up to 14.6 million password/sec (LanMan). This spans 5 orders of magnitude! It's the same for encrypted files. For example PGP files encrypted with a symetric key issued from the Simple S2K mechanism can be bruteforced at millions of password/sec with a regular CPU, but this can drop to only a handful of password/sec if Iterated+Salted S2K was used with a decent S2K count...

    Therefore all these discussions about whether "4 million/sec" is good/bad/improbable are completely irrelevant since the article is devoid of any info about what is being bruteforced.

  4. Re:More reason to be a ZFS fanboy on ZFS Gets Built-In Deduplication · · Score: 1

    The most well-know and probably most used RAID implementation, Linux software RAID, has been able to do #2 since 2006. It strikes me how few people know this. It is called reshaping (see mdadm --grow).

    In all fairness to ZFS, it took Linux more than 10 years to implement reshaping (raid5 support was added around 1995-1996). ZFS has only been released for production use 3 years ago, in Solaris 10 6/06 "U2".

  5. Re:Wake me when they build it into the hard disk on ZFS Gets Built-In Deduplication · · Score: 1

    Imagine he amount of stuff you could (unreliably) store on a hard disk if massive de-duplication was built into the drive electronics.

    Bad idea. Doing dedup in the drive electronics would:

    • Not allow dedup across multiple drives.
    • Not allow dedup of data blocks cached in memory (the OS would be unaware of duplicated blocks)
    • Waste disk I/O writes on duplicated blocks. When doing dedup in software, the OS doesn't even bother sending data blocks to the drive.
  6. Technical details: 512-bit RSA key on TI vs. Calculator Hackers · · Score: 1

    As a crypto geek, I wanted to know more so I read the original post where "FloppusMaximus" disclosed the first key (for TI-83). It turns out that TI was using an RSA key of only 512 bits(!) This is extremely short: keys shorter than 1024 bits are considered unsafe, and in practice the largest semiprime ever factored was 663 bits (see RSA-200 challenge). Why was TI even using such small keys? It can't be cost, chips doing 1024-bit RSA cost less than $1. TI almost deserved what happened, if only to teach them a crypto lesson.

  7. Re:Amazing? on Thieves Clear Out NJ Apple Store In 31 Seconds · · Score: 4, Funny

    Yo bro, thanks for the tip bro. We'll do it this way next time. -Tomi

  8. Re:Bloody difficult. on How To Prove Someone Is Female? · · Score: 5, Informative

    "Someone who is XY or XX" is also not well-defined. Mosaicism is a condition where an individual has some XY cells, and others XX. Where do you draw the line for the individual to be a male? Does "he" have to have 50+% XY cells, 90+%, 99+% ?

    And what about the XYY syndrome? Some question whether the term "syndrome" is even appropriate because most individuals with XYY cells don't even know it as they appear to be regular healthy males. They don't have to take drugs, which defeats your first argument. Given that 1 in 1000 boys have this syndrome, it is probable that some athletes who won "male" competition have this syndrome. If we were to have these persons genetically tested today, would you retroactively strip them from their titles?

    This whole male/female question is not as trivial as it looks like.

  9. $650M for a 17000km cable... on East Africa Gets High-Speed Internet Access Via Undersea Cable · · Score: 5, Funny

    It cost $11.65/foot - probably a Monster Cable.

  10. Regular HDDs saturate SATA 3.0Gbps links on Faulty Marvell Chips Delay SATA 6G Launch · · Score: 2, Insightful

    This lack of knowledge on /. is sickening. Not only a single SSD already almost saturates a SATA 3.0Gbps link (300MB/s with 8b-10b encoding), but even regular hard drives do. Transfers to/from the on-disk buffer chips are bottlenecked by the 300MB/s speed. And SATA enclosures placing multiple (3 or more) drives behind a SATA port multiplier also easily saturate SATA 3.0Gbps links (the sequential read speed of a 1TB Seagate 7200.11 is 120MB/s, so 3 of them do 360MB/s).

  11. Given that human error is responsible for... on Computers Key To Air France Crash · · Score: 1

    ...54% of the fatal accidents (total pilot error + other human error, 2000s), then logically I would say, yes I would rather trust the autopilot in an emergency situation.

  12. Taking a picture of a man-made object ? on Protecting the Apollo Landing Sites From Later Landings · · Score: 1

    With today's telescopes like the VLT with a resolution of around 1 milliarcsecond, equivalent to the distance between the headlights on a car at the distance of the Moon, wouldn't it be possible to take a picture of one of the numerous lander on the Moon ? Seems like they are slightly bigger than a car, so they would appear as 1 or 2 pixels on a shot taken from such a telescope...

  13. Re:Am I missing something?? on L0phtCrack (v6) Rises Again · · Score: 3, Insightful

    Incidentally, the talk about "pre computed dictionary files" is a ridiculous idea

    This is not what you think it is. What they mean by that term is they support rainbow tables. This is a time-memory trade-off that is very useful to crack non-salted hashes like Windows's standard NTLM hashes.

  14. $TITLE on DIY Google Street View Project? · · Score: -1, Offtopic

    $WITTY_COMMENT_THAT_WILL_BE_MODDED_PLUS5FUNNY_EVEN_ THOUGH_THE_CONTENT_OF_THIS_VARIABLE_IS_UNKNOWN_TO_THE_READER

    (Note to lameness filter: I hate you. Why do you force me to ruin my posts ?)

  15. Perfect example of why wikipedia is not so bad on Phony Wikipedia Entry Used By Worldwide Press · · Score: 4, Insightful

    Everybody misses an important point in that story: the fact the student had to repeatedly introduce the phony quote in the article and barely succeeded in having it live for more than 24 hours demonstrates that wikipedia is pretty good at self-correcting itself !

  16. How large are huge resistors ? on What We Can Do About Massive Solar Flares · · Score: 1

    The size of your mom.

    Ok. That was easy.

  17. Why so controversial ? on Windows 7 Starter Edition — 3 Apps Only · · Score: 1

    Why so much controversy about the limitation to 3 apps ? This is perfect for a typical Windows user who needs an anti-virus, a firewall, and a pop-up blocker. There you have it !

  18. Re:Stupidity. on IBM Withdraws $7B Offer For Sun Microsystems, Says NYT · · Score: 1

    So just because the stock market crashed, every CEO should accept to sell their company for a fraction of their market cap before the crash ? Riiight.

  19. Re:Yeah, yeah but but... on Large Ice Shelf Expected To Break From Antarctica · · Score: 2, Funny

    whoooooshhhhh (in slow motion anyway)

    So you mean like: wwwwwwwwwwwwwwwwwwwwww hhhhhhhhhhhhhhhhhhhh ooooooooooooooooooooooo ooooooooooooooooooooooooo OOOOOOOOOOOOOOOOOOOOOOO ooooooooooooooooooooo ssssssssssssssssssssssss hhhhhhhhhhhhhhhhhhhhhhhh

  20. Today, April 2nd on Aussie Minister Backs Down on Internet Censorship · · Score: 1

    Hello fellow slashdoters. I was offline yesterday (power outage). Did I miss any particularly interesting /. stories posted yesterday ? Hope not.

  21. Re:Much cheaper to go with DDR2 on Want a PC With 192 GB of RAM? · · Score: 1

    The same prices can be found at dozen of other etailers. It is that cheap.

  22. Much cheaper to go with DDR2 on Want a PC With 192 GB of RAM? · · Score: 4, Informative

    ...the cost of RAM eclipse the cost of the rest of your PC by 20-fold or more

    And that, my friends, is why you shouldn't buy Intel processors supporting DDR3 only (Core i7 or Nehalem-based Xeon). For large memory config, DDR2 is cheaper and motherboards with lots of slots are more common (try to find one with 32+ DDR3 slots: it does not exist !). Check this out: a config supporting 128GB at about 1/6th the cost of the one referenced in TFA ($50k):

    • PSU Corsair 1000HX 1000 Watt: $218
    • Mobo Tyan S4989WG2NR: $872
    • 4 x CPU Opteron 8350 HE Quad-core 2.0 GHz: 4 x $917
    • 32 x 4GB DDR2-667 ECC Registered: 32 x $84
    • Case + HDD + GPU: say about $300 for a simple tower case
    • Total: $7746
  23. Re:Easy fix on Botnet Worm Targets DSL Modems and Routers · · Score: 1

    Help ! When I try it I keep getting discon

  24. Let's run the numbers on The 100 Degree Data Center · · Score: 2, Informative

    2.) The components use more power at higher temperatures! This is from increased leakage currents in the silicon.
    Below is a graph from Research My Startup company did! http://www.silentcomputing.com/tech/market2.gif

    May I point out the obvious: not only the higher power consumption comes from increased leakage currents in the silicon, but it also comes from the fact that power supplies are less efficient at higher temperatures, so they need to pull more current from the wall socket to maintain the same output current.

    However what you and I just said is irrelevant. As your graph shows, the difference in power consumption is very minimal: 2% for each 10C due to leakage currents, and maybe ~5% for each 10C in decreased PSU efficiency. These few percentage points are nothing compared to the amount of power you would save by making the AC work less hard. Indeed, if without AC the datacenter would reach 140F (333 Kelvin), cooling it down to 60F (289 Kelvin) requires removing 44 Kelvin of heat, whereas cooling it down to 100F (311 Kelvin) only requires removing 22 Kelvin of heat, therefore running it at 100F would roughly reduce the AC power consumption by 50% ! So the point made by TFA still holds: overall you still are saving energy by running a whole datacenter at a 10C higher temperature.

    As to the higher component failure rate: as it was proven by 2 independent studies last year (Google and CMU), higher temperatures do not even correlate with higher hdd failure rates. In fact, strangely they observed a slight reverse effect: hdd tended to fail less often !

  25. Build it yourself at HALF the price on What Does a $16,000+ PC Look Like, Anyway? · · Score: 4, Insightful
    If you have the expertise and time, build it at half the price:
    • Case Cooler Master Stacker 810: $179
    • PSU Corsair 1000HX 1000 Watt: $218
    • Mobo Tyan S4989WG2NR: $872
    • 4 x CPU Opteron 8350 HE Quad-core 2.0 GHz: 4 x $927
    • 16 x 2GB DDR2-667 ECC Registered: 16 x $31
    • GPU Gigabyte GV-N98XPZL-1GH GeForce 9800 GTX+ 1GB: $180
    • RAID card 3ware 9550SXU-8LP: $416
    • 2 x HDD WDC VelociRaptor 300GB: 2 x $230
    • 6 x HDD Samsung Spinpoint F1 1TB: 6 x $100
    • DVD Burner Pioneer 20X SATA: $23
    • Sound card ASUS Xonar DX: $90
    • Liquid cooling system: ~$300
    • Total: $7542 (compare to Puget's price of $16338)

    Also, they made a couple mistakes. Firstly they used 75W Opterons (8350) instead of 50W ones like in my list above (8350 HE) - pretty stupid considering their whole focus was to build a silent system ! Secondly instead of 10k RPM drives they should have used SSDs which are much cheaper per IOPS. Thirdly since they didn't build it with more than 32GB RAM, why pick an expensive mobo supporting 128GB ? They could have saved $400 by choosing one with fewer memory slots supporting "only" 64GB.