Merry Christmas!

⌛Time it takes to read this article: < 1 minutesThis may be the last time we see this year's Santa costume. This photo was taken with the Sony Xperia Z3 SOL 26 below. Actually, starting next year, Y! I'm planning to throw away my mobile smartphone and change it to a SIM from Mineo, an AU-based MVNO, so I also bought a Sony Xperia smartphone from Yahoo Auctions for 30,000 yen. (Network usage restrictions are rated as ○.) Mineo also recently released SIMs that support VoLTE, so there was also the option of the latest Xperia models "Z4 and Z5." However, those models still have heat generation issues, so I decided to choose the Z3. The reason I chose Mineo is that it supports tethering, which is not supported by DoCoMo SIMs, and that the IP phone app "LaLa Call" can be used for free. As expected, since it's a flagship model, the performance is significantly different from the crappy smartphones I've been using. In particular, the camera and sound functions are excellent, and the overall performance is excellent. I think Sony is number one when it comes to smartphones!

Try Cromecast

⌛Time it takes to read this article: < 1 minutesWe conducted an operation experiment with Google Chromecast, which allows you to display videos from your Android device or laptop on your TV.

Buy Nexus9 to successor to dead Nexus7

⌛Time it takes to read this article: < 1 minutes先月、人気のGoogleプロデュースのタブレット端末「Asus Nexus7(2013 32GB Wi-Fiモデル)」がAndroid 5.1.1のOTAアップデートに失敗し、死亡しました。 リカバリーモードで端末を再起動し、初期化処理を行っても復元できませんでした。 メーカ保証の無い機種につき、メーカに修理を依頼すると実費で約25000円くらい掛かるらしいので、自力での復旧を試みます。 PCにAndroid SDKとJava(JDK)をインストールし、そして、SDKのパスを通してから、Googleより入手したファクトリーイメージでROMを焼くADBコマンドを実行してみました。 結果は、ブートローダがロックされているという理由で、コマンドが拒否されました。 そこで、ブートローダのアンロックを行うための以下のADBコマンドを実行したのですが、同様に拒否されました。 adb reboot bootloader fastboot oem unlock Nexus Root Toolkitから、ブートローダのアンロックを指示しても結果は同じでした。 調べたところ、そもそもNexus端末の開発者モード設定で「USBデバッグ」を有効にしていなければ、何をやってもダメらしいです。 という事で、これでNexus7の復旧を諦めた次第でございます。 一般的に、この状態をNexusの文鎮化(Bricked)と云うそうです。 Android 5.0以降でのOSのアップデートは、どうやら危険なようです。 以上の経験にも拘わらず、Nexusは、「Googleから最新のAndroid OSの配信が2年間、セキュリティアップデートの配信が3年間」が約束されているので、新しいもの好きの人には、Nexusは魅力的な端末です。 ある意味、私にとって、タブレット端末は私の生きがいのようなものなので、結局、貯金を下ろして、今回は、HTCの「Nexus9」をヤフオクから購入してしまいました。 Nexus7は案外持ち運びやすかったのですが、画面が狭く囲碁などのボードゲームには使い辛かったです。 よって、より画面の広いNexus9を選んだのですが、やや大きくて重いので、持ち運ぶにはやや不便かもしれません。 先日、Nexus9で「Android 6.0(Marshmallow)」へのOTAアップデートの通知が来ました。 今度は、「USB デバッグ」と「OEMロック解除」をONに設定してから、OSのアップデートを行いました。 悲劇を繰り返さないためにも、NexusのOTAアップデートには、「USB デバッグ」が必須です! 因みに、当店のお客様で、Nexus7を使われているT博士がいらっしゃるのですが、文鎮化を恐れて、まだ、Android 5.0へアップグレードしていないそうです。 *10月30日 追記 「価格.com」にNexus9のレビューを書いて置きました。⇒ Nexus7の後継

Suddenly the PC goes off

⌛Time it takes to read this article: < 1 minutesThe desktop PC I had set up at the store suddenly turned off. I'll summarize how I dealt with it.

Lightbox functionality added to Joyful Note

⌛Time it takes to read this article: < 1 minutesWe have revised the photo bulletin board program (Joyful Note v6.02) installed on this site and incorporated the latest version of Lightbox (2.7.1). 👉 Photo BBS based on Joyful Note X 👉 Joyful Note The latest version of Lightbox is developed based on jQuery. The official website of Lightbox is here 👉 https://www.lokeshdhakar.com/projects/lightbox2/ However, we hope that this modification does not create a new security hole. (..;) * Added on May 27th: The area of ​​concern is that when editing an article, the tag ">" is entered in the title name, and XSS is written, but when I tested it, it was properly converted to "&gt;", so I think it's probably okay.

Vulnerability discovered in Joyful Note and Hidemaru editor!

⌛Time it takes to read this article: < 1 minutesToday, we updated the following two pieces of software that were reported to the NVD (National Vulnerability Database). File manipulation vulnerability in Joyful Note Buffer overflow vulnerability in Hidemaru editor "Joyful Note" (a Perl CGI program) is used on this site's image bulletin board, so a fix was urgently needed. However, the program was modified to accommodate bilingual users, so it took some time to update. Additionally, we also fixed a bug where ".css/.js" files could not be read properly due to server permissions. * Add the following definition to the relevant directory AddHandler text/html .html .htm AddHandler image/gif .gif AddHandler image/jpeg .jpeg .jpg .jpe AddHandler image/png .png AddHandler text/css .css AddHandler application/x-javascript .js A surprising vulnerability has been discovered in the "Hidemaru Editor", which is a favorite of Windows programmers! (°°;)