Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Algorithms (Score 1) 161

You can implement a 3D game in Python, but its interpreter and memory management is going to make it much less efficient than the same game in C++.

IMHO that is a rather unfortunate example. I'm sure people have written 3D games in Python with not so bad results, because the 3D heavylifting is done on a GPU anyway (via PyOpenGL).

Comment Re:"Two" times, not ten times (Score 1) 203

News for nerds, remember? Ten is simply the base-2 representation of the same number that two represents in base-10. It's exactly the same statement.

So is that base two too? I can understand a reference to seeing "2" in a binary datastream when talking about bending strength, but I could never really get past second base myself.

Comment Developers (Score 0) 74

Developers. Developers. Developers. Developers. Developers. Developers. Developers. Developers. Developers. Developers. Developers. Developers. Developers. Developers. Developers. Developers. Developers. Developers. Developers. Developers. Developers. Developers. Developers.

Your comment violated the "postercomment" compression filter. Try less whitespace and/or less repetition.

Comment Re:Consider the Haswell Celeron 2995U chromebooks. (Score 1) 232

For a moment there I was excited. You mentioned the 4 GB and 2 GB (ram) models, followed by "add more memory". The video was about upgrading the SSD, though. Not surprisingly, as it's generally much easier to change the disk than ram, although there are exceptions (my trusty/mouldy Powerbook has a simple RAM bay, but you need to dismantle the whole thing with O(100) screws to access the HD).

Slashdot Top Deals

The rule on staying alive as a program manager is to give 'em a number or give 'em a date, but never give 'em both at once.

Working...