mako: programming (92)

Sort by: Date / Title / URL

  1. An incredible 11-step, 11-language quine by Yusuke Endoh.
  2. "If you are a scientist or engineer, programming can enable you to work 10 to 100 times faster, and to come up with more creative solutions than colleagues who do not know how to program."
  3. Seems like an interesting event.
  4. Amen
    updated: 2012-04-29, original: 2010-02-16 to , , , , , , , , , , - Archived Link
  5. "Scripts can be run interactively in a terminal, started as a long running service, or started via Locale. Python, Lua and BeanShell are currently supported, and we're planning to add Ruby and JavaScript support, as well."
  6. Looks awesome.
  7. I think this is horrible advice. But interesting.
  8. Unbelievable.
  9. I swear I remember this diagram from the GNU Arch days.
  10. Awesome (and very short) section of debugging: 1. Be liberal with the use of print (or cat()) statements in your functions when debugging them! 2. traceback() # can see the sequence of function calls 3. options(error = dump.frames) debugger() # permits you to see the values of objects in the various nested environments of the function calls
  11. via daf, I think
  12. Interesting argument that the use of NUL-terminated strings in C was shortsighted and wrong. And it probably was. My recent blog post on coal computing anyone?

First / Previous / Next / Last / Page 1 of 3