Charlottetown airport renamed after P.E.I.'s longest-serving premier
Charlottetown Airport is to be renamed Charlottetown Alexander B. Campbell Airport, in honour of P.E.I.’s longest-serving premier.
https://www.cbc.ca/news/canada/prince-edward-island/pei-charlottetown-airport-renamed-9.7194836?cmp=rss
#AI小説 #shield 凶器 Знаряддя вбивства - Deadly_Poisonの小 - pixiv

それは剣ではない それは盾でもない 国家の掌に宿る 名もなき黒い衝動 欲望が号令を上げ 野心が旗を掲げるとき 他人はそれを 正義と呼び替える だが大地が覚えている 砕けた街の叫びを 土を染めた赤い雨を 帰らぬ名の数々を 勝者はどこにいる 敗者は誰だ 残るのは 壊された時間と 埋め

pixiv
凶器 Знаряддя вбивства|Deadly_Poison

それは剣ではない それは盾でもない 国家の掌に宿る 名もなき黒い衝動 欲望が号令を上げ 野心が旗を掲げるとき 他人はそれを 正義と呼び替える だが大地が覚えている 砕けた街の叫びを 土を染めた赤い雨を 帰らぬ名の数々を 勝者はどこにいる 敗者は誰だ 残るのは 壊された時間と 埋められぬ空白だけ 平和は 朝露のように脆く 花弁のように尊い 言葉だけでは守れず 善意だけでは足りない 心の奥で爪を研ぐ 欲と憎しみと妬みが 静かに息を潜めている 対話が砕ける刹那 他人は獣に戻る 牙を剥き 血の匂いに酔い 理性を脱ぎ捨てる 忘れるな 最も獰猛な存在は 他人の外にあるのではない 他人

note(ノート)
Hospital in northwest Toronto to get new name after $50M donation
A hospital network in northwest Toronto says it will rename its flagship site in recognition of two people who have donated $50 million, its CEO says.
https://www.cbc.ca/news/canada/toronto/humber-river-health-new-name-hennick-humber-hospital-donation-9.7159862?cmp=rss

#TIL vimv: bulk renaming of files, with a vim interface...

Rarely a tool jumps from "unknown", to "I will use it intensively as of right now immidiately without restriction"

#linux #toolbelt #vim #vimv #rename

To test it with nix package manager: nix-shell -p vimv
(In nixpkgs, there is also vimv-rs, in rust, I don't know if it is a different app)

Sask. town still waiting for someone to cough up $10M to rename community
There's been zero bids for the right to rename Duck Lake, Sask. The deadline is March 31. The goal of the sale is to bring in new revenue to pay for things like water infrastructure and road repairs.
https://www.cbc.ca/player/play/9.7131254?cmp=rss
Renaming a table in SQL
Since I am currently overhauling many websites, I needed in one particular case to rename a table. Never needed this before, I searched and found the following. Bog-standard SQL (which worked for me) RENAME TABLE ohu1y_docman_file_counts TO ohu1y_docman_file_counts_bak; PostgreSQL / SQLite ALTER TABLE ohu1y_docman_file_counts RENAME TO ohu1y_docman_file_counts_bak;
---
https://3xn.nl/projects/2026/02/11/renaming-a-table-in-sql/
---
#mysql #postgresql #rename #sqlite #table
FilenameShortener | Utilities Tools | Unity Asset Store

Use the FilenameShortener from PopoGames on your next project. Find this utility tool & more on the Unity Asset Store.

RE: https://mstdn.feddit.social/@admin/115946268359780194

点击下载,显示下载成功又下载不下来,插件和console脚本也不行,那就一个个拖到finder吧()
分类silver letter、silver number、red number、red letter、golden letter、golden number......
然后重命名......保证文件名易读美观易区分
1. 81241-minecraft-red-9.png使用“for f in *minecraft*; do mv "$f" "${f#*-}"; done”重命名为minecraft-red-9.png

2. 1410-a-creeper使用“for f in *-*; do mv "$f" "${f#*-}"; done”重命名为a-creeper.png,再批量重命名“添加文本”,minecraft-,名称之前

3. 发现golden number没有0,那就把golden letter的 o 拿过来吧()

https://emoji.gg/pack/39059-minecraft-numbers

然后压缩为zip,上次到服务器上,准备导入mastodon表情包

#minecraft #emoji #png #rename #macos