Removing client-side React.js (but keeping it on the server) resulted in a 50% performance improvement on our landi… https://t.co/YGmBoJrZOy
国内で約4500万人が利用するとされるツイッターで、最近、特に人種や国籍などを理由に差別をあおる投稿が横行していると批判が高まっている。ヘイトスピーチ対策法ができて1年たつが、表現の自由を確保する一方で、いかに差別を防ぐか。運営会社は対応を迫られている。 「差別主義に対する規制や排除の姿勢に乏しい」。先月8日、差別に反対する市民グループが東京・京橋のツイッタージャパン本社前に集まった。特定の国や民族に対し、「滅んでほしい」などの投稿を印刷。本社前の路上に敷いて同社に抗議した。 こうした動きを受けてツイッタージャパンの笹本裕代表は「ご指摘を頂いている問題に関しては真摯(しんし)に受け止めております。ツイッター社員は全員がNo Hateを願い、この問題に対応する為(ため)に人的にも技術的にも拡充・改良して参ります」とツイッター上で異例の説明をした。「残念ながら問題のあるツイートの処理件数も増え
The document discusses the challenges of network monitoring due to complexity in systems and lack of standardization. It notes that drivers and tools like ethtool may report statistics differently or incompletely between hardware. This makes it difficult to understand monitoring data and diagnose issues from graphs alone without deep knowledge of underlying driver and hardware implementations.Read
Web Audio ModemPublished September 01, 2017 What do you do when you cannot copy text between computers due to lack of internet connectivity? I built a modem using the Web Audio API, allowing data transfer via audio. Motivation Lately, I've been working with a client where my development computer is not connected to the Internet. This is a huge inconvenience, as the unavailability of Google and Sta
function Counter() { const [value, setValue] = useState(0); return ( <> <div>Counter: {value}</div> <button onClick={() => setValue(value + 1)}>Increment</button> <button onClick={() => setValue(value - 1)}>Decrement</button> </> ) } Closer to the DOM Preact provides the thinnest possible Virtual DOM abstraction on top of the DOM. It builds on stable platform features, registers real event handler
2014年頃にGoogleがHTTPSがSEOに影響することを発表しました。 webmaster-ja.googleblog.com 具体的にどの程度SEOに影響するのか、検証しているサイトもいくつかありますが、余り効果はなかったけど、将来的にはあるかもよ!くらいで書かれているサイトが多くてあまりピンときません。 seopack.jp 今回、私が運営するアンテナサイトでもSEO対策の一貫として、SSL対応をしたので、私のサイトでも効果検証もしてみました。 無料SSL証明書取得 SSLに対応するためには証明書を取得する必要があります。今までは証明書を取得するためには費用がかかりましたが、2016年から「Let's Encrypt」というサービスが始まり、コマンド一発で簡単に無料のSSL証明書が取得できるようになりました。「Let's Encrypt」について解説しているサイトは沢山あるので、
This is the first post in a two-part series for getting started with CSS Grid Layout. If you are interesting in learning more about CSS Grid and the new CSS Grid Layout feature in Firefox, visit the Firefox DevTools Playground. CSS Grid Layout is completely changing the game for web design. It allows us to create complex layouts on the web using simple CSS. “But wait! I can already create layouts
米Facebookが、若者に人気の米ソーシャル投票サービス「tbh」を買収した。tbhが10月16日(現地時間)に発表した。 tbhは今年8月に起業したばかりの米カリフォルニア州オークランドに拠点を置く非公開企業。tbhは米語のスラングで「to be honest(正直言って)」という意味だ。匿名で友達に関する投票を実施する同名のサービスは、まだ米国の一部の州でiPhoneアプリでしか使えないが、既に500万人のユーザーを獲得し、累計10億件以上のメッセージが投稿されている。匿名だがポジティブな投稿しかできないのが特徴の1つ。 例えば、「一番素敵な笑顔は誰?」「笑わせるのが一番うまいのは誰?」などの質問に4人の候補者名と共に投稿すると、友達になっているユーザー全員がその投票に参加できる。投稿も投票も匿名だ。 投票結果は候補者にも知らされる。候補者は自分に票が入るたびに“宝石”がもらえる。サ
In the media world, as in so many other realms, there is a sharp discontinuity in the timeline: before the 2016 election, and after. Things we thought we understood—narratives, data, software, news events—have had to be reinterpreted in light of Donald Trump’s surprising win as well as the continuing questions about the role that misinformation and disinformation played in his election. Tech journ
GitHubサンプルをbabel7に対応しました。 GitHubサンプルコード:GitHub (※この記事のサンプルはすでに古いです。最新版のサンプルと説明はGitHubのreadmeに書いてあるのでそちらを見てください) ReactJS使ってナウいウェブアプリケーション作ろうぜってことでまとめてみようと思います。 以前はウェブアプリケーション作る時はBracketsやAtom使っていたのですが プラグインのアップデートとかバグった時がめんどくさかったり、エディタが重かったりしたので 最近はVisual Studio Code(VSCode)に乗り換えました。 (必要な便利な機能もプラグインいれなくても揃ってるし、デフォルトでJSXサポートしてるから楽) VSCode環境構築:VSCodeで爆速コーディング環境を構築する(主にReactJS向け設定) ちょこっとReactJSを試したいとき
Twitter has made the policy decision to off-board advertising from all accounts owned by Russia Today (RT) and Sputnik, effective immediately. This decision was based on the retrospective work we've been doing around the 2016 US election and the US intelligence community’s conclusion that both RT and Sputnik attempted to interfere with the election on behalf of the Russian government. We did not c
はじめに 最近耳にする Vue.js(ビュージェイエス) ってどんなもの? jQuery とどう書き方違うの?とか、jQuery でやってたこういう事って Vue.js だとどうやるの?jQuery しか使ってないけど Vue.js も使ってみたいなぁ~と思っている人向けの小難しいことは省いた記事です。私もそちら側から来たものです。 Vue.js 日本公式ページ(日本語翻訳率が半端ないと評判) もともと「jQuery から Vue.js への移行」というタイトルでしたが、それだと jQuery を完全にやめる、的なニュアンスになってしまうので、少し変更しました🐹 jQuery と Vue.js の違い jQuery は、セレクタ操作に特化したライブラリで HTML の一部をちょっとだけ弄るには手軽に扱えます。更新のたびにセレクタから要素を探して操作をするため、複数の UI を連携させるよ
You will build a small tic-tac-toe game during this tutorial. This tutorial does not assume any existing React knowledge. The techniques you’ll learn in the tutorial are fundamental to building any React app, and fully understanding it will give you a deep understanding of React. This tutorial is designed for people who prefer to learn by doing and want to quickly try making something tangible. If
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く