Uncategorized

Extract and Format ChatGPT Chat History as JSON #JavaScript #MDX

A specific method for simply extracting and formatting data using Chrome Developer Tools and JavaScript. The most major way to save ChatGPT conversation history is the built-in official feature, exporting via the 'Data Controls' tab โ†’ 'Export' for backup, but this has problems.

Shou Arisaka
4 min read
Aug 25, 2024
Read More
Uncategorized

Creating Glossaries with DeepL API to Specify Translation Results #Node.js

When translating with the DeepL API, you can customize translation results by specifying a glossary. For example, in this code, we specify that the word `Hello` should be replaced with `ใƒใƒญใƒผ` (the katakana version).

Shou Arisaka
2 min read
Aug 21, 2024
Read More
Uncategorized

How to Install PyCharm Professional Edition for Free

JetBrains' PyCharm is said to be the ideal IDE for Python development. I haven't used PyCharm much myself, but I was previously told that the PyCharm student license version is fully featured and free, so I decided to give it a try.

Shou Arisaka
2 min read
Aug 17, 2024
Read More