Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html lang="en" data-theme="light">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Cloud Chamber in Browser</title>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.classless.min.css"

#altserverinstallbattle Memo

install

sudo snap install docker
sudo addgroup --system docker
sudo gpasswd -a $USER docker

# sudo reboot
@xiupos
xiupos / iwanami_zensho.md
Last active December 7, 2025 06:54
岩波全書 一覧

北海道大学附属図書館の蔵書目録より作成

巻番号 著者
1 哲学の根本問題 西田幾多郎
2 哲学通論 田邊元
3 行政法 ; 1 美濃部達吉
4 国際法 横田喜三郎
5 民法 ; 1 総則・物権上 我妻榮
6 民法 ; 3 親族・相続 中川善之助
@xiupos
xiupos / .bashrc
Created October 27, 2025 12:00
Minimal .bashrc with completions
# ~/.bashrc
[[ $- != *i* ]] && return
import-sh() { [[ -f "$1" ]] && . "$@"; }
# -------------------------------------------------------------------
# completion
import-sh /usr/share/bash-completion/bash_completion
import-sh /usr/share/git/completion/git-completion.bash
@xiupos
xiupos / manjaro.md
Last active October 23, 2025 08:08

sudo without password

sudo bash -c "echo '%wheel ALL=(ALL:ALL) NOPASSWD: ALL' >> /etc/sudoers"

logout & login

yay

@xiupos
xiupos / nlp-ml-huit.ipynb
Last active May 31, 2025 15:29
nlp-ml-huit.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@xiupos
xiupos / 0gentoo.md
Last active October 11, 2024 08:56
Gentoo Linux インストールメモ
#EXTM3U
#EXTENC: UTF-8
#EXTINF:1,ABC Classic FM NSW
http://live-radio01.mediahubaustralia.com/2FMW/mp3/;*.mp3
#EXTINF:1,ABC Triple J
http://live-radio01.mediahubaustralia.com/2TJW/aac/
#EXTINF:1,LISTEN.moe
https://listen.moe/stream
#EXTINF:1,ORF Radio FM4
https://orf-live.ors-shoutcast.at/fm4-q1a
@xiupos
xiupos / nlp-ml-2.ipynb
Last active June 18, 2024 11:35
nlp-ml-2.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.