• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Recent content by PorkCharSui

  1. P

    iPhone Fingerprint Security

    I don't trust fingerprints being stored on a device directly connected to the Internet. One compromise equals total loss of the authenticating token being "secure." Poor fingers.
  2. P

    One Free Joost Invite

    I would love to receive an invite to Joost. I can give you invites to oink/torrentleech if you're interest. Thanks again! email: dereknet at gmail
  3. P

    Free Oink Invitiations

    Invite sent, can I get hdbits.org? dereknet @ gmail
  4. P

    Dell 2407 DVI Noise Issue?

    Every time I boot up or restart my computer when my 2407 is connected to my Radeon 9800, I get interference in the screen's image. It looks like a bunch of blue lines that flicker randomly on parts of the screen. Power cycling the monitor fixes it, but is this normal?
  5. P

    Fixing a loose Sony laptop screen

    I've got an older Sony laptop PCG-SRX87P with a limp screen. Literally it has barely enough strength to hold it's position without some sort of back support. Does any one have any ideas if this is going to be an easy fix or require new hinges? I found a link to a dead page on that supposedly...
  6. P

    Official Dell 2407WFP Thread - Reviews, Revisions, Screenies

    I'm debating if I should pick up the 2407 from Costco online since I can return to the B&M stores without hassle if there are problems. However does the 6 month computer policy apply to Dell LCD monitors???? Thanks!
  7. P

    PHP n00b. Help!

    Actually there is a PHP thing for eclipse sourceforge.net/projects/phpeclipse/ haven't really used it though since I have the Zend IDE for my php stuff at work.
  8. P

    Book recommendations for DHTML and AJAX

    sorry this isn't an answer, but I want to throw in a related question without making another thread. What are your favorite JS&AJAX frameworks/libraries? My next project I want to use something similar to google suggest. Thanks!
  9. P

    SQL SELECT statements with lists when order matters

    Thanks for all the guidence. I got it all working now!!! I started using Navicat instead of phpMyAdmin and my workflow speed just about doubled. If you do a lot of mysql dev check this out: http://www.navicat.com
  10. P

    SQL SELECT statements with lists when order matters

    Scoobydo: Thanks for the advice, I'm breaking my author order information into another table (avoiding the list implementation) so I can associate the following per row: pub_id, author_id, and order for pub_id 1 my order table would look like this (based on the info I gave in my first...
  11. P

    SQL SELECT statements with lists when order matters

    I'm trying to build a database of research publications where we might have multiple authors per papers and the order these authors are displayed is critical. Right now I've implemented a publication table that stores in pub_authors a list of author_id(s) (ie... 42,3,44,2). Based on the order of...
  12. P

    Media center front end

    Just an update. I installed it and configured a fusesmb setup and was able to sucessfully play / seek any shared file on my network via any application. I think this will work perfectly with Myth since I can specify that shares on the network should be seen as media folders.
  13. P

    Media center front end

    I just found something that I think will solve my problem. The SMBMOUNT command is crap since you have to do it at login via /etc/fstab and if the computer is off you can't connect (bad for a keyboardless system). Check these out.. http://www.ricardis.tudelft.nl/~vincent/fusesmb/...
  14. P

    Output MySQL data with PHP, with prefix sorting adjustment

    Thanks for the advice. I'll get around to coding it very soon so I'll let you know my results.
Back
Top