-
Posts
12635 -
Joined
-
Last visited
-
Days Won
112
Content Type
Profiles
Forums
Blogs
Everything posted by Gorth
-
Yeah, water cooled alright Got an EVGA GXT590 Classified Hydro Copper with factory fitted water block, covering the entire card (both gpu's, all vram, voltage controllers and just about everything else). I was too lazy to keep fitting water blocks on my cards when they rarely lasted 6 months. Crossing fingers and hoping it will keep running for at least a few more months.
-
It seems to be an intermittent thing. It doesn't crash my PC, but it sure as heck is a pain to look at. I had planned on a new PC at the end of 2013, I would hate to have start spending already (I wouldn't have the funds before mid-February anyway) >_
-
Gfx cards just hates me Not even 15 months old and it now has decided to put up a psychedelic display of flashing vertical lines in interesting patterns I wonder what deity I have offended?
-
Well, hardly hipster to use the correct term. The character at the end isn't zero no ? Came across this day, might be interesting to some and is remotely relevant to this thread - http://wordaligned.o...tar-programming Made me realize how much of my C is rusted. Heh, pointers to arrays of pointers. That was common practice on the Commodore Amiga Good old Linus, always wondered what became of him. We didn't use Linux as case study at the University though, we used Minix (Tanenbaum) instead.
-
Maybe I can finally play a Han Solo type scoundrel without the game forcing me to change class into a wussy, lightsaber wielding Jedi. The one thing I've never forgiven Bioware for. Such a promising start in the first part of Kotor and then *that*
-
I know. It's just... NULL just sounds so negative
-
Wasn't there some controversy when it got released? Something about only a censored version being available in the US (sort of a "reverse" fallout 2 stunt, where Europeans got the gimped version)
-
Nah, that one is there. I'm tempted to do a 'cleanup' and delete my override folder. I think I have an old zip file just with the Baldurdash fixes from 4-5 years ago. It might wreck my current game in progress though. I think I'm going to cheat and have a look with Shadowkeeper (and add a few of the scrolls if they can be found there). Edit: Yup, scroll still in game. Just seems gone from the usual stores. Added a handful to my poor party for the reading pleasure
-
...sorry, my attention wandered, can you repeat that? ... tl;dr; Technology evolved, humanity devolved
-
I'm a bit stuck in my dragon slaying endevour in BG2... I could have sworn that once upon a time, there was a spell called lower resistance which lowered the targets magic resistance. It used to be for sale as a scroll at Waukeens Promenade. Yet, now it seems completely gone from the game and the only visible oddity is that another spell is for sale, some silly 'Wraithform' I wonder if the disappearance of one is linked with the occurrence of the other, or if one of the mods has just made a mess of things. One thing is for sure, I'm not going to install Unfinished Business again (I can seriously understand why some some of that stuff was cut).
-
Maybe some bright guy eventually figured out the chances of getting him behind bars (put the coffin in a cell and tell him to stay there for 30 days)?
-
The music was better Main problems of the world of today? Too many people being born and too much complacency. Instant gratification and pandering to short attention spans have become the new drugs to lull the populations into a state of semi-comatose ignorance and lethargy.
-
I thought the morale was, don't open emails originating from China (looking at the map)
-
Not even pseudo code, but just one general idea for the travel planner... Two arrays one of integers Distance[3] and one of zero terminated strings TransportMode[3]. Assign values Distance[0] = 0 Distance[1] = 2 Distance[2] = 8 TransportMode[0] = "Legs" TransportMode[1] = "Cycle" TransportMode[2] = "Car" Outer Menu Loop, show menu and ask for Actual Distance Inner Loop - count i backwards from 2 to 0, if Actual Distance >= Distance then print TransportMode to console and exit inner loop Not exactly the first kind of programs I did (didn't get a c compiler until years later), but it sure is fun with those little "challenges", teaches the mind to think in algorithms
-
BG2... I blame Tigranes. My dual classed human male is currently a level 9 berserker and level 11 thief (it does suck a bit only picking Kits for the first class, would love a fighter/assassin combo).
-
Probably not. Moved out when I was 18 (even though I always got along well with my family) and as for being single, that was indeed by choice rather than necessity. My failures and successes are my own, not imposed by family.
-
I see, 29... that's bad. Life is almost over and you've got one foot in the grave already For anecdotal comparison, I started my current career path when I was around 31 (not pursuing a clear "path" before that). Still managed to squeeze a bit of mileage out of life.
-
Not so much a "discovery" as baby steps to put a discovery into action... Iter (the International Thermonuclear Experimental Reactor) A few pictures and notes from the construction site of a Fusion Power plant in Cadarache, Provence.
-
Have a little faith in the search function
- 1 reply
-
- 1
-
-
Most of my "memorable" game music was from before half the board members were born (probably exaggerated). A lot of the stuff for the C64 in the early 80's were just bloody awesome, catchy tunes. The Commodore Amiga had some "classics" too, especially the Cinemaware games. Black Isle published games sort of make up the PC games I know and remember the music from. Notable exception is Kotor2 which had some of the best music I remember in any video game the last 30 years.
-
Why would anyone complain about that? It was a very nice butt
-
Hmm, I hadn't checked the Samsung (and my usual "pusher" doesn't have all the models to compare oranges with oranges). I checked the Corsair, Sandisk and a couple of brands that have now completely disappeared from the store. Smaller drives clocked in at 85k iops, larger ones at around 50k. May have been replaced by new NAND dies now.
-
There are also code tags on the boards void main(int argc char **argv) { printf('Hello world\n'); while !finished { // Do more stuff } }
-
You have to search long and hard to find anything slower than the WD 'Green' series One thing worth noting is the iops difference between drives larger than 240gb and 240gb or less. It seems like some kind of "magical" barrier for iops speed where the larger SSD's without exception so far (I haven't checked all brands, but at least the popular ones) have half the speed of the smaller drives.
-
You're welcome Osvir. It brings back a few memories from 30 years ago when I had to teach myself programming
