Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
yamader committed Jun 28, 2024
1 parent 685e1c1 commit ed981ff
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 19 deletions.
42 changes: 23 additions & 19 deletions src/pages/about/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ import YO from "~/components/YO"

`YamaD` もしくは `山D`

某市立高専 電子工学科の5年生です。電算機が専門です
某市立高専 電子工学科の5年生です。電算機をやっています

<YO client:idle />

## 備考

- 成果物は[/something/](/something/)に書いてあるかもしれない
- 専用のページがある項目: [anime/](anime/)[movie/](movie/)
- 2024年現在の経県値: [uub.jp](https://uub.jp/j.cgi/ztzIztnciqcaszhsIztIeTtzIYiwfszsr/)
- 2024年現在の経県値: [uub.jp](https://uub.jp/j.cgi/zIztzFiqcaszhsIztIeTtzIYiwfszsztv/)

## 好物

Expand All @@ -38,43 +38,47 @@ import YO from "~/components/YO"
| ディストロ | Gentoo Linux (glibc & LLVM & OpenRC) |
| デスクトップ環境 | awesome & fcitx-skk |
| 仮想端末 | Alacritty |
| エディタ | Nvim / SublimeText / JetBrains |
| エディタ | Neovim / SublimeText / JetBrains(?) |
| キーボード | HHKB |
| パソコン部品 | Ryzen & GeForce |

## プログラミング言語

### 好き
### 普通: <small>書ける</small>

- D
- Nim
- Zig
- (Modern) C++
- Haskell
- Kotlin
- Lua
- Go
- C / C++
- JavaScript / TypeScript

### 普通
### 初心: <small>言語機能がわかる</small>

- C
- PHP
- Python
- Bash
- fish: ログインシェル
- Java
- JavaScript
- TypeScript
- Java / Kotlin
- PHP
- Python
- Dart

### 入門済: <small>書いたことがある</small>

- x86-64 asm
- Nim
- Zig
- Haskell
- OCaml
- Scheme
- Lua
- Perl
- Go

### 忘れた

- Elm
- HSP
- VBS
- IchigoJam BASIC

### やってみたい
### そのうちやる

- J
- Idris
Expand Down
7 changes: 7 additions & 0 deletions src/pages/about/life.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: ~/components/Layout.astro
title: Life
description: 人生
---

あいうえお
1 change: 1 addition & 0 deletions src/pages/something/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ description: なにか

### 車輪の再発明シリーズ

- 載せられるようなものがない……。
<!--
- [yamadOS](/software/yamados/): OS
- [c1](/software/c1/): コンパイラ
Expand Down

0 comments on commit ed981ff

Please sign in to comment.