Andy Balaam's Blog
  • About Andy Balaam
  • All articles
Scheme: pairs, lists and recursion

Update: watch the video In this series on Scheme: Intro, Basics, Closures. Here's a presentation I did recently, on the basics of the Scheme programmi… ...more

April 24, 2012 [Lisp, Programming Languages, Scheme, Tech]
What timezone Python thinks I'm in

sudo aptitude install python-dateutil python -c "import dateutil.tz; import datetime; print datetime.datetime.now( dateutil.tz.tzlocal() ).tzname()" ...more

April 18, 2012 [Python, Tech]
Freeview dvb-t scan gives "tuning failed!!!" after 18th April switchover

Usually when the channel lineup changes, I just have to do this:$ scan /usr/share/dvb/dvb-t/uk-CrystalPalace > ~/.mplayer/channels.conf But this ti… ...more

April 18, 2012 [Tech]
Scheme: feel the cool

Update: watch the video In this series on Scheme: Intro, Basics, Closures. Here's a presentation I did recently, introducing the Scheme programming la… ...more

April 13, 2012 [Lisp, Metaprogramming, Programming Languages, Scheme, Tech]
JavaScript WTFs

I recently did a presentation at work on "surprising" things you may encounter in JavaScript. I present it here for your delectation: JavaScript WTFs … ...more

March 30, 2012 [JavaScript, Programming Languages, Tech]
1 2 ...8485868788 ... 111 112
Recent
Standing again for the Matrix Governing Board
Testing nonexistence
Mini-rust in Rust 027: Parsing blocks of code
Mini-rust in Rust 026: Parsing an empty while loop
Mini-rust in Rust 025: Parsing let mut
Mini-rust in Rust 024: Lexing the <= sign
Mini-rust in Rust 023: Refactor to share structure of the syntax tree
Rust tracing basic setup
Mini-rust in Rust 022: Stop lying about types in errors
Mini-rust in Rust 021: Including type information in our syntax tree
Mini-rust in Rust 020: Gaps in our type checker
Mini-rust in Rust 019: Type checking an actual type error
Mini-rust in Rust 018: Type checking, the happy path
Mini-rust in Rust 017: Handling float literals
Mini-rust in Rust 016: Tidying our parser
Andy's home page Categories Sitemap RSS Feed

© 2005 onwards Andy Balaam. CC BY-SA except where otherwise stated (source code). Powered by Zola & Abridge