2022年1月14日 星期五

How to find my ip

有時候,你需要知道自己的ip 位址,這時候可以簡單用個curl

curl ifconfig.me

2022年1月6日 星期四

HuskyLens upgrade

1.clone repo from github


git clone https://github.com/HuskyLens/HUSKYLENSUploader.git

Install pip3 on MAC

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
brew install python3

install pip3 on Linux

sudo apt install python3-pip
  • Run the following code to install pyserial:
sudo pip3 install pyserial
  • Go to the HUSKYLENSUploader folder
cd HUSKYLENSUploader
  • Run the following code to update the firmware:
sudo python3 kflash.py -b 2000000 HUSKYLENSWithModelV0.4.7Stable.kfpkg

demo_article

使用 msty.app 和 Knowledge Stacks 建立個人知識庫系統 說明 嘗試利用local llm自動從文字檔轉成影音檔 利用AI自動對文件檔產生影音檔案 - YouTube 引言 在資訊爆炸的時代,我們每天接收大量的資訊,但如何有效地管理...