@kyanny's blog

My thoughts, my life. Views/opinions are my own.

2020-05-31から1日間の記事一覧

Webmention のテスト

このページへの Webmention 一覧 function createAnchor(url) { var a = document.createElement('a'); a.setAttribute('href', url); a.textContent = url; return a; } var xhr = new XMLHttpRequest(); xhr.responseType = "json"; xhr.addEventListener(…

JavaScript Weekly #490

JavaScript Weekly Issue 490: May 29, 2020 Node.js is 11 years old this week. JavaScript が 25 周年というのと比べると「Node.js ってもっと全然最近じゃなかったっけ??」と時間の感覚が狂う。 Analyzing the Performance of Notion's Electron App …

JavaScript Weekly #489

JavaScript is 25 years old at.. roughly now! 当時おれは高校一年生だった。 JavaScript の存在を知らなかった。 Dropbox's Great CoffeeScript to TypeScript Migration of 2017 M4: Migrate a list of our most edited files to TypeScript; targeted fo…

Golang Weekly #314

Golang Weekly Issue 314: May 29, 2020 Diving Into Go by Building a CLI Application A straightforward code-heavy tutorial aimed at someone “somewhere between a beginner and an intermediate.” とのことなのでやってみようかな。 A Collection of …

Ruby Weekly #503

Ruby Weekly Issue 503: May 28, 2020 The Results of a Survey into RuboCop's Defaults どの結果も驚くような点は無い。なのでより一層、 RubyCop みたいなツールいるのか?という思いが募った。 普通に書いてて違和感なく馴染むチーム、を目指すべきで、…

StatusCode Weekly #268

StatusCode Weekly Issue 268: May 27, 2020 Amazon Web Services Described in One Line Each AWS の各サービスを一行で説明しているリスト。ざっと概要を掴むのには役立つかも。 TimescaleDB, A Large Scale Postgres-Based Time-Series Database, Now Fre…