Slashdot Mirror


User: Agent+ME

Agent+ME's activity in the archive.

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

Comments · 266

  1. Re:Here we go again...... on Scientists Are Cracking the Primordial Soup Mystery · · Score: 1

    Good thing it takes two humans to make life!

  2. Re:Here we go again...... on Scientists Are Cracking the Primordial Soup Mystery · · Score: 1

    What would be changed if we learned we're living in a Matrix? As long as the operators don't shut it off, and there aren't game-breaking glitches or backdoors discovered, then it shouldn't have any affect on our lives on the inside.

  3. GUEST ACCOUNT on Ask Slashdot: Protecting Home Computers From Guests? · · Score: 1

    What the hell are with all of these complicated answers? Virtual Machines? Snapshots? Linux installs just for guests? Two routers? Shit, this is not that hard. BOTH WINDOWS AND UBUNTU FOR EXAMPLE ALREADY SUPPORT A GUEST ACCOUNT OUT OF THE BOX WHICH HAS NO ADMIN ACCESS. THAT IS A PERFECT SOLUTION FOR THIS.

    If Mac or your favorite flavor of Linux don't have a "guest account" feature, then just make an account named "guest" that doesn't have admin access. If you're worried that the account alone is compromised, then delete the account and re-create it (or just delete everything under its home folder).

  4. Re:models on Activision, Raven Release 2 Star Wars Games Under GPL · · Score: 2

    You can't see the value of the engine being open source? It's the same situation as with the Doom games, Quake 1-3, and Duke Nukem 3d. You still need to own the game to play it, but people can update the engine to have new features, work better on more platforms, and use it as a base for their own games.

  5. Re:So how do one know if bitcoin is real on Ask Slashdot: Should Bitcoin Be Regulated? · · Score: 2

    I was able to buy things with bitcoins, and sell bitcoins for dollars. That's real enough for me.

  6. Re:Unlikely. on Ask Slashdot: Enterprise Bitcoin Mining For Go-Green Initiatives? · · Score: 3, Interesting

    Good GPUs still compete with FPGAs in hashing rate. FPGAs win in power efficiency, but depending on electricity costs and the computers' efficiency, GPU mining can still be worthwhile.

    ASICs appear to give at least a hundredfold improvement over GPUs (similar to GPUs vs CPUs) but there are only hundreds or less out right now. Only one company is currently selling and shipping them right now and they're in small batches.

  7. Re:never understood the appeal on DOS Emulation Arrives For the Raspberry Pi · · Score: 1

    More modern source port info: ZDoom has support for tons of mods. GZDoom is based off of ZDoom and adds OpenGL and 3d support (in level architecture and lighting mainly). Zandronum (formerly Skulltag) is based off of GZDoom and is excellent for online multiplayer (supporting very useful features like in-game joining). All are cross-platform, and each besides Zandronum/Skulltag are open source.

  8. Re:What could possibly go wrong? on Boeing 787s To Create Half a Terabyte of Data Per Flight · · Score: 5, Informative


    [dave@hal-787 ~]$ sudo echo "1" > /dev/landing-gear-doors

    You don't want to run echo as superuser; a regular user can echo 1 to the program's own stdout just as easily as superuser. The shell is what opens the output file (/dev/landing-gear-doors), so you either need to run the shell as superuser or have a different program as superuser which opens the file. Either of these will work:


    [dave@hal-787 ~]$ sudo sh -c 'echo "1" > /dev/landing-gear-doors'
    [dave@hal-787 ~]$ echo "1" | sudo tee /dev/landing-gear-doors

  9. Re:Can't Go Backwards on Ask Slashdot: Why Is It So Hard To Make An Accurate Progress Bar? · · Score: 5, Insightful

    What? Why the fuck would a progress bar go backwards? A progress bar shouldn't be pegged to the fraction of time of the job done. It should be pegged to the actual progress. If progress starts going slower, then the progress bar should start moving slower.

  10. Re:Poor, unsuspecting lab rats, er, students on Virtual Superpowers Translate To Real Life Desire To Help · · Score: 1

    Those poor, unsuspecting college students, secretly forced to possibly help someone pick up some pens!

  11. Re:Do they integrate? on Accessorize Your Phone With Another Phone · · Score: 3, Insightful

    It's more like a bluetooth headset than a separate phone.

  12. Re:I don't get the blocks on Voxel.js: Minecraft-like Browser-Based Games, But Open Source · · Score: 1

    The same reason legos are square / rectangular. It's much easier to build with squares than spheres or whatever.

  13. Re:For once it's true. on Open Source ExFAT File System Reaches 1.0 Status · · Score: 2

    It's annoying using a file system with file ownership on a flash drive, because chances are the computer I plug the flash drive into has an entirely different set of user IDs that don't match up to the flash drive's files' ownerships. I wish there was an easy way to mount an ext filesystem with all of the files owned by a specific user id (such as the id of the active desktop user when I plug in the flash drive). I wouldn't be surprised if there already is a way, but it should be do-able via the UI and not require root access.

  14. Re:Oh yes, *this* is not possible on Crowd Funding For Crank Physics · · Score: 2

    FTL and warp drives are an open problem with no good designs in mind. This pedal is a specific design which obviously does not work.

  15. Re:Viability of ocean mining? on US Gives $120M For Lab To Tackle Rare Earth Shortages · · Score: 1

    The point in mining asteroids is that you're mining materials already in space, rather than launching them up yourself.

  16. Re:Not called Xbox 720 on The Tiny Console Killers Taking On the PS4 and Xbox 720 · · Score: 1

    As opposed to 360?

  17. But there are security issues! on US Nuclear Lab Removes Chinese Tech · · Score: 1

    This appears to be a step taken to placate a nervous Congress, rather in response to any detected security issues.

    But there *are* glaring security issues, with at least some of their products.

    https://www.computerworld.com/s/article/9229785/Hackers_reveal_critical_vulnerabilities_in_Huawei_routers_at_Defcon

  18. Re:Some questions on Rare Water-Rich Mars Meteorite Discovered · · Score: 1

    Nah, I think it would be more like talking about meteorites from Mars and explaining whether the meteorite was from Mars.

  19. Re:Missing the point on BLAKE2 Claims Faster Hashing Than SHA-3, SHA-2 and MD5 · · Score: 1

    Taking time is only important if your input data is small and you don't want someone guessing the input data and verifying it against the hash.

    If you want a hashing algorithm to take time, it's not that hard: just run it X times.

  20. Re:Can we get a real Linux filesystem, please? on Denial-of-Service Attack Found In Btrfs File-System · · Score: 2

    If snapshots are handled by the filesystem, then it could be possible to snapshot a specific directory or file rather than a whole partition for example. Snapshots in the filesystem also prevents stuff like changes to space that was free when the snapshot was taken from being unnecessarily remembered.

  21. Re:Yeah, and? on Tor Network Used To Command Skynet Botnet · · Score: 1

    Nodes can't filter access of .onion addresses because none of the Tor nodes (besides the one hosting the hidden service if you're counting it) know who the connection is for or from.

  22. Re:Well, there is still a way to shut down the CC on Tor Network Used To Command Skynet Botnet · · Score: 1

    and even if you managed to find one server,

    That's why he said from inside the TOR network.

  23. Re:Let me know when... on Mozilla Combines Social API and WebRTC · · Score: 1

    Why would you assume that? Eventually, the social API is going to work for sites other than Facebook too. Would you assume that Firefox periodically tries to contact every single site that supports the feature even when you didn't enable it? That's ridiculous.

  24. Re:There's no simple "good" answer. on Ask Slashdot: Best Laptop With Decent Linux Graphics Support? · · Score: 1

    Nvidia has insisted on closed source proprietary drivers. Does this mean the drivers are crap? Nope, it just makes it very difficult for the open source community to troubleshoot/support them.

    Nvidia Optimus cards aren't even usable in Linux until the Bumblebee project reinvented support for the Optimus stuff on their own. If that's not complete *crap* on Nvidia's part, then I don't even know what we can call crap.

  25. Re:Bitcoins are junk... on Race To Mine Bitcoins Drives Enthusiasts Into the Chip Making Business · · Score: 3, Interesting

    I'd advocate choosing some other useless and less expensive random "commodity" to stockpile along with your guns and food.

    Suddenly, the bottle cap currency in the Fallout series makes perfect sense.