ときどきの雑記帖 RE* (新南口)
ハラスモチカ
ハラスモチカヽ(#`Д´)ノ pic.twitter.com/mJ53owUdIr
— KAPPY.🪤 (@KAPPY_2164) April 29, 2026
ハニイリトやスナミのお仲間らしいけど これは知らなかった
旅行キャンセル保険
なるものが世の中にあることを知った
GCC
New features in GCC 16: Improved error messages and SARIF output | Red Hat Developer
SARIFって?
で調べたら
The Static Analysis Results Interchange Format (SARIF) is “an industry standard format for the output of static analysis tools” i.e. a machine-readable file format that can represent compiler diagnostics.
misc
CJIT
CJIT is a TinyCC-powered C runner and lightweight compiler frontend.
MCEL
[PATCH] cut: use MCEL_LEN_MAX rather than MB_LEN_MAX
MCELってなに?とえーあいに訊いたら
MCEL_LEN_MAXは、主にGNU coreutils(特にnlコマンド)のソースコード内で使用される、 マルチバイト文字(Multibyte Character)の最大バイト数を定義するマクロ定数です。
という回答が。んで
coreutils/libs/mcel.hを見ると
/* The maximum multi-byte character length supported on any platform.
This can be less than MB_LEN_MAX because many platforms have a
large MB_LEN_MAX to allow for stateful encodings, and mcel does not
support these encodings. MCEL_LEN_MAX is enough for UTF-8, EUC,
Shift-JIS, GB18030, etc. In all multi-byte encodings supported by glibc,
0 < MB_CUR_MAX <= MCEL_LEN_MAX <= MB_LEN_MAX. */
enum { MCEL_LEN_MAX = MB_LEN_MAX < 4 ? MB_LEN_MAX : 4 };
なるほど。
- mbrtoc32-regular: Strengthen the configure test. - GNU portability library
- [SV 64806] Fix MS-specific format specifier - make.git
- Small comment update. Next test tarball. - gawk.git
新刊近刊
Automate Excel with Python
fastest way to make yourself the favorite coworker: be the person who automates the reports nobody else wants to do.
— No Starch Press (@nostarch) April 29, 2026
Automate Excel with Python by John Wengler is now available from https://t.co/pZ24h5ou08! pic.twitter.com/Wpw0qGuNAu
ちょっと気になる
エンペラーズ
エンペラーズ 三国志(1) (ハルキコミックス) | 赤名 修, 北方 謙三 |本 | 通販 | Amazon
本屋で見かけた。
ファインマン計算機科学
ファインマン計算機科学 (岩波オンデマンドブックス) | 原康夫, 中山健, 松田和典 |本 | 通販 | Amazon
awk
OTA
- Add ASCII fast path to gototab to avoid bsearch by yhirose · Pull Request #264 · onetrueawk/awk
- use CC instead HOSTCC for maketab · Issue #256 · onetrueawk/awk
- Prevent integer overflow in regex repetition count by millert · Pull Request #263 · onetrueawk/awk
Hugoメモ
Release v0.161.1 · gohugoio/hugo
名所
観光客がこぞって写真を撮るので現地民が首をかしげるT字路 pic.twitter.com/Rkk22Wt6SO
— ジョン³の森 (@john_mjg) April 29, 2026
つり革
吊り革がコロッケ。何言ってるか分からないと思うけど、吊り革がコロッケ。 pic.twitter.com/cubwTRkfdX
— よんます(क्षण) (@yonmas) April 30, 2026
これをきっかけに色々なつり革の写真が投稿されていておもしろい
ばんぺいくん
PEP 661(Sentinel Values、番兵値(ばんぺいち))が承認され、Python 3.15に実装される。
— 柴田 淳-【新刊】みんなのPython第五版/Pythonで学ぶはじめてのプログラミング入門教室 (@ats) April 29, 2026
Pythonにおいて「Noneでは表現しきれない状態」をどう扱うかという問題に対し、番兵値(Sentinel value)の標準化がPEP…
PEP 661 – Sentinel Values | peps.python.org
「ばんぺいち」だとなんとなく味気ないので(謎)、 個人的には「ばんぺいくん」とよぼ(ry
メッセージ
Turbo Pascal 5.0 と 5.5 との間には "オブジェクト指向拡張以外の違いは (ほぼ) ない"...という事を踏まえて。
— DEKO (@ht_deko) May 1, 2026
NEC PC-9801 版 Turbo Pascal の BGI ドライバに仕込まれた隠しメッセージは Turbo Pascal 5.5 以降で消されている。
おじさんの身に一体何があったのだろうか? pic.twitter.com/wIkBKPxkdz