Slashdot Mirror


User: Kalani

Kalani's activity in the archive.

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

Comments · 228

  1. Re:Lots of beating around the bush on Code.org Documentary Serving Multiple Agendas? · · Score: 1

    Because U.S schools aren't awful, right? Now I see how this all makes sense.

    Exactly. If schools were functioning at close to an optimal level, these advertising campaigns would be totally ineffective. But this bit of wisdom is still true.

    Seymour Papert did some very interesting work in the 70s -- part of this involved the creation of the Logo programming language/environment. But the more important piece of his research, IMHO, was the argument (totally ignored, as far as I can tell) that education should be remade to focus on individual students incrementally (re)constructing knowledge. How many 2-5th graders learn geometry this way?

    There are valuable alternatives to the complete package that Microsoft is selling, but more-of-the-same is not one of them.

  2. Re:The Java vocational training quote rings true on How Heraclitus would Design a Programming Language · · Score: 1

    I agree, and I'd go as far as to say that those three languages ought to be functional Scheme (or Haskell), C, and Prolog. These represent the most common models of real-world problems.

    I think that a great kind of tour de force CS project would be to implement in C (or C++) a parser generator, which is used to generate an SQL parser, from which the generated syntax trees are processed by an embedded Scheme interpreter to transform them into tiny Scheme programs which make the necessary queries against a Prolog database, which finishes the job of implementing a little relational database system.

    I'm considering creating a little CS program for high school kids based on this project.

  3. Of course on Google Moves Into Video · · Score: 1

    This happens just after I finish a project building a similar search engine.

  4. Re:I spy a new meme on Gates Nose-Dives at CES · · Score: 1

    I think it's pretty obvious that guys like Babe Ruth have contributed much more to society than you have. Whether or not you personally value their contributions, folks with opinions like you are outnumbered.

  5. Re:Speculation vs. reality. on Business Under Fire · · Score: 1

    I completely agree. In fact, I'd wager that people would come back in larger numbers after an attack.

    I moved to New York from Colorado after 9/11, for instance.

  6. Re:I spy a new meme on Gates Nose-Dives at CES · · Score: 1

    You've missed the point of what the poster said.

    He said it's "more fair" than government control, but you responded by questioning whether it matches some absolute notion of fairness (exactly the kind of thinking that gets government control in the first place -- a few elitists who think they know what's best for the market).

    Also, while I'm not a fan of pro sports myself, I think it's kind of cheap of you to characterize pro baseball players as guys who just "hit balls with sticks." That's like saying that a programmer is just a guy who punches keys.

  7. Re:ALL DEMURRALS ASIDE on Techies Migrate in Search of Work · · Score: 1

    How many of those 3,000 are qualified for the job? How do you determine who to hire?

  8. Re:No mono or dotgnu? on Gambas 1.0 Release Candidate Available · · Score: 1

    You laugh, but I've actually been working on a project I was going to call "Visual Lisp" (now B -- do the formatting yourself and you'll get the [bad] pun).

    Here is a screenshot of a program written in "Visual Lisp" that shows a simple expression editor control on a simple form. There's a system for declaring GUIs (and event-handlers) in terms of S-expressions and everything. Depending on the programmer's preference, those GUIs can be shown on a Pocket PC, a desktop, or through a web browser (ie: rendered as HTML).

    Oh, and my "Visual Lisp" interpreter also supports ActiveX controls.

  9. Re:Here it comes.. on Don't Shoot Me, I'm Only the Software · · Score: 1

    It's an AP article. The same thing showed up on CNN.com.

  10. Re:Irony on Don't Shoot Me, I'm Only the Software · · Score: 1

    How ironic that MSN(BC) is pushing ...

    You're wrong, it's an AP article. The exact same article showed up on CNN.com (and probably any other outfit that syndicates the AP).

  11. Re:Litigation Death Nell on Groklaw Rants On Software Patents · · Score: 1

    Until then I know I'll never buy another Kodak product...

    Then they'll sue somebody else. The reason they're resorting to something as stupid as this is because fewer people are buying from them in the first place (and they blame the computer industry).

  12. Re:Why I think this is useful on Mono: A Developer's Handbook · · Score: 1

    Of course, I'm also the sort of person that thinks that imagining what Bill Gates' daughters will teach him about technology is fun

    That has got to be one of the most irritating navel-gazing pieces I've seen on Slashdot, ever.

  13. Re:cout "Design error"; on Numerical Computing in Java? · · Score: 1

    How is that a problem? Is it a problem because maybe a date in one country has the year in a difference place than the date in another country? If it's something like that, hey you're in luck! The C++ iostreams library was designed with just such a possibility in mind.

    The answer is that you've got to define your own datatype for handling "date" information and deciding on how it's to be output (which elements and in which order). This allows you to *simplify* the code that writes the actual data. For example:

    MyDateClass MyDate(1, 1, 2004);
    cout << "Today is " << MyDate << endl;

    So what's wrong with that?

  14. Re:The point being missed on Engaging Debate on Piracy and Videogaming · · Score: 2

    You have made quite possibly the stupidest comparison I have ever seen on this issue. It's a sad day for slashdot that this dreck had any positive moderation at all (let alone 'insightful').

    We're talking about the difference between sharing some interesting new technique and 'sharing' the fruits of *YEARS* of work. Yes, game makers share minor innovations of the sort that you describe without making an issue of it either (else there'd only be one guy who was allowed to implement bump mapping), but they don't toil away for years just to give it all away -- that's an untenable financial strategy.

  15. Re:Of course on The Unhappy World of IT Professionals · · Score: 1

    I think that you're looking at it the wrong way. Your CompSci degree is very valuable, and it puts you ahead of most people out there in the job market today. Of course you can keep programming for the rest of your life, but you have to *solve problems*. Even if all you ever do is open a flower store, you'll find plenty of problems that the computational mindset can help you to solve. But there are more interesting problems than running flower stores out there too.

  16. Re:But wait! There's MORE! on AT&T Labs' Brain Drain · · Score: 1

    While you can thank Bell Labs for Information Theory, the laurels for Graph Theory belong to Euler.

  17. Re:why does programming stinks today, an opinion on Why Programming Still Stinks · · Score: 1

    You lucky bastard! He charged me $25.60.

  18. Re:A New Kind of Science on Wolfram's New Kind of Science Now Online · · Score: 1


    but Newton is famous for saying "If I have seen further it is by standing on the shoulders of giants."


    ... to which Hooke responded, "Damnit Isaac, get off of me!" which prompted John Wallis to exclaim, "Would you two knock it off up there?! You're killing my back!"

  19. Re:Are details on who they are calling programmers on 235,000 Fewer Programmers by 2015 · · Score: 1

    XML can be a medium for expressing programs anyway (eg: <car><list><a/><b/><c/></list></car&gt ; == <a/>).

  20. Re:Nothing beats... on Extreme Programming Refactored · · Score: 1

    The idea that someone can be a good designer without occasionally dropping down into the 'gruntwork' of coding is like saying someone can be a good physicist without ever doing any math.

    Remember Faraday? He was that guy who took Newton's old post as the head of the Royal Society.

  21. Re:Yes, But... on O'Reilly on the Commoditization of Software · · Score: 1

    How would one automate software development?

  22. Re:Hogwash on Ageism in IT? · · Score: 1

    You need them because the novice programmers don't have the experience to foresee and avert these big disasters. They should not be competing for the same job!

    I think that's a very important statement. More companies should know this.

  23. Re:flamebait? on Quantum Cryptography: 100km Barrier Broken · · Score: 1

    Maybe they just thought that your objection made such an obviously bogus assumption that it wasn't funny at all.

  24. Re:More books to read on A Good Summer Read? · · Score: 1

    What exactly do you find disappointing about it? I'm surprised that it wouldn't at least make you seek out other efforts at discrete models of physics. Do you already know everything about Ed Fredkin? Do you already know about Feynman's agreement with the importance of discrete models? Did you already know about the nature of mathematical exploration (its kind of generic multiway system framework -- a computational framework in its own right)? Perhaps I'm just stupid, but I thought that the book was very very interesting. I even bought his earlier book on cellular automata to read more.

  25. Re:If you like that ... on The Best of Popular Science? · · Score: 1

    Sorry "Top Stoppard" was a typo. The man's name is "Tom Stoppard".