Slashdot Mirror


User: khellendros1984

khellendros1984's activity in the archive.

Stories
0
Comments
1,912
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,912

  1. Re:Does this mean ... on The Universe As Hologram · · Score: 1

    Wow, and I thought *my* pastor told crappy jokes...

  2. Re:Linux on the desktop on Ubuntu Download Speeds Beat Windows XP's · · Score: 1

    Well, without looking up documentation (and relying on my Gentoo experience from about 4 years ago), I think he means that a Stage 3 Gentoo install (where most things come pre-compiled for you) where you re-compile the basic tools yields similar performance to beginning from an earlier stage (which takes much more work, since you're bootstrapping the system from the ground up, essentially).

  3. Re:80 hours on How Does a 9/80 Work Schedule Work Out? · · Score: 2, Insightful

    Californians are spoiled. Apparently due to game companies' abuse of programmers, software engineers and programmers must be hourly employees, not exempt. If they ask me to work 80 hours a week, they're going to be paying me overtime on half of that.

  4. Re:RMS on Internet Communications While At Sea? · · Score: 1, Informative

    Ethanol, it looks like you're trying to run that command in Cygwin, and that you don't know about the pipe operator "|". For instance, the command "cat encoded_echo" prints the file "encoded_echo" to standard out (i.e. it will show up in the terminal window), and the "|" character after it causes that text to be routed to the input of the "openssl enc -base64 -d" command (which specifies to decode the input from base64 to a byte stream and display it on standard out). "> decoded_echo" instructs the shell to send the output of the openssl command to a new file instead, named "decoded_echo".

  5. Re:Is this that important ? on Attempt To "Digitalize" Beatles Goes Sour · · Score: 1

    The Beatles were pop music...some good songs, some that I would classify as "weird crap".

  6. Re:Ethics, line 1... on More Brains Needed · · Score: 1

    Except that the healthy person has a right to live, and to keep on living as long as they can.

  7. Re:And how does that make you feel? on More Brains Needed · · Score: 1

    Early in the 19th century, when experiments using electricity really were blossoming, there was a common belief that electricity was a sort of life force (or at least related to life), since a muscle would contract when shocked. While it's true that neurons use electrical charge for some portion of their communications, it's a separate thing from bringing them back to life. It's not like you could power a brain back up by running a few microvolts through it, or something. If any of the cells are still alive, you may start a flurry of communication between them. The brain is essentially a huge collection of pattern-matching "circuits", chaotically interconnected. I doubt that the communication generated would be terribly meaningful.

  8. Re:That's odd... on Hippies Say WiFi Network Is Harming Their Chakras · · Score: 1

    13.6cm is large enough to pass a CD through. 13.6mm is closer to a chicken wire size.

  9. Re:That's Spooky! on Spookfish Uses Mirrors For Eyes · · Score: 1

    I think they probably have dissolved gasses in their bloodstreams, just like anything else. That's what gills are for: capturing dissolved oxygen from the water.

  10. Re:Mine goes to 11 on New Energy Efficiency Rules For TVs Sold In California · · Score: 1

    That would be if everyone replaced their sets en masse, rather than the change occurring over 5 or 10 years, as is more likely.

  11. Re:Policy makes sense... on AT&T 3G Upgrades Degrade 2G Signal Strength · · Score: 1

    Those are apostrophes. Smidge's text entry isn't set to the standard setting, and Slashdot doesn't know how to interpret the character-representing numbers that Smidge has entered into their database.

  12. Wow, good times.... on 10 Years of Baldur's Gate · · Score: 1

    I remember replaying this game, over and over and over with different characters....even just playing the beginning segments, and experimenting with things that I could do. And then cheat codes, and playing around with those (e.g. try and build the most munchkin character I could). Simple pleasures, sure, but I *was* maybe 15 when I first played this game...

  13. Re:Multiple interpretations on The RIAA's Rocky Road Ahead · · Score: 1

    Ultima was true 3d; there were ramps going up and down, bridges you could pass over and under, even a few polygonal props in the game. Doom was pseudo-3d. The maps were 2 dimensional grids, with properties assigned to each cell (elevation, textures, enemy/item locations, etc). There *was* no up or down, except for when it made decisions about if you could walk into a square.
    //Spent *huge* amounts of time playing both games...and still have original copies of each.

  14. Re:Multiple interpretations on The RIAA's Rocky Road Ahead · · Score: 1

    What's so hard about that? You aren't a programmer, are you? Dealing with 3d (even pseudo-3d) adds a whole new level of programming difficulty. And the parent was giving ways that Doom had better graphics than Wolfenstein, not making an apples-to-oranges comparison to a game in a completely different genre.

  15. Re:Multiple interpretations on The RIAA's Rocky Road Ahead · · Score: 1

    Doom's graphics were several steps above Wolfenstein's. Wolf didn't have textured floors and ceilings, didn't have raised and lowered sections of floor, didn't have views outside, didn't have animated textures on the ceiling/floors/walls, ran fewer sound effects at a time, and had fewer enemies and variations in the environment. Doom was *amazing* after seeing Wolfenstein.

  16. Re:Multiple interpretations on The RIAA's Rocky Road Ahead · · Score: 1

    When I first played the demos for Doom 3, I had a computer that was 3 years old, and the game still ran fine. I have no idea what your problem was.

  17. Re:Multiple interpretations on The RIAA's Rocky Road Ahead · · Score: 1

    And that quote is from about 200 years ago, when there wasn't welfare (at least not in its current, government-mandated form).

  18. Re:Multiple interpretations on The RIAA's Rocky Road Ahead · · Score: 1

    ummmm....what? Neither of those things would be dictated by a growth of government. They're social changes that are originally dictated by law, but come to be accepted only over the long term.

  19. Re:Multiple interpretations on The RIAA's Rocky Road Ahead · · Score: 1

    Depending on the school of thought to which you subscribe, your perceptions might define your reality.

  20. Re:Good Alternative on VirtualBox 2.1 Supports 64-Bit VM In 32-Bit Host · · Score: 2, Informative

    vmdk is an openly documented format. The most basic form is a file with drive metadata, and a flat disk image. All of the possibilities are documented though, and open for use elsewhere. Whether VirtualBox can boot it depends more on the guest OS installed into the image than it does on the image format itself.

  21. Re:Hardware 3D acceleration (OpenGL) on VirtualBox 2.1 Supports 64-Bit VM In 32-Bit Host · · Score: 3, Insightful

    It always bugs me a bit when people say "Wine Is Not an Emulator". Sure, it's in the name and everything, but from a certain perspective, it *is* an emulator. Wine is a re-implementation of various Windows-based APIs. Another way to put it is that it *emulates* the behavior of those APIs. It's a compatibility layer to allow software from a different OS to run on Linux, just like a hardware emulator allows software designed for other hardware to run on your x86 machine.

  22. Re:MULTI CORE USAGE on VirtualBox 2.1 Supports 64-Bit VM In 32-Bit Host · · Score: 2, Informative

    CPUs and GPUs are designed to handle *very* different kinds of instructions. GPUs are meant to work with matrices that are streamed into them. CPUs are designed to take a single stream of instructions and run it efficiently. While CPU-type instructions can theoretically be run on a GPU, you aren't going to get the kind of performance that you're dreaming of. Sorry, it just doesn't work that way.

  23. Re:FP... on Recession Pushes IT To Find New Value In Old Gear · · Score: 1

    I don't think that's off topic. Parent was try to demonstrate a half-dead keyboard on a laptop....when the lines get broken, they send out all sorts of crap that becomes some very interesting output on the other end...

  24. Re:Film and TV producers also call for action on RIAA To Stop Prosecuting Individual File Sharers · · Score: 1

    Dutch is rather similar to German. I speak a (somewhat) decent amount of German, and I often have no trouble reading something in Dutch.

  25. Re:Film and TV producers also call for action on RIAA To Stop Prosecuting Individual File Sharers · · Score: 1

    yallllll me matey!