451 Unavailable For Legal Reasons

とあるゲームエンジニアのブログです

2017-01-01から1年間の記事一覧

C#で最小構成のブロックチェーンを実装してみる

はじめに この記事は BlockChain Advent Calendar 2017 の1日目の記事です。 qiita.com ブロックチェーンとは ブロックはデータと自身のハッシュ値と1つ前のブロックのハッシュ値を持つことでリスト構造となっているのがブロックチェーンというわけで、各ス…

ISUCON7予選に参加してパフォーマンスチューニングの代わりにC#実装のために全時間を使ってきた

C# (.NET Core) 欲しいです!— 鶴谷清明 (@k_tsurutani) 2017年9月8日 とリプライ送ってみたがダメだったので予選中にC#実装を作成してみた。 github.com パフォーマンスチューニングはせずに他言語のと同等なパフォーマンスになるように ASP.NET Core 2.0 +…

【Unite 2017 Tokyo】2017年の注目アセット100連発の中で使ったことある or 使ってみたい33連発

【Unite 2017 Tokyo】2017年の注目アセット100連発 from Unite2017Tokyo www.slideshare.net この中で個人的に使ったことある or 使ってみたいアセットを厳選してみました。 Unity公式提供系 TextMesh Pro https://www.assetstore.unity3d.com/jp/#!/content…

C#縛りでLT大会 & Meetup#2 でLTしてきた

イベントページ forkwell.connpass.com BTC FX 自動トレードのススメ Microsoft OneDrive - Access files anywhere. Create docs with free Office Online. 参照戻り値とUnsafeクラス C#7.0とパフォーマンス Microsoft OneDrive - Access files anywhere. Cr…

Visual Studio 2017 リリース記念勉強会に行ってきた

csugjp.connpass.com C# 7 docs.com ASP‌.NET Core 概要 docs.com C# でブロックチェーン実装 C# でブロックチェーン実装 from Yuto Takei www.slideshare.net AWS Loves .NET: または私は如何に心配するのをやめて Mac を愛するようになったか docs.com…

GoogleのSpannerに関する論文の和訳 3/6

blog.game-programmer.jp 上の記事の続きです。 3.TRUETIME This section describes the TrueTime API and sketches its implementation. We leave most of the details for another article: our goal is to demonstrate the power of having such an API. …

GoogleのSpannerに関する論文の和訳 2/6

blog.game-programmer.jp 上の記事の続きです。 2.IMPLEMENTATION This section describes the structure of and rationale underlying Spanner’s implementation. It then describes the directory abstraction, which is used to manage replication and l…

GoogleのSpannerに関する論文の和訳 1/6

Googleが2013年に発表したSpannerに関する論文の和訳です。長いので全6回ぐらいに分けて訳していこうと思います。 Spanner: Google’s Globally Distributed Database http://dl.acm.org/citation.cfm?id=2491245 Spanner is Google’s scalable, multiversion…

謎の新RDB「Google Cloud Spanner」について聞いてきた

Google Cloud Spannerの情報目当てで下記のイベントに言ってきたのでメモ。 イベントページ connpass.com ついに出た!Google虎の子のNewSQL RDB「Spanner」 by Google Spannerに関する技術メモ from Etsuji Nakai ACID特性 信頼性のあるトランザクションシ…