Skip to content

Instantly share code, notes, and snippets.

View tuxedocat's full-sized avatar
🐈‍⬛
WFH with cats

yu-s tuxedocat

🐈‍⬛
WFH with cats
View GitHub Profile
@tuxedocat
tuxedocat / lima_docker_rootless.yaml
Last active February 21, 2023 17:07
lima-vm setting: Rootless docker with both TCP/UNIX Socket connection (I personally use this setting for buildpacks)
# Example to use Docker instead of containerd & nerdctl
# $ limactl start ./lima_docker_rootless.yaml
# $ limactl shell lima_docker_rootless docker run -it -v $HOME:$HOME --rm alpine
# To run `docker` on the host (assumes docker-cli is installed):
# $ export DOCKER_HOST=unix://$HOME/docker.sock
# $ docker ...
# This example requires Lima v0.7.3 or later
# CPUs: if you see performance issues, try limiting cpus to 1.
[
{
"name": "Pok3r Default",
"author": "tuxedocat"
},
[
{
"y": 1.5,
"c": "#242b2b",
"t": "#bfbfbf",
@tuxedocat
tuxedocat / Pok3r-macOS-_Karabiner-fn_.kbd.json
Last active June 28, 2020 04:24
Pok3r macOS (Karabiner fn)
[
{
"name": "Pok3r macOS (Karabiner fn)",
"author": "tuxedocat",
"switchMount": "cherry",
"switchBrand": "cherry",
"switchType": "MX3A-L1xx"
},
[
{
body {
background: #2e3440;
color: #4c566a;
}
div.title {
color: #d8dee9;
}
.qs_input {
background: #3b4252;
color: #d8dee9;
@tuxedocat
tuxedocat / nord-vimium.css
Last active October 13, 2022 04:50 — forked from mikowl/nord-vimium.css
Nord Vimium Theme
/* Nord Vomnibar CSS */
/* Installation: Open Vimium Options -> Click "Show Advanced Options" and paste this into the CSS for Vimium UI text area. */
/* Nord Colors
#2e3440
#3b4252
#434c5e
#4c566a
#d8dee9
#2E3440,#3B4252,#88C0D0,#2E3440,#3B4252,#D8DEE9,#A3BE8C,#81A1C1
#1D252C,#4c566a,#28313A,#70e1e8,#28313A,#B7C5D3,#5ec4ff,#e2728d
#!/bin/sh
# Avoid "JavaScript heap out of memory" errors during extension installation
# (OS X/Linux)
export NODE_OPTIONS=--max-old-space-size=4096
# Jupyter widgets extension
jupyter labextension install @jupyter-widgets/jupyterlab-manager@1.1 --no-build
# jupyterlab renderer support

★: Best paper award nominees http://www.acl2019.org/EN/nominations-for-acl-2019-best-paper-awards.xhtml

よさそう

  • ★ We need to talk about standard splits: 前ざっと読んだ
  • ★ Towards Near-imperceptible Steganographic Text: 「透かし」について
  • ★ Detecting Concealed Information in Text and Speech
  • ★ Zero-shot Word Sense Disambiguation using Sense Definition Embeddings
  • ★ Scalable Syntax-Aware Language Models Using Knowledge Distillation
  • ★ Persuasion for Good: Towards a Personalized Persuasive Dialogue System for Social Good
@tuxedocat
tuxedocat / City Lights.itermcolors
Created December 28, 2018 03:00
https://github.com/ruimarinho/iterm2-city-lights with BG-color changed back to the original city-lights theme.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Ansi 0 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.29019609093666077</real>