08:04:10
icon

2日の朝になりました。アラームが鳴ったときには夢の中で何かのOSのファイルたちのパーミッションを直してた気がする。Solarisなら富士通でちょっと縁起良い

08:08:10
icon

友達がやってたバンドの曲に「2月12日広場」ってのがあったよ。どこかで聴けるかな…

幼虫社 – 廃園 Eden – CD (Album), 2001 [r9319753] | Discogs https://www.discogs.com/release/9319753-%E5%B9%BC%E8%99%AB%E7%A4%BE-%E5%BB%83%E5%9C%92-Eden

08:29:29
icon

いつもの犬とわんわん挨拶してたら救急車が来て遠吠えに切り替わった

09:19:48
icon

よっこいし :saba:

Convert `disputes/appeals` spec controller->system (#33434)
Convert `admin/report_notes` spec controller->system (#33433)
Fix keyboard shortcut for open status (#33419)
Convert `admin/relays` spec controller->system (#33430)
Fix favorite & bookmark text toggle in timeline, status and image view (#27209)
Fix processing of incoming notifications for unfilterable types (#33429)
Convert `admin/rules` spec controller->system (#33377)
Fix WebUI erroneously stopping to offer expanding search results after second page (#33428)
Fix intermittent failure on ap/activity/update spec timestamp check (#33425)
Update Yarn to v4.6.0 (#33417)
Update ox to v2.14.19 (#33398)
Update pino to v9.6.0 (#33386)
New Crowdin Translations (automated) (#33378)
Update csv to v3.3.2 (#33381)
Fix intermittent failure on ap/activity/create spec timestamp check (#33406)
Update bufferutil to v4.0.9 (#33414)
Update postcss-preset-env to v10.1.3 (#33415)
Update rubocop-rails to v2.28.0 (#33397)

09:27:20
icon

\Master?/ :saba: \ますたー/

Merged mastodon/mastodon at 8e3fd1b8236448f01221b1d7745736e50de51e11.

09:33:33
icon

ヨシ

$ bundle exec rspec
:
Finished in 7 minutes 53 seconds (files took 25.56 seconds to load)
5883 examples, 0 failures, 13 pending
:

09:34:06
icon

なんか涼しいぞ。74% 22.7℃。パーカーおん!!

icon

専門家の代わりにたったの$30/時で雇われてる英語能力だけ必要な教師のみなさんがいらっしゃいました。もう手遅れだね🥺
https://x.com/eg117117/status/1874642982038851965

10:39:31
icon

$ TZ=Asia/Tokyo ruby primedate.rb
今日20250103は基数20で素数だからがんばろう


https://gist.github.com/zunda/ed6fb48973e8f02e8c636d3c173b6a3a

11:33:03
icon

192.168.0.0/24と192.168.1.0/24と分けて同じルーティングを設定してあるのをみかけて/23にすればいいのにって思うからおっさんはケチ

11:37:52
icon

Xubuntuを22.04から24.04に更新してたぶんXfce4も更新されてStatus Tray PluginからWi-Fiを切り替えるUIがほんのちょっとだけ変化したのに追い付けていなくてじーっと待ってしまうのでおっさんです

14:09:54
icon

sudo rebootの前にsync 3回戻ってきてねのサインだよ

14:11:55
2025-01-02 14:11:15 がにょ✈️の投稿 ganyo@hikoukidon.jp
icon

このアカウントは、notestockで公開設定になっていません。

14:12:47
icon

おっさんは覚えられないんだけどrebootにはsyncが含まれるんだよねってソースコードを探してきたらsyncしないよって書いてあって
https://github.com/systemdaemon/systemd/blob/e09e15f/src/linux/kernel/reboot.c

Web site image
systemd/src/linux/kernel/reboot.c at e09e15fc39f6f3cae3d56dc2e4b548792ac696db · systemdaemon/systemd
14:33:21
icon

ますと丼はマストなんよ

14:44:06
icon

認証認可唯我独尊

14:52:17
2025-01-02 14:51:09 2bo :otoku: 愚っ痴言う造の投稿 2bo@mstdn.maud.io
icon

このアカウントは、notestockで公開設定になっていません。

14:52:24
icon

おいしそう

14:55:05
2025-01-02 14:52:48 らりお・ザ・何らかの🈗然㊌ソムリエの投稿 lo48576@mastodon.cardina1.red
icon

github.com/systemdaemon/system

systemd (poweroff 等は systemctl への symlink) を見ると、中で呼ばれる関数は sync() してる。

> The kernel will automaticall flush ATA disks and suchlike on reboot(), but the file systems need to be synce'd explicitly in advance.

とあるので、 ATA ディスク等へのダイレクトな書き込みとかはフラッシュされるが filesystem はそうではない、みたいな話っぽいか

Web site image
systemd/src/systemctl/systemctl.c at e09e15fc39f6f3cae3d56dc2e4b548792ac696db · systemdaemon/systemd
14:55:06
2025-01-02 14:53:10 がにょ✈️の投稿 ganyo@hikoukidon.jp
icon

このアカウントは、notestockで公開設定になっていません。

14:55:11
2025-01-02 14:53:24 がにょ✈️の投稿 ganyo@hikoukidon.jp
icon

このアカウントは、notestockで公開設定になっていません。

14:57:03
icon

systemctl.cのhalt_now()ではsync()を呼んでいてhalt_now()はhalt_main()から呼ばれててたぶん/sbin/rebootとかのソースコードはsystemctl.cなのでsudo rebootでもsync()は呼んでくれてて、さっき見つけたreboot.cは使われてない感じなのかもわね

14:57:33
2025-01-02 14:53:37 がにょ✈️の投稿 ganyo@hikoukidon.jp
icon

このアカウントは、notestockで公開設定になっていません。

14:58:37
icon

複数回syncコマンドは古のOSで単独のsyncコマンドだとsync()が終わるまでブロックしてくれないからとかだっけ

15:00:28
icon

300円だったw

第7開発セクションのほ~むぺ~じ(ほめぱげ)
なぜsyncを3回打つのか
https://booth.pm/ja/items/1564734

Web site image
なぜsyncを3回打つのか - 第7開発セクションのほ~むぺ~じ(ほめぱげ) - BOOTH
15:03:41
icon

> 大昔、sync の3回の実行が必要だったのは、halt/shutdown する前ではなく後です。
> 1. shutdown コマンドでシングルユーザモードに移行
> 2. シングルユーザモードでsync を3回実行
> 3. 電源スイッチの操作で電源断
https://q.hatena.ne.jp/1211391870#a829810

!!

Web site image
UNIX 系 OS のシャットダウン前の sync についての質問です。…
15:04:06
2025-01-02 15:02:41 らりお・ザ・何らかの🈗然㊌ソムリエの投稿 lo48576@mastodon.cardina1.red
icon

さっきの reboot.c は systemd が vendoring している linux カーネルのソースコードであって、つまり syscall の方の reboot(2) だからコマンドの方の reboot(8) とは別という話では?

15:09:01
2025-01-02 15:07:17 hijouguchiの投稿 hijouguchi@handon.club
icon

このアカウントは、notestockで公開設定になっていません。

15:09:29
icon

3乗和ゴルフだ!!

$ rbenv local 3.4.1
$ ruby -e 'p (1..9).sum{it**3}'
2025

15:13:28
2025-01-02 15:12:34 らりお・ザ・何らかの🈗然㊌ソムリエの投稿 lo48576@mastodon.cardina1.red
15:13:46
icon

$ ruby -e 'p (1..2025).sum{it**0}'
2025

w

15:14:19
icon

$ ruby -e 'p (1..9).sum**2'
2025

んむ

15:23:08
icon

iTerm2を3.5.11に更新するのが吉なのかしら

> Who is affected?
> ----------------
> You may be affected if you used the SSH integration feature in any of the following versions:
> * 3.5.6
> * 3.5.7
> * 3.5.8
> * 3.5.9
> * 3.5.10
> * Any beta versions of 3.5.6 and later.
>
> What is the issue?
> ------------------
> A bug in the SSH integration feature caused input and output to be logged to a file on the remote host. This file, /tmp/framer.txt, may be readable by other users on the remote host.
https://iterm2.com/downloads/stable/iTerm2-3_5_11.changelog

15:32:43
icon

矢野顕子さん来てたんだ!! (ピアノ聞こえん…

【MISIA】紅白スペシャル2024「希望のうた」【紅白】|NHK
https://www.youtube.com/watch?v=rruMljqhXao

Attach YouTube
15:49:49
icon

アメリカの州によってはPornhubがbanされているらしい。どうやって実装してるのかと思ったらサービス側でIPジオコーディングしないといけないのかしら:

> … people attempt to bypass their state’s porn blocks through technology that hides their actual location.

> Critics claim that this is a violation of user privacy, with Pornhub, RedTube and YouPorn parent company Aylo claiming that it also puts people’s personal data at risk.

だよねえ!!

Pornhub ban now covers more than a third of US states
https://www.independent.co.uk/tech/porn-ban-us-states-pornhub-blocked-b2672689.html

16:00:59
icon

そういえばカセットテープはiMacが流行る前から透明だった気がしてきたな…

16:04:19
icon

写真のまんなか2つが懐しい見た目のAXIAは1989年から
https://ja.wikipedia.org/wiki/AXIA

初代iMacは1998年発売。10年勝っってた
https://en.wikipedia.org/wiki/IMac_G3

16:08:01
icon

今日もAIみたいな同僚のはなしあいてをしています。くっそー

16:13:11
icon

著作権の保護期間は著作物の公表時から起算されるので年が変わったからって著作権表示の年を更新するのはおかしいんじゃないかと思うんだけどな

著作権は永遠に保護されるの? | 著作権って何? | 著作権Q&A | 公益社団法人著作権情報センター CRIC
view-source:https://www.cric.or.jp/qa/hajime/hajime3.html

著作権の保護期間はどれだけ? | 著作権って何? | 著作権Q&A | 公益社団法人著作権情報センター CRIC
16:15:34
icon

view-sourc付けちゃったし…

16:15:46
icon

e消えてるし

16:25:22
icon

こっちはテスラの仕掛けた隠しカメラとバックドア (読める部分しか読んでないけど)

Elon Musk Uses Cybertruck Explosion to Show Tesla Can Remotely Unlock and Monitor Vehicles
https://www.404media.co/elon-musk-uses-cybertruck-explosion-to-show-tesla-can-remotely-unl

Web site image
Elon Musk Uses Cybertruck Explosion to Show Tesla Can Remotely Unlock and Monitor Vehicles
16:29:05
icon

実名の著作物に著者が自分の死亡日を書きこめるか問題

18:41:10
icon

@tadd 見たことあるなあと思って検索したら見たことないレポジトリが引っかかりましたw
https://github.com/benjojo/totp-ssh-fluxer

Web site image
GitHub - benjojo/totp-ssh-fluxer: Take security by obscurity to the next level (this is a bad idea, don''t really use this please)
18:42:41
icon

うちはルータからポート転送してるので鉄板のポート22で中国からのお客様をお迎えしておりますw