-
And so you was waiting for news?
Nice to impress you: I was able to shot two code zauker versions in less than a month!
Code Zauker, the yet-another-google-code-indexer based on redis is happy to impress you with new features:
- Better web interface
- Powerful multi-processor indexer (mczindexer)
- Better documentation on the readme on github, con ready-to-use example.
Read More -
Don’t play the stupid game Cause I’m a different kind of engine Every search sounds the same You’ve got to step into my world Give me all your RAM and give me your code Give me all your code today
A new, improved version of Code Zauker is out!
Read More -
In my code ramblings during the developement of Code Zauker, I ended up studing a bit NoSql database.
Code zauker started using Redis, because Redis is a very bold memory-based no-sql db. Redis also support complex data type like sorted set, lists and so on, which was very userful. Anyway I needed a very fast way of doing statistics on data collected by code zauker, for inspecting data and finding out new feature I’d like to add to it. Worst, my current pocket pose a hard limit on a redis instance in terms of available RAM. So I started thinking a lot about a redis drop-in replacement for Code Zauker.
Read More -
Do you want to know how to backup your mac via wi-fi, or how time machine is designed?
This site will give you tips but also plenty of information.
Last but not least, tricks like Making a Lion Install disc or partition are worth a read.
Read More -
VADER A tremor in the Force. The last time I felt it was in the presence of my old master.TARKIN Surely he must be dead by now.
Read MoreThe real reason Git rocks
Feb 10, 2012 · 4 min read ·
I have learned Git. I forget about all my childhood for making space about all the magic, but I got it.
And I know because git rocks. The real reason Git rocks. And I will reveal you.
Read MoreAre you ready for the news?
Code Zauker v0.0.3 is OUT!
The new version spots
- Case insensive indexing and searching, at a blazing fast speed.
- UTF-8 compliant indexing. Best if your code is on another encoding, code zauker try to "guess" the right one and fix it.
- Richer czsearch options, like the following
$ruby -Ilib bin/czsearch -h Usage: czsearch [options] [term1] [term2]... -i, --ignore-case ignore case distinctions -B, --before-context NUM print NUM lines of leading context -A, --after-context NUM print NUM lines of trailing context -C, --context NUM print NUM lines of output context -X, --exclude FILE_PATTERN Exclude files that match FILE_PATTERN (as ruby regexp). Case insensitive -h, --help Display this screen Options are grep-like EXAMPLES: czsearch ciao Koros Will search Koros OR ciao czsearch -i gnu Will match also GNU and Gnu czsearch -X .orig -X .bak -X .java html:select Will skip java and backup fileTake a look at the code on github.
Read More
Resizing a debian disk is a bit complex on Oracle VirtualBox.
But this article will free you from the hassle, and will also work with older virtual box versions!
Redis + Ruby + Your Code = Code Zauker!
Jan 26, 2012 · 5 min read ·
When Google Code was shut down, I have the lucky to read this article on how it worked. The article give you a bunch of Google-Go code. Because Go-language is too small and unusual for my brain, I took the idea and reimplemented it using Ruby and Redis.
And because my nickname is Daitangio, I decided to call the project like the Daitarn3 antagoinst: the Code Zauker![1]
The beta gem is available here
Read MoreWhen Steve Jobs given some suggestions to Google, I fear he was still upset for the Android-carbon-copy of the iPhone. Because Jobs suggested Google to focus on a small subset of product (no more then five) and Google did it. And google started killing a lot of lab projects.
Read More
As you know, emacs rocks. This blog post give us an “Emacs Sitemap” for the newbies, and I stress…(edited content…)
[…]
- EmacsWiki: you probably already know this one, but it’s pretty useful for a variety of reasons.
- EmacsRocks / @Emacsrocks: it’s a series of screencasts showing off cool, advanced Emacs features. Each screencast is very short and focused on one thing. Instant awesome.
- EmacsRookie / @EmacsRookie: a blog with articles about different Emacs trips & tricks and features. More geared towards beginners (but my impression is that many people stay “beginners” of Emacs for quite a long time).
- Steve Yegge described “10 Specific Ways to Improve Your Productivity With Emacs“. In particular, I’d recommend making Caps-Lock behave as an extra Control key (I didn’t swap, I just have one more Control key), invoke M-x without the Meta key (both C-x C-m and C-c C-m) and being comfortable with the buffer commands. For navigation, apart from incremental search, you can also use ace-jump.
- Christian Johansen has an interesting intro article to Emacs Lisp.
- hippie-expand is a pretty cool completion system, familiarise yourself with it.
- yasnippet. Very cool snippet system. Just have a look at the EmacsRocks screencast on yasnippet.
And so Java, the old old King is still alive.
After Scala, Clojure, NodeJS, and Dart, a new hero is knocking to its castle: Eclipse Xtend
Will he succeed? Hard to Say, but Xtend is very similar to CoffeScript: Xtend simplifies writing Java code, but it doesn’t aim take the grab the crown with a night ambush to the King’s IDE.
Read More
I run into a very big trouble on these days.
- My big company delivered to me a Windows7 64bit system (first error)
- I asked for Office 64 bit and Visio2007 32 bit
- I tried to connect to Oracle (second error) to reverse engenieer a DB with Visio2007
(the 32bit guy of the odbc drivers side) I was able to get the same error… and this was helpful:
Read More