Jump to content

Frosbe

Member
  • Posts

    12
  • Joined

  • Last visited

Awards

This user doesn't have any awards

Frosbe's Achievements

  1. Good thinking, ill look into it!
  2. I see, ill fix this later
  3. Thats the easy way for me at least
  4. idd, i dont see how we can solve this maybe creation-date of the site will factor in?
  5. Hello, i've this small chrome extension called "Titan XP" which will change all instances of the string "Titan X" to "Titan XP". We all know the real name IS Titan XP and that nvidia simply made a typing error on release. This extension can be found at: Titan XP The simple code is: var elements = document.getElementsByTagName('*'); for (var i = 0; i < elements.length; i++) { var element = elements[i]; for (var j = 0; j < element.childNodes.length; j++) { var node = element.childNodes[j]; if (node.nodeType === 3) { var text = node.nodeValue; var replacedText = text.replace(/Titan X/gi, 'Titan XP'); if (replacedText !== text) { element.replaceChild(document.createTextNode(replacedText), node); } } } } If you have any suggestions feel free to hit me up, or if you have a better logo/screenshots //Frederik
  6. The Antec Kuhler (i like the 240mm better) it looks good and i like the fact that it stands out from all the other Closed loop coolers
  7. I don't know why, but i really want to meet slick, he reminds me of one of my friends. He seems like a VERY cool dude!
  8. Will it work if i, with my current PSU (since im on a budget), convert 2x Molex to a 6pin and then convert the 6pin to an 8pin plus converting my (the one i use for my graphics card atm) 6pin to an 8pin without putting my rig in danger? Thx
  9. But i need even more power if i, at some point, want to go SLI with 2x 770 right?
  10. Not to sound ignorant or anything, but why? can you elaborate on your reasons?
  11. My specs: CPU: i5 760 w/ stock cooler (for another month, upgrading to watercooling) Motherboard: AsRock P55 pro w/USB 3 GPU: XFX HD5770 and a GeForce 8400 GS (for enabling my 3rd and 4th monitor (only used for watching movies in another room)) PSU: Inter-Tech Energon EPS-650w SSD: KINGSTON SV200S3256G HDD1: WD20EARX-00PASB0 HDD2: WD5000AAKS-22V1A0 RAM: 12GB HyperX (2x4,2x2) Case: NZXT Lexa Blackline (3x molex fans, 1x antec silent cooler) Thinking of buying a MSi GTX 770 2GB/OC edition The thing is, i dont have the required 2x8 pin or 2x6 pin connectors i only have one 6pin and one 2x4 (used for CPU) can i buy a adapter from 2x molex to 1x 6 pin and then use the 6 pin to 8 pin adapter that comes with the Graphics card? or should i buy a new PSU (also considering im buying some cheap watercooling soon)? Thx /Frosbe
×