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

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…