This is a record for my own passthrough setup, I can finally use a single laptop for windows gaming and linux programming at the same time.
My G14 is GA402RJ(6800HS + 6700s) with MT7922 WiFi/BT card.
At this time, BIOS version is 309.
Therefore, in order to unblock a socket on accept() on both Mac/Linux, shutdown() should not be relied on. Rather, an async cancellation scheme (such as cancellation tokens in .NET) should be used instead to unblock the call to accept().
Thi
| " Set mapleader for general commands (not set by default - not sure if this is needed) | |
| " let maplocalleader = "\<Space>" | |
| " Set maplocalleader for Conjure leader key | |
| let maplocalleader = "," | |
| "Relative line numbers | |
| set relativenumber | |
| " Full color theme support for neovim |
| /* ************************************************************************** */ | |
| /* */ | |
| /* ::: :::::::: */ | |
| /* keycode_mac.h :+: :+: :+: */ | |
| /* +:+ +:+ +:+ */ | |
| /* By: jfortin <[email protected]> +#+ +:+ +#+ */ | |
| /* +#+#+#+#+#+ +#+ */ | |
| /* Created: 2016/12/17 16:42:55 by jfortin #+# #+# */ | |
| /* Updated: 2019/11/10 18:01:39 by jfortin ### ########.fr */ | |
| /* */ |
| # This file contains all available configuration options | |
| # with their default values. | |
| # options for analysis running | |
| run: | |
| # default concurrency is a available CPU number | |
| concurrency: 4 | |
| # timeout for analysis, e.g. 30s, 5m, default is 1m | |
| timeout: 1m |
With: https://www.ffmpeg.org/ (brew install ffmpeg)
The command I used to strip the unused/silent audio channel + "hint for streaming" was:
ffmpeg -i my-video.mp4 -c copy -an -movflags faststart my-video-nosound-hint.mp4
This caused an 8MB video which was too big for web usage, to become a 10MB file that plays immediately while the video is still downloading.
Powerlevel10k can generate the same prompt as Pure.
git clone https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
echo 'source ~/powerlevel10k/powerlevel10k.zsh-theme' >>! ~/.zshrc| #1E1F2B,#1E1F2B,#282A3A,#FFD76D,#1E1F2B,#9A9DA7,#95E18A,#F47777 |