October 2011
4 posts
Entrepreneurs Who Go It Alone — By Choice... →
(via Instapaper)
Screaming Architecture | 8th Light →
(via Instapaper)
Documentation look up
slime-tips:
C-c C-d h looks up documentation in CLHS. But it works only on symbols, so there are two more bindings: C-c C-d # for reader macros C-c C-d ~ for format directives Other bindings which may be useful: C-c C-d d describes a symbol using DESCRIBE C-c C-d f describes a function using DESCRIBE
How GitHub Works: Hours are Bullshit →
(via Instapaper)
September 2011
4 posts
1 tag
1 tag
Everything You Know About Fitness is a Lie →
2 tags
Keyboard layout analyzer →
3 tags
narrow and widen in org-mode
Just discovered org-narrow-to-subtree.
C-x n s (org-narrow-to-subtree)Narrow buffer to current subtree. C-x n b (org-narrow-to-block)Narrow buffer to current block. C-x n w (widen)Widen buffer to remove narrowing.
Narrowing is very handy when you want to export only subtree. Note that contains active timestamp, link and a table presents itself great in Emacs, but copied to email...
August 2011
1 post
10 Reasons You Should Never Get a Job →
(via Instapaper)
July 2011
2 posts
Code Quarterly →
(via Instapaper)
4 tags
reference: swank-js
swank-js provides SLIME REPL and other development tools for in-browser JavaScript and Node.JS.
Setup: follow instructions of README.
Daily work:
Start swank server:
node swank.js
Connect Emacs:
M-x slime-connect
Connect Browser:
http://localhost:8009/
Select remote in slime:
,select-remote
Optionally make it sticky:
,sticky-select-remote
Select target
,target-url
And...
June 2011
1 post
Code Quarterly - Rich Hickey →
(via Instapaper)
March 2011
1 post
Announcing status-codes →
January 2011
3 posts
2 tags
Linux Kernel Tuning for C500k →
3 tags
Dream Agenda View
One day I’ll have Org Mode Agenda View configured to display like that.
Context name #1
Project name #1 | Next item #1 in project #1
Project name #1 | Next item #1 in project #2
Project name #2 | Next item #1 in project #1
Context name #2
Project name #3 | Next item #1 in project #3
2 tags
October 2010
3 posts
2 tags
I’m sure that at some time or other you’ve gotten to a place in
a...
– Getting Things Done - David Allen
Async HTTP Client 1.2.0 →
3 tags
external links
September 2010
1 post
Asynchronous HTTP Client for Clojure and Twitter... →
June 2010
1 post
clojure.core/lazy-seq makes sense →
March 2010
3 posts
2 tags
It MUST be possible to combine the multiple header fields into one...
Mike DeLaurentis: Clojure + Emacs →
There are many different ways of providing Emacs with a Clojure REPL for a project. A few people have asked me how to do this recently, so I thought I’d mention the different methods I’ve used.
Shell script
You can create a command-line script that runs java, executing the clojure.main class…
February 2010
3 posts
3 tags
kill -0
Have you seen kill -0 before? I haven’t since very recent. Here is what info kill has to say about it.
kill [-s SIGNAL | —signal SIGNAL | -SIGNAL] PID… kill [-l | —list | -t | —table] [SIGNAL]… The first form of the `kill’ command sends a signal to all PID arguments. The default signal to send if none is specified is `TERM’. The special signal...
2 tags
4 tags
Minimal Compojure based server →
Found it very useful in last days.
January 2010
1 post
clojure.core/str makes sense now →
December 2009
13 posts
3 tags
1 tag
Clojure Start Again →
Clojure start again It’s my another attempt to learn Clojure. Landscape has changed a lot since last time I took a look.
Toolbox Some tools that I used to play comfortably Building and…
2 tags
ToolBox: Jumpcut →
Jumpcut is an application that provides “clipboard buffering” — that is, access to text that you’ve cut or copied, even if you’ve subsequently cut or copied something else. The goal of Jumpcut’s interface is to provide quick, natural, intuitive access to your clipboard’s history.
1 tag
1 tag
Mail w/o To: header
Do you like receiving emails with no To header?
2 tags
3 tags
Chromium Blog: Technically speaking, what makes... →
While watching videos from this entry just realized that Firefox is not consuming all processing power to play video, like Chrome that is talked about uses all available power for flash.
And just validated that Safari treats CPU best while YouTubing.
1 tag
NEW 2010 Ruben Lenten Video, The Mega Loop King! on Vimeo (via Vimeo)
1 tag
3 tags
Gritter 1.6 - A small growl-like notification... →
thechangelog:
Neat way to add Growl-like notifications to your jQuery apps. Or you could use JetPack.
[Source on GitHub] [Homepage]
November 2009
5 posts
4 tags
Removing CACHE_REMOVE_URL filter. →
Like it would be hard to log “We are actually caching this response.”. So next time you see that message in your apache log it really is double negation and your it has been cached.
1 tag
OpenSourceKata →
How about doing some Open Source coding instead Kata?
Grizzly Servlet Container at Devoxx 2009 →
Yesterday me and @jfarcand presented Grizzly Servlet Container at Devoxx. Here are the slides and drop by Grizzly Users List. Devoxx09 Grizzly Servlet Container: Chuck Norris loves…
1 tag
October 2009
6 posts
1 tag
Test your build with Maven 3 →
Maven 3 is coming
Maven 3 is supposed to be drop in replacement of Maven 2. So you should be able to build your Maven based build with Maven 3 with no problem. So lets take Maven 3 for a spin. …
1 tag
what is wrong with him?
Will: Did that guy just said "revenge is dish best served cold" in Klingon?
Steward: I believe so.
Will: What is wrong with him?
Steward: Everyone has a different theory.
1 tag