Slashdot Mirror


User: JdV!!

JdV!!'s activity in the archive.

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

Comments · 37

  1. Re:Stooges' Raw Power on Is Louder Better? · · Score: 1

    And you know what: 'Search and Destroy' is the most evil, nasty, ugly track *ever* recorded. And I mean that in a good way ;-) When I first heard that it blew my mind. And still does (even though I probably own the Bowie mix).

  2. Re:F sharp or F hash? on Inside Microsoft's New F# Language · · Score: 1
    (e.g. F# is spoken Gis, i.e. G-flat).

    Close, but no cigar.

    F# = 'Fis', similar to (nut not technically the same as) Gb = 'Ges'. 'Gis' is G#, which is similar to Ab, or 'As'.

    Likewise: C#, 'Cis' ~ Db, 'Des'

    For completeness: C# 'Cis' ~ Db 'Des'
    D# 'Dis' ~ Eb 'Es'
    E# 'Eis' (hardly used) ~ F
    Fb 'Fes' (hardly used) ~ E
    F# 'Fis' ~ Gb 'Ges'
    G# 'Gis' ~ Ab 'As'
    A# 'Ais' ~ Bb 'Bes'
    B# 'Bis' (hardly used) ~ C
    Cb 'Ces' (hardly used) ~ B

    JdV!!

  3. Re:Illegal things... on Blow the Whistle, Lose Your Job? · · Score: 2
    There is no such thing as 'personal data' on a computer owned by your employer.


    JdV!!

  4. Re:Auto-DLL Managment? on Microsoft to End DLL Confusion · · Score: 1

    Mail Exchange

  5. Re:Auto-DLL Managment? on Microsoft to End DLL Confusion · · Score: 1, Troll

    After the recent Slammer Worm debacle, this would be a very good reason to keep any Longhorn machines OFF the internet.


    And likewise, the last sendmail debacle is a very good reason to keep any MX machines of the internet.


    JdV!!

  6. Re:Why are they so desperate ? on FSF Issues GNU/Linux Name FAQ · · Score: 1

    Aarrghhh... Someone labelled the Submit button with 'Preview'...

  7. Re:Why are they so desperate ? on FSF Issues GNU/Linux Name FAQ · · Score: 1, Informative

    cd, *giggle*
    <pedantic>

    [jan@forterie jan]$ ls /bin/cd /usr/bin/cd
    ls: /bin/cd: No such file or directory
    ls: /usr/bin/cd: No such file or directory
    [jan@forterie jan]$

    cd is a built-in of your shell. A popular joke is to have someone write cd.c and have him wonder why it doesn't work... /<pedantic>

  8. Re:$22k boxen on Verizon Switches Programmers to Linux · · Score: 1
    if(down==4 && yardsToFirst == tooMany) punt++;

    OT, but let me debug that for ya:

    if(down==4 && yardsToFirst >= tooMany) punt++;

    Furthermore, I'd say that tooMany is really dependend on the current score and the time remaining in the game, so that's probably a function:

    if(down==4 && yardsToFirst >= goFor4thThreshold() ) punt++;

    I'll leave the design of a proper object model including classes encapsulating games, teams, downs, and drives as an excercise for the reader.

    HTH,

    JdV!!

  9. Re:Low brow trash on Craig Silverstein answers your Google questions · · Score: 1
  10. Re:What about Texas City? on Ten Technology Disasters · · Score: 1
    I guess he was referring to someting like 'aan het opstijgen', which effectively means 'I am taking of'. 'aan het' is not a prefix perse, and means something like 'being in the process of...'


    I do agree with him though that that sort of things slip into 'second languages'. Now living in Canada, and not thinking about speaking english but just doing it, I find myself throwing in 'dutchisms' more then when my english came less easily, because I had to concentrate more. The same probably applies to pilots, who speak english professionally all the time...


    JdV!!

  11. Re:Jboss certification on Sun Works With Apache Software Foundation · · Score: 1

    I think the main reason for Sun to make peace with Apache is the fact that Jasper (Jakarta's JSP engine) is embedded in iPlanet iAS 6.5 as iAS' JSP engine. iPlanet is, especially since it became 100% Sun this week, Sun's official commercial J2EE container.

    Moreover, Tomcat and Jasper are also part of the J2EE reference impl, IIRC.

    Coincidence? I think not. Sun sees Jakarta as a source of cheap, very good technology and can't affort to piss them off too badly. JBoss lacks that status.

    JdV!!

  12. Re:Well, m$ has to do something. on One Runtime To Bind Them All · · Score: 1

    Wait, say that again, "third party implementations", meaning what exactly?

    IBM has Jikes, an open source java compiler, and also its own JVM, which supposedly is better (faster) then Sun's. Then there's Kaffe, a truly open source (read: community-based) Java environment.


    Whereas it's true that Sun could smother both efforts (and other, not mentioned, projects) before you can say "standardization process", my experience is that this will not happen. Sun has built a faithfull community around Java, based on mutual respect: Sun provides an infrastructure for "us" to provide input in the direction the language takes, through the Java Community Process, and we assume Sun will listen to us and will not abuse their psoition.


    Up to now they have kept their end of the bargain, maybe not always given us immediately what we want, but then again, neither does Linus. I don't think it's in Sun's best interest to betray this common trust, because then they will end up with nothing.


    JdV!!

  13. Re:Wait and See on Portable .NET Reaches A Quarter Million Lines · · Score: 1
    You mean, that MS Passport has an flaw in your opinion. For the 1.8millionth time, PASSPORT != .NET Platform!

    Hrrmm... Good....

    That's like saying that StarOffice == J2EE because StarOffice is built on J2EE.

    And there goes his credibility... StarOffice built on top of J2EE? Servlets and EJBs in StarOffice? I think not...

    JdV!!

  14. Re:Nice music library on Review of the Audiotron Stereo MP3 Component · · Score: 1

    postgres=> select count(*) from track;
    count
    -----
    6239
    (1 row)

    postgres=> select count(*) from album;
    count
    -----
    477
    (1 row)

    All legal ;-)


    JdV!!

  15. Re:what's the difference? on VIM 6.0 is Out · · Score: 1

    I prefer vi simply because holding down the control key all the time in emacs makes my hands start to hurt. vi/vim instead requires you to frequently hit the escape key -- which doesn't make my hands hurt. So for me, command mode is the only relevant difference, since it helps prevent carpal tunnel.

    Hrrrmmm... Interesting.... I think somebody here noted in another article sometime this summer that RMS (Initial Emacs developer/guru), JWZ (forked Emacs to Lucid Emacs, which later became XEmacs), and Ben Wing (long-time XEmacs maintainer) all suffer(ed) from RSI/Carpal tunnel. The link to the control key wasn't made there, but makes sense, I guess.

    That may be why I like (X)Emacs but have the urge to 'change' every couple of months. Must be subconcious or something...

    JdV!!

  16. Re:Honestly on Convicted by the Movie Cops · · Score: 1
    This is funny: My ISP, who is very top-notch, probably wouldn't just go pull the plug on a user unless they were sure the grounds to were valid.

    As opposed to your sig:

    when I am king, you will be the first against the wall

    Good thing you're not your own ISP then, I guess ;-)

    JdV!!

  17. Re:Will openunix support most x86 hardware? on Caldera's Almost-Linux Skips The Linux Kernel · · Score: 2, Interesting

    I also hope it doesn't use the openserver libraries. Microsoft made Xenix as proprietary as possible and openserver was based on Xenix. Compiling gnu apps might be difficult. Hopefully OpenUnix's libc libraries are those from AT&T.

    You are on crack. When I last saw SCO Unix (round about 1994) it was fully Posix compliant and any trace of Xenix was (thankfully) obliterated.

    JdV!!

  18. Re:Question/Assumption on Verizon - No DSL Over Hybrid Copper/Fiber Lines? · · Score: 1
    I guess they never made that ETA. I was working with NT on the UE9000 early 2000, and it was nowhere near ready for prime time. The recent DSL crunch hit NT hard, and I understand DSL has been put on the backburner for now (read: ship what they have, but little new development).

    I've heard Bell Canada wanted to wire up all of Ontario with this type of remotes. Haven't heard anything much of that either.

    JdV!!

  19. Re:Mathematics -can- be closed source. on Learn The Language Of Math · · Score: 1
    There is no doubt that ALL of mathematical knowledge is free to everyone. Truth of the mathematical nature cannot be hidden. It can be difficult for most to achieve its understanding, but there is no denying it to anyone who cares to make the effort to find it.

    Crap. I betcha that the defense industry all over the world has tons of nice little algorithms lying around which they don't publish (I know for a fact that the trajectory prediction module of the Goalkeeper anti-missile thingy has tons of finger-licking good systems control theory in it. And no, you can't have it). The mere fact that given enough time and brains you could reproduce them does not make them open.

    Given enough time and energy, I *could* probably write the code to reproduce any closed-source software system, but that does not make those systems open. Likewise, the mere fact that somebody else could come up with the same or an analoguous mathematical derivation does not make it open.

    JdV!!

  20. Re:Second Rule of Program Design on Curl Instead of Java or JavaScript? · · Score: 2
    Some more:
    • Pascal: { }
    • Basic: 10 REM
    I'm pretty sure there was one that used '%'. Can't remember wich one though. Must have been one of those mainframe jcl type batch languages. I have visions of all-caps daisy-wheel printouts with that one, but as I said can't place it right now...

    Having a new one in a new language is asinine. It's fairly easy to tell yacc (or bison) to use all of #, //, and /* */ (the most popular comment indicators). To use || (a well-known operator in other languages) is doubly asinine, since apparently boolean OR is something else in their language...

    JdV!!

  21. Re:I'll bite. on Foot and Mouth Virus and Outlook · · Score: 1
    You're on crack. Prions don't spread through the air for 5 km.

    JdV!!

  22. Re:Always trust content from Microsoft Corporation on Don't Trust Code Signed by 'Microsoft Corporation' · · Score: 1
    Of course all previous post re: this question are funny, but the answer is: yes, you can. Got curious and poked around in my settings a bit (IE 5.0):

    • Go Tools|Internet options
    • Go 'content' (not security. go figure)
    • press 'publishers'.
    • You get a list of trusted publishers (ppl you checked that checkbox for), and a 'Remove' button.

    I happened to have MS there twice, so maybe I was suckered in already. Box seems fine tho :-/

    JdV!!

  23. Re:nitpick on Guido Von Rossum on Python · · Score: 1
    for those of you who really care, his name is Guido Van Rossum...

    Well, AFAIK Guido is Dutch, and the dutch language has some funny rules re: the capitalization of the little prefixes (van, de, van der) you can have before your last name. If your full name (first and last) is written, the prefix is not capitalized, but if only your last name is used, it is. So that would be

    • Guido van Rossum's language.
    • It's De Visser's stupid comment.
    So yes, you were right that Taco was wrong, but you were wrong in your own quote. But you're forgiven, since most Dutch people don't understand the rule either ;-)

    JdV!! (Jan de Visser)

  24. Re:and like MUD's on MUD Shell · · Score: 1
    This has been tried. And the result was

    ...

    <drum roll>

    ....

    Microsoft BOB!

    JdV!!

  25. Re:In some ways, it does on MS Wants To Outlaw Open Source: "Threatens" the "American Way" · · Score: 1
    Hmmm...and now America produces most of the food on the planet, and Ethiopia (and Somalia, and a large fraction of the rest of the African continent) can't feed themselves. So obviously Americans don't know dick about farming. I'm not at all sure I follow your logic.

    You obviously didn't read (or understand?) him. Let me explain again.

    Ethiopia wasn't always hungry. In fact, it was one of the "richest" African countries for most of the middle ages. Ethipians were able to feed themselves using traditional farming technology. Then came the Europeans (beginning of the century) and they saw a fertile country with a pleasant climate which they thought was very well suited for farming certain crops which were in demand back home but which the Ethiopians traditionally did not grow (coffee, strawberries (I kid you not), tea, etc). Besides grabbing large chunks of the most fertile land they also encouraged Ethiopians to forget about their sorghum & millet and start growing coffee and tea, since with the money they made that way they could buy wheat & corn from the west.

    Then Ethiopia became independent again and was a very busy part of the cold-war chessgame. Cold-war induced civil war all but destroyed this entire infrastructure, and since the traditional farming methods had been lost, hunger ensued.

    I find your attitude smug, self-centered and disgusting.

    JdV!!