ゴーンさんネタ、ゴーンぎつねが好き
--
「ゴーン、お前だったのか、日産を護ってくれてたのは」 https://twitter.com/okq_okq/status/1064473042993049601
Notices by zunda ? nはおまけ :green_dango: (zundan@mastodon.zunda.ninja@mastodon.zunda.ninja), page 260
-
zunda ? nはおまけ :green_dango: (zundan@mastodon.zunda.ninja@mastodon.zunda.ninja)'s status on Tuesday, 20-Nov-2018 12:20:20 JST
zunda ? nはおまけ :green_dango:
-
zunda ? nはおまけ :green_dango: (zundan@mastodon.zunda.ninja@mastodon.zunda.ninja)'s status on Tuesday, 20-Nov-2018 12:15:02 JST
zunda ? nはおまけ :green_dango:
某ヘ社とかどっちが原因かわからないこともあったりしてですね、
In conversation from mastodon.zunda.ninja permalink -
Nelson Coffee Roaster☕️????? (nelsoncoffeeroaster@pawoo.net@pawoo.net)'s status on Tuesday, 20-Nov-2018 12:00:56 JST
Nelson Coffee Roaster☕️?????
こちらのミスは丁寧に対処。意味不明なクレームは対応しないが正義
In conversation from pawoo.net permalink Repeated by zundan@mastodon.zunda.ninja -
sukekyo???? (sukekyo@mstdn.jp)'s status on Tuesday, 20-Nov-2018 11:50:50 JST
sukekyo????
In conversation from mstdn.jp permalink Repeated by zundan@mastodon.zunda.ninja Attachments
-
zunda ? nはおまけ :green_dango: (zundan@mastodon.zunda.ninja@mastodon.zunda.ninja)'s status on Tuesday, 20-Nov-2018 12:12:56 JST
zunda ? nはおまけ :green_dango:
おっさんぽコースが少年野球に使われているため迂回してかなーり遠回りにw
In conversation from mastodon.zunda.ninja permalink -
sevengraff (sevengraff@mastodon.sdf.org)'s status on Tuesday, 20-Nov-2018 08:46:58 JST
sevengraff
I've been an SDF member for a while, just enjoying having a shell & low-volume email account. Nice to have a new way to try to connect to a community. I'm a software engineer in SF and enjoy reading SciFi books :) #introductions
In conversation from mastodon.sdf.org permalink Repeated by zundan@mastodon.zunda.ninja -
zunda ? nはおまけ :green_dango: (zundan@mastodon.zunda.ninja@mastodon.zunda.ninja)'s status on Tuesday, 20-Nov-2018 08:22:36 JST
zunda ? nはおまけ :green_dango:
ロストポーク -失なわれた焼豚-
In conversation from mastodon.zunda.ninja permalink -
zunda ? nはおまけ :green_dango: (zundan@mastodon.zunda.ninja@mastodon.zunda.ninja)'s status on Tuesday, 20-Nov-2018 05:36:48 JST
zunda ? nはおまけ :green_dango:
コーラ飲んだら寒くなったー
In conversation from mastodon.zunda.ninja permalink -
zunda ? nはおまけ :green_dango: (zundan@mastodon.zunda.ninja@mastodon.zunda.ninja)'s status on Tuesday, 20-Nov-2018 05:32:30 JST
zunda ? nはおまけ :green_dango:
パブリックキーは簡単にもらえる。よくできてるわねー
$ curl -v https://keybase.io/zunda/key.asc
:
< Access-Control-Allow-Origin: *
< Access-Control-Allow-Methods: GET
< Access-Control-Allow-Headers: Content-Type, Authorization, Content-Length, X-Requested-WithIn conversation from mastodon.zunda.ninja permalink Attachments
-
zunda ? nはおまけ :green_dango: (zundan@mastodon.zunda.ninja@mastodon.zunda.ninja)'s status on Tuesday, 20-Nov-2018 05:28:03 JST
zunda ? nはおまけ :green_dango:
$ git comimt
git: 'comimt' is not a git command. See 'git --help'.コミットってタイプできないでこまっとー
In conversation from mastodon.zunda.ninja permalink -
zunda ? nはおまけ :green_dango: (zundan@mastodon.zunda.ninja@mastodon.zunda.ninja)'s status on Tuesday, 20-Nov-2018 04:31:05 JST
zunda ? nはおまけ :green_dango:
ReactアプリからMastodonに送ったリクエストのレスポンスを読んでくれるのにkeybase.ioに送ったリクエストのレスポンスを読んでくれないのはなぜだろうと思ってたんだけどMastodonはちゃんとCORSヘッダを返してくれてたのでした
< Access-Control-Allow-Origin: *
< Access-Control-Allow-Methods: POST, PUT, DELETE, GET, PATCH, OPTIONSkeybase.ioからプライベートキーもらいたいんだけどむずかしいねえ。
In conversation from mastodon.zunda.ninja permalink -
zunda ? nはおまけ :green_dango: (zundan@mastodon.zunda.ninja@mastodon.zunda.ninja)'s status on Tuesday, 20-Nov-2018 04:04:22 JST
zunda ? nはおまけ :green_dango:
紙箱入りのハロウィン駄菓子が潮解している。そんなヒロ。
In conversation from mastodon.zunda.ninja permalink -
zunda ? nはおまけ :green_dango: (zundan@mastodon.zunda.ninja@mastodon.zunda.ninja)'s status on Tuesday, 20-Nov-2018 03:40:54 JST
zunda ? nはおまけ :green_dango:
\ますたー/ :saba: \ますたー/
Merged tootsuite/mastodon at 6a65d87f4dff317b37632fbe0a42027f606fd55c.
-- create_table(:account_stats)
== 20181116165755 CreateAccountStats: migrated (0.1038s) ======================-- select_one("SELECT current_setting('server_version_num') AS v")
-- Upsert is available, importing counters using the fast method
-- execute("INSERT INTO account_stats (account_id, statuses_count, following_count, followers_count, created_at, updated_at) SELECT id, statuses_count, following_count, followers_count, created_at, updated_at FROM accounts WHERE id IN (1, 2, …
:
== 20181116173541 CopyAccountStats: migrated (6.0708s) ========================-- remove_column(:accounts, :statuses_count, :integer, {:default=>0, :null=>false})
-- remove_column(:accounts, :following_count, :integer, {:default=>0, :null=>false})
-- remove_column(:accounts, :followers_count, :integer, {:default=>0, :null=>false})
== 20181116184611 CopyAccountStatsCleanup: migrated (0.0539s) =================In conversation from mastodon.zunda.ninja permalink -
zunda ? nはおまけ :green_dango: (zundan@mastodon.zunda.ninja@mastodon.zunda.ninja)'s status on Tuesday, 20-Nov-2018 03:26:41 JST
zunda ? nはおまけ :green_dango:
The latest bundler is 2.0.0.pre.1, …
お
In conversation from mastodon.zunda.ninja permalink -
zunda ? nはおまけ :green_dango: (zundan@mastodon.zunda.ninja@mastodon.zunda.ninja)'s status on Tuesday, 20-Nov-2018 03:24:17 JST
zunda ? nはおまけ :green_dango:
なんのはなし
In conversation from mastodon.zunda.ninja permalink -
zunda ? nはおまけ :green_dango: (zundan@mastodon.zunda.ninja@mastodon.zunda.ninja)'s status on Tuesday, 20-Nov-2018 03:24:13 JST
zunda ? nはおまけ :green_dango:
燃えるゴミと燃えないゴミを分別
In conversation from mastodon.zunda.ninja permalink -
? (kkamiyama@mstdn.jp)'s status on Tuesday, 20-Nov-2018 03:18:00 JST
?
ゴミ記事増えすぎ問題
Qiitaはゴミ箱In conversation from mstdn.jp permalink Repeated by zundan@mastodon.zunda.ninja -
ヒホ (hihokaruta@friends.nico)'s status on Tuesday, 20-Nov-2018 03:11:07 JST
ヒホ
エンジニアに求められる力
1:検索する力
2:ゴミ記事を見分ける力In conversation from friends.nico permalink Repeated by zundan@mastodon.zunda.ninja -
zunda ? nはおまけ :green_dango: (zundan@mastodon.zunda.ninja@mastodon.zunda.ninja)'s status on Tuesday, 20-Nov-2018 03:21:34 JST
zunda ? nはおまけ :green_dango:
$ git merge --no-edit master
Auto-merging app/presenters/instance_presenter.rb
CONFLICT (content): Merge conflict in app/presenters/instance_presenter.rb
Automatic merge failed; fix conflicts and then commit the result.キャッシュ長めにしてる変更とコンフリクトしましたー
In conversation from mastodon.zunda.ninja permalink -
zunda ? nはおまけ :green_dango: (zundan@mastodon.zunda.ninja@mastodon.zunda.ninja)'s status on Tuesday, 20-Nov-2018 03:17:32 JST
zunda ? nはおまけ :green_dango:
朝っぱらから :saba:
6a65d87f4 (upstream/master) Simplify hashtag query service, perf increase for 'any' tags (#9298)
1d38c9750 Fix filter ID not being a string in REST API (#9303)
d6b9a62e0 Extract counters from accounts table to account_stats table (#9295)In conversation from mastodon.zunda.ninja permalink