Jump to content

Recommended Posts

Posted

I got a good PC, I have a xbox260 controller for it, I have HDMI out...

Now all I need them to do is stop charging 50$ a year to use my own computer and connection as a server and I'm in.

Posted

This is illegal, the only way this could be done is with emulators, which are illegal. Microsoft will be forced to shut down by the government for this.

That comment cracked me up, hahahahaha WTF stupid.

Posted

So I guess windows 8 is basically a big collection of virtual machines right? (well, more than that obviously but still..) so I wonder if it is running a 360 vm???

At any rate thats pretty awesome.

Posted

it'd be costly to maintain many different vm's at once...

Java and .NET are both VMs, and your browser practically is as well. Compared to natively running code, maybe, but computers are so ridiculous anymore that the performance cost basically doesn't even matter.

Posted

it'd be costly to maintain many different vm's at once...

Java and .NET are both VMs, and your browser practically is as well. Compared to natively running code, maybe, but computers are so ridiculous anymore that the performance cost basically doesn't even matter.

no shit sherlock. vm's are only initialized when there are programs using them, and they usually stop by the time you quit the application using the vm. but having many vm's running with each only a few active (read: non-idle) programs will prove to be costly even for today's computers. and lol at saying performance costs don't matter. good code can increase performance by a factor million or even billion, whereas hardware only doubles it, and only every 18 months.

i hear they have courses on the internet teaching people about computers, maybe you should take one.

Posted

I said "the" performance cost. Of VMs. Not in general performance doesn't matter. Especially for programmers less superleet than you clearly are, managed code like cs and python can offer significantly more performance than something that lets you fuck up as bad, like c++. Automated garbage collection is great, it makes my life way easier :)

Not perfect, of course. The other day I accidentally left some debug output shit in my data tree management while stress testing the system with 1000 nodes. It shat out 160 50MB .txt files, each 22 lines of around ten million characters, and crashed when it ran out of hard drive space to write to. :lol:

Posted

"the" performance cost. of vm's. is what i'm talking about. not to mention the memory overhead needed to run x number of vm's at once. there's just no reason to do it when there are more effective ways of doing this, possibly by even easier means. also way to try to avoid the subject by posting random bullshit.

Posted

Yes the decision to use .NET and Java and numerous other controlled, isolated systems is all retarded, and nobody, certainly not Microsoft, knows what they're talking about over your opinion that performance is all that matters, Sentura.

Posted

Yes the decision to use .NET and Java and numerous other controlled, isolated systems is all retarded, and nobody, certainly not Microsoft, knows what they're talking about over your opinion that performance is all that matters, Sentura.

nobody from microsoft mentioned any of what you are referring to.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...