Slashdot Mirror


User: glide

glide's activity in the archive.

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

Comments · 10

  1. Intel Compute Stick on Ask Slashdot: Is There A Screen-Less, Keyboard-Less, Battery-Powered Computer? · · Score: 0

    !st gen is on amazon for $50 and its USB powered so it will work with a phone extender battery pack. Sounds like everything you asked for.

  2. Re:misslabeled linke on Notes On Reducing Firefox's Memory Consumption · · Score: 0

    No it doesnt, the first table shows it inefficient with 1 tab, but the second shows it second to only safari with 40.

  3. core wars on Code Hero: Play and Learn · · Score: 0

    anyone remember core wars? you wrote little c-like programs that would hunt thought "core memory" and attempt to destroy your opponents code.

  4. VGA out please on Amazon's Android Tablet Expected This Fall · · Score: 0

    Hey Amazon!

    No Android tablet has a VGA out and most installed conference room projectors still don't have HDMI! Id like to get an android tablet right now, but the ipad is the only one that you could actually do a presentation from.

  5. Not the lightest on Epson's 12 Gram Flying Robot · · Score: 0

    Go here for a lighter one. 6.9 grams.

    http://pixelito.reference.be/

  6. Re:Kudos to developers on Next Knoppix Release to Feature GPL'd FreeNX · · Score: 0, Troll

    What the hell is "innovative" or "creative" about stealing someone elses product idea and reimplemting it under open source?

  7. Re:Hope it's backward-compatible HA! on Nintendo Confirms New Console In 2005 · · Score: 1

    you've got to be kidding, nintendo has nver produced ANYTHING that was backward compatible.

    both Sony and MS beat the heck out of them there.

  8. Re:Whats Shrubs strategery? on Bush Lightens Supercomputer Export Restrictions · · Score: 1

    Balistic missle trajectories are not that hard to calculate.

    Anyone whos taken an astrodynamics class has done them with a pocket calculator.

  9. Exchange Backups are difficult on When Is Exchange Inappropriate For The Enterprise? · · Score: 1

    Actually backups are not difficult, restores are. The standard way to do it seem to be to have a second exchange server and restore the entire database to that one, then copy the data to be restored between the 2 databases. This requires a dupilate system, with a matching amount of disk space, and additional Exchange licences, possibilly including the enterprise level upgrades if your database is large enough.

  10. Just start with GPLed code on Intellectual Property Issues In College? · · Score: 1

    An easy solution to this is to just start with GPLed code. Start by checking GNU hello_world.c into your development tree and build from there.

    That way its GPLed from the start and everything you do is just an addition to it.