Slashdot Mirror


User: logistix

logistix's activity in the archive.

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

Comments · 80

  1. this is different than carnavore? on Spam, ISPs, MAPS And Lawsuits · · Score: 1


    So why did the little bitch moderators mod this down? Can't they deal with my alternative spelling of 'meat-eater'?
  2. In related news... on IE "Persistence" Tracks Without Warning · · Score: 3

    I was just at a ftp server that grabbed my IP and reverse-resolved my name even though I was logged in "anonymously". This could be used to track me too.

    And no, it wasn't IIS.

  3. Sorry, I thought Plain Old Text would do that righ on An Interview with Brian Kernighan · · Score: 1

    stack <int> S;

  4. Try One Line on An Interview with Brian Kernighan · · Score: 1

    stack S;

  5. Re:MS SQL = $10,000.00 on How Do Linux and Windows 2000 Compare? · · Score: 1

    Enterprise Edition is the High End do-everything version. Standard Edition is a fraction of the price.

    Even still, $10,000 is nothing compared to the hardware and staff to run it. There are plenty of companies that spend more than $10,000 a month on their help desk.

    I just wish I knew how much our companies subscription to the Burgandy CD's cost :)

  6. Re:UNIX vs. NT on How Do Linux and Windows 2000 Compare? · · Score: 1

    The Win32 API basically is the operating system. So of course you need to access the Operating System for an application to work.

    Whether you need to go through the overhead of a windowing system and message dispatch queue just to ping another machine(as the original poster implied) is another story.

  7. How About an NDA? on Copyrights on Web Interfaces · · Score: 2

    <HTML&gt

    <HEAD&gt

    &lt!-- By Viewing this source code, you agree to the following conditions: ...

  8. Let the conspiracy theories begin! on Copyrights on Web Interfaces · · Score: 1

    A company owned by VA Linux has it's IP stolen, and suddenly slashdot believes that information doesn't want to be free :)

  9. Offtopic Flamebait on Dead Sea Scrolls Copyrighted? · · Score: 1

    Have you slashdotters forgot? Einstein worked for the belly of the beast, the patent office.

    I'm calling for the open source movement to boycott all of Einstein's theories, their practical applications, and any other theories or applications derived from his original work.

    I'm also starting an open source project called "Absolutly" that will attempt to do a clean room implementation of Relativity.

  10. Re:Straight from the horse's mouth on HP Print Server Uses Linux, But Doesn't Support It? · · Score: 1

    The CD-ROM works fine without that disk.

    You're actually paying the money for the third-party software from Adaptec. Older versions of EZ CD Creator generate a blue-screen on Win2K. It's actually a pretty good deal compared to buying EZ-CD and Direct CD straight from Adaptec.

    I just want to know why you need a shockwave menu to pop up when you insert blank media.

  11. Re:Debians use of Crypt vs. MD5, and security audi on Debian 2.2 "Has Major Security Issues"? UPDATED · · Score: 1

    The idea of using a hash function like MD5 rather than bona-fide encryption like blowfish for passwords is that it's literally impossible to decrypt the result. The only way to get someones password is to run it though the hash function and see if the result matches their hash. Sure, someone can run random strings through the hash function and find a match with someone's password, but they'll only be able to get access to that account.

    With an encryption function, if someone figures out the key, they could concievably decrypt everyone else's password. This doesn't mean blowfish is insecure for passwords though. When the crypt() function uses blowfish, it actually jumps through alot of hoops (like using your password as the encyryption key, that way you would need to know the password to decode it) so that the result is impossible to decrypt.

  12. here's an Idea... on Google, History, Profitability · · Score: 1

    Just replace banner ads an cached pages with ones that google gets paid for.

  13. Re:If it wasn't for that blank password... on Default Behavior: Piranha vs. Microsoft SQL Server · · Score: 1

    I'm think you can change the SA's (or any) without having to know the old one. This assumes you have physical access to the machine, and didn't hardcode the password into any apps.

  14. Re:Not just NDA's, but background checks too on Non Disclosure Agreements in Interviews? · · Score: 1

    Did these companies do any contract work with the government?

  15. Another Post-Hire Tip on Non Disclosure Agreements in Interviews? · · Score: 1

    Since you usually have to fill out 25-odd documents, try just not returning one or two (like the NDA, noncompetitive). Theres a reasonable chance it'll slide by the HR department(especially if its a company where every job grade has different forms to fill out) and you can just play dumb if they call you asking about it.

  16. Re:Sales & Marketing on What Kind of Office Space Do You Want to Work In? · · Score: 1

    Especially if it's the marketing people that came up with:

    DSL comes through a tiny little phone line, Cable comes through a big ass cable line

  17. Linux leaks on Microsoft Porting Applications To Linux (Really!) · · Score: 1

    (at least on my machine)
    try this.

    Reboot Linux, login, type free.

    startx, open xterm, type free.

    quit X windows, type free.

    Don't open X windows or reboot for a week.

    Type free.

    It'll still be using 90 megs just to run. Sure, I can kill processes manually, but you can do that on NT too.

  18. Re:VAX the hardware is dead, but VMS is not on Last Chance To Order A Vax · · Score: 1

    Compaq wished VMS was dead.

    They already tried to pull the plug on it once, but the outcry from corporate customers was too great. And with Compaq, where there's support contracts, there's business.

    I've been expecting for about a year the announcement "OpenVMS is Open Source" as an excuse for Compaq dump it.

  19. The Mighty Amiga! on What Will Be The Next Generation Of RAM? · · Score: 1

    No, I'm not going to declare it the greatest computer ever, but one of the cool features it did have was a Recoverable Ram Disk. It could survive a power outage or even flipping the power off manually. There were even hacks for the game units based on the amiga (since they had no disk drive) where you would use a bootable CD, rebuild the OS on an RRD, and then flip the power switch and actually have it BOOT off of the RRD.

    That's just crazy.

  20. I'm on your side on Postgres Beats MySql, Interbase, And Proprietary DBs · · Score: 1

    Not to mention the fact that in the real world, it's not really a viable option to recompile programs/kernels every other week or even shut the server down more than once a month.

  21. Re:Porting to Linux? on 986MB/s With BSD And Gigabit Ethernet · · Score: 1

    I've read the license. The big thing is that BSD is not parasitic like GPL. As long as you reproduce the BSD License in the source file and a readme file you can do whatever you want with it.

    It's very possible to meet all the criteria of the BSD license, and release a new package under the GPL. You say :

    this is based on a package developed by XXX. Code developed by XXX is licensed under the following conditions [Insert BSD Here] All modifications are Copyright logistix Licensed under GPL blah blah blah.

    Where it gets tricky is that even though the modifications are under the GPL, you don't need to say where they are ( i.e. I added line 11848 and fixed a typo in line 43929 ) anyone who gets this isn't going to be able to strip out your changes and revert to the BSD License, so in effect they'll be forced to use the GPL License for their modifications (since it's parasitic), unless they revert to the original BSD source package.

    Don't get me wrong, That'd be lame, but it could (and probably has) been done.

    I think the whole point of the BSD license (minus legalese) is just saying "Look, this is based on software that you can get the source code for. If you don't think it's been changed too much, these are the people who made the original. Do whatever the hell you want with it."

  22. Re:No. It's still a URL. on Sir Alec Guinness Dies · · Score: 1

    I really just wanted to see if all your petty, offtopic, know-it-all posts deserved a default Score:2, or if you just slipped :)

  23. Backups on Sega Shutting Down Hundreds Of ROM Sites · · Score: 1

    Once again, it's important to make the distinction between making your own backups for protection and downloading a 'backup' copy. They're two totally different things.

    It's the same with .mp3's. There's a difference between ripping your own and downloading a 'backup' for a CD you ( may or may not ) already own.

    It's the same with buying/selling a 'backup' copy of software on e-bay (which I don't think you can do anymore) instead of making your own backup.

    It's also illegal to redistribute your own personal 'backup' copy which is what these ROM sites are doing.

    Granted, most people don't have the equipment to backup ROM's, but that's your problem.

    While we're on the subject, does anyone have any documentation that the 'you're only allowed to keep a ROM for 48 hours' rule, or is that an urban myth?

  24. Re:Porting to Linux? on 986MB/s With BSD And Gigabit Ethernet · · Score: 1

    The BSD License allows you to relicense however you want as long as you indicate that it was based on BSD source. You can relicense under GPL and just put a header in the source code and a readme that indicates 'this uses code from FreeBSD project' without having to specify exactly what code is from the BSD project.

    Anyone who works with your codebase has to abide by the GPL, even if they change previously BSD'd source code. If they don't want to they can go back to the original BSD source, since you told them where it is.

    GPL's for commies anyway :)

  25. Think Borg on How Much Digital Tool Convergence Is Possible? · · Score: 2

    There will be no peripherals, It'll all be attached directly to the brain. These devices just create an artifical layer between what we want to do and doing it. HUD's and whatnot are nice because they're within technological reach now, but they just go to show that less is more.

    Then there will be no 'low-resolution' or '800 different buttons' accessing anything will happen on an instinctual level. You don't have to think 'I want to move my index finger down to press the a key on my keyboard to type' You just do it.

    Of course this won't happen in our lifetimes, so it's irrelevant.