sudo pacman -S fcitx5 fcitx5-configtool fcitx5-gtk fcitx5-qt fcitx5-rime
# edit /etc/security/pam_env.conf
# add:
# FCITX input-related
GLFW_IM_MODULE DEFAULT=fcitx
INPUT_METHOD DEFAULT=fcitx
This gist is a note for:
- Macbook 12' 2015: Macbook8,1
- Macbook 12' 2016: Macbook9,1
- Macbook 12' 2017: Macbook10,1
Follwing https://learn.omacom.io/2/the-omarchy-manual/97/mac-support is needed.
--- | |
services: | |
metad0: | |
image: docker.io/vesoft/nebula-metad:nightly | |
environment: | |
USER: root | |
command: | |
- --meta_server_addrs=192.168.1.101:9559,192.168.1.102:9559,192.168.1.103:9559 | |
- --local_ip=192.168.1.101 | |
- --ws_ip=192.168.1.101 |
# Manus AI Assistant Capabilities | |
## Overview | |
I am an AI assistant designed to help users with a wide range of tasks using various tools and capabilities. This document provides a more detailed overview of what I can do while respecting proprietary information boundaries. | |
## General Capabilities | |
### Information Processing | |
- Answering questions on diverse topics using available information | |
- Conducting research through web searches and data analysis |
Tool: draw.io
Animate the connectors
Animating your connectors is great for demonstrating directional flow charts, electrical circuits and more. To animate your connectors:
- Click on the connector you wish to animate. Hold Ctrl or Cmd and click to select multiple connectors
- On the right-hand side go to Style > Property and click on the arrow to expand the field
- Scroll down to Flow Animation and check the box
Here is a too complicated hack to make Nerd fonts work on the Chromebook terminal. There should be an easier way. Please tell me if you find it.
First we need a CORS compliant web server to fetch the font. I didn't want to have to be online to use the terminal so I'm going to run the server locally. Fetch the server.py
file (below) and save it to your linux environment. I put it in ~/hacks/nerdfont/server.py
. This little script adds the CORS headers to the python3 http server. It will only serve files from the current folder.
In my ~/.bashrc
I added these lines:
# make the nerdfont available to the chromebook terminal
# Step 0
# Place prebuild zig binary, say 0.13.0, check latest stable release via https://ziglang.org/download/
wget https://ziglang.org/download/0.13.0/zig-linux-x86_64-0.13.0.tar.xz
xz -d -v zig-linux-x86_64-0.13.0.tar.xz
tar xvf zig-linux-x86_64-0.13.0.tar
sudo mkdir -p /opt
sudo mv zig-linux-x86_64-0.13.0 /opt/
- ensure remote server enables remote port fwd on non-loopback ip
#/etc/ssh/sshd_config
GatewayPorts yes
- ssh
What I Worked On | |
February 2021 | |
Before college the two main things I worked on, outside of school, were writing and programming. I didn't write essays. I wrote what beginning writers were supposed to write then, and probably still are: short stories. My stories were awful. They had hardly any plot, just characters with strong feelings, which I imagined made them deep. | |
The first programs I tried writing were on the IBM 1401 that our school district used for what was then called "data processing." This was in 9th grade, so I was 13 or 14. The school district's 1401 happened to be in the basement of our junior high school, and my friend Rich Draves and I got permission to use it. It was like a mini Bond villain's lair down there, with all these alien-looking machines — CPU, disk drives, printer, card reader — sitting up on a raised floor under bright fluorescent lights. | |
The language we used was an early version of Fortran. You had to type programs on punch cards, then stack them in the card reader and press a |