Slashdot Mirror


User: stevey

stevey's activity in the archive.

Stories
0
Comments
1,162
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,162

  1. Re:I have a copy inhibition scheme too... on Microsoft Introduces Its Own CD Copy-Inhibition Scheme · · Score: 1
    Have you heard Britney's latest albumn?

    Nope .. but I've looked at plenty of pictures of her - does that count?

  2. Re:What are dittos? on Kiln People · · Score: 1

    From reading that link they sound quite similar to Greg Bear's constructs as used in Eon. But more throwaway - it's an interesting concept.

  3. I hope it goes well in the future. on Interview with theKompany.com's Shawn Gordon · · Score: 1

    TheKompany is great - and Shaun always presents himself in a very good light.

    If I were unemployed it's one of the first companies I'd try to approach.

  4. OT: Slash update? on Hiding Your Choices And Saying You Made Them · · Score: 0, Offtopic

    Is it just me, or did Slashdot get a code update sometime today?

    Things seem slightly different, even the comment posting box - it now says 'no karma bonus' instead of 'no +1 bonus' for me.

    Isn't this newsworthy? .. I noticed one bug - in a story page there's a link to my homepage in the top right, the link is broken, it's prefixed with 'http://slashdot.org/'

    Sorry for the interruption

  5. If you like this idea.. on Hacker's Delight · · Score: 5, Informative

    If you like this topic you may well appreciate this Assembly Language Gems Page

    It's a little biased towards x86 assembly, but there are some neat tricks there, and some stunningly lovely code.

  6. Re:In my view that gave an outright denial... on SCO Has "Made No Decision" On Linux IP Claims · · Score: 1

    A straight denial is saying something like:

    "I Did Not Have Sexual Relations With That Woman"

    That way everybody knows exactly where you stand - and can admire your openness and honesty.

    ;)

  7. Re:Summary on Top 10 Vulnerabilities in Web Applications · · Score: 2

    In itself it is not - but it's certainly not a setup I'd recommend.

    I have seen db's out, unprotected on the internet - they're just asking for somebody to try bruteforcing passwords.

    (Especially given that this typically won't be logged in the same way that ssh/ftp bruteforcing attempts would be).

  8. Re:Summary on Top 10 Vulnerabilities in Web Applications · · Score: 1

    To that I'd add:

    11. Storing things needlessly upon the server, eg credit cards numbers.

    12. Running a database on the same machine, not in a DMZ - and having it remotely connectable.

    12. Source code disclosure errors which allow attackers to study your application for flaws.

    13. Improper filtering of user input, eg javascript. (Kinda xss I guess).

  9. Re:Look it moved on FreeBSD 5.0 RC3 Now Ready · · Score: 1
  10. Re:Perspective... on Hard Drives Down To A Dollar A Gigabyte · · Score: 1

    Not quite that bad, but it's certainly getting worse. I've still got floppies from my early University days (in 95) that I can read.

    Disks purchased more recently haven't survived for as long..

    (I don't think I've bought any unformatted disks since at least 1988 - nowadays they all come pre-formatted, and I tend to leave them as MS-DOS floppies for the increased portability).

  11. Re:Islamic Spam on US Military Uses Spam, Internet Explorer · · Score: 4, Funny
    See, we americans hate seeing people get picked on. We put the bullies in their places.

    Yeah. The Whitehouse.

  12. Re:success on Answers From a Successful Free Software Project Leader · · Score: 2, Insightful

    I guess there are free definitions of an open source success.

    1. People recognise your project's name - Samba, Apache, Squid, Snort, etc.
    2. People recognise you, Linus, RMS, Theo, etc
    3. You have a decent sized userbase.

    I'd be happy with number 3 on it's own if it came down to it.. Personally my project has a name which some people may recognise, (and is included in some distributions), my name probably isn't that (in)famous, but the userbase I have is enough to give me the fuzzy feeling..

  13. Re:No on Shareware and Unix? · · Score: 1
    I know there used to be a common shareware X image viewer (common, as in installed by Red Hat 4), which was distributed as source code.

    That would be the 'xv' program - it was good in it's day, but now it's completely succeeded by qiv, the gimp, and ImageMagick, etc.

  14. Correct source code? on Hacking Linux Exposed, Second Edition · · Score: 1
    jdoe@freddie:/etc$ nc client_ip 80
    GET /some/web/page HTTP/1.0 <head><title>This is some web page</title> ...

    One hopes this wasn't a mistake made in the book itself.

  15. Re:Greplaw down, here is my comment on GTA and Rating of Video Games · · Score: 1
    a 9-year-old who allowed his friend to shoot him because he didn't know it would hurt!

    Natural selection in action.

    Hey, and for an added bonus the kid could be the youngest winner of a Darwin Award known to date - think of the prestige for his family!

  16. Re:You wonder about the wrong thing... on Requiem for the Disappearing Pay Phone · · Score: 1

    <ObSimpsons>The real number is 912</ObSimpsons>

  17. Re:And how many on Windows Security Holes Go Mostly Unexploited · · Score: 1

    I see the odd code-red/nimda attack in my logs too.

    I'm think the worm itself is dead/dying, and the requests have been copied into some vulnerability scanner/script kiddie tool. (This seems to be supported, when I gently examine the machines which make these requests many of them don't appear to be running Windows!)

    From what I remember the Code Red worm(s) would die down at the end of a month, and this doesn't match what I've seen over the past few months.

  18. Re:Good step on Microsoft Next Generation Shell · · Score: 2

    That sort of thing can already be done with jscript, or vbscript.

    Opening processes, reading text from windows, interfacing with active directory and reading the registry - for example are all possible with the WSH (Windows Scripting Host).

    Personally I use Perl for most scripting under Windows if I have to do any at all. The DOS batch file languages are seriously crippled.

  19. Re:zerg on Free Language Learning Software? · · Score: 2, Funny

    Oh how very true - getting a nice Swedish girlfriend was the only thing that inspired me to learn the language...

    Frustrating how I couldn't even cheat and use the babelfish to read her emails - it doesn't do Swedish!

  20. Re:Menu sizing/spacing on XPde: Cloning the XP Interface · · Score: 2

    I agree .. and with most of the people saying this isn't for them.

    But I really like the task manager applet and the network status applet too - I'd download them seperately if I could, and run them on my IceWm Debian desktops..

  21. Re:Enthuse about Linux on Linux in the Workplace · · Score: 1
    When you discover some "cool shit" that you can do, show people.

    OK then - normally I wouldn't - but if you're running Debian try this for fun:

    1. apt-get install sl
    2. sl

    It scrolls a cool animation across your screen if you make a typo running 'ls'.

  22. Re:I agree on Kazaa: Happy In the Global Legal Briarpatch · · Score: 1
    let's ban Colt semi-automatic pistols,

    Nope lets not - My ears are still ringing from the last time I suggested to an American that there just might, possibly, some kind of correlation of some kind between large numbers of guns and large numbers of gun deaths.

    I'm with you on banning the other things though!

  23. Here's how it was for me. on Recruiting Help for Open Source Projects? · · Score: 3, Informative

    I suspect that I got lucky because my project has the magic term 'mp3' in it's title.

    What I did was to start my project, post it to Freshmeat and SourceForge and make regular releases when new functionality was added - this is necessary to make your project known to random people.

    All the time I was developing I was answering emails from users who needed help installing, or tweaking things, and that got fed back into future releases.

    After a few releases it was getting obvious that one or two users were being helpful above and beyound that which I'd expect from a random user. These users were sending patches, playing around with the software in interesting new ways, and asking for very specific features which would be useful to other people - but which I'd not considered at all.

    These were the people that ended up getting write access to my CVS repository, and these are now "my little helpers".

    All of this happened naturally, the only things I really did were to publicise the project itself in my Advogato diary, freshmeat, and online. If people want software you want to make them find yours - then you want to have something which works well enough for them to use it. If people have a hard time using/installing/understanding your project they'll give up on it very quickly. (Sometimes they'll even refuse to use it again; thinking "Oh I tried that once - it sucked")

    Finally I always asked for help on my projects page - making it clear to visitors that I'd be extremely greatful to recieve code, logos, themes, documentation, and suggestions from users. 99% of people won't give you anything - but the 1% really makes a big difference.

    Three suggestions I'd make to writers of any new software:

    • Think of a 'plugin'/'extension' system early on. If people can add bits to your software, (even if they keep it to themselves) they'll be more likely to like it, and work on it.
    • Think about integrated bug reporting, like Emacs 'M-x report-bug', or Debians 'reportbug' package - that'll save you receiving email which says "Your software doesn't work" with no details.
    • Documentation, documentation, documentation.
    • Finally I guess this is a good point to say thank you to all the people that spared the time to contribute to my project - your contributions are much appreciated :)

  24. Go on the game? on Jobs for Moonlighting Geeks? · · Score: 1

    Have you thought about going on the game? It's the worlds oldest profession after all.

    It actually fits in with a geek lifestyle fairly well too, you do most of the 'work' at night, and it's all about networking...

  25. Re:PHP Website on Professional PHP4 · · Score: 1

    Sorry I guess I wasn't being clear enough - I meant to ask "By default when you download PHP do you get documentation?".

    Your reply suggests that you do not.

    Having the documentation online with user feedback/comments is great - and being able to download docs seperately is also good enough for most people I guess.