江口 晋之介

株式会社六の代表。2013年に東京工業大学在学中に起業しシステム開発に10年以上携わる…

江口 晋之介

株式会社六の代表。2013年に東京工業大学在学中に起業しシステム開発に10年以上携わる。Shopifyに特化し、250名以上の日本人開発者が参加するSlackコミュニティを運営。現在は顧客のShopify関連の開発の他、自他問わず生成AIを組み込んだシステムなどを開発しています。

最近の記事

Ubuntu20にMariaDBをインストールする

MariaDB初期設定最新バージョンのレポジトリをインストールする。 $ curl -LsS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | sudo bash$ sudo apt update$ sudo apt install mariadb-server libmariadb-dev 動作確認 $ systemctl status mariadb スタートアップで起動するように設定 $ sy

    • Djangoの開発環境の構築手順

      Anacondaの環境を用意conda create -n myenvname 作成した環境を有効化 & Pythonをインストール (最初に「conda create -n myenvname python=3.12」とかの実行でも可) conda activate myenvnameconda install python==3.12 Djangoを入れて起動Djangoをインストール、プロジェクト作成 pip install Djangodjango-admin

      • Ubuntu22でAirPodsの最大音量が小さい時の対処法

        Linux では、Bluetooth ヘッドセットの Absolute Volume(AVRCP の絶対音量制御)に完全に対応していない場合があり、これによりAirPodsや他の最新のBluetoothデバイスの音量問題を生じることがあります。 通常、LinuxはHSP/HFPとA2DPのプロファイルをサポートしていますが、これらはAVRCPの絶対音量制御をサポートしていないことが多いです。ただし、設定を調整してデバイス間の音量同期の問題を回避することができます。以下のよう

        • 孫正義Softbank World講演の動画をChatGPTで要約しました。

          2023年12月のSoftbank Worldにおける、孫正義ソフトバンク創業者の講演を見たかったのですが、長いのでChat GPTで要約しました。下記にまとめます。動画は下にも埋め込んでいるので、気になる方は本編を見てください 要約内容🌅 おはようございます、孫正義です。久しぶりのスピーチです。 🐟 金魚の例を使って、知能の強さの本質について話します。 🧠 知能の強さは、ハードウェア(ニューロンの数)とソフトウェア(学習・教育)によって定義されます。 💻 AIの強さ

        Ubuntu20にMariaDBをインストールする

          Handling CSV Imports and Exports in PostgreSQL

          As a memo, I will write how to import csv and export csv in PostgreSQL. First , login PostgreSQL Database and execute command below. Export to CSV\copy TABLE_NAME to path_to_filename.csv delimiter ',' csv header; Import from CSV\copy TAB

          Handling CSV Imports and Exports in PostgreSQL

          Creating Custom Commands in Django

          As a note, I will summarize below the method for creating your own custom commands in Django. Create app_name/management/commands Directorycreate management directory and create __init__py file and commands directory in it. Create Custom

          Creating Custom Commands in Django

          Fetching Data Recursively with Python APIs

          Here is the standard pattern for retrieving list-type data via an API using Python. def getAllContents(page_num=1): contents = [] page_num = 1 endpoint = "https://example.com/content?page_num=" + str(page_num) headers = {'Autho

          Fetching Data Recursively with Python APIs

          PostgreSQL Command Cheat Sheet

          Here is a summary of commonly used PostgreSQL commands: Connect to databasebash command $ psql -h HOST_NAME -p PORT_NUMBER -U USER_NAME -d DATABASE_NAME From here on, I will list SQL commands. Show list of databases\l Create DatabaseCR

          PostgreSQL Command Cheat Sheet

          Install and Setting PostgreSQL in Ubuntu22.04

          As a memo, I will compile the steps for installing PostgreSQL on Ubuntu Desktop for development. Install PostgreSQLInstall according to the instructions on the official website. # Create the file repository configuration:$ sudo sh -c 'ech

          Install and Setting PostgreSQL in Ubuntu22.04

          Send or Get files with SCP

          ssh_configHost server_bane User eguchi Port 22 HostName xxx.xxx.xxx.xxx IdentityFile ~/.ssh/id_rsa_xxxx Send uploadscp /path/to/file.xxx server:/full/path/to/dir/ Get downloadscp server:/full/path/to/dir/filename /path/to/dir/

          Send or Get files with SCP

          Ubuntu 22.04 Settings to use AirPods and Logicool Mouse

          Airpods setting in Ubuntu22.04Rewrite /etc/bluetooth/main.conf $ sudo vi /etc/bluetooth/main.conf Change ControllerMode value. ControllerMode = bredr Restart Bluetooth service $ sudo systemctl restart bluetooth Logicool setting in Ubu

          Ubuntu 22.04 Settings to use AirPods and Logicool Mouse

          Ubuntu22.04.4をWindows 11でデュアルブートする

          Windows 11とにUbuntu22.04.4をデュアルブートでインストールした際のメモ 1,インストール用のUbuntu USBを作成(UUIを使用 正しいリンク:https://pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/) 2,予めインストールするディスクを決めておく 3,PC起動時にF2やDel押下でブートメニューへ(セキュアブートをDisableに) 4,ブート後、パーティションを用意する(手

          Ubuntu22.04.4をWindows 11でデュアルブートする

          Desktop Ubuntuをインストールしたらやること

          Ubuntu GUI版を何度もインストールすることがあるので、備忘録に 1,Google Chromeを入れる 2,ログインして、PW管理の拡張機能を入れる 3,VS code入れる 4,githubにログインして、SSH接続する(ssh-keygen) 5,短縮語を辞書登録する 6,拡張機能を入れる  extension-manager, User Themes, Vitalsなど

          Desktop Ubuntuをインストールしたらやること

          Shopify 商品を登録しよう

          こちらの記事は移動しました。 ↓ https://factory.d3-jp.com/shopify/basic-register-products

          Shopify 商品を登録しよう

          Shopify開発勉強会レポート

          こんにちは。江口です。 「Shopifyの開発で、困った時に、ここで聞けばなんとかなる」みたいな場所を目指してShopify開発者向けのSlackグループと定期的な勉強会を開催しているのですが、この記事は7/18と8/8の勉強会開催レポートです。 Questionを投げてもらってわかる人で答えるような形式で進めているのですが、どんな内容を勉強会でやってるのかなどを感じてもられば幸いです。 <8/8の勉強会内容>Q. テーマの開発方法はどうする?Debutを使う? 以前で

          Shopify開発勉強会レポート

          Shopify入門

          こちらの記事は移動しました。 ↓ https://factory.d3-jp.com/shopify/shopify-basic