万年素人からHackerへの道

万年素人がHackerになれるまで殴り書きするぜ。

  • ・資産運用おすすめ
    10万円は1000円くらい利益
    資産運用ブログ アセマネ
    • ・寄付お願いします
      YENTEN:YYzNPzdsZWqr5THWAdMrKDj7GT8ietDc2W
      BitZenny:ZfpUbVya8MWQkjjGJMjA7P9pPkqaLnwPWH
      c0ban:8KG95GXdEquNpPW8xJAJf7nn5kbimQ5wj1
      Skycoin:KMqcn7x8REwwzMHPi9fV9fbNwdofYAWKRo

    2019-06-01から1ヶ月間の記事一覧

    Form Filler

    https://chrome.google.com/webstore/detail/form-filler/bnjjngeaknajbdcgpfkgnonkmififhfo/related Webでテストデータを勝手に埋めるのに楽かもしれない。 右クリックしてOptions

    Kitematicでログ検索

    https://github.com/docker/kitematic/pull/1728 プルリクしてるのをパクるw git clone -b log-search-feature https://github.com/ClemMakesApps/kitematic これでクローンして npm install npm start 自分で実装しなくても他にプルリクしてるのがいた。 本…

    Kitematicをgitリポジトリから使う

    Kitematic(カイトマティック) qiita.com クローンする git clone https://github.com/docker/kitematic cd kitematic 起動 npm install npm start Loading "Gruntfile.js" tasks...ERROR >> Error: Electron failed to install correctly, please delete n…

    croutonいれなおし

    chronos@localhost ~ $ sudo startxfce4 で起動できずエラー Cannot connect to extension, retrying... Error: not connected. Cannot connect to extension, retrying... Unable to start display, make sure the crouton extension is installed and enab…

    xenialを消す

    sudo sh ~/Downloads/crouton -r xenial -t xfce-desktop,keyboard,audio,extension,touch,chrome をしたら 下のエラー /usr/local/chroots/xenial already has stuff in it! Either delete it, specify a different name (-n), or specify -u to update it.…

    JestでlocalStorageのテストをモック

    https://blog.ssrf.in/post/2017-07-18-testing-localstorage-with-jest/

    xubuntuでタイトルバーが表示されない

    https://windbell.hatenadiary.jp/entries/2009/12/23 に同じ現象。 Terminalもねーよ。どこだ? 「/usr/share/applications」 にTerminal Emulator ${HOME}/.cache/sessions ディレクトリを削除し、ログインし直します。

    cruton上のXubuntu最初の起動

    # croutonでXubuntu起動 $ sudo startxfce4 の後で[Use default config]と[One empty panel] が選べる。 左がデフォルト選択なので無難にそっちにした。

    croutonどうやってダウンロード?

    https://github.com/dnschneid/crouton Chromium OS Universal Chroot Environment https://goo.gl/fd3zc ってとこのURLをクリックでダウンロード走る。 zipのとかではない。

    ASUS Flip C302 Crostini非対応

    skylakeなのでCrostiniは対応しないっぽい Crostini・・・クロスティーニとよむっぽい(イタリアのパン料理) CroutonでコンテナとしてChrome OS上で別のLinuxを動かすことになります。 ChromebookにCroutonでXubuntuを入れ、VSCodeとMinecraftで仕事する話…

    VSCodeをcrew install codeでエラー

    VSCodeをcrew install codeでインストールした。 codeで起動したらエラー。 Gtk-WARNING **: cannot open display:

    Python DRM解除

    mobidedrm.py 解除 https://github.com/psyrendust/dedrm-ebook-tools/blob/master/DeDRM_Windows_Application/DeDRM_App/DeDRM_lib/lib/mobidedrm.py

    USB接続による端末への転送

    https://www.snow-renkon.info/2016/10/kindlemac.html Amazonのヘルプをよく読んでみると、この「USB接続による端末への転送」というのは、どうやらAmazonの出している「Kindle端末」か「Fire タブレット」でしか使えない仕様のようです。

    Chromebook(ASUS C302CA)でVSCodeインストール失敗

    ASUS C302CAで . <( wget -O - https://code.headmelted.com/installers/chromebook.sh ) 何度試してもVSCodeのインストール失敗。。。。 https://www.webcyou.com/?p=8765 に同じ人が depパッケージはダメだった。インストーラー起動しない。 仕方ないので…

    Chromebook curlエラー

    このエラーになったら curl: error while loading shared libraries: libmetalink.so.3: cannot open shared object file: No such file or directory curlいれなおす github.com

    VSCode ChromeOS

    Visual Studio Code for Chromebooks and Raspberry Pi . <( wget -O - https://code.headmelted.com/installers/chromebook.sh )

    chromebrew

    curl -Ls git.io/vddgY | bash github.com

    Kindleアプリを英語ではなく日本語で起動

    OSの設定を英語にしているが、KindleはマッピングがOSの設定につられててログインが英語版になってしまったりする。 Kindleアプリを英語ではなく日本語で起動 defaults write -app kindle AppleLanguages "(ja)"

    VSCodeoss Chromebook

    www.taneyats.com github.com

    Chromebook

    chrome://flags/ Crostiniを検索

    React CustomEvent

    Reactコンポーネントを外から操作したい - MOL private updateUserName(e: CustomEvent) { e.preventDefault(); console.log(e.detail.value);

    ReactでEvent系のimportまとめ

    TypeScript and React: Events

    Chromebook(ASUS C302CA)でLinux立ち上げ

    ASUS C302CA-DHM4 Chromebook Flip 12.5-inch Touchscreen Convertible Chromebook, Intel Core m3, 4GB RAM, 64GB Flash Storage, All-Metal Body, USB Type C, Corning Gorilla Glass, Chrome OS https://www.amazon.com/ASUS-C302CA-DHM4-Chromebook-Touc…

    A component is changing an uncontrolled input of type text to be controlled errorの警告

    https://stackoverflow.com/questions/47012169/a-component-is-changing-an-uncontrolled-input-of-type-text-to-be-controlled-erro?rq=1 A component is changing an uncontrolled input of type text to be controlled error がうっとおしい。 <input type='text' value={value} onChange={event => onChange…

    inputのtype='radio'での

    : Failed prop type: You provided a `checked` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultChecked`. Otherwise, set either `onChange` or `readOnly`. な警…

    ASUS Chromebook Flip C302CA スキンシール

    https://www.decalgirl.com/skins/asus-chromebook-c302 ASUS Chromebook Flip C302CA

    Reactでチェックボックスのvalueがいつもon

    https://stackoverflow.com/questions/23665905/two-way-binding-with-checkboxes-always-returns-on valueLink.requestChange(e.target.checked); checkedだった

    Ionic class使わない

    https://ionicframework.com/blog/using-react-hooks-in-an-ionic-react-app/

    ReactNativeのキッチンシンク

    RequiresTutorialRoute では hasSeenTutorial を見ている。 しかし、ストアでは sawTutorial デタラメだなぁ・・。。

    Game Builder

    Google、“3Dゲーム開発ゲーム”「Game Builder」をMacとWindows向けにリリース - ITmedia NEWS Steam Game Builder on Steam