Subculture Science Research Group the 5th meeting NFT

interactive

R: I’ve recently become interested in something called NFT.

TARKY: Yeah, I gave it a try.

R: What’s it like?

tarky: Right now I’m stuck at creating an account, but I wonder if it’s that different from trading virtual currency.

R: I’m not sure about the virtual currency trading, though.

tarky: First, you open an account at an NFT exchange and deposit virtual currency into it.

Then you use the virtual currency to buy collections (works of art linked to virtual currency).

[Read More]

Subculture Science Club Spilling the beans: How to speak with responsibly and evidence

R: I’d like you to give evidence or sources when you talk about it.

Tarky: What do you mean? Commentators on TV shows say whatever they want.

R: Those are experts of some kind, aren’t they? I’d like you to ensure their expertise.

Tarky: That’s a natural science argument, so I don’t think it’s something that is generally required or accepted.

R: Does that mean you think so?

Tarky: The argument is refined with evidence. The argument is refined by criticism. I think this is a special method of argumentation in the natural sciences, which we developed in our graduate school days. It’s not the best way to appeal to the masses.

[Read More]

The 4th Regular Meeting of the Subculture Science Research Group: Sake and Wood

Conversation style

R: Liquor and wood go hand in hand.

Tarky: Oh!

R: When you went to a brewery in Taiwan, you saw a row of sake barrels, right? It’s a common belief that whiskey tastes different depending on the wood of the barrel.

Tarky: Oh, weren’t they burned?

R: Even if it’s burned, some things soak in. And Quercus serrata is good. R: Even if it’s burned, there’s something that soaks in.

[Read More]

落書き

体を丸めたポーズを描きたかった

それはわりとイメージを形にできたんちゃうかな。

足を伸ばして座っている

脚、脚に興味がでてきた。

背中が伸びている?

もうすこし猫背でもいい気もする。

落書きは楽しい

描いてるだけで楽しめるようになってきた。

[Read More]

Subculture Science Research Group Regular Meeting No.3 Wood for electric guitar or anything else?

Conversation style

R: Something about Fender being forced to stop using ash wood

R: I heard that Fender had to stop using ash wood because of climate problems in the southern United States.

R: I was wondering, what’s the point of wood in an electric guitar?

tarky: What do you mean?

R: It doesn’t seem to matter what material it’s made of, but it’s a problem.

tarky: Oh, I see. To sum it up, from the performer’s point of view, it makes sense. But from the audience’s point of view, it doesn’t make much difference.

[Read More]

サブカル科学研究会 こぼれ話 自動文字起こし

こぼれ話

AWS transcribe で音声や動画の文字起こし tarky: 文字起こしも色々サービスあるけど、話者分離はAWSくらいしかないかな?リアルタイムやとSloosもある。まあ、ウェブ会議ツールは色々と文字起こしが導入されてるよね。思ったほど便利なイメージがないけど。それは単に会議の内容に私の理解が追いついてないからかな?

[Read More]

落書き

落書きは楽しい

  • 集中できる
  • 楽しさを感じられる

写真を見ながら描いていると没頭できる

  • うつの気晴らしには丁度いい気がする

資料を漁っていると美人はいるものだなぁと思う

  • pinterestで資料を探す
  • 修正してるかしらんけど、美人が多い気がする
  • 美人じゃなくてもイラストにする分にはあまり関係ない
  • イメージをつかめるようになってきた気がする

画像のリサイズ

  convert sample.PNG -resize 640  resize_sample.png

関連書籍

[Read More]

ffmpegで音声ファイルの音量の正規化(ノーマライゼーション)

  • ffmpegで音声ファイルの音量を調整する方法
  • 音量の正規化のためにffmpegを用いた
    • ffmpegはコマンドラインで利用できるメディアの加工ができる
  • 後々のために使用方法を記録しておく
    • たまに使うときにコマンドを忘れやすい
    • 似たような処理をしたくなることが多いのでメモが役に立つ気がする

ffmpegのインストール

ubuntu 系の場合、以下のコマンドでffmpegのダウンロードとインストールが完了する sudo apt update sudo apt install ffmpeg

[Read More]