Slashdot Mirror


User: badkarmadayaccount

badkarmadayaccount's activity in the archive.

Stories
0
Comments
3,626
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3,626

  1. Re: AS/400 on IBM's Newest Mainframe Is All Linux · · Score: 1

    Seconded. But you should see the zSeries. TCP checksum and CPU time instruction. Fused multiply add/sub. Not bad, eh?

  2. Re:Dupe on Company Trains the Autistic To Test Software · · Score: 1

    ...snarky comments...

  3. Re:I see it coming... on Company Trains the Autistic To Test Software · · Score: 1

    Who would have anything against VAXen? I mean DEC knew their stuff.

  4. Re:Yes on Will Tabbed Windows Be the Next Big Thing? · · Score: 1

    Parse error: Unexpected VCS identifier.

  5. Re:Context on ECMAScript Version 5 Approved · · Score: 1

    Oh, and what is your idea for an object implementation? And do you have a better idea for closures?

  6. Re:perl 5 versus ruby versus perl 6 on The Perl 6 Advent Calendar · · Score: 1

    Actually the whole project is out there, only in pieces. I'm just stating what can be easily built. The tweaks to the JS engine, the only serious programming (I think) is something like a week of work, so I guess you better start porting already 0 the actual project is almost none of the work. ;P
    BTW, thanks for the compliment. But the brings up the issue, what is supposed to go in a kernel? We've moved the hardware specific stuff in the compiler/runtime. I propose a library/object based self modifing/JIT Synthesis style kernel, using compiler based protection, instead of the usual hardware augmented kind.

  7. Re:JSON is in!? on ECMAScript Version 5 Approved · · Score: 1

    Because pure XML is a pain. They are supposed to make it easier. And seem a reasonable solution.

  8. Re:Obvious (?) question on Super Strength Substance Approaching Human Trials · · Score: 1

    Do you work as a physicist, by chance? Seems like a LHC-esque solution. Good job.

  9. Re:No, More like "Syndrome" from "The Incredibles" on Super Strength Substance Approaching Human Trials · · Score: 1

    I doubt it, that's a lot of energy going for muscle.

  10. Re:Classic Super Villain Birth on Super Strength Substance Approaching Human Trials · · Score: 1

    Ditto. Sorry for the AOL reply.

  11. Re:Context on ECMAScript Version 5 Approved · · Score: 1

    Now turn in yours. JS takes concepts from Self and Lisp, not C++.

  12. Re:JSON is in!? on ECMAScript Version 5 Approved · · Score: 1

    That's why XQuery and XSLT exist.

  13. Re:use fixed point instead on ECMAScript Version 5 Approved · · Score: 1

    How about using rational fractions, preferentially hardware accelerated? FPUs are too big and slow anyways.

  14. Re:perl 5 versus ruby versus perl 6 on The Perl 6 Advent Calendar · · Score: 1

    Flew right outta my head. But it seems like it offers nothing the others don't. And I don't see a reason to not use a properly typed JS for systems. I mean, what's wrong with it? The event paradigm matches perfectly, you don't have to fiddle around with classes, and still get an object system, looks quite like C, all you need is a way to interface the actual hardware. That can be done by simply compiling Verilog RTL interface specs as a runtime environment. Interrupt.mask(false).Ethernet, anyone?

  15. Re:Well, it's open source, so fork it. on FreeNAS Switching From FreeBSD To Debian Linux · · Score: 1

    Oops. My bad. Sorry for being snarky.

  16. Re:perl 5 versus ruby versus perl 6 on The Perl 6 Advent Calendar · · Score: 1

    Ada, Lisp, Strongtalk, strongly typed JS. Depending on application.

  17. Re:Well, it's open source, so fork it. on FreeNAS Switching From FreeBSD To Debian Linux · · Score: 1

    Here's someone who didn't google something. It's about as production ready as an fs can be.

  18. Re:Literate Programming on Defining Useful Coding Practices? · · Score: 1

    When using assembly, are they part of the way you tell the machine what to do, or are they there for readability?

  19. Re:Yes, but... on Reducing One Amino Acid Could Increase Lifespan · · Score: 1

    No problem.

  20. Re:I wonder if many install Windows themselves on Linux Reaches 32% Netbook Market Share · · Score: 1

    Well, does that installer work any old or new and/or obscure distro, regardless. Does the installer support all the compile time options? Honestly, if you are gonna beat Win, at least try to be better, not just as good. Because if you are gonna be just as good, most users might as well use Win. I think this is the place for an idea I've had for some time - source configuration aware compiler. Instead of #ifdef and #include, #pragma using declarations and code block annotations, as an extension to LLVM. That way, all the build time info goes into the .llvm end file. Anyone wanting to install, regardless of which *nix, just compiles with appropriate (autogenerated?) options. Heck, that might work for newer Wins, with Unix services built in.

  21. Re:A view from Asia-Pacific on Linux Reaches 32% Netbook Market Share · · Score: 1

    Anybody have an idea of why EFI didn't catch on? Seems a good solution to all driver issues, permanently.

  22. Re:A view from Asia-Pacific on Linux Reaches 32% Netbook Market Share · · Score: 1

    The form factor is more focused on area, not thickness, so who said that you can't coat the bottom with battery packs?

  23. Re:Oblig Simpson Quote on Linux Reaches 32% Netbook Market Share · · Score: 1

    Bigger screen, more HDD/RAM?
    This is kinda off-topic, but I really miss Transmeta. I'm sure they would have liked this.
    <tear type='real' />

  24. Re:perl 5 versus ruby versus perl 6 on The Perl 6 Advent Calendar · · Score: 1

    WTH? Is that using a buggy curses implementation or something? Well, at least it is somewhat... fitting of Perl. In an ironic way.

  25. Re:perl 5 versus ruby versus perl 6 on The Perl 6 Advent Calendar · · Score: 1

    Funny, the above sounds quite right about JS.