diary

I like Hatena Star with a text selection.

2021-02-17

メイドさんは食べるだけ、既刊2巻まで読んだ。まじでよい。めっちゃいい。

少し天然なかわいいメイドさんがおいしそうに食べ物を食べるだけの漫画で、めちゃくちゃ良い。ひたすらかわいくて癒やされる。めちゃくちゃかわいい。

絵が好き。めっちゃかわいい。デフォルメ絵もかわいい。性格もかわいい。

おすすめです

comic-days.com

1話と2話はここから無料で読めそう。


Kernel.#opennilを返すことがあると知った。

https://docs.ruby-lang.org/en/3.0.0/Kernel.html#method-i-open

When the subprocess is Ruby (opened via "|-"), the open call returns nil. If a block is associated with the open call, that block will run twice — once in the parent and once in the child.

とのこと。

Open a subprocess using a block to receive the IO object:

ruby open "|-" do |f| if f then # parent process puts "Got: #{f.gets}" else # child process puts "in Child" end end

|-を渡すとforkするのかな。


twitter.com

数日前につぶやいたこのツイートで教えてもらった本を記事にまとめた。

scrapbox.io


github.com

Issue立てた