(todo)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#cloud-config | |
# EXAMPLE | |
timezone: Asia/Tokyo | |
locale: en_US.utf8 | |
users: | |
- name: wsl-user | |
groups: [adm, sudo, wheel] | |
sudo: |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*.zip | |
tmp/ | |
temp/ | |
data/ | |
export | |
# Created by https://www.toptal.com/developers/gitignore/api/node,deno,vim,emacs,visualstudiocode | |
# Edit at https://www.toptal.com/developers/gitignore?templates=node,deno,vim,emacs,visualstudiocode | |
### Deno ### |
コンセプトのメモ:
- デスクトップ用途含めてユーザー・実績が多く、安定性に優れると考えられるため、 Ubuntu LTS版をベースOSに使う
- waylandを基本的に使うようにする(ホスト/ゲスト共に)
- WindowsのWSL2に着想を得て、KVMベースの仮想マシンを諸々の開発や検証に使うようにする
- ベース側(Ubuntu24.04 LTS Desktop)はホストOSとしての機能と、ブラウザ周りなどデスクトップで行うのに適したものを行うのに使い、 必要以上に開発用途のライブラリ・ツールを入れすぎたりカスタマイズを行わないようにする
- rewrite single file
import path from 'node:path';
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>about pep668</title> | |
<meta charset="utf-8"> | |
<style> | |
@page { | |
size: 1210px 681px; | |
margin: 0; |
deno install \
-n hoge \
--import-map=https://gist.githubusercontent.com/junkor-1011/96efc32a454e956d468ba5516e811ca9/raw/ed87f6757b1524c02db5de2d00e513b6bef00d90/import_map.json \
# --no-check \
https://gist.githubusercontent.com/junkor-1011/96efc32a454e956d468ba5516e811ca9/raw/ed87f6757b1524c02db5de2d00e513b6bef00d90/cli.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root = true | |
[*] | |
end_of_line = lf | |
insert_final_newline = true | |
[*.md] | |
trim_trailing_whitespace = false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
testdata | |
tmp | |
temp | |
.tmp | |
.temp | |
# Created by https://www.toptal.com/developers/gitignore/api/jupyternotebooks,visualstudiocode,python,pycharm+all | |
# Edit at https://www.toptal.com/developers/gitignore?templates=jupyternotebooks,visualstudiocode,python,pycharm+all | |
### JupyterNotebooks ### |
NewerOlder