content: 2023-no-furikaeri

This commit is contained in:
Maciej Jur 2023-12-31 16:01:53 +01:00
parent 51c1ddea0b
commit 149f884231
Signed by: kamov
GPG key ID: 191CBFF5F72ECAFD
4 changed files with 229 additions and 508 deletions

View file

@ -11,11 +11,11 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^2.0.2",
"@astrojs/svelte": "^5.0.2",
"@astrojs/mdx": "^2.0.3",
"@astrojs/svelte": "^5.0.3",
"@citation-js/plugin-bibtex": "^0.7.2",
"@js-temporal/polyfill": "^0.4.4",
"astro": "^4.0.7",
"astro": "^4.0.8",
"astro-pagefind": "^1.3.0",
"chart.js": "^4.4.1",
"citation-js": "^0.7.4",
@ -33,7 +33,7 @@
"remark-parse": "^11.0.0",
"remark-rehype": "^11.0.0",
"reveal.js": "^5.0.4",
"svelte": "5.0.0-next.26",
"svelte": "5.0.0-next.27",
"unified": "^11.0.4",
"unist-util-visit": "^5.0.0"
},
@ -43,7 +43,7 @@
"@types/reveal.js": "^4.4.8",
"@types/unist": "^3.0.2",
"pagefind": "^1.0.4",
"sass": "^1.69.5",
"sass": "^1.69.6",
"sharp": "^0.33.1"
}
}

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,22 @@
---
title: 2023年の振り返り
date: 2023-12-31T00:31:48.884Z
---
さて、この時期がまたやってきた!
仕事はかなり厳しかったよ。
なぜなら、修士論文を書きあげなきゃならなかったから。
締め切りが6月の末だった。
結局、それを書き終わって試験にも合格し、大学で計算機科学の修士号を取得して、卒業した。
やった!
その後HaskellやNeovimやNixOSやArch Linuxなどを学ぶようにして楽しかった。
それ以来、私はArchを日常の利用OSとして使ってて、この記事はNeovimで書いてるところだ。
今年のAdvent of CodeはHaskellで何日かを解いた。
日本語を勉強し続けて本を読んで、来年、N1の文法に到達できるといいな。
まだ、日本語能力試験を受ける予定はない。
今年は、たくさんのことが行われて、来年もいいといいな。
良い年を〜

View file

@ -5,7 +5,6 @@ import 'leaflet.markercluster/dist/MarkerCluster.css';
import 'leaflet.markercluster/dist/MarkerCluster.Default.css';
import '../assets/leaflet-photo/styles.scss';
---
<Base>
<div id="map" style="height: 100%; width: 100%"></div>
<script>