Slashdot Mirror


User: doti

doti's activity in the archive.

Stories
0
Comments
774
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 774

  1. Re:I for one... on AMD Launches Counterstrike Against Core 2 Duo · · Score: 3, Insightful

    Well, a pIII can play movies and run quake3.
    That's the two most demanding uses for a computer.
    The rest is futile.

  2. Re:why do they care? on Google's Click-Fraud Crackdown · · Score: 4, Insightful

    But if people abuse it, the adversiters will find less value on Google ads.
    They are trying to protect the value of their product.

  3. that's bad on Google's Click-Fraud Crackdown · · Score: 2, Insightful

    That way, Google will want to enforce it's ad (avoid ad blockers, make them more visible, etc) even more.

  4. Re:Yeah sure... on End of Win 98 Support May Boost Desktop Linux · · Score: 4, Informative

    Or just install ubuntu without a bloated desktop environment.
    There are plenty of good options around, some are even end-user friendly.

  5. duh on Does It Matter Where Open Source is Based? · · Score: 5, Insightful

    open source vendors != open source creators

  6. Re:Birth control is NOT the solution on Stephen Hawking Asks The Internet a Question · · Score: 1

    Consumerism is the center of the problem.

    It kills not only nature, but also ourselves.

  7. Re:Never safe... Until on Work Around for New DVD Format Protections · · Score: 1

    Protection schemes make it harder, but not impossible, to break.
    You could even hack the output device to get the data after it's unencrypted.

    If you can play, you can copy.

  8. cool & quiet? on Slate Speculates on Internet Operating Systems · · Score: 3, Insightful
    Home computers are engineered to run cool, quiet


    I want one of those? Where are they?
  9. Re:World Hour Record? on New Human-Powered World Hour Record · · Score: 1

    wasn't it 60:01 instead?
    it's a leap second, not a leap minute.

  10. typo on 'Touching' The Brain · · Score: 0, Redundant

    you mispelled pr0n

  11. sourceforge? on Things To Download · · Score: 4, Informative

    bleargh!

    trac is much better. way cleaner and simpler interface, and _excelent_ integration with subversion.
    also, it's free.

    http://trac.edgewall.com/

  12. games on 'Touching' The Brain · · Score: 1

    can't wait to see it applied as an interface to computer games.

    or p0rn.

  13. Re:Shocking on WGA Turning Off PCs in the Fall? · · Score: 1

    If you know I know it, you should know it was a joke.

  14. Re:Shocking on WGA Turning Off PCs in the Fall? · · Score: 1
    They are a lot of copies of Windows out there, legit and illegit. Hell, I'm using 2000 right now


    Wow! Do you have 2000 computers, or are you using virtualization on a machine with 1TB of memory?
  15. Re:Flashplayer 8 required :( on Interview With John Romero · · Score: 1
    Except, Adblock assumes an opt-out principle. For flash, I would want opt-in: 99.9% of all Flash is trash.


    Just add a filter to *.swf
  16. Re:Nice editing on Good Software for Editorial Management? · · Score: 1

    No excuse.
    The gramatical rule that says that "permanent" should not be plural is the same in the two languages. (I'm Brazilian too.)

  17. Re:10 years! on Quake is 10 · · Score: 5, Insightful

    Specially if you realize that today's multi-giga games don't offer much more, neither in fun, gameplay, and even content.

  18. Re:Well, if there's one thing I'd wish for... on Internet Search Company Execs Disagree on Future Search Technology · · Score: 3, Interesting

    Well, if there's one thing I'd wish for...
    It'd be an operator to test for the age of the document I'm searching.
    If I already searched for something a month ago, and to search again to check for something new, I could search for "something age:-30d".

    But I don't know if would make much sense, as file date info are generally not very reliable (ex, cp --preserve-timestamps is not the default).

  19. Re:I'm blind on Håkon Responds to Questions About CSS and... · · Score: 5, Insightful

    yep, the default font size for monospaced text in firefox is too small (12, while proportional font is 14, IIRC)

  20. Re:Tools are available on Sending Mail to Hotmail Users? · · Score: 5, Informative
  21. Re:1st BSOD? on Microsoft Developing Robotics Software · · Score: 2, Informative

    Repeat after me: There is no "Asimove Robotic Laws" in the real world. It's just fantasy.

    Autonomous robots are controled by computer programs, and will behave as such.
    One can program it with security features, but it's just like any other software. There's no magic laws to control their behaviour.

  22. Re:I'm looking to see on Browsers Fighting to Keep up with the Web · · Score: 2, Insightful

    and savvy users will never account for more then 10% of the users.

    But I don't care if IE dominates the market, as long as the other browsers, or better the web standarts, are respected (that is, IE-only sites sucks).

  23. Re:i want on Frozen Chip from IBM hits 500 GHz · · Score: 5, Funny

    i want a compile farm of these

    The poor soul uses gentoo.

  24. some highlights from the changelog on Linux 2.6.17 Released · · Score: 5, Informative

    Some stuff I found interesting on the human-friendly changelog.

    Block queue IO tracing support (blktrace). This allows users to see any traffic happening on a block device queue. In other words, you can get very detailed stadistics of what your disks are doing. User space support tools available in: git://brick.kernel.dk/data/git/blktrace.git

    New /proc file /proc/self/mountstats, where mounted file systems can export information (configuration options, performance counters, and so on)

    Introduce the splice(), tee() and vmsplice() system calls, a new I/O method.
    The idea behind splice is the availability of a in-kernel buffer that the user has control over, where "splice()" moves data to/from the buffer from/to an arbitrary file descriptor, while "tee()" copies the data in one buffer to another, ie: it "duplicates" it. The in-buffer however is implemented as a set of reference-counted pointers which the kernel copies around without actually copying the data. So while tee() "duplicates" the in-kernel buffer, in practice it doesn't copy the data but increments the reference pointers, avoiding extra copies of the data. In the same way, splice() can move data from one end to another, but instead of bringing the data from the source to the process' memory and sending back to the destination it just moves it avoiding the extra copy. This new scheme can be used anywhere where a process needs to send something from one end to another, but it doesn't need to touch or even look at the data, just forward it: Avoiding extra copies of data means you don't waste time copying data around (huge performance improvement). For example, you could forward data that comes from a MPEG-4 hardware encoder, and tee() it to duplicate the stream, and write one of the streams to disk, and the other one to a socket for a real-time network broadcast. Again, all without actually physically copying it around in memory.

  25. Re:And RTS? on Mechanics That Changed Gameplay Forever · · Score: 1

    A move order before the attack order might take care of that. Of course it's queueing but at least your reinforcements will move in. Otherwise I prefer the attack-move command

    Just use the move order after the attack, and not before.

    In TA you just tell your factory "50 tanks, 50 missile launchers" and after a while you'll have those units at the specified location without further interaction.

    Later in the game when you have massive production capacity, it would be useful to put the factory in two kinds of "patrol" mode: to keep the army (if the unit dies, it builds another), or to keep producing forever. You could have a plane factory just to keep 20 Peepers pattroling the front of your base, so your defence artilery can shoot visitors from far.