Slashdot Mirror


User: LordDartan

LordDartan's activity in the archive.

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

Comments · 63

  1. Re:Things To Do Before I Die on Things To Do Before You Die · · Score: 1

    Umm...considering the article is about British scientists and in a UK news source, isn't this a case of the pot calling the kettle black? ;)

  2. Re:Home setup on How Are You Protecting Your Computers? · · Score: 2, Interesting

    Concerning using tail on log files. I read at one time that it's possible (maybe even easy??) to put an exploit in a log file (you know what gets logged with httpd, so it's easy to get what you want in a log file) that causes an overflow and for the exploit to run. I don't remember where I read that, but ever since, I just use less and hit > to go to the end of the file.

  3. The road goes both ways on Linus Not The Father Of Linux, According to Report · · Score: 4, Interesting

    I think it's far more likely that open source coded is in closed source software. Since open souce, by defintion, is open for all to see, wouldn't companies have lawsuits (SCO excluded) over their stolen code? Since nobody can see the code to closed software, I think it's far more likely that open source code has been taken to be used in closed source software (since nobody that isn't involved in the project will be able to see it).

  4. Re:The whole no phones in planes on WirelessCabin: Use Your Mobile Phone on Airplanes · · Score: 5, Informative

    I've been a pilot for 15 years now and I can tell you without a doubt that cellphones (and most any electronic device) can affect instruments in the airplane. Yes, in this day and age the chances of that have been reduced, but it can still happen.

  5. Re:MotleyFool is writing off SCO on SCO Fails to Produce Evidence · · Score: 1

    My favorite part of that entire article is at the very end:

    "Seth Jayson is currently struggling through a new Linux install on a computer he built from an old wood crate. SCO may serve his papers at FoolishSeth@sethj.com."

    I think the media is finally getting it.

  6. Re:FineTex exterior on Solar Powered Jacket Charges Your Gadgets · · Score: 1

    I'm impressed. The president of the company not only reads slashdot, but responds to questions as well!

    Now for my questions. When and where will this be available for purchase, and will there be an option to plug this into an power outlet to charge everything (that would be so much simpler than taking everything out of the jacket and plugging them into their respective chargers)?

  7. One of the lucky few... on How Much Broadband Usage is Too Much? · · Score: 1

    I must have done something right in a past life, because I just love my cable modem provider. I average 400-500kb/s download speeds at anytime and aobut 40kb/s upload. Plus, no ports are blocked and they could care less how much of my bandwidth I use (which at times has been a lot). Plus, even though they don't officially support anything but windows, they do have help on their support website for setting up linux or a mac and even how to share your connection with multiple computers at home.

    Oh, and one that one windows virus that kept rebooting everybody's pc, they were proactive with. They blocked the ports it infected other computers on for about a week to give people a chance to be up and online long enough to download any updates needed.

    I guess it just goes to show, there are some good ISP's out there, but they sure seem few and far between.

  8. Flux compression generator on E-Bombs: Technology Update · · Score: 1

    Did anybody else confuse this for flux capacitor when they first read it?!? :)

  9. Re:Question on Mandrake 9.2 ISOs Available · · Score: 1

    Well, I just downloaded the md5sums for what was just released and compared it to the iso's I downloaded through Mandrake Club when it was first released and they match. So I guess nothing has changed as far as the iso's are concerned.

  10. Floating point on HP Launches New Calculators · · Score: 1

    If I remember correctly, the ARM processors don't have a floating point unit on them, so is it really going to be any faster than my old 48gx?

  11. I wouldn't worry too much... on Smartcards to Track London Commuters · · Score: 1

    Because once DirecTV gets wind that London Transport is programming smart cards, they'll have lawsuits all over them. :)

  12. Re:GOOD!! Red Hat, fix your RPMs!! on New ssh Exploit in the Wild · · Score: 1

    Of course, if you don't have gtk2 installed, you'll soon find out that this won't work (as I just found out on an alpha running Redhat 7.2). In that case, just take the openssh.spec file from the source rpm, change it to not use gtk2 for the gnome-askpass part and then run rpm -ba openssh.spec (make sure you have a tarball of the latest openssh in the same directory).

  13. Re:On-the-fly Resolution Change on A Look at the Upcoming GNOME 2.4 · · Score: 1

    That does look like a good way to handle that. Is there a way to do that if you're using gdm? (another pet peeve my wife has is having to type startx after logging in, hence the gdm, guess I should consider myself lucky she's willing to even log in!)

  14. Re:On-the-fly Resolution Change on A Look at the Upcoming GNOME 2.4 · · Score: 3, Insightful

    It also comes in handy when you and your significant other use the same computer but like different resolutions. My wife likes 800x600 and I like 1280x1024. This is one of the main reasons my wife hates using linux.

  15. Re:Found a huge hole in an executable once myself on Analyzing Binaries For Security Problems · · Score: 1

    You're right, after reading my comment again that does sound like a pot shot at MS programmers. For that I appologize.

    Sometimes my fingers just type faster than my brain can keep up with!

  16. Re:no way to change it ? on Analyzing Binaries For Security Problems · · Score: 1

    True, you could have changed it in the executable if it was the same length, but that would have gone against company policy of not changing vendor code.

  17. Re:Found a huge hole in an executable once myself on Analyzing Binaries For Security Problems · · Score: 1

    Oh, I'm not saying it's unique to MS programmers at all. It's just been my professional experience (my job is almost totally MS programming, only do linux programming on my own on the side) that there are a lot of programmers that have no idea what they're doing. And since most of my professional experience in programming is with MS software, hence the comment.

    There are good and bad programmers wherever you go, I just happen to run into most of the bad ones.

    As for your question about programming with open source databases, that's probably best left for someone to answer who has experience with that. As much as I'd like to program more with open source, I don't have much time to do so, or much experience with.

  18. Re:Found a huge hole in an executable once myself on Analyzing Binaries For Security Problems · · Score: 1

    What I'm saying is, it's bad design to put the one and only username and password into the executable as plaintext.

    And you're right about the integrated security, it works quite nicely with MSSQL. Granted, there are ways to get usernames and passwords from NT/2000, but that's much more secure than putting the dbo username and password out there for everyone to see.

  19. Found a huge hole in an executable once myself on Analyzing Binaries For Security Problems · · Score: 5, Interesting

    Once before, while working at a client site, I was installing a 3rd party application. Well, in setting it up and looking for any security holes, I found a pretty large one. Apparently, the client application talks to a MSSQL server using a single account (which happens to have dbo access). Not only did it use a single account for everyone, but the username and password were stored as cleartext in the executable itself! Now granted, not likely that an end user would look there to find this information, but if someone did, and the client did happen to know someone breached the security, the only way to block the intrusion was to shut down the entire system. With the username and password hard coded into the executable, there was no way to change it witout having the vendor make the change and send out a new executable.

    Just goes to prove that MS programmers are a dime a dozen, but most of them are worth that too!

  20. Join a gym on Getting Back Into Shape While At The Office? · · Score: 2, Informative

    I was in the same situation as you and about a month ago I finally decided to join a gym. At first I didn't think there was any way I'd fit it in my schedule (up at 5:00am and not home will 5:00pm) but it's worked out quite nicely. Granted, the first week of going to the gym I was sore as hell, but that quickly goes away and now I have much more engery it seems. I did meet with a personal trainer there once just to tell me what I should be doing and how to use the machines, but now I go every day and love it.

    Oh, and as an added plus, my gym even has a daycare, so my son goes there while I work out and then when I'm done (if he was good at the daycare) we go swimming there for a bit.

  21. The best part of the article... on Dreamworks, Sinbad & Linux · · Score: 1

    "You hear a lot about Linux not being ready to work on desktops," said HP's Jeff Wood, director of product marketing for personal workstations. "Well, here we have the perfect example of how Linux is more than ready for the desktop -- hundreds of animators successfully used Linux to create a film right from their desktops."

    Kind of brings a tear to your eye!

  22. Re:In other news on Neverwinter Nights for Linux · · Score: 5, Funny

    Hell froze over?!?! Sweet!! Duke Nukem Forever must be right around the corner!

  23. Microsoft's proposed take-over plan... on MSN Planning to Take on Google? · · Score: 5, Funny

    1. Acquire a large EMP device.
    2. Park large EMP device outside of Google headquarters.
    3. Detonate large EMP device.
    4. Profit!

    or something along those lines...I can't think of any other way they'll get ahead of google...

    (also notice, that the usual missing step 3 is included in this exercise for your viewing pleasure)

  24. Would rather swim with sharks... on Sen Hatch Would Like To Destroy Filetraders' PCs · · Score: 1

    than give this power to someone that never makes mistakes.

  25. Possible (bad) side effect? on FTC Moves up "Do Not Call" List Registration · · Score: 1

    It says if you want to sign up for the list online, you need to give them an email address. I sure hope the email address isn't going to be distributed along with the list of DNC numbers, else this is going to be a gold mine for email spammers.

    Anyone have any info on what is included on the DNC list given to the telemarketers?