Slashdot Mirror


User: Panaflex

Panaflex's activity in the archive.

Stories
0
Comments
1,158
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,158

  1. Re:support advanced windows graphic.. on Review of Sun's Free Open Source Virtual Machine · · Score: 2, Informative

    Better get crackin... VMWare supports DirectX 9 (on appropriate hardware).

  2. Re:Not trusted for a reason on Dual Boot Not Trusted, Rejected By Vista SP1 · · Score: 1

    But this doesn't EVEN WORK. If you can get around this by switching the bootloader temporarily, then re-installing grub - then TPM is failing to detect the altered chain of trust, correct?

    So why all the mirrors and smoke?

  3. Re:the time of prophecy is at hand! on Microsoft Blesses LGPL, Joins Apache Foundation · · Score: 1

    BRAVO!!! Fine piece of writing!

  4. Re:Simple... on Which Open Source Video Apps Use SMP Effectively? · · Score: 1

    While I agree with you in principle... some algorithms are NOT SIMPLE. Yes, we can write great code that handles "single instance" things like fetch web pages or dump report. We can write "distributed" solution systems using threads - like chess simulations, raytracers and nuclear physics.

    But if an algorithm has linear dependencies for forward state then threading it is much, much more difficult.

  5. Insanity... on The Inside Story On the San Francisco Network Hijacking · · Score: 1

    Sooo pathetic.

    He was the network admin - given permission to design and setup the system. If the management doesn't have the passwords then who's to blame here?

    You get fired when you don't do your job... not arrested. Until today.... apparently.

  6. Re:The problem on Avi Rubin Has Some Optimistic Words About E-Voting · · Score: 1

    Born before birth certificates? Are you serious?

    My great grandfather was born in 1830's... in the middle of a BFE Texas settlement. There were less than 1000 people in the entire western state at that time.

    He's got a birth certificate. Can you believe it?

    AND... if you don't have a birth certificate - you can actually get one made by the state (varies by requirements... but it's certainly possible!!)

    You don't even need a birth certificate to register to vote usually... just a social security number!!

    Getting a voter registration requires a SSN and a signature... not money. Hell, you can register at the library, the county courthouse, nearly any election office or political official's office, the DMV.

    The point it - get registered to vote. It's soo freakin easy.

  7. Bible? on Sci-Fi Books For Pre-Teens? · · Score: 1

    Why? Because there's just tons of references to the Bible in almost all literature... even if you're agnostic it'll help you know when to run away when someone mentions "the road to Damascus" or "the prodigal son."

    Start with the brutal gen-o-cide page-turner (Genesis) and skip Numbers and Deuteronomy.
    (posted anonymously because I try to avoid flames... both virtual and spiritual!!) (PS... lame-n e s s filters suck...)

  8. Some more fantasy... on Sci-Fi Books For Pre-Teens? · · Score: 1

    My children love Olympians books by Percy Jackson. Very witty, and they learn a bit of greek as well.

    The Redwall series by Brian Jacques is great fiction as well.

    My own favorite experiences were from reading lots of HHGTTG and Arthur C Clarke... I enjoyed lots of classics as well.

  9. Re:Only works if it's default install on TrueCrypt 6.0 Released · · Score: 1

    I write crypto code every day... the very presence of a large contiguous random block of data is certainly a big "lookie here!!" in my book.

    Oh, and the fact that TrueCrypt is installed would be right up there too...

    Forensics isn't just going to look at described volume tables - oftentimes the "empty space" is most important anyway.

  10. Re:The problem on Avi Rubin Has Some Optimistic Words About E-Voting · · Score: 1

    Uhm... it's the same here in my precinct.

    It's those crazy people that believe that any goofball should be able to walk into a room and vote without ANY ID here in the US that should be blamed.

    I'm sorry... getting an ID card is not a big hurdle.

  11. Call the DA... on Best Way To Get Back a Stolen Computer? · · Score: 4, Insightful

    Call your district attorney's office. They love this kind of stuff, honestly - and they'll be happy to track down thieves with the assistance of law enforcement.

    If the computers have been taken across state lines - you may be able to contact the FBI as well.

    If they can get on the front page with a table full of stolen gear - they'll be really happy.

  12. Middle ground?? on Who is Winning the Web Talent War · · Score: 3, Insightful

    My biggest grudge against these places is the "life suckage" they employ...

    I mean.. I want to do something other than code 12 hours a day (ya know... sometimes?)

    I've been coding since I was 10 years old... I find it fun and enjoyable. That's why I contract... let me decide how to live my life, and I'll provide you timely, reasonable service.

    I still relish the thought of doing massive parallel systems dev... I do small clusters now, and I really love it.

  13. Re:1 KG == 1 of God's nuts on Roundest Object In the World Created · · Score: 1

    That's why God invented Calculus?

    Heheheh

  14. Re:Vague AC/DC Reference on Roundest Object In the World Created · · Score: 1

    We've got big balls in cowtown... for sure.

  15. Re:Upload progress bar on What Do You Want On Future Browsers? · · Score: 1

    I believe he's talking about a client-side implementation. It's a simple deal to track upload progress - the hard work involves communicating that value up the chains into the UI code, and designing a UI that makes sense for the user.

    "One big POST" is ignorant of the fact that we write chunks of data to the network socket, one piece at a time.

    And yes, I've written numerous web servers and clients - though I've never written a web browser.

  16. User-mode GoogleFS on How Facebook Stores Billions of Photos · · Score: 4, Informative

    (summarizing the big long presentation)

    This is basically want to make a usermode GoogleFS. Their biggest problem is reducing reads - which are hampered by Posix file standards (inodes, metadata, etc...)

    Instead they use a database-like index/data file arrangement. The index stays in memory and files are stored together in large contiguous spaces on a single file. It's possible to utilize a LUN for storage - but not there yet.

    There... where's my cookie?

    (Oddly enough - I'm writing the exact same code they are... bazaar world, eh??)

  17. Re:Yeesh. on NIST Publishes Preview of Math Reference · · Score: 1

    Was it an iSlide?

    Sorry... couldn't resist!!

  18. Let Jaksii know how you feel in person... on Nokia Urges Linux Developers To Be Cool With DRM · · Score: 2, Informative

    Blog is HERE

  19. Re:Encryption? on Chinese Government Accused of Hacking Congress · · Score: 1

    Absolutely correct!! Device-type Encryption does JACK SQUAT in this case. Even mitigating it with per-file pgp encryption is no good with a rootkit keylogger.

    Perhaps running a dual-pc setup or VM is the only way to go (one on a secure network, the other internet enabled). Even then I'm not convinced as to the safety of VM's against attack.

  20. Re:RC4 is easier... on Using Distributed Computing To Thwart Ransomware · · Score: 1

    Exactly... unless we're talking millions of infections here - why should we all pitch in for this?

    Breaking an RC4 key may be "fairly simple" if they reused the same initialization or encrypted a lot of data.

    After all - this is the same algorithm in WPA v1 that everyone moans about being insecure, n'est pas?

  21. RC4 is easier... on Using Distributed Computing To Thwart Ransomware · · Score: 2, Interesting

    Why waste time factoring RSA?? The RSA simply wraps an RC4 key.

    RC4 brute force is far easier. There are several known problems with RC4 which may possibly work to our advantage in cracking the data as well..

  22. Re:Anyone remember PS1/PS2 CP? on A History of Copy Protection · · Score: 1

    My copy of Lego Starwars does this when the disk is dirty... perhaps it is on purpose... or perhaps the data is just corrupted.

  23. Re:Slow down, Apple... on Apple Expected to Demo Leopard Successor Next Week · · Score: 1

    I don't think Apple is going to abandon the Leopard stability release cycle... but they want to avoid another Leopard by getting developers to work on the next version.

    If I've got the code and can develop for 10.6 while supporting 10.5 - my deployment is going to be a lot easier when 10.6 comes out.

    It's a lot like consoles in a way - you need your "platformers" ready to drive sales - but you can't expect them without significant development time before release.

  24. Re:Wake up! Domestic spying is bad news. on Data Retention Proven to Change Citizen Behavior · · Score: 4, Funny

    Go ahead and remove the DRM from Vista. I'll wait right here. Ok... done!

    Unfortunately... I can't give it too you or even describe how I did it... that would be breaking our American DMCA law...
  25. Re:Its sad on SoCal Selene Group Drops Google Lunar X Prize Bid · · Score: 1

    The rules need to be more flexible. A tank is a tank. The other rule that blew chunks was using X-Prize approved camera designs. If this is about innovation - why not make ground rules that everyone can work within?