Jump to content

boristsr

Active Members
  • Posts

    96
  • Joined

  • Last visited

Posts posted by boristsr

  1. ok, what is the host OS, and what are the guest OS's, and how much ram do the guests have assigned? it could also be the laptop hard drive limiting you.

    but as i said, if the guest os's are compatible, install vmware tools, and if thats not working out, give a few of the other vm solutions a try. personally i like virtual box because of some of the awesome features such as auto guest resolution change when switching between fullscreen and windowed, and when you resize a window (so in effect, the whole screen is always visible). and performance of it is good too imo. nothing beats vmware's networking stuff though.

  2. as long as you install vmware tools (go to VM->install vmware tools) the OS shouldn't run that slow (unless ofcourse you haven't got enough ram in the host, or haven't assigned enough to the vm). If that's not working out for you try something like virtual box or virtual PC and MS's other vm package.

    if you are still having issues with speed sure you can go to multiple partitions, but it's nowhere near as convenient.

    what sort of PC are you running these on, especially important is how much ram it has, and how much ram are you assigning to the VM's? what are the guest OS's and what host OS?

  3. i will buy a new pc every 4-5 years. and i'll replace a few odd parts during that time, maybe a bit more ram, faster cpu, faster video card, whatever i can afford and consider worthwhile. the reason i will buy a whole new pc is generally because the pc can't really be upgraded due to new types of ram, new cpu socket or whatever.

  4. Good Where Are they now type article on Captin Crunch AKA John Draper. Though It kinda flames him for being eccentric a bit to much considering all he has done.

    http://online.wsj.com/public/article/SB116....html?mod=blogs

    cmon man. Captain Crunch IS eccentric. i have yet to see proof otherwise. after reading iWoz, and seeing a few interviews with him, it's impossible to draw any other conclusion.

    ofcourse, that doesn't mean he is a bad guy, or not intelligent. but he IS eccentric. i haven't been able to read the article yet (appears to be suffering a digg/slashdot type effect at the moment) so i haven't been able to see how negative the article is to him regarding that.

  5. ubuntu should support your wifi (a lot of distro's don't due to strict open source policies), and a live cd allows you to very quickly and easily try linux. dual booting can be a pain, and with no experience you can risk your data. and a flat out switch is gonna be a HUGE shock to you.

  6. Hey my name is Philip, a.k.a BorisTSR, Boris The Sneaky Russian

    Favorite Games: Max Payne, Max Payne 2, Call Of Duty 2, UT2004

    Favorite OS: depends on my needs.

    Favorite Console: Wii

    Nationality: Australian

    Accent: Australian (i am told)

    Sex: Male

    Age: 19

    Height: 180ish cm

    Favorite bands: varies greatly

    Favorite book(s): iWoz, Band Of Brothers

    Favorite authors: *shrugs*

    Favorite movie: too many to list, some would be hackers, v for vendetta, the recruit.

    Favorite director: *shrugs*

    Favorite TV shows: Stargate (SG-1 & Atlantis), Jericho

    Favorite actor: Bruce Campbell

    Favorite actress: Rachel Weisz?

    Favorite comedian: Eddie Murphy

    Other hobbies: SciFi, Programming, archery.

    Occupation: currently studying and working on some software for sale in january. Hope to be a professional game programmer, (or another reasonably interesting topic in programming)

  7. (If I'am wrong, please correct me)
    oh, you don't need to invite people to do that, this is the internet after all :P

    On a more serious note, yep, thats pretty much all there is to it.

  8. i don't know of any software that does this, but i do know windows(assuming you are using windows) has API's that allow you to simulate button presses (works very well from my experience), so you could quite easily write a java app on your mobile and a server for your laptop (any language as long as you have access to the bluetooth device).

  9. Does any one have any idea of how WIndows manages the core usage? From what I can tell it always lumps every thing on the first core (or CPU) unless the program is multi-threaded or you tell it to run it on the other core.
    from what i can tell using hyperthreading, it gives priority to the first core, and when that is in use, chucks the process to the next core etc. it seems to be pretty balanced. you can set processor affinity manually though.
  10. Of course youll need a shit ton of ram though.
    is that metric or imperial? :P

    on a more serious note, he is right.

    Multiple cores need applications to be designed to use them. or you need to run multiple applications to use them. such as, if i were to rip a dvd on my computer (being a single core) and then try to run a game, i'd notice a severe performance drop. if i were to do this on a multi-core system, i'd notice little to no performance drop.

    i find it hard to explain further without delving into software design.

  11. I receved a bunch of stuff for sking, now only if it snow! (stupid el nino!)
    stupid son? hahaha thats what nino means if my spanish is right.

    Edit ohhhhhhh you meant son as in sun.. at least i think

    it's also the name of a re-occurring weather pattern.

    i got a few books:

    Band Of Brothers

    iWoz (Steve wozniaks auto biography, man it's great, if you see it, pick it up. very interesting and inspiring)

    The Story of Google

    a few dvd's including The Evil Dead trilogy :D

    Games:

    Unreal Anthology (so i can finally play ut2004 and unreal 2)

    Call Of Duty 2

  12. I love visual studio as an IDE, nothing else has come close to it from what I have used.

    Whenever possible, I use visual studio.

    On linux, if I am doing a large amount of coding, I'll fire up a windows vm with visual studio, if I am doing a small bug fix or something I'll use codeblocks.

    For building, I use visual studio's stuff for windows, and depending on what I need done, either a hand written or modified makefile, or just use codeblocks in linux.

    I used to be one of the hardcore "I don't use IDE's and do all my compiling on the command line, and don't use code completion", then I realised that it just made programming more of a chore, for no benefit. I now take the approach of "if it helps me to accomplish my goal quicker, I'll use it". I prefer finding a solution to a problem, not screwing around with typo's or bugs in the build procedure. There is no point.

  13. The fact that you wouldn't need antivirus/antispyware is a big selling point,

    if more people used it, there probably would be more viruses written to attack it

    also most linux distros are free so there is no need to sell it ;)

    while you raise a good point, several things stop it reaching a level that windows viruses reach.

    lets see:

    *not many people run linux as admin. there is little need to once it is set up, so a lot of things can't be acheived by the virus.

    *things can't be hidden with root kits as the virus would need to be compiled on the machine and then it'd bitch and moan about not having the required dependencies :P

  14. they CAN be more efficient, in regards to performance IF the programmer knows assembly well. an average programmer who learns assembly will more than likely be beaten by a good optimizing c compiler.

    i highly doubt nod32 is written entirely in assembly because assembly is such a bitch of a language to work with on large scale projects. the code is not clear and it takes a lot of code to do simple things. in general your development speed would be MUCH quicker when using a higher level language and the program will be much easier to maintain.

    the only times to use assembly is:

    *you are working on a system that has an assembler but no other compiler

    *you have profiled your code, performed heavy algorithm optimizations and you still need less memory usage and/or faster code.

    you will find assembly does not outperform c/c++ enough to justify rise in development time and costs. i find it hard to believe any modern program is written entirely in assembly, i do however know a fair few programs have portions of them written in assembly.

  15. well as i understand imagine there is huge army in front of you each solder wont be processed but one will be (or a few) then the data will run though once more to find the position of each one dramatically decreasing the work.
    woah, geometry instancing! we've only had that for many years! (this is how many trees as well as large armies are done). There is also a step further to this idea called "imposters" which will render the object to a texture then draw a single polygon every time the object is used.

    Sorry to be an arse, but thats a common rendering technique, not a technology provided by an API.

    i intensely dislike what microsoft have done with direct x 10, there is no good reason why they couldn't have it available for xp as well, it's just to force users to upgrade. I can also see it backfiring, for developers who don't want to double their workload or loose customers, direct x 10 will not be used, they'll either stay with direct x 9 or move to OpenGL. It means they have to write 2 renderer's. one for direct x 9 and one for direct x 10.

    at the end of the day, these API's are not revolutionary, the hardware improves all the time, and the API's are just ways of interfacing with the hardware.

    Also, i can't see improved graphics "revolutionizing PC gaming". Aren't games meant to be about gameplay? if anything has revolutionised gaming, it's the Wii.

    Personally, i will be getting Vista, as a developer i need to be able to test my software on many different OS's, but i won't be getting it until i get a new computer mid next year. Vista offers a fair few features over XP, but none of which make me go "I NEED to have vista" they'd be ok, but i can definitely live without them. If i wasn't a developer, i'd stick with XP.

    My advice for upgrading to vista:

    Cases to get it:

    *You need to test software on many OS versions

    *You need to learn it for your career (network admins and the like)

    *You are getting a new computer and it's bundled

    *You are building a large expensive gaming computer (or an upgrade to a directx 10 graphics card and have money to blow)

    If you don't fall into any of those categories, you won't see that many benefits, especially not for the cost of the change. Not to mention that in the early days there will be LOTS of bugs with a lot of the software you commonly used.

  16. ROFL. There is also an International Computer Driving License. My college course did all the required subjects for it but didn't actually offer the accreditation. I am eligible to sit the test, but it costs heaps for zero benefit. i think what the college gave me would have more weight (even if it isn't "officially" recognised in every country)

  17. Unlike compression, encrypting an encrypted file would work. Assuming that you didn't use encryption methods and keys that by some freak accident the second one reversed the first one.

    Although, if you used a strong encryption method, and a good key, the need for this is pretty much non-existant (unless you are a REALLY interesting guy, but honestly, your porn isn't that good :P).

  18. My wii (technically my brothers, actually) is:

    6196 8446 2844 7059

    Definitely interested in a evil server mii. It would be interesting to see how you personify a computer :P

    My brother and I went to a local game store for their midnight launch. We were 2nd in line (waited an hour) so we got our entire pre-order, including the stores only copy of Call Of Duty 3.

×
×
  • Create New...