Search results

  1. P

    Linux Suggestion

    I use kubuntu. Upgrading version on Linux systems still seems like a risky undertaking to me though.
  2. P

    Ubisoft Wants You To Be Comfortable Not Owning Your Games

    Seems almost inevitable. People used to complain about streaming and not owning their music but almost everyone does now. In part I suppose because it is often prepared with other things.
  3. P

    How often do you replace power supply?

    Same as most of the above. I on;y replace when I build a new computer and it no longer meets the criteria.
  4. P

    Long Range Nissan Leaf E-Plus Coming in 2019, Will Have 200 HP

    I'm too cheap to buy a car younger than about 8 years old. Works okay with internal combustion, but fairly sure battery life will be shocking on an 8 year old car, especially on these earlier models that have low capacity to begin with.
  5. P

    Last Gen Games - Max IQ and Perf on Today's GPUs @ [H]

    Ugh, main problem with this is my computer is older than the 'oldest' games presented :cry:
  6. P

    First Digital Pill Approved to Worries about Biomedical “Big Brother”

    If they're working on sensors like this, surely there are better places to keep them than ones digestive tract?
  7. P

    Pentium x3450 not working in ga-h55m-ud2h

    So I decided to upgrade the CPU in one of my computers. However, the computer just goes in to a few second reboot cycle with no beeps. I unplugged most accessories but same behaviour. Tried reseating a few times but same issue. Clear CMOS, same issue. The original g6950 still works in it. I...
  8. P

    Few newbie Quesions on C#

    I'm going to chuck my 2 pennies in to this derailed thread.... I've worked at a few banks, and they, like many other places are starting to explore other options to relational databases. I think this is a good thing as despite having a reasonable amount of experience of databases, I'm not fond...
  9. P

    C#

    Perhaps time to move on to anoher job, in order to expand your skills?
  10. P

    Book recommendation for learning python

    Kind of think that with prior coding experience, you may just be better off, for the start at least, just working out a small project, working on that and googling for assistance. Worry about more advanced language features later.
  11. P

    How to know when someone is a good html/css coder

    8 doesn't seem like many compared to some 'random' sites I checked in.
  12. P

    Next level programming

    I'll go for a non-specific suggestion. I work in an area where no-one really cares about complex data structures or algorithms even though they use this in interview as a filter The ability to quickly pick up a new language, framework or concept, to produce reasonable quality code that will...
  13. P

    Streaming movies to two computers.

    Why are you trying to do this?
  14. P

    Most common Java IDE in industry?

    Last few places I've been at have all used eclipse, although at one of them people also used intellij and emacs...
  15. P

    What is the best way to learn more C++ programming?

    I enjoyed the thinking in c++ as mentioned above. It can be downloaded for free http://www.ibiblio.org/pub/docs/books/eckel/
  16. P

    Anger as Wikileaks Releases All Cables Unredacted

    What you're saying seems to me to be fairly similar to the dictionary definition of 'advocate'?
  17. P

    What is wrong with this code? JAVA

    As KaosDG said, calling toUpperCase returns a reference to a new String which is then lost. The 'issue' is caused because s still refers to the original String. To make s refer to the new String you need s = s.toUpperCase - you're assigning a reference to the newly created String from s.
  18. P

    Anti-Piracy Law Firm Torn Apart By Leaked Emails

    So, anyones name on it from here? Whatcha been watching? :)
  19. P

    Native support for DX10/11 for Linux

    I'm sure Linux'll get there eventually. My computer tends to be a few years behind the curve so I don't mind if my games are too ;)
  20. P

    lockless producer/consumer queue

    Indeed, what language are you doing this in? It has already been written in java http://java.sun.com/j2se/1.5.0/docs/api/java/util/concurrent/ConcurrentLinkedQueue.html
  21. P

    lockless producer/consumer queue

    Java concurrency in practice has a section on this sort of thing. Example is http://www.cs.rochester.edu/research/synchronization/pseudocode/queues.html
  22. P

    Java vector questions

    Hi Wormy, Firstly, ArrayList may be a better data structure than Vector for you - access to elements in Vector is synchronised and you may not need this overhead. If you don't define the type being stored then you can store any type of object in it, else you're restricted to the type you...
  23. P

    Good source for Historical Market Data?

    I'd be interested too. Stocks - bid/offer prices if possible. Thanks.
  24. P

    OO Class Organization

    Remember, it is really easy to refactor now-a-days if you get it wrong first time around ^_^
  25. P

    Tyan S2932-E memory?

    I think you read the chart downwards. Therefore with 2 CPUs you start at the fifth column & read down (option of up to 8th column where all slots are populated.)
  26. P

    overheating on an old computer brought out of retirement

    50-60 degrees isn't that hot - would think it should have no problems running at that speed it accurate (unless it gets a lot hotter under load). Have you considered it might be some other component going dodgy - the PSU for instance? Have you tried reseating the heatsink again? Checking the...
  27. P

    Recommended C# & .NET Programming Books?

    You might find this to be a good start http://www.amazon.com/Programming-C-3-0-Jesse-Liberty/dp/0596527438
  28. P

    GUI tutorials c++

    Yup, you're right.
  29. P

    GUI tutorials c++

    That is somewhat inaccurate. I have experience in the win32 api having written several small applications while learning to program in the win32 api, the most advanced being a application that showed a rotating wireframe model from various aspects (the MDI) which allowed one to...
  30. P

    GUI tutorials c++

    Nothing wrong with it, I never got that advanced with win32 programming, but do remember finding it somewhat tedious setting up a reasonable looking gui. It was also hard to find documentation around things like MDI. Reason for suggesting C# is it is a lot quicker to get a gui going. Anyway...
  31. P

    GUI tutorials c++

    Someone else may be able to give a better answer, but I'm not sure that C++ is the best language for you to do gui stuff in windows. Have you considered C# for instance? Should be easy to pick up if you're competent in C++.
  32. P

    How much for creation of a website?

    One way of putting costs into perspective is in the UK at least, a contractor would expect to be paid at least £350/day. Large companies would charge more than this for someones time. For someone to knock up just a requirements document would probably take a few days.
  33. P

    Adult Web Sites

    heh, a title to make people click eh? I presume that the samples are just to entice people in. I suspect that links to these websites are then sent to the well known 'free' websites. Nothing to stop you linking, except how are you going to find the addresses to the free samples?
  34. P

    Coding on a 30" display? Any good

    will any normal stands hold a 30" horizontally? If your method no longer fitted on one screen you'd know it was too long :eek:
  35. P

    programming the qwerty keyboard

    Just tried a quick google & the first thing brought up was this http://www.autohotkey.com/ Not tried it so can't recommend it, could be spyware, etc, standard warnings.
  36. P

    Looking To Get Into Programming

    I believe you misunderstand my reasoning and assumptions here. In general I agree with you. My suggestion was for a person who as far as I can tell has no immediate support around coding & just wants to start playing around. In this case I recommended a language that I believe is fairly...
  37. P

    Multi-threaded apps on multiprocessor machines

    So the issue occurs after the threads start? Some sort of race condition then?
  38. P

    Looking To Get Into Programming

    Friendlier error messages along the lines of "java.lang.ArrayIndexOutOfBoundsException at line 23"? Also being easier to diagnose as they tend to fail fast. + as I mentioned with C#, easier to get a pretty gui to impress yourself & friends.
  39. P

    Looking To Get Into Programming

    I'm a Java guy myself. Just can imagine that sitting in a room learning a language, you might lose your inspiration pretty quickly after your program coredumps for the 15th time.. If he's keen to stick with it, then C, C++, sure..
Back
Top