General discussion

Discussion in 'General Off-Topic' started by Car crusher, Apr 4, 2014.

  1. BlueScreen

    BlueScreen
    Expand Collapse

    Joined:
    Apr 5, 2014
    Messages:
    624
    Re: General discussion chat

    I ran my FX 6100 on the stock cooler for over a year, never had any overheating problems even playing BeamNG, with boost clock set to 3.8 GHz. Temps never exceeded 70C.

    wot
    lel

    Intel should win an award for worst CPU cooler ever made. The Core-i coolers are also a slim version of the C2 cooler, less contact surface = not good, why on earth would they do that?
    One of my friends somehow manages to run a 3770K on the stock cooler just fine. For gaming and stuff. Sorcery.

    - - - Updated - - -

    You probably heard about Corsair's H80i being rubbish, which it is.
    I could've bought an H60, but I stay away from water cooling because I have trust issues.
     
  2. Bubbleawsome

    Bubbleawsome
    Expand Collapse

    Joined:
    Aug 5, 2012
    Messages:
    1,887
    Re: General discussion chat

    Is it just me or is steam having issues?
     
  3. BlueScreen

    BlueScreen
    Expand Collapse

    Joined:
    Apr 5, 2014
    Messages:
    624
    Re: General discussion chat

    A 212 Evo will be fine, unless you want to OC a lot you won't need anything bigger. And you can also upgrade it with a second fan if necessary.

    - - - Updated - - -

    It is.
     
  4. Kinect

    Kinect
    Expand Collapse

    Joined:
    Mar 26, 2014
    Messages:
    207
    Re: General discussion chat

    Congrats !! :eek:
     
  5. Dummiesman

    Dummiesman
    Expand Collapse

    Joined:
    Sep 17, 2013
    Messages:
    4,696
    Re: General discussion chat

    I get bored sometimes
     

    Attached Files:

    • 2014-12-4@13-36-38-997.png
  6. luchvk

    luchvk
    Expand Collapse

    Joined:
    Aug 23, 2013
    Messages:
    252
    Re: General discussion chat

    What game is that?

    Sent from my BLU ADVANCE 4.0 using Tapatalk
     
  7. Dummiesman

    Dummiesman
    Expand Collapse

    Joined:
    Sep 17, 2013
    Messages:
    4,696
    Re: General discussion chat

    Just a custom little thing I've been working on in Unity to test
    a) Vehicle shaders
    b) Bumpmaps
    c) Vehicle physics

    I did another test a while back but in a studio environment
     

    Attached Files:

    • 2014-12-5@1-13-49-520.png
    • 2014-12-5@1-15-38-171.png
    #8087 Dummiesman, Dec 5, 2014
    Last edited by a moderator: Dec 5, 2014
  8. luchvk

    luchvk
    Expand Collapse

    Joined:
    Aug 23, 2013
    Messages:
    252
    Re: General discussion chat

    It looks good.

    Sent from my BLU ADVANCE 4.0 using Tapatalk
     
  9. logoster

    logoster
    Expand Collapse

    Joined:
    Sep 5, 2012
    Messages:
    2,084
    Re: General discussion chat

    So those lizard dudes are trying to take down steam.

    Man are they making a mistake

    Sent from the 3rd galaxy via the talks of tapping
     
  10. luchvk

    luchvk
    Expand Collapse

    Joined:
    Aug 23, 2013
    Messages:
    252
    Re: General discussion chat

    Yehehes!!! Finally!!

    My computer is resetting right now! :'D *drowning in tears of joy*

    Sent from my BLU ADVANCE 4.0 using Tapatalk
     
  11. Dummiesman

    Dummiesman
    Expand Collapse

    Joined:
    Sep 17, 2013
    Messages:
    4,696
    Re: General discussion chat

    Unity + LUA = Win

    (imported from here)
     
  12. SixSixSevenSeven

    SixSixSevenSeven
    Expand Collapse

    Joined:
    Sep 13, 2013
    Messages:
    6,958
  13. Dummiesman

    Dummiesman
    Expand Collapse

    Joined:
    Sep 17, 2013
    Messages:
    4,696
    Re: General discussion chat

    Lua is a great choice for games due to its flexibility, and being able to change the code without re-compiling the entire application.

    FlatOut2, Driver : San Francisco, and BeamNG are just 3 examples of games that utilize Lua :)
     
  14. SixSixSevenSeven

    SixSixSevenSeven
    Expand Collapse

    Joined:
    Sep 13, 2013
    Messages:
    6,958
    Re: General discussion chat

    But lua is a nasty nasty language. JavaScript is nasty, but nicer than lua and can be used in same role. Python is lovely and is used in the same role. I'd take either over the fuck ugly abomination that is lua.
    Hell, C has been interpreted rather than compiled before. That's all you need, an interpreted language.
     
  15. Dummiesman

    Dummiesman
    Expand Collapse

    Joined:
    Sep 17, 2013
    Messages:
    4,696
    Re: General discussion chat

    Python is probably one of the most annoying languages I've ever used. Lua looks nice and organized, but Python uses all that weird indentation crap, and nothing to declare variables. At least in Lua we have local
     
  16. SixSixSevenSeven

    SixSixSevenSeven
    Expand Collapse

    Joined:
    Sep 13, 2013
    Messages:
    6,958
    Re: General discussion chat

    Doesn't rely on tables though, quite possibly the single most annoying data type in the world.

    I would rather rewrite the entirety of BeamNG in x86 assembly bare metal than use lua. Hideous language designed for non programmers and it makes itself obvious. Even worse is looking at the code these non programmers have written in lua, eyesores

    - - - Updated - - -

    Oh in python, variables are all local, you have the global keyword to manually specify something as global. Its generally considered in computing that a global variable is poor practise and a last resort -making lua even nastier as it uses them by default.

    Indentation is evil? Anyone that doesn't indent their code properly is frankly a cunt, python just reinforces that practise
     
  17. Dummiesman

    Dummiesman
    Expand Collapse

    Joined:
    Sep 17, 2013
    Messages:
    4,696
    Re: General discussion chat

    Who would do such a thing as not indent their co--

    (imported from here)
     
  18. SixSixSevenSeven

    SixSixSevenSeven
    Expand Collapse

    Joined:
    Sep 13, 2013
    Messages:
    6,958
    Re: General discussion chat

    Indentation aids readability, particularly with nested statements. Non indented code is non readable code. Most ides even have tools to aid proper indentation, take eclipse, control-shift-f will reformat an entire file in a scheme that although is different from the one I use does at least work. Forgotten visual studio short cut but it has one and I've changed my visual studio settings to match the scheme I prefer (4 spaces, not tabs, opening curly brace on same line as statement rather than newlines)
     
  19. Dummiesman

    Dummiesman
    Expand Collapse

    Joined:
    Sep 17, 2013
    Messages:
    4,696
    Re: General discussion chat

    Yeah I know. I just don't indent when it's not production code that a bunch of people will see :p
     
  20. Dc5R

    Dc5R
    Expand Collapse

    Joined:
    Oct 29, 2014
    Messages:
    910
    Re: General discussion chat

    Thanks !
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice