Posts

僕はもう一年近く何の水戸黄門も見ていない。

  イデオロギー操作だったからである。これからの時代にはそのようなジャスティスはない。本当におかしいくらいのときもあった。でも今でも弥七が煙玉を投げて逃げるシーンは覚えている。社会には避けられない良くないことが多い。そういうことがある時、弥七が役に立つ。 スカイプは以前よりだいぶ狭くなりましたが、今でもいいことは一つくらいある。エンクリプションがやっと完全な姿で出来上がっています ? デザインは良くないし完全にクラウド上で動作しているし、ストアからインストールするし。僕が使用しているインストーラーに脆弱性があるバージョンは一応キープしておく。そして絶対にサポートが終わるまで変えない。そしてだめになったとき、その時は VoIP を別の VR ソフトでやるつもりだ。もちろん Skype インタビュー版も考慮します。 それにしてもさぱり復活はすでに何度もこなされているので、ここでまだ「しないか?」とか言っている場合じゃないですよ。 これからが本番である。西原総研と NOAH コーポレーション並びに Blendo がさぱりを VR でポストペットより10倍いい質でお届けします。 G 澤井と TNOMA もアドバイザーとして加わっています。 さあ! SAMPO   CHAT   2018 ! グローバルに行くぞ!ポケモン Go みたいなものではない。 JAVA3D さぱりでも MSN メッセのやつでもない!さぱりだ。 VAIO のさぱりだ。このメッセージに返信する方は「さぱり」ならびに SAMPO   CHAT  をネットで検索し続けてください。

reverse-engineering

  Whether it's rebuilding a car engine or diagramming a sentence, people can learn about many things simply by taking them apart and putting them back together again. That, in a nutshell, is the concept behind reverse-engineering—breaking something down in order to understand it, build a copy or improve it.   A process that was originally applied only to hardware, reverse-engineering is now applied to software, databases and even human DNA. Reverse-engineering is especially important with computer hardware and software. Programs are written in a language, say C++ or Java, that's understandable by other programmers. But to run on a computer, they have to be translated by another program, called a compiler, into the ones and zeros of machine language. Compiled code is incomprehensible to most programmers, but there are ways to convert machine code back to a more human-friendly format, including a software tool called a decompiler.   Reverse-engineering is used for m...