solarisをqemuにインストール

learn.adafruit.com

Goodbye Xamarin.Forms

itnext.io

Killed by Google

December2021 AngularJS To be flushed in 5 months, AngularJS was a JavaScript open-source front-end web framework based on MVC pattern using a dependency injection technique. It will be about 11 years old. https://killedbygoogle.com/?hacker…

napkin

paiza.hatenablog.com

GPLのクライアントソフト

「クライアント側で認証している」かつ「クライアントソフトがGPL」のため認証をバイパスするフォークアプリが出てきて問題に。 news.slashdot.org

apt-key廃止

gihyo.jp

React native

quipper.hatenablog.com

cache-control

srad.jp

windows uiフレームワークの関係

www.theregister.com

the architecture of opensource application

aosabook.org

windowsのDLLインジェクションを検知するスクリプト

isc.sans.edu

パスワードの比較に==演算子をつかう問題

nowhereref.com 1文字比較に1msかかるとした場合、パスワードの長さによって比較にかかる時間が1ms x 文字列のように法則性が出てくる。 攻撃者にパスワードの長さを予測させてしまう。 The equality (==) operator works on strings by comparing byte by …

スロットリング時のCPU利用率

devblogs.microsoft.com

JavaのSecurityManager非奨励

www.infoq.com foojay.io ->最小権限の原則の必要性を議論したい 議論 www.reddit.com >The discipline of working with least privilege need a boost though. Much of the work on strong encapsulation in the module system works toward that end. → (…

Windows 11にアップグレードしたいけどTPMが気になる

www.gizmodo.jp CPUはWindows11でサポートしているintel製の型番なので問題なし。 だけど、マザーボードにTPMが載っていないはずなので気になり、 チェックアプリを実行するとTPMがないからNGと出た。 使用しているasusのマザーボードのマニュアルを見るとや…

gnu c libraryの2038年対応

www.phoronix.com

GCC Will No Longer Require Copyrights Be Assigned to the FSF

news.slashdot.org www.gnu.org level 1 PitifulView ·4d·edited 4d FYI: This is not a licensing change. It is about whether you need to submit paperwork to transfer the copyright ownership to the FSF before contributing code - you no longer n…

GPLv3

www.youtube.com ビデオでリーナス氏がGPLv3をLinuxカーネルに適用しない話。 GPLv3の何が争点となっているか。 以下の記事の www.infoq.com リンクにある以下の文書 mathew's web site | Apple’s GPLv3 purge There are two big changes in GPL v3. The fir…

Anthos Developer Sandbox

www.itmedia.co.jp

不要になったWindows SDKを削除

github.com

ioremapとmmapの違い

unix.stackexchange.com

静的解析

dev.classmethod.jp

writing linux kernel module

devarea.com

word2vec

Everything you know about word2vec is wrong The classic explanation of word2vec, in skip-gram, with negative sampling, in the paper and countless blog posts on the internet is as follows: while(1) { 1. vf = vector of focus word 2. vc = vec…

Doc2Vec

buildersbox.corp-sansan.com

understanding JSON schema

json-schema.org

UEFIとmruby

UEFI時代のブートローダ from Takuya ASADA www.slideshare.net

Materialize マテリアルデザインのためのCSSフレームワーク

css

www.moongift.jp

C#からWebRTC使う

メモ github.com

PSO2が起動しない場合の1対処方

以下のランチャーのSTARTボタンを押しても別画面が表示されないでプログラムが終了する場合の1対処方法(私のケースでは解消したけど、他の人も解消されるかは不明)。 ランチャー ググると話に出てくる、nguardがこけて起動しないのが原因なのは予測がつい…