• CIPWTTKT&GC v0X12 (v18): Makol can't Computer Very Good
    10,676 replies, posted
Here's that video I promised earlier. [video=youtube;-B_qWkvmyAA]http://www.youtube.com/watch?v=-B_qWkvmyAA[/video]
[QUOTE=Demache;34999323]Reminds me of the very last scene in HL2 Ep2 on my GMA 950. That was a very long 20 minutes.[/QUOTE] When I first played through the orange box on the family PC (2.8 GHz P4, 512 MB of RAM, Geforce FX 5200... With Norton and Windows XP), I remember the scene where they revive Alyx and the final cutscene going at 1 frame per 10 seconds. Luckily someone uploaded those clips to Youtube.
[QUOTE=Brt5470;34998743][video=youtube;DPZDK7AEgcI]http://www.youtube.com/watch?v=DPZDK7AEgcI&context=G2ae5a9cFUAAAAAAAKAA[/video][/QUOTE] [video=youtube;L5L3XWC1VNw]http://www.youtube.com/watch?v=L5L3XWC1VNw[/video] All I could thing of while watching it...
urgh, i think my motherboard is dead so I had to toss linux on this old junker to use sooo sloow
[img]http://dl.dropbox.com/u/5617656/itworks.jpg[/img] IT LIIIIIIIIIIVES
Sigh. Both of my gift cards I am trying to use to buy Anno 2070 aren't working, telling me that they were denied. [editline]4th March 2012[/editline] I fixed it. I don't gift card very well.
Well, it took her a week, but at least she's willing to admit her mistakes: [url]http://www.news.com.au/technology/time-to-eat-humble-raspberry-pi-linux-is-not-a-processor/story-e6frfro0-1226289027768[/url]
[QUOTE=Shadaez;34995907]caffeine is the best drug ever, immediate happiness after consumption [editline]4th March 2012[/editline] :))))))))))))) [editline]4th March 2012[/editline] and let me rant about codeacademy. this is the answer that they think is correct - RIGHT after teaching you how to use switch statements [code]var calculateTotalCosts = function(salary, numWorkers, city) { var fixedCosts = 5000; var variableCosts = salary * numWorkers; if (city === "NYC") { return fixedCosts + variableCosts + 30000; } else if (city === "BEJ") { return fixedCosts + variableCosts + 25000; } else { return fixedCosts + variableCosts + 10000; }; }; console.log(calculateTotalCosts(50000, 9, "NYC")); console.log(calculateTotalCosts(50000, 9, "BEJ")); console.log(calculateTotalCosts(50000, 9, "MUM"));[/code] (including the unnecessary semicolon) This is what it should look like: [code]//Start by defining the function. It now has three parameters! var calculateTotalCosts = function (salary, numWorkers, city){ var fixedCosts = 5000; var variableCosts = salary * numWorkers; var cityCosts; switch (city) { case "NYC": cityCosts = 30000; break; case "BEJ": cityCosts = 25000; break; default: cityCosts = 10000; break; } return variableCosts + fixedCosts + cityCosts; }; console.log(calculateTotalCosts(50000, 9, "NYC")); console.log(calculateTotalCosts(50000, 9, "BEJ")); console.log(calculateTotalCosts(50000, 9, "MUM"));[/code] something like that[/QUOTE] caffeine takes 30 minutes to absorb into the bloodstream if taken orally (ie soda)
[QUOTE=ButtsexV3;35002017]caffeine takes 30 minutes to absorb into the bloodstream if taken orally (ie soda)[/QUOTE] it's absorbed more quickly through gums / your mouth and even if it's just placebo at first, it works for me
[QUOTE=Shadaez;35002097]it's absorbed more quickly through gums / your mouth and even if it's just placebo at first, it works for me[/QUOTE] only if you have a cut in your mouth (and then just arguably), otherwise it's all placebo
I kind of want a Raspberry Pi computer thingy. No idea what I'd do with it, though.
[QUOTE=ButtsexV3;35002131]only if you have a cut in your mouth (and then just arguably), otherwise it's all placebo[/QUOTE] [img]http://puu.sh/jwkh[/img] [url]http://www.nap.edu/openbook.php?record_id=10219&page=26[/url]
[QUOTE=Brt5470;34998586]what is swift shader? like an emulation system?[/QUOTE] Tad lad here, but i'm pretty sure it's used to run Pixel and Vertex shaders on the CPU
[QUOTE=venn178;34998613]To be fair, I'm also probably better off not using a motherboard that's got a questionable amount of life left, a power supply that cost $20 years ago, or a heatsink that was shit in 2006. But I'm trying to do it with what I've got, it makes it more fun when I don't spend money.[/QUOTE] This was my gripe when I was planning much the same. I had to compromise on a lot of things, in order to save Money and so forth, and as such it would be much harder to get it done. IIf you want to do something like this, you should probably do it the same way this guy did (I'd recommend not getting perma'd, though): [url]http://www.facepunch.com/threads/962741?highlight=[/url] You should plan this kind of thing after the container, and not the parts that you have lying around. Having limitations (Space, airflow, heat and so on) is what will make this plan a lot less awesome.
7850 and 7870 [url]http://www.techpowerup.com/reviews/AMD/HD_7850_HD_7870/[/url] Not that bad.
[QUOTE=Makol;35002855]7850 and 7870 [url]http://www.techpowerup.com/reviews/AMD/HD_7850_HD_7870/[/url] Not that bad.[/QUOTE] ...why is it getting more FPS than the 7970 in some games? i dont understand vido card
Which benches? Also the cards are a little bit over priced. Not surprising. [editline]5th March 2012[/editline] From what I can tell the 7870 is barely behind the 7950 in most benches. [url]http://www.anandtech.com/show/5625/amd-radeon-hd-7870-ghz-edition-radeon-hd-7850-review-rounding-out-southern-islands[/url]
[QUOTE=Makol;35002885]Which benches? Also the cards are a little bit over priced. Not surprising. [editline]5th March 2012[/editline] From what I can tell the 7870 is barely behind the 7950 in most benches. [url]http://www.anandtech.com/show/5625/amd-radeon-hd-7870-ghz-edition-radeon-hd-7850-review-rounding-out-southern-islands[/url][/QUOTE] Dirt 3, starcraft
Hell, the 7870 beats the 7970 in Starcraft 2 and 7850 has the same performance as the 7970. Wow. [editline]5th March 2012[/editline] [IMG]http://tpucdn.com/reviews/AMD/HD_7850_HD_7870/images/crysis2_1920_1200.gif[/IMG] how
[QUOTE=Makol;35003012]Hell, the 7870 beats the 7970 in Starcraft 2 and 7850 has the same performance as the 7970. Wow. [editline]5th March 2012[/editline] [IMG]http://tpucdn.com/reviews/AMD/HD_7850_HD_7870/images/crysis2_1920_1200.gif[/IMG] how[/QUOTE] Oh my god I'm laughing so hard. What's it with AMD and fuck ups lately? First Bulldozer, and now their midrange cards outperform their high end.
Because the slight changes to the numbering systems of graphics card every generation haven't been confusing enough of late
Why would you be angry about a mid-range card doing better than a much more expensive one? Most people seemed to be fine with the GTX 460, even though this really isn't the same case.
[QUOTE=GoDong-DK;35003158]Why would you be angry about a mid-range card doing better than a much more expensive one? Most people seemed to be fine with the GTX 460, even though this really isn't the same case.[/QUOTE] Who said we're angry? Personally I'm laughing. This is the best mistake ever.
[QUOTE=GoDong-DK;35003158]Why would you be angry about a mid-range card doing better than a much more expensive one? Most people seemed to be fine with the GTX 460, even though this really isn't the same case.[/QUOTE] Who is mad? I think this is amazing. I may get two 7870s at this point. BUT apparently there is going to be a 7890 coming out soon too. Still waiting for Kepler though before deciding what to do.
[QUOTE=wingless;35003167]Who said we're angry? Personally I'm laughing. This is the best mistake ever.[/QUOTE] I just mean, to be fair, this [I]could[/I] be due to other components than the GPU. The 7850 is outperforming the GTX 580 as well, so..
Seriously. It might not outperform in every game, but they're half the price and get pretty close in the games they don't beat. You can get 2 7870's for the price of one 7970 and be guaranteed to outperform the 7970.
hi wingless
The 7870 is a great card, and the 7850 isn't too far behind either.
[QUOTE=Runar;35003188]hi wingless[/QUOTE] Hi Runar.
Hi, Everybody! [img]http://1.bp.blogspot.com/_6q-f-zD4xPY/S-elRorpiRI/AAAAAAAAXHo/PSuNZjpJGZg/s1600/DrNick.png[/img] EDIT: 2222nd post! BITCHIN'
Sorry, you need to Log In to post a reply to this thread.