General discussion

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

  1. aljowen

    aljowen
    Expand Collapse

    Joined:
    Oct 21, 2012
    Messages:
    1,677
    Re: General discussion chat

    Sorted out the sd card issues. Turns out it was me being a derp. Steam games can now be installed on my 60gb sd card. Wooo
     
  2. BlueScreen

    BlueScreen
    Expand Collapse

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

    Intel 4004
    Git on my lvl scrub
     
  3. SixSixSevenSeven

    SixSixSevenSeven
    Expand Collapse

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

    A transistor, get on my level
     
  4. BlueScreen

    BlueScreen
    Expand Collapse

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

    A valve relay pre transistor thing, get rekt
     
  5. Kitteh5

    Kitteh5
    Expand Collapse

    Joined:
    Oct 24, 2012
    Messages:
    275
    Re: General discussion chat

    Paper and pencil, git rekt.
     
  6. BlueScreen

    BlueScreen
    Expand Collapse

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

    Writing on cave walls, get rekt

    - - - Updated - - -

    enjoy your anus strix fgt
     
  7. Dennis-W

    Dennis-W
    Expand Collapse

    Joined:
    Aug 5, 2012
    Messages:
    387
    Re: General discussion chat

    Funniest thing is... You dont even have a windfart "yet" xxxDDD.
     
  8. Kitteh5

    Kitteh5
    Expand Collapse

    Joined:
    Oct 24, 2012
    Messages:
    275
    Re: General discussion chat

    Nothing, get rekt.
     
  9. aljowen

    aljowen
    Expand Collapse

    Joined:
    Oct 21, 2012
    Messages:
    1,677
    Re: General discussion chat

    the MSI gtx 970 gaming is obviously the best. Get on my level.
     
  10. BlueScreen

    BlueScreen
    Expand Collapse

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

    I can't think of a pun with MSI...

    It's ugly.

    But
    Gigabyte has 3 displayport outputs
    Get rekt
     
  11. CaffeinatedPixels

    CaffeinatedPixels
    Expand Collapse

    Joined:
    Oct 2, 2012
    Messages:
    184
    Re: General discussion chat

    Still a cleaner argument than a Steam discussion.
     
  12. SixSixSevenSeven

    SixSixSevenSeven
    Expand Collapse

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

    How useless. In my entire life I have never once seen a display with a displayport on it.
     
  13. logoster

    logoster
    Expand Collapse

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


    any 4K 60hz monitor

    :p

    plus displayport suports daisy chaining, AND you can use one displayport out for multiple monitors using a displayport hub (like a usb hub type thing, but for displayport)
     
  14. SixSixSevenSeven

    SixSixSevenSeven
    Expand Collapse

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

    Never seen one in the flesh. Seen numerous other displays, none had displayport.


    Tell a lie. Seen 1. There is a projector at uni larger than most E-ATX cases (so not some shitty home cinema thing, more like an actual cinema projector) and one of its many many inputs appeared to be a displayport.
     
  15. BlueScreen

    BlueScreen
    Expand Collapse

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

    HDMI and DVI only support 4K up to 24 Hz, so any 60 Hz 4K monitor or TV uses displayport.
     
  16. logoster

    logoster
    Expand Collapse

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


    correction, hdmi only supports up to 25hz PRE hdmi 2.0

    HDMI 2.0 however DOES support 4K 60hz, however it's still fairly new so i don't think anything uses it yet
     
  17. Bubbleawsome

    Bubbleawsome
    Expand Collapse

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

    I actually really like how both the winforce and strix look, but the windforce is undeniably better in open air. Otherwise depends on your case.

    - - - Updated - - -

    980 and 970 have HDMI 2.0. I think Samsung has the monitors/TVs launching with 2.0 the soonest. SuperMNM and display port are superiour. SuperMNM can already do 8k at 120fps (I think it's higher, but not sure.) with 16bit color depth at 4:2:0 or full 8/10. (Not sure which.)
    The standard just went into production and is built on the HDMI formfactor. Can also transmit 40w of power.
     
  18. Dennis-W

    Dennis-W
    Expand Collapse

    Joined:
    Aug 5, 2012
    Messages:
    387
    Re: General discussion chat


    Who cares about performance these days? Ermagherd ur gpu is 2 degrees cooler idgaf, mine looks better.

    I dont give 2 shits about overclocking either so i just picked whatever I liked. Which is the strix.
     
  19. BlueScreen

    BlueScreen
    Expand Collapse

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

    Yeah
    I like the Windforce better and that's why I'm buying it

    Actually, the EVGA ACX 2.0 looks better IMO, but I'm not getting one because of coil whine.
     
  20. SixSixSevenSeven

    SixSixSevenSeven
    Expand Collapse

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

    Capture.PNG
    Hopefully my new library works...

    Not ready for a source release. I want to finish documenting a few things in it and the java library I ported this from was in turn ported from a C++ lib and the java porter changed a few things I don't like. The Vec2 class for instance has several methods for performing arithmetic on vector when operator overloading would have been simpler for the end user to work with while requiring no more code, the C++ version of the library I believe uses overloading. I'd like to at least add support for overloading, also want to rework the body class to add a few extras to it (ID's, forcing new locations etc). Also gravity is fixed and there is no drag (only friction via contact) both of which will be fixed, although drag shall be a simple "simulation" at best.
    I also have no idea where visual studio decided to put the XML file documenting the methods in that library, not that I finished those docs.
     
  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