side occupation home page
Created|Updated|from my notion space
|Post Views:
side occupation
homepage
click here come back to homepage.
Author: Jiao hongbao
Copyright Notice: All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.
Related Articles

2025-04-27
FPGA on arch
FPGA on archall the tool-chain we should have is : 1234567chisel # for generate verilog code , optionaliverilog # for compile the verilog filegtkwave # for observe the chartsyosys # for synthsissymbiflow # for synthsis, placement and routing, generate bitstreamsF4PGA # new version of symbiflowopenocd # for uploading to board during these tools, we can pull the docker iamge of symbiflow: 1docker pull daverichmond/fpga-symbiflow:latest and we can use vivado: after download for AMD website...

2025-04-27
label together
go on labeling togetherCVAT is a tool that can support many people to collaborate together to prepare the dataset of computer vision. how to install CVAT or you can use roboflow… side occupation homepageclick here to come back to side occupationhomepage.

2025-04-27
ollama
ollamait is a way super easy to deploy AI to local machine. 1234567yay -S ollama# modify .bashrcif ! pgrep -f "ollama serve" > /dev/null; then ollama serve & disownfi 12345#useollama pull deepseek-coder:6.7bollama pull deepseek-coder(latest) side occupation homepageclick here to come back to side occupationhomepage.

2025-04-27
CVAT
how to install CVATCVAT uses Docker Compose to manage multiple containers. Install it using the following commands: 12sudo pacman -S docker-composedocker-compose --version then we should clone the repository: 12git clone https://github.com/openvinotoolkit/cvat.gitcd cvat export parameter in .bashrc: 12export CVAT_HOST=FQDN_or_YOUR-IP-ADDRESS set up CVAT with docker-compose: 1docker-compose up -d (maybe should try much more times) run follow command to create a superuser: 1docker exec -it...
Announcement




