小枝先生の捌き方が凄い。プログラミングは必須じゃないけど、こういう風に仕事出来る人になりたいものです。
覚えてるかは別として、2019年の第2章はアーカイブで終えたけど、第1章がなかなか終わらず、2020年のライブに追いつかれない様にしたいところ。。

0 1

What do you think about my new artwork? This is 'Euphrates Mask in Indian Antiquary of Delhi', created by… a computer!
Is this art?
I learn from your likes, so give a look to my other works!#bitcoin

6 5

sounds like they're cutting you off

​from the generative portrait series "alternatives"

​​#generative

1 10

The best predictions about the future were made decades in the past

6 51

Can computers create art? This is 'Invisible Comic', created by… a computer!
What do you see in it?
I learn from your likes, so give a look to my other works!#illustrator

7 3

Me: "You know, I like this, I wonder how they did the positioning in css, because it reacts nicely to width changes"
Site: *literally recalculates width and positions with javascript everytime the windowsize changes*

0 0

10秒数える時間当てゲーム。
やっと出来たから、全然残念じゃない(^。^)
ついでにskypeで話してた友達にhtml&jsファイル送ったら、向こうでもちゃんと出来た。やったぁ( ´∀`)

0 2

JavaScriptでインクリメントと言う単語が出てきて、この言葉最近どこかで見たな〜で止まってしまい、Cかロボットで当たりをつけてESP32の本見たけどこちらはinclude。ロボットの原点復帰で調べたら、インクリメンタルタイプ。これだ、スッキリ。語源も同じ。JavaScript はまた今日進めます。

0 1

Can computers create art? This is 'On Horse, Oxen and Oxhide', created by… a computer!
Do you like it?
I learn from your likes, so give a look to my other works!#ai

4 4


【急募】 配列を2つ渡すと、要素を交互に入れ込んだ配列を返す関数の最短実装

```
const odds = [1, 3, 5]
const evens = [2, 4, 6]

function kougo(odds, evens) {
// todo
return []
}

console.log(kougo(odds, evens))
//=> [1, 2, 3, 4, 5, 6]
```

16 60

Is my latest work good? This is 'Cleaning of Stomach by Fountain', created by… a computer!
Is this art?
I learn from your likes, so give a look to my other works!#watercolor

7 6

Object.keys() と Object.entries() はシンボルがキーのプロパティは無視する👀

5 28