並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 2007件

新着順 人気順

definitelyの検索結果1 - 40 件 / 2007件

  • Google TypeScript Style Guide

    // Good: choose between two options as appropriate (see below). import * as ng from '@angular/core'; import {Foo} from './foo'; // Only when needed: default imports. import Button from 'Button'; // Sometimes needed to import libraries for their side effects: import 'jasmine'; import '@polymer/paper-button'; Import paths TypeScript code must use paths to import other TypeScript code. Paths may be r

    • 侮辱的な報酬額の大学講師の仕事依頼がやってきた。その額なんと月2.7万円

      あるミッション系の大学から講師委嘱の依頼がやってきた。その科目は私の個人的な知識と経験から興味深い話がたくさんできるであろう分野で、具体的には、著作権特許権と検閲、電子書籍とDRM、著作権特許権の保護する範囲を越えようとする不自由なソフトウェアライセンス、岡崎図書館事件、兵庫県警Alertループ事件、神奈川県警CoinHive事件、あるいは本の出版事情や再販制度といった内容を取り扱うことになる。 例年70-80人の履修者がいて、1学期間に1コマ100分が14回に加えて内容の理解の確認のための課題と評価だ。 単純計算で一ヶ月に7時間の授業と、準備時間を授業時間と同じぐらい確保し、課題作成と80人分の回答を評価する時間を考えると、最低でも月に20-30時間ぐらいは必要だ。質をあげようとすればもっと長時間の労働になるだろう。大学なので報酬は安くても引き受けるとして、期間を定めた個人請負なので時給

      • 🚀⚙️ JavaScript Visualized: the JavaScript Engine

        JavaScript is cool (don't @ me), but how can a machine actually understand the code you've written? As JavaScript devs, we usually don't have to deal with compilers ourselves. However, it's definitely good to know the basics of the JavaScript engine and see how it handles our human-friendly JS code, and turns it into something machines understand! 🥳 | Note: This post is mainly based on the V8 eng

          🚀⚙️ JavaScript Visualized: the JavaScript Engine
        • Command Line Interface Guidelines

          Contents Command Line Interface Guidelines An open-source guide to help you write better command-line programs, taking traditional UNIX principles and updating them for the modern day. Authors Aanand Prasad Engineer at Squarespace, co-creator of Docker Compose. @aanandprasad Ben Firshman Co-creator Replicate, co-creator of Docker Compose. @bfirsh Carl Tashian Offroad Engineer at Smallstep, first e

            Command Line Interface Guidelines
          • ロック好きなら高校生までに聴いておきたい古典100

            20世紀(2000年)までに出たアルバムを「古典」としています。 1.Revolver / The Beatles 2.Beggars Banquet / The Rolling Stones 3.Who's Next / The Who 4.Led Zeppelin 2 / Led Zeppelin 5.Paranoid / Black Sabbath 6.Trout Mask Replica / Captain Beefheart 7.Live at the Harlem Square Club / Sam Cooke 8.Red / king Crimson 9.Tarkus / Emerson, Lake & Palmer 10.Close To The Edge / YES 11.Piper At Gates Of Dawn / Pink Floyd 12.Live /

              ロック好きなら高校生までに聴いておきたい古典100
            • Design Docs at Google

              One of the key elements of Google's software engineering culture is the use of design docs for defining software designs. These are relatively informal documents that the primary author or authors of a software system or application create before they embark on the coding project. The design doc documents the high level implementation strategy and key design decisions with emphasis on the trade-of

                Design Docs at Google
              • 違法な職務質問をされたので東京都を訴えた裁判の控訴審は棄却、理由は突然に

                職務質問裁判の控訴は棄却された。判決文は以下から読むことができる。 https://github.com/EzoeRyou/calling-110-is-suspicious 2年前の7月3日、職務質問を受けた。 警察官に職務質問をされた話し この職務質問は明らかに違法であると感じたので、弁護士に相談の上、東京都に対して国賠訴訟を起こした。警察官というのは各都道府県の下に位置する行政組織なので、警察を訴えるというのは、その警察の所属する都道府県を訴えるということになる。 一審判決は請求棄却。理由としては、「最初の10分間は不審事由がないが、刃物などの危険物を入れることができるリュックを背負っていたから声をかけ10分間その場にとどめて話をするのは違法ではない。このとき110番通報を要請したことは不審事由にあたりその後の1時間20分の職務質問は不審事由が存在するために合法である」というわけのわ

                • 【決定版】Outer Wildsをクリアした(する)人へ、更なる探求の手引き - やや最果てのブログ

                  (※2021/6/29 Outer Wildsをこれからプレイするorプレイ中という方のための初心者用記事を書きました。未クリアの方はこちらの記事の方をおすすめします) (※2021/2/24 Switch版発売に伴う翻訳修正の可能性と掲示板 について追加) 『Outer Wilds』(steam/Epic/PS4/XBOX) 『Outer Wilds』ほど「人を選ぶ」ゲームはないだろう。 インディーズゲームらしい鬼畜難易度に、自由度の高すぎる突き放し方、なにより「好奇心だけを駆動力にする」というコンセプトはあらゆる意味で昨今のゲームとは一線を画していて、たぶん10人にオススメしてもエンディングまで辿り着いてくれるのは3人ぐらいなんじゃないだろうか。 だけど、そのクリアした3人のうち1人は、生涯忘れられないゲームになるんじゃないかとも思っている。 かくいう自分もその一人で、クリアして半年以

                    【決定版】Outer Wildsをクリアした(する)人へ、更なる探求の手引き - やや最果てのブログ
                  • React with TypeScript Cheatsheet

                    Table of Contents:· Table of Contents: · How to type React props ∘ Creating a type alias for the props ∘ Typing optional props ∘ List of types for React component props · How to type React function components · How to type React hooks ∘ Typing useState hook ∘ Typing useEffect and useLayoutEffect hooks ∘ Typing useContext hook ∘ Typing useRef hook ∘ Typing useMemo hook ∘ Typing useCallback hook ∘ T

                      React with TypeScript Cheatsheet
                    • Single Page Applications using Rust

                      WebAssembly (wasm) allows code written in languages other than JavaScript to run on browsers. If you haven’t been paying attention, all the major browsers support wasm and globally more than 90% of users have browsers that can run wasm. Since Rust compiles to wasm, is it possible to build SPAs (Single Page Applications) purely in Rust and without writing a single line of JavaScript? The short answ

                        Single Page Applications using Rust
                      • How I built a modern website in 2021

                        How I built a modern website in 2021September 29th, 2021 — 34 min read For over half of 2021, I worked on a complete rewrite of kentcdodds.com. You're reading this on the rewrite of this site! Are you using dark mode or light mode? Have you signed in and selected your team yet? Have you tried to call into the Call Kent Podcast? This blog post isn't about these and other features of the new site, b

                          How I built a modern website in 2021
                        • Google社屋に「終了したGoogleサービス」の墓が本当に登場

                          by tazzanderson Googleはこれまで検索エンジンのほかにGmailやGoogle アナリティクス、Googleドキュメントなど多くのサービスを提供していますが、すべてのサービスが成功したわけではなく、中には惜しまれながら提供を終了したものもあります。シアトルにあるGoogleの社屋内に「終了したGoogleサービスの墓場が登場した」と話題になっています。 Google finally gives Reader the respect it deserves with an actual gravestone - The Verge https://www.theverge.com/tldr/2019/10/4/20899198/google-reader-gravestone-crypt-rip-picasa-buzz-wave-orkut 「気味悪いのか、それともただ悲

                            Google社屋に「終了したGoogleサービス」の墓が本当に登場
                          • 【G7サミット】カナダ書記官さん、私物の『ラブひな』に赤松健議員のサインを求める

                            ジャン=エリック・パケ || Jean-Eric Paquet @EUAmbJP Japan's #G7 #Hiroshima Summit comes at a historic turning point for the international community🗺️. Important to raise as much public awareness as possible, and culture can definitely help do this ! Full support to this joint initiative by @G7_Mofa_Japan and MP @KenAkamatsu ! twitter.com/G7_Mofa_Japan/… 2023-04-25 18:38:06

                              【G7サミット】カナダ書記官さん、私物の『ラブひな』に赤松健議員のサインを求める
                            • 一滴で最大6時間視力を高める目薬「VUITY」が発売、特に中年に効果的

                              瞳孔を収縮させ、近見視力を改善する薬「VUITY」がアメリカ食品医薬品局(FDA)に承認され、2021年12月9日から市場に出回り始めました。VUITYは特に老眼が始まった40歳以上に効果をもたらすとされています。 VUITY™ (pilocarpine HCI ophthalmic solution) 1.25%, the First and Only FDA-Approved Eye Drop to Treat Age-Related Blurry Near Vision (Presbyopia), is Now Available | AbbVie News Center https://news.abbvie.com/news/press-releases/vuity-pilocarpine-hci-ophthalmic-solution-125-first-and-only-fd

                                一滴で最大6時間視力を高める目薬「VUITY」が発売、特に中年に効果的
                              • Introduction to heredocs in Dockerfiles | Docker

                                Guest post by Docker Community Member Justin Chadell. This post originally appeared here. As of a couple weeks ago, Docker’s BuildKit tool for building Dockerfiles now supports heredoc syntax! With these new improvements, we can do all sorts of things that were difficult before, like multiline RUNs without needing all those pesky backslashes at the end of each line, or the creation of small inline

                                  Introduction to heredocs in Dockerfiles | Docker
                                • Popular git config options

                                  Hello! I always wish that command line tools came with data about how popular their various options are, like: “basically nobody uses this one” “80% of people use this, probably take a look” “this one has 6 possible values but people only really use these 2 in practice” So I asked about people’s favourite git config options on Mastodon: what are your favourite git config options to set? Right now

                                  • 金策地獄で話題の「グランツーリスモ7」にキレたユーザーがスクリプトのパワーで「完全自動稼ぎ」を実現

                                    2022年3月24日にPlayStation 4(PS4)とPlayStation 5(PS5)向けでリリースされたドライビング&カーライフシミュレーター「グランツーリスモ7」は、実在するさまざまな車に乗ってレースに出場できるゲームとなっています。しかし、乗りたい車はゲーム内で購入しなければならない上に、購入するための資金を稼ぐには膨大な時間をかけて何度もレースに出場するか、課金してゲーム内通貨を購入する必要があるため、プレイヤーから不満が噴出しています。そんな中、グランツーリスモ7内のレースで「一切ゲームを操作することなくレースの賞金を稼ぎ続けるスクリプト」を開発したプレイヤーが登場しました。 Gran Turismo 7 players fight unpopular nerf by ‘grinding currency without playing the game’ | VGC

                                      金策地獄で話題の「グランツーリスモ7」にキレたユーザーがスクリプトのパワーで「完全自動稼ぎ」を実現
                                    • 『微分可能プログラミング』はどこから来たのか - bonotakeの日記

                                      はじめに(8/3追記) この記事を一旦書いたあと、重要な追加証言が得られたため、追記修正しています。結論もやや変わっていますが、現時点のほうがより正確です。 本編:ここから ディープラーニングが現在これだけ流行っている1つの要因は、TensorFlowやPyTorchなどのフレームワークが非常に便利だからです。ニューラルネットワークの設計、訓練、そして分類などの推論がフレームワークを使えばとても簡単に行なえます。 普通に使っている人達は、これらのフレームワークを『ツール』あるいは『ライブラリ』だとみなしていると思います。でも実際のところ、これらはプログラミング言語です。より正確に言えば、すべてのディープラーニングフレームワークはディープラーニング計算用DSL(Domain-Specific Language、ドメイン特化言語)と見なせます。このDSLは大抵、Pythonなど他の汎用言語への

                                        『微分可能プログラミング』はどこから来たのか - bonotakeの日記
                                      • Why Is SQLite Coded In C

                                        Note: Sections 2.0 and 3.0 of this article were added in response to comments on Hacker News and Reddit. Since its inception on 2000-05-29, SQLite has been implemented in generic C. C was and continues to be the best language for implementing a software library like SQLite. There are no plans to recode SQLite in any other programming language at this time. The reasons why C is the best language to

                                        • 訳文;「そこにはなんの報酬もありません。このゲームが何を為していてどう機能しているのか、ただただ見ていたかったのです」ジェンキンズ、カーソン、ホッキング、『Outer Wilds』へつづく2,3の論考 - すやすや眠るみたくすらすら書けたら

                                          翻訳の秋が今年もきました。また去年みたく面白い記事をいくつか見つけて勝手に紹介したいところです! 去年アップした『訳文;「"好奇心駆動型の冒険"とでも言うべき特殊なタイプの冒険に報酬を与えるゲームをつくりたい、それが『Outer Wilds』の主目的です」A・ビーチャム氏の論文より』で翻訳紹介した論考のなかで、参照文献として挙げられていた文献のうち2つ、ヘンリー・ジェンキンズ著『GAME DESIGN AS NARRATIVE ARCHITECTURE(物語による建築物としてのゲームデザイン)』とボニー・ルバーク取材『Clint Hocking Speaks Out On The Virtues Of Exploration(クリント・ホッキングが語る冒険の美徳)』。別記事1つ、ドン・カーソン著『Environmental Storytelling: Creating Immersive

                                            訳文;「そこにはなんの報酬もありません。このゲームが何を為していてどう機能しているのか、ただただ見ていたかったのです」ジェンキンズ、カーソン、ホッキング、『Outer Wilds』へつづく2,3の論考 - すやすや眠るみたくすらすら書けたら
                                          • GoogleのProduct Managerになりました|natsumi.kondo

                                            要約: 日本で文系営業職からキャリアをスタートし、アメリカに渡ったのちにGoogleのエンジニア系職種であるProduct Managerになった人の話です。 このnoteは、へぇそんなキャリアもあるんだ〜という一つの参考に、また、現状打破のために何かしたいけど何をすればいいのと思っている方へ、なにかシェアできたらと思いいろいろと書きました。長いです。 まずかんたんに私の経歴を。 慶應義塾大学環境情報学部卒業 →リクルートキャリアで法人向け転職支援事業の営業 (n年) →Google日本法人で大手法人向け広告営業 (4年) →Google日本法人で大手法人向け広告プロダクトスペシャリスト (2年) →Google米国本社でGlobal Product Lead (4年) 福島県で高校時代までを過ごし、留学経験もなく、リクルートキャリアで営業として楽しく働いていましたが、頑張っていたら運よく

                                              GoogleのProduct Managerになりました|natsumi.kondo
                                            • もはや「iPhoneのOSはアドウェアと化してしまったのではないか?」との意見がネットで激論に

                                              iPhoneのOSであるiOS 13の純正アプリに表示される広告の多さについて、ミニブログサービスTumblrのエンジニアであるスティーブ・ストリザ氏が「これではもうアドウェアです」と苦言を呈して、波紋を投げかけました。この主張に対し、インターネット上の意見は賛成と反対の両方に割れています。 The Paywalled Garden: iOS is Adware - Steve Streza https://stevestreza.com/2020/02/17/ios-adware/ Apple is pushing its services, but iOS is not adware yet https://appleinsider.com/articles/20/02/19/apple-is-pushing-its-services-but-ios-is-not-adware-yet

                                                もはや「iPhoneのOSはアドウェアと化してしまったのではないか?」との意見がネットで激論に
                                              • 22 Hacking Sites To Practice Your Hacking Skills

                                                22 Hacking Sites To Practice Your Hacking Skills 0{�-�U �, /�U Taken from: https://hackerlists.com/hacking-sites/ 22 Hacking Sites, CTFs and Wargames To Practice Your Hacking Skills InfoSec skills are in such high demand right now. As the world continues to turn everything into an app and connect even the most basic devices to the internet, the demand is only going to grow, so it’s no surprise eve

                                                  22 Hacking Sites To Practice Your Hacking Skills
                                                • Datadog メトリクスモニター作成入門

                                                  Datadog はモニタリング関連の SaaS ではおそらく最も利用されているサービスでしょうが、公式ドキュメントが豊富にある割には何から読み始めれば良いかわかりにくく、慣れるまでの道が険しい印象です。 本エントリーでは、Datadog が既に導入されている組織で、Datadog モニターを使って監視をしたいけど、モニターの設定方法がよくわからないといった方を対象に、メトリクスモニターの作成に焦点を絞って解説していきます。なお、あくまで Datadog の使い方についての解説であり、どのようなモニターを設定すべきかについては触れません。 メトリクスの収集についても触れたかったんですが、力尽きたので、メトリクスの収集については気が向いたら別エントリーを書きます。 アジェンダ メトリクスモニターの作成方法の基本 クエリの定義について クエリの評価期間・評価方法・アラート条件の指定 クエリの結果

                                                    Datadog メトリクスモニター作成入門
                                                  • バッハ会長は「犠牲が必要だ」と言ったのか - ネットロアをめぐる冒険

                                                    今日は短め、オリンピック関係。 バッハ会長のこんな発言が怒りを買ってます。 国際オリンピック委員会(IOC)のトーマス・バッハ会長が22日の一部報道で、国際ホッケー連盟のオンライン総会で「五輪の夢を実現するために誰もがいくらかの犠牲を払わないといけない」と発言。 五輪のために日本は、東京は犠牲を払うべきなのか IOCバッハ会長の発言に反発相次ぐ 「今までで一番悪質」(中日スポーツ) - Yahoo!ニュース みなさん切り取りはお嫌いなはずなので、全文がないかなあと探してみました。結論としては、全文は(いまのところ)見つけられないのですが、「バッハ会長の『犠牲』のニュアンスは違うかも」というような曖昧なオハナシです。一応、オリンピック擁護の記事ではございません。 【目次】 「誰もが犠牲を払う」なのか? 「我々」は誰か 今日のまとめ 「誰もが犠牲を払う」なのか? この発言は、第47回の国際ホッ

                                                      バッハ会長は「犠牲が必要だ」と言ったのか - ネットロアをめぐる冒険
                                                    • Why Go and not Rust?

                                                      What's the role of Go in a universe where Rust exists? Imagine you’re a developer who mainly works with Go. You go to an event and, while chatting with some people, you decide to share with them the news that you wrote a small tool that does something. You claim that since you wrote it in Go, it’s fairly fast, it’s a single binary, etc. The group seems pleased with your recount and you start feeli

                                                        Why Go and not Rust?
                                                      • Why, after 6 years, I’m over GraphQL

                                                        GraphQL is an incredible piece of technology that has captured a lot of mindshare since I first started slinging it in production in 2018. You won’t have to look far back on this (rather inactive) blog to see I have previously championed this technology. After building many a React SPA on top of a hodge podge of untyped JSON REST APIs, I found GraphQL a breath of fresh air. I was truly a GraphQL h

                                                        • Time on Unix

                                                          Sections What is time Representing time Where do we usually find time on Unix System time, hardware time, internal timers Syncing time with external sources What depends on time Human perception of time What is time Time is relative Measuring time and standards Coordinating time Time zones DST Time, a word that is entangled in everything in our lives, something we’re intimately familiar with. Keep

                                                            Time on Unix
                                                          • 娘がアメリカの小学校の休み時間に縄跳びをしてたら、「なにそれスゲエ!」と人が集まりショーみたいになった

                                                            山口慶明🇺🇸で何とか生きてる @girlmeetsNG 娘がアメリカの小学校の休み時間に日本人と縄跳びをしてたら、アメリカ人が「なにそれスゲエ!」と言って集まり人だかりができてショーみたいになり、最終的にはハヤブサを"Technique, Falcon!"と言って披露したら、教師まで集まり"Definitely Ninjutsu!"と大歓声が上がり、次の学級新聞に載るらしいw 2023-03-04 07:07:41

                                                              娘がアメリカの小学校の休み時間に縄跳びをしてたら、「なにそれスゲエ!」と人が集まりショーみたいになった
                                                            • 日本語版『Outer Wilds』のローカライズを見直すことをマシ・オカ氏が表明。Nintendo Switch版ではリニューアルした翻訳になっている可能性

                                                              星系を探索するアドベンチャーゲーム『Outer Wilds』の日本語ローカライズを見直すことを、本作のプロデューサーである俳優のマシ・オカ氏が表明した。2021年夏に予定しているNintendo Switch版の発売までに間に合わせたい意向を示している。 これはライトノベル作家の砂義出雲氏が、日本語版『Outer Wilds』の翻訳の品質について、本作の開発元であるMobius Digitalとマシ・オカ氏にリプライを送ったところ、マシ・オカ氏がそれに応じたものだ。 砂義さま、Outer Wildsを応援して頂き、そして誤訳のご指摘ありがとうございます。これはかなりひどいですね。日本語のローカライゼーションに目が届かず、ファンの皆様方にこ迷惑をおかけした事をお詫び申し上げます。確認して調整致しますのお時間を下さいませ。Switchまでには間に合わせます。 — Masi Oka (@Masi

                                                                日本語版『Outer Wilds』のローカライズを見直すことをマシ・オカ氏が表明。Nintendo Switch版ではリニューアルした翻訳になっている可能性
                                                              • Why I Won't Use Next.js

                                                                You’ve got a new project to work on. Or you’ve got an existing project you’re motivated to upgrade to a more modern approach. Or perhaps you’re dissatisfied with your current modern framework or second-guessing yourself and you’re investigating alternatives. In any case, you’ve got a decision to make. There are lots of “modern” frameworks to choose from. Even if you’re not facing this choice right

                                                                  Why I Won't Use Next.js
                                                                • npmの@typesスコープにおける任意のパッケージの改竄

                                                                  はじめに@typesスコープを管理しているDefinitely Typedは、Microsoftから支援を受けているものの、Microsoftの脆弱性報奨金制度におけるセーフハーバーの対象ではありません。1 本記事は、公開されている情報を元に脆弱性の存在を推測し、実際に検証することなく潜在的な脆弱性として報告した問題に関して説明したものであり、無許可の脆弱性診断行為を推奨することを意図したものではありません。 Definitely Typedに脆弱性を発見した場合は、Definitely Typedのメンバーへ報告してください。 要約Definitely Typedのプルリクエスト管理Botに脆弱性が存在し、悪意のあるプルリクエストをDefinitelyTyped/DefinitelyTypedリポジトリへマージすることが可能だった。 これにより、npm上の@typesスコープ配下に存在す

                                                                    npmの@typesスコープにおける任意のパッケージの改竄
                                                                  • React-pdf - Announcing react-pdf v2.0

                                                                    I'm very excited to announce react-pdf 2.0 to the world! This is the culmination of almost an entire year of work and all the lessons learned since this project started all the way back in October 2016. It's crazy, I feel it was just yesterday when I was announcing 1.0 as well. In essence, this new 2.0 version is a full reimplementation of the library. Starting from scratch is always a risky move,

                                                                      React-pdf - Announcing react-pdf v2.0
                                                                    • Googleがブログ記事を検閲

                                                                      私のBloggerのGMailアカウントに以下のようなメールが来ていた。 Hello, Google has been notified that content in your blog contains allegedly infringing content that may violate the rights of others and the laws of their country. The infringing content that has been made unavailable can be found at the end of this message. For more information about this removal and how it affects your blog, please visit https://support.goog

                                                                      • Building a Simple DB in Rust - Part 1 - Parsing

                                                                        This article is part of the Building a Simple DB in Rust series. While I've used rust for a while and have had a few small projects in it, I felt like I was missing a truly "systems" project. So when I came across this series for making a simple DB in C, I figured why not try to make my basic DB in rust. I will roughly follow the structure of that series at first, but I will most likely deviate an

                                                                        • Plask: A New Free Tool for Extracting 3D Motion From Videos

                                                                          Check out this cool AI-powered 3D animation editor and mocap tool that you can use for free. If you are an aspiring animator looking for a software you can proudly call your favorite, here's one you should definitely consider. Meet Plask, a web-based, AI-powered 3D animation editor and motion capture tool. Plask allows you to seamlessly record, edit, and animate your projects without leaving your

                                                                            Plask: A New Free Tool for Extracting 3D Motion From Videos
                                                                          • Prettier 3.0 をリリースしました

                                                                            2023 年 7 月 5 日に Prettier 3.0 をリリースしました。Prettier 2.0 がリリースされたのが 2020 年 3 月 21 日だったので、実に 3 年以上ぶりのメジャーアップデートとなります。 本当はもっと早くこのブログを書きたかったんですが、やる気が出ずだいぶ遅れてしまいました。 この記事では Prettier 3.0 の主要な変更点を紹介します。 Prettier 3.0 の主要な変更点 Prettier 3.0 はメジャーアップデートということもあって大きな変更がいくつか含まれています。ここでは、そのうちユーザーに直接的な影響がありそうなものを紹介します。 ここで紹介する以外にも大きな変更はありますが、プラグイン開発者向けのものとか、Prettier のソースコード自体が全部 ECMAScript Modules で書かれるようになったとか、ユーザーから

                                                                              Prettier 3.0 をリリースしました
                                                                            • 海外「やっと食べられた!」あの日本食好き東京五輪記者が再来日、本場の日本食に超感動

                                                                              東京五輪のあのコンビニリポーターが再来日したことが話題になっていました。 コロナ制限下の東京五輪で唯一食べることができたコンビニ料理の美味しさを世界に伝えて一躍有名になったCBCカナダのデビン・ハーロウが世界水泳選手権の取材のために再来日。さっそくコンビニ料理や東京五輪では味わえなかった本場の日本食を満喫して注目を集めています。 そんな日本食好き記者に、海外からは多くのコメントが寄せられていました。 These are a few of my favourite things. Sticking with some of the ole classics on my first night. But definitely getting out to the local restaurants this trip. World Aquatics coverage hits high gea

                                                                                海外「やっと食べられた!」あの日本食好き東京五輪記者が再来日、本場の日本食に超感動
                                                                              • Rails 7 will have three great answers to JavaScript in 2021+

                                                                                September 6, 2021 Rails 7 will have three great answers to JavaScript in 2021+ Rails has been unapologetically full stack since the beginning. We've continuously sought to include ever-more default answers to all the major infrastructure questions posed by modern web development. From talking to a database, to sending and receiving emails, to connecting web sockets, to rendering HTML, to integrati

                                                                                  Rails 7 will have three great answers to JavaScript in 2021+
                                                                                • ソニー、「PS5」リモートプレイ専用の携帯ゲーム機を開発中か

                                                                                  2022年にはさまざまな新しい携帯型ゲーム機が登場し、携帯ゲームが一層の盛り上がりを見せる中、ソニーが「PlayStation」(PS)ファン向けに新たな選択肢の提供を検討している可能性がある。同社は「Q-Lite」という携帯型デバイスを開発中と報じられている。 Insider Gamingの米国時間4月5日の記事によると、この新しい携帯型デバイスは、専用ゲームが開発されるような独立したプラットフォームではなく、「PS5」のゲームをリモートプレイするためのものになるという。 ソニーにコメントを求めたが、すぐには回答を得られなかった。 同社の新しい携帯型デバイスに関するうわさは、4月に入ってから流れていた。Giant BombのJeff Grubb記者は4日、PlayStationのクラウドゲーミングデバイスに関する計画について、ツイートしていた。 I am traveling to Sup

                                                                                    ソニー、「PS5」リモートプレイ専用の携帯ゲーム機を開発中か