Entries from 2012-01-01 to 1 year
This entry is a summary of my acts on the WWW in this year. Summary of the last year is here. I think that all hope in this entry has already been implemented. personal products I released a lot of products at GitHub. The main language is …
Interests Advent calendar about child care http://atnd.org/events/34177 KLab comes to Shanghai http://pr.blog.klab.jp/archives/51397935.html Outputs First ticket for regression-report-plugin Now my Jenkins plugin has been installed 130+ ti…
Last week, my Macbook pro crushed by HDD trouble. I bought a new HDD and re-installed OSX. This article is a note about how I re-installed it. Genius bar I went to Genius bar at 南京东路. They helped me to understand what is problem and wh…
今回は予定が厳しめで、イベントに行ったり開発者に会ったりするのは難しそうです。まぁ年末年始ですし皆さんも忙しいですよね。マンガの最新刊を買うのを楽しみにしています。
Interests widget I knew this several years ago, but it is not stable yet. http://www.w3.org/TR/2012/REC-widgets-20121127/ the Sasago tunnel accident The soul of 'Japanese quality' is almost dead. http://mainichi.jp/english/english/newssele…
Interests TAOBAO for developer I heard that TAOBAO is one of the largest company who uses Java. They have some sites for developer: MySQL patches Taobao UED(User Experience Design) Official blog about platform (how great office!) introduct…
Interests CNZZ I had started using CNZZ.com at my site and this blog. I heard that this tool is likes Google Analytics. enchant.js 0.6-pre is not stable I tried this version, but it cannot support events and displaying character. Especiall…
Today I released new version of finsbugs-slf4j and deployed it to Maven central. bug fix fixed findbugs.xml update SLF4J_LOGGER_SHOULD_BE_PRIVATE bug pattern
Interests Shanghai IT event calendar (Japanese language) http://calendar.shacloud.com/ RubyConf China 2012 At the next week end, RubyConf China 2012 will be held. Sadly its ticket has been already sold out. Lanyrd Lanyrd recommends confere…
Interests Single page apps in the depth I have read Single page apps in the depth. Chapter of module & test are little boring (because I have already known), but overview is very interesting. You can get epub, mobi and pdf at index. GitHub…
Today I released finsbugs-slf4j and deployed it to Maven central. This project is a FinfBugs plugin to support SLF4J user. You can use it from your Maven project like below. <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> <version>2.5.2</version> </plugin>
This week, I will release a FindBugs plugin for SLF4J user. From this project, I got some tips to build FindBugs plugin. This article is a simple summary about them. https://gist.github.com/3970468 I wish this article would be helpful for …
I have a lot of event in this term, so I could not write logs on real time. I summarize them in this post. Interests WebPlatform.org An interesting site about WEB technology. http://www.webplatform.org/ Currently I use MDN, caniuse.com and…
I have added test cases to findbugs-slf4j project. https://github.com/eller86/findbugs-slf4j It still has a TODO comment, so I cannot release it yet. I guess it needs 1 or 2 weeks to fix.
2 years ago, I introduced a cache implementation with LinkedHashMap. But if you want to use on-memory cache for your product, I recommend you to try the cache package of Guava libraries. 以前の記事でLinkedHashMapによるキャッシュ実装を紹介…
I tested my FindBugs plugin for SLF4J by hands, and I think it is now stable. I will release it next week. Currently this plugin helps you to check the count of placeholder. For instance: class Foo { private final Logger logger = LoggerFac…
Sometimes I want to know dependency between AMD modules graphically, because it might be helpful to understand complexity. Today I have tried to realize it. AMDモジュール間の依存関係をおおまかに把握したい時って結構あります。規約どおりの依…
体調不良で寝てる時を中心に、ソーシャルゲームでお金を使ってみました。なんでコレでメシが食えるのかちょっと興味があったからです。 以前からパズドラやバトリクスやブラウザ三国志のような「課金要素のあるゲーム」をプレイしたことはありましたが、実際…
Interests GitCafe public beta Now GitCafe starts open beta! You can register and start to use it. Outputs I got cold twice in this 2 weeks, so my outputs are limited... Java Profiling cheat sheet I moved my cheat sheet from google docs to …
Javaのログ系ライブラリSLF4Jが、今月6日にリリースされた1.7.0で可変長引数をサポートしました。つまり今まで自分でObject配列を作っていた部分を、可変長引数でシンプルに書き直せるということです。 公式ML ニュース(最新情報) SLF4Jをご存じない方にこ…
これは面白い流れですね。私自身もRSSは毎日使っているので、結構影響あります。 TwitterからのRSS取得が2013年3月5日で打ち切りへ - GIGAZINE はてなブックマーク - TwitterからのRSS取得が2013年3月5日で打ち切りへ - GIGAZINE 特に面白いのが他サービスへ…
はてブの「非公開機能」が無償化されたことを受け、従来非公開にしていたはてブの一部を公開しました。 http://b.hatena.ne.jp/eller/bookmark ちなみにselfタグはセルフブックマークです。みんな拡散するといいよ! http://b.hatena.ne.jp/eller/self/
Interests Severe bugs in Java7 I think Java 7 is not stable yet. When will we start to use? Programming education for young I got nothing at school about programming because there was no teacher & student who is interested in. But even tho…
いくつか過去ログを漁ってみましたが、まぁとにかく腹立たしいですね。自己を客観視できるように成長したと捉えるようにします。
Interests Google guava library / collection I found some useful classes in guava library. This library is too big to understand at once. Constraints Interner MapConstraint useful zsh configuration I installed grml. Currently it works well.…
SLF4J用PMDルールセットの実装に限界が見えたのでFindBugsに乗り換えました。で、FingBugsプラグイン実装関連の日本語情報がわりとないようなので、試行錯誤の過程を残しておきます。まだ自分も完全にはできていないので、情報をお持ちでしたらぜひご指摘く…
I fixed some NPE in version 0.3. eller86/ruleset-for-SLF4J · GitHub But I found that parsing code is not enough to detect bugs. For example, we cannot know the difference between: // this is OK, both of placeholder and parameter is only on…
Interests JavaScript toolkit for rogue like game It's cool... I know that creating map & deciding path are little difficult to implement. It may help a lot of beginners to build game. But sadly, it looks not maintained. CPU compiler for Ja…
New version of ruleset-for-SLF4J has been released! Now it helps you to check number of placeholder. https://github.com/eller86/ruleset-for-SLF4J There are few limitations to use. Please read document for detail.
PMDは「枯れた技術」だと思うしネット上にも日本語情報は多いですが、わりと古いものが多い気がするし1箇所にまとまってたほうが便利だと思うのでまとめてみます。 なお著者のスペックの都合上、SBTのようなナウでヤングなビルドツールは対象にしていません…