時の羅針盤@blog
オランダの生活、自身が行っているSagittarius Schemeの開発日誌、
その他雑多なことをつづってます。
Let's start Scheme
(Move to ...)
(はじめよう Scheme 0)
(はじめよう Scheme 1)
(はじめよう Scheme 2)
(はじめよう Scheme 3)
(はじめよう Scheme 4)
(はじめよう Scheme 5)
(はじめよう Scheme 6)
(はじめよう Scheme 7)
(はじめよう Scheme 8)
▼
2024-05-27
cond-expand enchancement
›
When I'm writing a library or tools, I usually write them working on the current release version of Sagittarius, unless R6RS portable on...
2023-10-09
OAS stub
›
ここ数ヶ月Kotlinを書いていたのだが、なんとなく形になったしちょっと紹介記事を書こうかなぁと。 Swagger/OpenAPI Specificationは多分誰でも知っているだろう。Microserviceな流れになっていた前職で10を超えるバックエンドサービスに接続する必...
2023-10-02
転職して一ヶ月で異動、または履歴書に前職の経歴を書く功罪
›
転職して一ヶ月で異動になった話。ちょっと個人的にツボったので後で振り返るように書いておく。 2023年9月から銀行Iで働くことになった。前職である銀行Rではオランダで最も使われているペイメントスキームの一つであるiDealのメンテナンス及びメジャーバージョンアップに多大に貢献した...
2023-06-14
英語の勉強のお供に?
›
同僚のスクリーンセーバが英単語とその意味を表示するやつなのをみて、こういうのあると便利かなぁと思い始めたのでなんとなく似た感じのものを作ってみた。まぁそこまで似ているというほどでもないのだが、起動するとコンソールに単語の意味と例文をなんちゃってカード形式で表示するというもの。ちな...
2023-05-04
Remote debugger(ish)
›
In the previous post, I've mentioned that I needed to collect all threads to see which one is hanging. After implementing it, I've a...
2023-04-26
Thread monitoring
›
When I write multi thread programs, it's always a trouble to debug whenever a thread hangs. That's because: You don't see what...
2023-01-03
New crypto library
›
Last year, I've written a portable cryptographic library Springkussen . And then I've also noticed that (crypto) and (math) librar...
›
Home
View web version