-
Development
How to Install GitHub CLI and Set up Authentication
What do you use when operating from a terminal against a repository on GitHub? You are likely using a git program. Common Git operations, such as clone, commit, push, pull, fetch, etc., can be handled by git programs like repositories on... -
開発
GitHub CLIの導入と認証情報設定方法
GitHubに置いたリポジトリに対してターミナルから操作するとき、何を使用していますか? gitプログラムだと思います。 クローンやコミット、Push、Pull、Fetchなどの一般的なGit操作であれば他のサーバーにあるリポジトリと同じようにgitプログラムで不自... -
開発
Aterm WX11000T12 を導入
2022年9月2日、以下を改正する総務省令が交付され、即日施工され、日本でも6GHz帯のWi-Fiが使用可能になりました。 電波法施行規則 無線設備規則 特定無線設備の無線設備の技術基準適合証明等に関する規則 この改正によりWi-Fi 6Eの合法的な利用が実現しま... -
AI & ML
チワワ画像を生成: Dream StudioとStable Diffusionの活用
生成系AIの一つに画像を生成するStable Diffusionがあります。Stable Diffusionを利用したWebサービスの一つにDream Studioがあります。 この記事ではDream Studioを使ってチワワの画像を生成してみました。 「なぜ、チワワなのか?」 それはアールケー開... -
AI & ML
How to generate diagrams with ChatGPT: Generating Codes
To write about color spaces in another blog post, I needed a diagram to illustrate color spaces such as Adobe RGB and sRGB. I need a diagram showing the range each color space covers on the spectrum, with the CIE 1931 color spectrum as a... -
AI & ML
ChatGPTで図を生成する方法 : コードを生成する
別のブログの記事で色空間のことを書くのに、Adobe RGBやsRGBといった色空間を説明するための図が必要になりました。必要なのはCIE 1931 カラースペクトルを背景に、各色空間がカラースペクトル上でどの範囲をカバーするかを示す図です。 手書きするのは正... -
AI & ML
Utilizing ChatGPT Effectively: How to Specify Information and Tasks Efficiently
The ChatGPT web interface solely features input fields for submitting queries. As such, it does not provide a dedicated input field for executing actions based on specific text (information). So how should it be specified? How to specify... -
AI & ML
ChatGPTを活用する方法: 情報とタスクの効果的な指定方法
ChatGPTのWebインターフェイスは質問を入力するための入力欄があるだけです。あるテキスト(情報)に基づいて何かを実行させたいときに専用の入力欄があるというインターフェイスにはなっていません。 では、どのように指定したら良いのでしょうか? 情報... -
AI & ML
ChatGPT体験記: AIとの対話で学ぶ新たな可能性
ChatGPTはOpenAIによって開発された大規模な自然言語処理AIです。言語に関する様々な質問やタスクに関して応答することできるサービスです。チャット形式でAIと対話的にやりとりができるサービスになっています。 最近、テレビや新聞などでも取りあげられ... -
Development
Requires Xcode 14.1 or later to release on App Store
On April, 29, 2024. The reqruired Xcode version was updated.App Store Connect Submission Requirements for Xcode 15 Apple has announced that any apps submitted to the App Store after April 25, 2023, must be built with Xcode 14.1 or later.... -
開発
App Storeでリリースするアプリのビルド環境はXcode 14.1以降が必要
2024年4月29日に更に引き上がりました。App Store Connect へアップロードするアプリはXcode 15が必須 2023年4月25日以降にApp Storeでリリースするアプリは、Xcode 14.1以降でビルドする必要があると発表されました。 特別なことをしていないアプリであれ... -
Development
Learn Online: Top 6 Paid Services for Personal and Professional Development
Online learning platform for learning new technologies Software engineers must keep learning to broaden their knowledge and improve their skills. Therefore, I use the services introduced in this article daily to improve my skills and gai... -
開発
オンラインで学ぶ:おすすめの有料サービス6選
ソフトウェアエンジニアにとって知識の幅を広げたりスキルの向上のために学習し続けるということはとても大切なことです。私自身もスキルアップや新しい技術の獲得・リスキリングのため日々、この記事で紹介するサービスを利用しています。 どのサービスも... -
Development
Install and boot Windows 10 / 11 on USB external disk
When developing software for PCs, multiple versions of an OS are needed for testing. In such cases, there is a way to install the OS on a virtual PC using VMware Workstation or other software. However, programs that use the GPU directly ... -
開発
Windows 10 / 11 をUSB外付けディスクにインストールして起動する
PC向けのソフトを開発していくると動作テストのために複数のバージョンのOSが必用になります。このようなとき、VMware Workstationなどを使用して仮想PCにOSをインストールする方法があります。しかし、GPUを直接使用するプログラムの場合は物理マシンが必... -
Development
How to resolve the error “http.postBuffer” when pushed to the Git repository
When you attempt to push to a remote Git repository, you might encounter the following error, causing the operation to fail. error: unable to rewind rpc post data - try increasing http.postBuffer error: RPC failed; curl 56 LibreSSL SSL_r... -
開発
Gitのpushで発生するhttp.postBufferのエラーへの対応方法
Gitのリモートリポジトリにpushするときに次のようなエラーが発生して失敗してしまうことがあります。 error: unable to rewind rpc post data - try increasing http.postBuffer error: RPC failed; curl 56 LibreSSL SSL_read: Connection reset by peer... -
Development
The window is on the back when running from Pycharm
No window appears when I attempt to display one using OpenCV's imshow() function in Python. When running from a Terminal app, there is no problem. However, it still does not appear when executed from the terminal tab within Pycharm. This... -
開発
Pycharmから実行したときのウインドウは背面にある
PythonでOpenCVのimshow()関数でウインドウを表示したときに、何も表示されないという現象が起きました。 ターミナルから実行した場合は問題ない。しかし、Pycharm内のターミナルタブから実行したときはやはり表示されない。 時間で終了するスクリプトのた... -
Development
Set up a development environment for OpenCV and Python
Python and OpenCV are used to develop services and applications using Computer Vision, Machine Learning (ML), and Artificial Intelligence (AI). It is also used to learn about these technologies. Once the development environment is set up...