Slashdot Mirror


User: debatem1

debatem1's activity in the archive.

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

Comments · 563

  1. glowing organ transplant? on Glowing Chinese Pig Passes Traits to Young · · Score: 4, Funny

    I realize it's dark in there but this seems a little extreme...

  2. VirtualBox on MS Announces Date for VMM2 beta · · Score: 1

    I'm surprised at no comparisons to VirtualBox here. It strikes me that Xen and VMWare are much more likely to be used in the enterprise sphere, whereas this and VirtualBox are more targeted towards the consumer crowd.

  3. true variety on Hackers Get Android Running on Real Hardware · · Score: 2, Interesting

    This is a very impressive thing, not just because it makes it easier to test, but more importantly because it promises to allow the same distro scheme used by mainstream linux on cell phones. some may see that as a downside, but if it does develop I think its just one more reason to support open, upgradeable platforms.

  4. umm... bad idea. on Cryptographically Hiding TCP Ports · · Score: 1

    Listen, I like the idea of default drop as much as the next guy, I use fwknop all the time, but this is ridiculously easy to lock somebody out of. all i have to do is know the ip address you are logging in from and I can send one spoofed packet every 15 minutes to keep you out, and in the meantime, I can be spoofing 16 other ip addresses to brute force your password. sure, it makes me burn up ip addresses real quick (15/16 wind up being blacklisted immediately) but after 15 minutes it's ok again, and in the meantime, you can't do anything to correct the problem. if you want to secure against brute force, use snort- not cheap tricks.

  5. what a time saver on GM Says Driverless Cars Will Be Ready By 2018 · · Score: 1

    If my car could drive itself, I would buy a big car and live in it. Sleep your way to work, do your homework on the way to school, commute from Vegas to Denver every day. Screw a house- that money is now gas money. If only wireless broadband were faster...

  6. Mr. T says pity the Motley Foo on Investors, "Beware" of Record Companies · · Score: 1

    sorry guys, but if i had a nickel for every prediction the motley fool has made I'd be richer than they are.

  7. Qt on GUI Design Book Recommendations? · · Score: 1

    some people love it, some people hate it, but Qt is good for the novice UI coder with some development experience. Trolltech puts out a book on Qt 4 that is very good. As far as style, DO YOUR USE CASES. Understanding your users' needs is more important than including every last option. Oh, and a good looking UI will not win you fans as quickly as a well behaving UI- but it helps.

  8. Re:Why not Nokia N800/810? on Archos 605 WiFi Hacked · · Score: 1

    confirmed working on the 604wifi and 700

  9. Re:Why not Nokia N800/810? on Archos 605 WiFi Hacked · · Score: 1

    might work, and a lot of the time if a programmer writes one vulnerability like this they're going to write others. check the tarball for the 604, theres a lot of a details on how the hack is performed on tfa.

  10. Re:Why not Nokia N800/810? on Archos 605 WiFi Hacked · · Score: 1

    I have one and I adore it- this is just icing on the cake! Can't wait to get SSH up!

  11. Re:The author failed to make the right point on Long Live Closed-Source Software? · · Score: 1

    I disagree. In my experience, OSS empowers the developer, leading to the situation where any one individual's ability to *say* 'do it' is less, but the ability of one person to *actually do it* is much greater, a fact that frankly must be considered a disruptive innovation in its own right.

  12. Re:Mathematica on Long Live Closed-Source Software? · · Score: 1

    I'm sorry, but your logic is deeply flawed. To state that it could not and to state that it has not are two totally different things, and to confound the disparate qualities of software engineering and originality is equally invalid. I'm also certain that as an expert on Mathematica, you are aware that it utilizes GNU MPL internally, an open source and freely available library, which they either did not or could not match the performance of.

  13. Re:As another software developer... on Virtual Containerization · · Score: 1

    just wanted to say, if you use linux, you may want to try inotify to similar effect. I wound up using it for a project a while back to set up a watch on all standard files and to make a list of all modifications to the filesystem that it made, archiving the originals and making notes of any new or deleted files. It was very easy to use (the documentation is quite thorough) and saved me a lot of hassle. The only caveat is, of course, that many types of damage could be irreparable to an inotify'd system, whereas nothing is really all that dangerous through a vm.