top of page

We get rusty, but useful

​2022-23
Mixed media

Variable size


 

These are a series of small works created while the artist was working as an office worker.


People who live through capital are sometimes compared to cogs in a wheel, and technology that evolves along with capital is praised with ostentatious names. 

When one is separated from society, stereotypes about society increase. On the other hand, if one is exposed to society for a long time, one becomes buried in its codes.

Gears and technologies rust, but they are still somewhat useful.

Starting from the author's sensations in his life as a member of society, the work mixes up the relationship between human beings and technology in relation to labor.

Each title is taken from a conversation between the author and his colleagues.

スクリーンショット 2023-10-30 20.24.05.png

《互いに価値がないと良くない》2022
​マシン、プライスキューブ

《ビジネスのための提案》2022
​映像、予測変換機能

vote = input("投票を行います。賛成 / 反対 > ")

 

if vote == '賛成':

    print('アグリーです')

else:

    print('アグリーではありません')

 


このコードは、投票を行うプログラムです。
ユーザーに「賛成」か「反対」を選択させ、
「賛成」を選択した場合は「アグリーです」と表示し、
「賛成」を選択しなかった場合は「アグリー
ではありません」と表示します。

def anger_level(target):

    if target.anger < 10:

        return "すみません"

    elif target.anger < 20:

        return "申し訳ありません"

    elif target.anger < 30:

        return "大変申し訳ありません"

    else:

        return "心よりお詫び申し上げます"

このコードは、相手の怒りに応じて返答を変えるものです。
怒りが10未満の場合は「すみません」と返答し、
怒りが20未満の場合は「申し訳ありません」と返答し、
怒りが30未満の場合は「大変申し訳ありません」と返答し、
それ以上の場合は「心よりお詫び申し上げます」と返答します。

《真人間講習》2022
Python

​協力:Ryo Simon

01.JPG

《死んだら何もないと思う》2023
仕事の過程で壊れた基板、額

bottom of page