Slashdot Mirror


User: chthon

chthon's activity in the archive.

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

Comments · 1,236

  1. Re:Actually yes -- in some cases on Does a Lame E-Mail Address Really Matter? · · Score: 2, Insightful

    And I would rather use 40$/y for a subscription on a magazine.

    When I ran a couple of years ago a small, single-person company, I had a domain name. It is interesting because it is deductible.

    However, as a private person, I pay my internet subscription and as part of that I get up to five (familial) email addresses without hassle. Why should I invest in a private domain name ?

  2. How To Design Programs with DrScheme on How To Teach a 12-Year-Old To Program? · · Score: 1

    How To Design Programs

    Really. If he is interested in programming and you can guide him to follow the book, then he will know what to expect from a programming language, get a a good background and will not need to unlearn bad habits.

  3. Re:Precisely. on Why Coder Pay Isn't Proportional To Productivity · · Score: 2, Interesting

    I am glad that there are other people who have the same symptoms as I, when it comes to programming. Last week Thursday I just wasted 6 hours doing nothing on my job. Friday it got better and Monday I was back up to speed. But I have the same behaviour on my own hobby projects, yes, it really feels as if you are hatching something.

  4. Re:Scripting not programming±±? on The Environmental Impact of PHP Compared To C++ On Facebook · · Score: 1

    And the issue I have with the word 'scripting', is that people never called programming in Basic scripting, even if it was interpreted (I think that Basic compilers only appeared in the eighties, I could be wrong here of course).

  5. Re:c++ is 'write-only' code on The Environmental Impact of PHP Compared To C++ On Facebook · · Score: 1

    Python is older than Java...

  6. Re:Seems to be 4 strikes? on New Zealand Reintroduces 3 Strikes Law · · Score: 0, Flamebait

    I hate football (soccer) with an utterly indescribable fervor, you insensitive clod!

    And please, do not try to find other sports related types of exclusion.

  7. Re:Every generation... on Broadband Rights & the Killer App of 1900 · · Score: 1

    I think that the oldest known porn is on a papyrus from Egypt, around 1000BC, but it seems difficult to find good references about it.

  8. Re:What took it all so long?? on Lotus Teases With a Fuel-Agnostic Two-Stroke Engine · · Score: 1

    Here in Belgium it is around 1EUR/liter.

  9. Re:I can only go by my own experience -- on Dumbing Down Programming? · · Score: 1

    Best book for doing what you did and 1) is really How To Design Programs

  10. Re:It actually doesn't look that good on Dumbing Down Programming? · · Score: 1

    push @my_array, $all_items[1];

  11. Re:It actually doesn't look that good on Dumbing Down Programming? · · Score: 1

    (vector-push my-array (aref all-items 1))

  12. Re:Lowering the bar on Dumbing Down Programming? · · Score: 1

    When speed is a problem, a Common Lisp programmer uses SBCL (or OpenMCL).

  13. Re:A Natural Progression Yet So Many Caveats on Dumbing Down Programming? · · Score: 1

    Being a good or bad programmer has nothing to do with the language used. If someone does not have the (talent|background) to set up and work out a logical statement from beginning to end, then no matter what language you give them, they will never be able to program well.

  14. Re:Um, wasn't bloated Multics the reason *WHY* . . on 40 Years of Multics, 1969-2009 · · Score: 1

    A little late for replying, but anyway...

    You can even go further back in time : the concept of channels for IO processing separate from the CPU is still no standard in the x86 world. The fact that IO speed is still a bottleneck is still not recognised. Instead faster processors are pushed, but never matched with better IO.

  15. Re:hmm on The NoSQL Ecosystem · · Score: 1

    Prior to the relational database, there where network databases and hierarchical databases. They must be navigated to search for data. What you propose here seems to be the same, but then mapped on top of a relational database, which makes it probably slower than the previous solutions.

  16. Sartre ? on "Road Trains" Ready To Roll · · Score: 1

    This will give an entirely another meaning to the expression "L'enfer, c'est les autres".

  17. Re:Hit'em in their wallets on Massive Power Outages In Brazil Caused By Hackers · · Score: 1

    A bit late to reply, but I hope that it will be read.

    European regulations required Belgium to do the following :

    Infrastructure (gas, electricity) is owned by one corporation, which is in turned owned for 70% by the community (cities, etc...) and for 30% by the power companies.

    Every power company can supply through this network. Currently we have three choices, I think, but the problem stays that Belgium is a small country, and the Groupe Suez in the meantime has bought one of its competitors. It is very clear that they like to keep their stranglehold on the Belgian energy market.

    But I DO have the possibility to compare prices and even switch to different suppliers of gas and electricity.

  18. Re:Always blaming or crediting the CEO on Microsoft's Lost Decade · · Score: 1

    A nice proverb : penny wise, pound foolish. I really think this sums up his achievements.

  19. Re:Always blaming or crediting the CEO on Microsoft's Lost Decade · · Score: 1

    Learn him programming Scheme with DrScheme. That will be much better to start from than VB.

  20. Re:Perl has died in industry (mod away, kids) on Perl 5.11.0 Released · · Score: 1

    Sorry that you had problems with Perl, but I am now running Perl code since 9 years on an environment consisting of three different platforms, which are Solaris, Windows and cygwin (yes, also Windows, but there are differences between running Perl pure on Windows and in Cygwin). The libraries and programs I have written can be installed unmodified on any of these platforms and provide the same functionality. I never had any problems running Perl on Solaris, but the prerequisite is that a gcc is installed beforehand and that you have the possibility running it always when necessary, especially when installing C-based packages from CPAN.

    I did not even have a choice in the matter, my boss decided 9 years ago that I should do everything with Perl, because we inherited some Perl code from another site that was to maintain.

    The thing that helped me become a better (Perl) programmer was the discovery of How To Design Programs, and discovering that Perl has the same wonderful functional possibilities as Scheme and Lisp.

  21. Re:Perl has died in industry. on Perl 5.11.0 Released · · Score: 1

    I fully agree : Perl is a language which takes time to learn, but the most fantastic thing about is that code that I have written 9 year ago hasn't had the need to be changed, despite going from Perl 5.6.0 to 5.10.0.

    What I learned was that the following books (in addition to the traditional camel book) are a valuable addition to Perl knowledge :

    • How To Design Programs
    • Structure and Interpretation of Programs
    • Perl Best Practices
    • Higher-Order Perl

    If you work through these books, then you will understand why Perl is a better language than Java. My personal opinion, based upon some experiences with Python, is also that Perl is a better language than Python.

    I program Perl for my job, but for my own projects I use Common Lisp.

  22. Re:Cutification Follows... on Disney Buys Marvel For $4B · · Score: 1

    Well, the X-Babies do exist in the universe of Mojo...

  23. Re:Bye bye marvel... on Disney Buys Marvel For $4B · · Score: 1

    The Stepford Cuckoo princesses...

  24. Re:Fox and New Corp on Disney Buys Marvel For $4B · · Score: 1

    Yep, I found The Incredibles a fantastic good animation movie. Being an X-Men enthusiast and knowing something about the Marvel universe, the movie reuses a whole lot of Marvel character properties without copying them and offering a good story.

    I do not like Disney-as-Disney anymore, but I suppose that the people who are responsible for managing The Incredibles, a) do know the Marvel universe themselves and b) also know that they should not piss off their fan base if they want to sell them something, and probably even c) that they should not try to popularise some titles like the X-Men or the Hulk.

  25. Ringworld on The Orange Goo That Could Save Your Laptop · · Score: 2, Insightful

    Larry Niven and Ringworld, anyone ?