Jayfields - blog.jayfields.com - Jay Fields' Thoughts
General Information:
Latest News:
Coding: Increase Your Reading and Writing Speed 11 Jun 2013 | 10:31 pm
A teammate of mine recently expressed a desire for a shortcut for something we type often. I started looking into our shortcut options and came to a common determination: We can do this, but the numbe...
Coding: Increase Your Reading and Writing Speed 11 Jun 2013 | 10:31 pm
A teammate of mine recently expressed a desire for a shortcut for something we type often. I started looking into our shortcut options and came to a common determination: We can do this, but the numbe...
Clojure: Combining Calls To Doseq And Let 16 May 2013 | 05:00 pm
I've you've ever looked at the docs for clojure's for macro, then you probably know about the :let, :when, and :while modifiers. What you may not know is that those same modifiers are available in dos...
Clojure: Combining Calls To Doseq And Let 16 May 2013 | 05:00 pm
I've you've ever looked at the docs for clojure's for macro, then you probably know about the :let, :when, and :while modifiers. What you may not know is that those same modifiers are available in dos...
Emacs Lisp: Font Lock for Clojure's Partial 15 May 2013 | 05:00 pm
I love using partial, but I dislike the length of the function name. There's a simple solution, define another function with a shorter name that simply calls (or is) partial. This is exactly what I di...
Emacs Lisp: Font Lock for Clojure's Partial 15 May 2013 | 05:00 pm
I love using partial, but I dislike the length of the function name. There's a simple solution, define another function with a shorter name that simply calls (or is) partial. This is exactly what I di...
Clojure: Testing The Creation Of A Partial Function 14 May 2013 | 05:00 pm
I recently refactored some code that takes longs from two different sources to compute one value. The code originally stored the longs and called a function when all of the data arrived. The refactore...
Clojure: Testing The Creation Of A Partial Function 14 May 2013 | 05:00 pm
I recently refactored some code that takes longs from two different sources to compute one value. The code originally stored the longs and called a function when all of the data arrived. The refactore...
Recovering Lost Post Data 7 May 2013 | 05:00 pm
I recently typed out a long, thoughtful response in a textarea. I clicked submit, like I've done millions of times, and I got the dreaded "session expired" error message. This happens very, very rarel...
Recovering Lost Post Data 7 May 2013 | 05:00 pm
I recently typed out a long, thoughtful response in a textarea. I clicked submit, like I've done millions of times, and I got the dreaded "session expired" error message. This happens very, very rarel...