Search:

Type: Posts; User: TheBuzzSaw; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.15 seconds.

  1. [ubuntu] Re: Ubuntu + NVIDIA + Twinview == video tearing

    As you pointed out, Twinview works by operating on both monitors as one giant graphics surface. Wayland and other technologies give each monitor a discrete buffer to work with. So, if your monitors...
  2. Replies
    97
    Views
    11,907

    Re: Humble indie bundle 3!!!!!!

    Anyone know where the COGS save file is?
  3. [SOLVED] Re: (C) - Is there a more concise way of doing this?

    Actually, 0 is almost typeless. You can do stuff like:

    int* ptr = 0;
    but you cannot do:

    int* ptr = 1;

    0 gets special treatment.
  4. [SOLVED] Re: (C) - Is there a more concise way of doing this?

    While I agree with your position on the matter in general, I disagree in this specific instance. Personally, I can mentally process code much faster using all these shorthand methods. I abhor seeing...
  5. [SOLVED] Re: (C) - Is there a more concise way of doing this?

    Heh, I was wondering when someone would post the compact version in lucasart's post. Well done. :]
  6. Replies
    80
    Views
    23,481

    Re: Onlive Linux Support Campain!!!

    They do have a monthly rate with access to games. It's not the *entire* library, but it is *most* of it. It's called the PlayPack, and it is $10 per month. Plus, I don't know if you've heard, but...
  7. Replies
    80
    Views
    23,481

    Re: Onlive Linux Support Campain!!!

    I'm closed minded for acknowledging an obvious cultural shift in what people mean when they use certain terms? Again, OSX can run on PC hardware. That begs the question: why did they explicitly...
  8. Replies
    80
    Views
    23,481

    Re: Onlive Linux Support Campain!!!

    This argument here is getting old. Everyone knows that PC = Windows. You can run Windows on Mac hardware. You can run Linux just about anywhere. It's fairly obvious that PC = Windows when they...
  9. Replies
    43
    Views
    5,291

    Re: humble frozenbyte bundle ;)

    I see download links for the Linux version in my bundle page.
  10. Replies
    43
    Views
    5,291

    Re: humble frozenbyte bundle ;)

    Bought mine. :]
  11. Replies
    80
    Views
    23,481

    Re: Onlive Linux Support Campain!!!

    To be honest, I stopped using it even in Windows. It's neat and all, but I am just not a fan of high bandwidth cloud gaming. I'll stick to my local installs, thank you very much. :]
  12. Replies
    39
    Views
    8,054

    [ubuntu] Re: Flash videos in /tmp/

    I was doing this until Firefox 4 came out. Now, I can't see anything in my cache. I see an endless tree of numbered folders.
  13. Replies
    39
    Views
    8,054

    [ubuntu] Re: Flash videos in /tmp/

    Ho hum. I finally cracked and installed a add-on. (I wasn't opposed to add-ons for this job before. I just liked knowing I could grab the raw buffer myself.)
  14. Replies
    39
    Views
    8,054

    [ubuntu] Re: Flash videos in /tmp/

    Hmmm... So, now I cannot find the videos even in the cache folder. Where are videos hidden in Firefox 4?
  15. [ubuntu] Re: Ubuntu + NVIDIA + Twinview == video tearing

    I finally got the tearing to stop by buying a second monitor of the same brand/size/resolution. Now that the desktop has a consistent surface with a matching refresh rate, the tearing is completely...
  16. Thread: Onlive

    by TheBuzzSaw
    Replies
    19
    Views
    6,794

    Re: Onlive

    Wrong. It is an unnecessary evil. Companies are going out of business because they continue to make bad games and/or they do not know how to behave in an era where there is no such thing as "one...
  17. Replies
    3
    Views
    282

    Re: Code::Blocks -- What am I doing wrong?

    That is indeed strange. Mine does not idle at such high usage. The only scenario that pops out in my mind would be that you are using a really old/slow processor, so 60% to you would be virtually...
  18. Replies
    15
    Views
    2,367

    [SOLVED] Re: deck of cards in c++

    http://www.cplusplus.com/reference/stl/stack/

    The STL stack does not even have a custom implementation. It just narrows the interface on an existing container. There is nothing to be gained by...
  19. Replies
    39
    Views
    8,054

    [ubuntu] Re: Flash videos in /tmp/

    Yeah, I bookmarked the new location. It's just harder to see the videos now since they are usually surrounded in clutter. I'll live. I just miss going to /tmp/.

    And wow, only 300 MB? I think I...
  20. Replies
    39
    Views
    8,054

    [ubuntu] Re: Flash videos in /tmp/

    Arggggh... Any way to change it back? XD
  21. Replies
    39
    Views
    8,054

    [ubuntu] Flash videos in /tmp/

    I used to be able to buffer YouTube videos and grab the video from /tmp/ and copy it to my home folder. Well, I just noticed that YouTube videos are no longer showing up in /tmp/. Did they change...
  22. Replies
    2
    Views
    685

    [ubuntu] Re: Can anyone recommend a good NAS?

    I appreciate the concern, but I'm willing to take the risk. I would rather focus my efforts on securing my actual network than worry about the inner line of defense on our NAS. Besides, the NAS will...
  23. Replies
    2
    Views
    685

    [ubuntu] Can anyone recommend a good NAS?

    I am looking for a good 1 TB network drive that is friendly with both Windows 7 and Ubuntu. I tried a Seagate drive yesterday, but it required too much software installation and security management....
  24. Replies
    12
    Views
    841

    Re: [C++] Fun Excercise

    I tested Madcow108's code. Worked great! :P
  25. Replies
    12
    Views
    841

    Re: [C++] Fun Excercise

    I have a few. I'll have to dig into my archive of coding nonsense. Until then, I recommend you attempt the Codility free test: http://codility.com/demo/take-sample-test/
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4