-
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 MoreDovete stare molto attenti alla vostra Privacy. Mi hanno fato notare che LinkedIn ha silenziosamente attivato un checkbox che consente di usare la vostra foto per…farsi pubblicità!
Per disattivarlo, andate sulle impostazioni, cliccate su Account poi su “Gestisci Social Advertising” e poi deselezionate il box più sotto!
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
Preludio
L’ultima volta che ho provato Ruby è stato nell’aprile del 2005. Avevo sviluppato un paio di progetti di test in RubyOnRails, che allora era già produttivo. Ruby era affascinante, ma la libreria base mi sembrava ancora in stato embrionale e lo abbandonai. RubyOnRails non mi è mai sembrato avesse un vantaggio competitivo rispetto a framwork come CakePHP o Python Django.
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 MoreGiovedì 17 Novembre 2011 ha prestato giuramento il Governo Monti. Ecco una sintesi.
Tra le personalità di spicco si sottolineano:
- Corrado Passara classe 1954, manager puro, ex AD di IntesaSanPaolo, ministro dello Sviluppo e delle Infrastrutture.
- Francesco Profumo, classe 1953, lascerà la presidenza del Consiglio nazionale delle Ricerche per diventare ministro dell'Istruzione
- Anna Maria Cancellieri classe 1944, da commissario straordinario al Comune di Parma diventerà ministro dell'Interno.
- Alla Salute va Renato Balduzzi, nato a Voghera nel 1955, direttore dell'Agenzia nazionale per i servizi sanitari regionali (Agenas).
- Agli Esteri ed alla Difesa vanno rispettivamente un ex ambasciatore italiano (Giulio Terzi di Sant'Agata) e l'attuale presidente del comitato militare della Nato Giampaolo di Paola.
Notiamo che la squadra è molto compatta, anche più di quella del precedente governo: 17 ministri con l’interim dell’Economia al Presidente del Consiglio.
Read More