方言を話すおしゃべり猫型ロボット『ミーア』をリリースしました(こちらをクリック)
スポンサーリンク
Note/Book

[MBTI] Can Typology and Minutism Coexist? What is the true self?

By intertwining the MBTI's personality typing system with the 'bifurcationism' advocated by Keiichiro Hirano, I would like to discuss whether the 'true self' exists? I would like to discuss the following. Jung's typology proposed that 'one's mental energy is more focused on which world, internal or external, and how one perceives and judges information'.
Note/Book

[MBTI] What are extroversion (E) and introversion (I) as defined by Jung’s “typology”?

Jung's definition of introversion (I) and extroversion (E). The introvert is concerned not with the object but with the psychological processes towards the subject itself, away from the object, and places the subject on a higher value level than the object. On the other hand, the extrovert places the subject below the object and gives a higher value to the object. The subject always has only a secondary meaning.
Note/Book

[MBTI] Should inferior functions be overcome? Can they be overcome?

Attempting to overcome an inferior function is an attempt to pull up an inferior function belonging to the unconscious into consciousness and place it under control. If one tries to forcibly pull up an inferior function, the whole of the primary to tertiary functions belonging to the conscious mind collapses, and the more one tries to pull up the inferior function, the more it descends from the conscious mind.
Note/Book

[MBTI] Why does the unnaturalness that comes out of trying to overcome inferior functions occur?

Differentiation of personality types begins in childhood. For example, the two attitudes 'extroverted' and 'introverted' are actually found in children. Unlike the dominant function, the inferior function is relegated to the unconscious and is not used as frequently, so the response is inevitably slower than the dominant function.
Entrepreneur

[PdM] How to prioritize products? Identifying the trunk and branches

Product managers (PdMs) tend to be busy with a mountain of requests for functional improvements from other departments and customers, especially in the growth phase, depending on the phase of the product. This article describes my theory on how to prioritise products as a PdM.
Development/Design

[JLCPCB] I received a confirmation email after ordering 100 boards. PCB operation is not checked

If there is no problem with the PCB layout, you will not receive an email from JLCPCB, so if you receive an email, it is when there is a problem, such as an incomplete circuit. Also, JLCPCB does not check the functionality of your own PCB, so you need to look at the schematic and PCB yourself to determine if the order is correct.
Development/Design

[Docker] Understanding inter-container communication. external configuration and access methods

For inter-container communication in Docker, you first need to manually create an existing Docker network. Afterwards, set external: true in docker-compose.yml.For inter-container communication, the port mapping of the host is irrelevant and the internal port is used directly.
Development/Design

[Docker] Port mapping. port numbers appear a lot, so I organized them.

When Dockerising and accessing services inside the container, the Docker container itself is an environment that is also independent of the host machine, so access is only possible via the container port.There are two ways to configure Docker port mapping: using the docker run command or using docker-compose.yml.
Development/Design

[ESP32 x PlatformIO] How to coexist the framework with Arduino and ESP-IDF

PlatformIO allows the Arduino and ESP-IDF frameworks to be used together: by setting framework = arduino, espidf in platform.ini, many existing Arduino libraries can be used directly, thus reducing the need for code porting This saves time and effort in porting and rewriting code.
Development/Design

[App] Create a grid post for iOS screenshots with Figma

iPhone screenshots do not require images at all iPhone display sizes; if the app's UI is the same across multiple device sizes and localisations, simply provide screenshots at the highest resolution required.
スポンサーリンク