万年素人からHackerへの道

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

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

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

    gulfとbayの違い

    湾だけど gulfは海側が凸で、bayは海側が凹かな?

    Flutterでのプロジェクト生成コマンドの詳しいオプション説明

    qiita.com Flutterでのプロジェクト生成コマンドの詳しいオプション説明 よく忘れるがまずプロジェクトフォルダを先に作る!! さもないとカレントに中身が出てしまう

    サブコレクションのみだけを取得したい時

    CollectionGroupを使う。 待ち焦がれたCollectionGroupがCloud Firestoreへやってきた。 - Qiita Themeの中にcommentsというsub collectionみたいなやつがあったときに、 Theme A - comments Theme B - comments なときに、AからもBからも取りたい需要がある…

    前置詞違うだけで意味変わる

    She made a great presentation to the board. 取締役会の前で彼女は素晴らしいプレゼンテーションを行った。 このboard(boʊrd)は取締役会(a group of people with the power to make important decisions about how a business or organization works) …

    動詞のtaxi

    taxied ・・move slowly Definition of taxi (Entry 2 of 2) intransitive verb. 1 a of an aircraft : to go at low speed along the surface of the ground or water. tax·ied (tăk′sēd), tax·i·ing or tax·y·ing, tax·ies or tax·is (tăk′sēz)

    RenderObjectからlocalToGlobalがない

    Flutter2のせいか? これはlocalToGlobalがない final box = globalKey.currentContext! .findRenderObject(); box!.localToGlobal(Offset.zero); https://github.com/flutter/flutter/issues/61124 as RenderBoxをする final box = globalKey.currentContex…

    Riverpodとラジオボタンの連携に良さそう

    Flutter Riverpod Example - Category Selection - Barttje

    @required vs required

    Dart 2.12から@requiredじゃなくていいのね stackoverflow.com

    a numberはIDでとかじゃなくて人数

    It has been put into use in several cashier-less Amazon Go stores, and the company said it has signed up thousands of users, but it didn't give a number. それはいくつかのレジなし店舗アマゾン・ゴーで使用されており、同社は数千人のユーザーを…

    timesは回数だけでない

    The new network will speed up data processing by up to five times. 新たなネットワークは最大で5倍、データ処理を迅速化する。

    lose some weight 反対の言葉

    lose some weight 逆 put on weight

    step downの言い換え

    step down=resign to give up your position

    however

    His success in business came at a cost, however, with his marriage ending in divorce. しかしながら彼のビジネスでの成功には高い代償が伴い、彼の結婚生活は離婚で終わった。

    Next to the pictureの別の言い回し

    at the side of the picture beside the picture

    school grades

    school grades A = EXCELLENT F - failure

    competitive

    competitive 競合する、競争に勝てる as good or better than others of a similar type To be competitive, the store dropped its prices. その店は他店に負けないよう値下げをした。

    AppBarのtitle部分のスペースを無くしたい

    Flutter Tip: TabBar inside AppBar without Title | by Dhrumil Shah | Flutter Community | Medium bottomからflexibleSpaceにしたらOKとおもったら、変なスペースが入る。 https://blog.mrym.tv/2019/09/flutter-tabbar-without-appbar-title/ flexibleSp…

    Firebaseのそれぞれ操作

    https://www.wakuwakubank.com/posts/723-firebase-firestore-query/

    in person

    直接

    映画の上映中

    「その時、自分は何かできると思いました」 "That's when I knew I could do something about it," knewは知るだけじゃない「思う」もある

    映画の上映中

    during the film during the movie showing

    HEIC変換 PillowをPython3で使うコピペ

    brew install libheif curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py python3 get-pip.py sudo pip3 install pyheif Pillow でインストールして、 以下のようにする https://qiita.com/tomoyk/items/c2a85dced32c08aca209

    on scale from 0–100.

    All of the essays will be graded on scale from 0–100. 小論文は全て、0~100点で採点される。 how would you rate my english on a scale of 1-10, 10 being the highest?

    Dartでランダムな二次元配列作ってそれをある列で縦に足す

    fold import 'dart:math' as math; void main() { var random = math.Random(); var hoge = [ List.generate(10, (int i) => random.nextInt(100) + 1), List.generate(10, (int i) => random.nextInt(100) + 1), List.generate(10, (int i) => random.nextI…

    flutterでローカライズ系のテスト

    import 'dart:ui'; import 'package:app_name/generated/l10n.dart'; import 'package:app_name/utils/utils.dart'; import 'package:flutter/material.dart'; import 'package:flutter_localizations/flutter_localizations.dart'; import 'package:flutter…

    RiverpodのExampleを動かす

    これを動かしたい /examples/stackoverflow 以下の実行が必須。さもないと足りない。 flutter pub run build_runner build --delete-conflicting-outputs https://stackoverflow.com/questions/64917744/cannot-run-with-sound-null-safety-because-dependen…

    iOSのバージョンとビルドの番号は

    iOS

    バージョン0.0.0でビルドは0も行ける

    iOSのアイコンのアルファのうざいやつでAppStoreConnectに失敗するとき

    iOS

    ERROR ITMS-90717: "Invalid App Store Icon. The App Store Icon in the asset catalog in 'Exponent.app' can't be transparent nor contain an alpha channel." ios/Runner/Assets.xcassets/AppIcon.appiconset とかの画像をちまちま開いて チェック外し…

    varで省略できないとき

    SizedBoxを最初から突っ込んであとから別のWidget入れるときはすでにSizedBoxになってしまいエラー Widget _statusCircle(BuildContext context) { // var child = const SizedBox(); Widget child = const SizedBox(); // 男性のみ if (user.profile.gender…

    エスノグラフィー、諜報

    エスノグラフィー(ethnography)とは、もともと文化人類学や社会学において使用される調査手法のことを指していました。 自分とは違った生活世界に住む人たちの文化やコミュニティを、アンケートなどを使った数字(定量的なデータ)ではなく、観察やインタ…