2014年3月13日に東京地裁で行われた「黒子のバスケ」脅迫事件初公判で、渡辺博史被告が読み上げた冒頭意見陳述の全文をここに公開します。当初は月刊『創』の次号に掲載しようと考えていましたが、この事件について多くの人に考えてもらうために、全文を早く公開したほうがよいと思いました。 法廷では時間の関係で全文朗読されなかったのですが、読み上げなかった部分に重要な記述もあります。例えば、昨年、脅迫を受けた書店が次々と出版物を撤去していった時期の後に、被告は書店への放火を計画していたという内容です。実行前に被告は逮捕されたわけですが、これは実行されていたら、深刻な事態を引き起こしていたと思われます。 この公判の内容は新聞・テレビで報道されていますが、ごく一部のみ切り取って報じられているため、内容が正しく伝えられていない気がします。アベノミクスで景気回復などと庶民の実感と乖離したことが喧伝される一方で
I’ve done a lot of posts and talks about how we work together at GitHub. The high-level discussion about how we manage to operate without managers in a 60% remote, 240-employee company is pretty interesting to me. Just like code, though, sometimes the high-level is too high-level. Just show me the code, dammit. Sure, you work asynchronously, but what does that actually mean? So, here’s a look at m
iPhone5, 5sサイズのペーパープロトタイプのフォームを作成しました。 iPhone5サイズのPDFはこちらから。 http://www.hugkey.com/302/ A4でプリントアウトすると、大体iPhone5と同じぐらいのサイズになります。 私はこれに書き込んだものをプロトタイピング用のアプリ「POP」で撮影して、画面遷移を見たりしています。 (iPhone6サイズはこちら。) http://www.hugkey.com/798/ Register as a new user and use Qiita more conveniently You get articles that match your needsYou can efficiently read back useful informationYou can use dark themeWhat you can
以前職業プログラマーなら必ず読むべき「Code Complete」 - $shibayu36->blog;や補足 - 職業プログラマーなら必ず読むべき「Code Complete」 - $shibayu36->blog;で紹介したコードコンプリートを再読した。 Code Complete 第2版 上 完全なプログラミングを目指して 作者:スティーブ マコネル日経BPAmazonCode Complete 第2版 下 完全なプログラミングを目指して 作者:スティーブ マコネル日経BPAmazon 一年前はどちらかというと、コードのスタイルの話とか、条件をどうやって綺麗に書くのかとか、コメントはどう書くのかということを学びたくて読んだけど、今回はクラス設計をどうしていくべきかとか、チームでのエンジニアリングをどうしたら良いかとかを中心に読んでいった。 やっぱり学びたいと思っている内容が違うとそ
JAWS DAYS 2014は、トータルで1000人近いの参加者数となり、大盛況のうちにその幕を閉じました。関係者の皆様、参加者の皆様、ありがとうございました! 発表資料やイベントの公式な情報については、恐らくAWS/JAWS-UGの公式サイト側で近日中に何らかまとめられる事になると思われます。 そこで当エントリでは、それら以外の情報について"非公式まとめ"として情報を集約して行きたいと思います。 (※各種情報については暫くの間、適宜更新していく予定です。) 目次 開催前告知エントリ一覧 イベント関連のTogetter一覧 AWSチームメンバーによる参加レポート一覧 登壇者・参加者のレポート一覧 開催前告知エントリ一覧 今回JAWS DAYS 2014では、広報活動を兼ねての"『JAWS DAYS 2014』開催前告知"シリーズを書かせて頂きました。その本数、約2ヶ月間で計16本。イベント
Heads-up: Dashing still works great, but is no longer maintained. Read up about it over here. You can also use the fork of the project. Dashing is a Sinatra based framework that lets you build beautiful dashboards. Check out a demo over here. Here's another one, optimized for 1080p screens. Key features: Use premade widgets, or fully create your own with scss, html, and coffeescript. Widgets harne
This webpage was generated by the domain owner using Sedo Domain Parking. Disclaimer: Sedo maintains no relationship with third party advertisers. Reference to any specific service or trade mark is not controlled by Sedo nor does it constitute or imply its association, endorsement or recommendation.
今日こんなかんじの会話があって、レビュータイム導入した時のことを思い出したので、適当に書こうと思う。 ひさいちレビュー、必ず通すみたいなの良いのか悪いのか— ひさいち (@hisaichi5518) 2014年3月13日 @hisaichi5518 マジレスすると、そのような体制にしておくとスケールしないので、最初の段階では必ず通すというルールにしつつ、他の人がレビューしても大丈夫に出来るように、レビューの練習を同時にしていってもらうとしないといけなさそう— 柴崎優季 (@shiba_yu36) 2014年3月13日 @hisaichi5518 今のチームで新人が入った時は、レビュータイムというのを必ず設けてその時間には最低限どれか一つレビューするというのをやってもらってる。でも慣れるまではこれまでチームにいる人がレビューしないとmergeしないということにしてる。— 柴崎優季 (@shi
All variables that are used to store/cache jQuery objects should have a name prefixed with a $. Always cache your jQuery selector returned objects in variables for reuse. var $myDiv = $("#myDiv"); $myDiv.click(function(){...}); Use camel case for naming variables. Use ID selector whenever possible. It is faster because they are handled using document.getElementById(). When using class selectors, d
Trailer.app keeps you on track of your github pull requests.Never miss a PR comment again. Trailer.app keeps tabs on GitHub pull requests across repositories, directly in your OS X notifications centre. What Trailer.app can do for you? Link with your GitHub account quickly & easlily by creating a GitHub API token, paste it in the settings window and you're ready. Includes "Your Own" / "Participate
Adopting Modern Objective-COver the years, the Objective-C language has grown and evolved. Although the core concepts and practices remain the same, parts of the language have been through significant changes and improvements. These modernizations improve type safety, memory management, performance, and other aspects of Objective-C, making it easier for you to write correct code. It’s important to
With the introduction of iOS 7.1 Safari understands a new viewport meta tag which automatically reduces the mobile Safari ui to a minimum. I think it’s a great addition and hope other browsers will support it in the future, too. <meta name="viewport" content="width=device-width, minimal-ui"> Here is my blog before and after adding minimal-ui: Hint: As a user you can get the menu bar back by tappin
1Beautiful We don’t modify or subset the font in any way, so they are rendered the way they were meant to be seen. 2Fast Fonts are served through Fastly's industry-leading CDN network and supported by Linode's reliable infrastructure. 3Open source Brick is entirely open source, so in addition to being free, anyone interested can contribute to the project. Mission In the age of the Internet, we've
以前に「はてなとそっくり」なWebサービス開発会社として、開発のいろいろをお聞きした「リクルートコミュニケーションズ」が、エンジニアリングの対象を、アドテク分野にシフトし、最先端の分野でWebサービス出身のエンジニアたちがさまざまな工夫をしています。3年前と同じように、はてなチーフエンジニアの大西を交えて座談会を開催し、開発環境からキャリアパスのことまでいろいろとお聞きしました。記事の最後には、MacBook Pro Retinaディスプレイモデルが当たるプレゼントのお知らせもあります。 座談会出席者(上写真、左より):はてな 大西康裕、リクルートコミュニケーションズ 大石壮吾さん、日馬康和さん、阿部直之さん、上田和孝さん (※この記事は、リクルートコミュニケーションズ提供によるPR記事です) 大西 ご無沙汰しています。はてなチーフエンジニアの大西です。以前もこちらのリクルートコミュニケー
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く