並び順

ブックマーク数

期間指定

  • から
  • まで

41 - 80 件 / 1741件

新着順 人気順

Another Loveの検索結果41 - 80 件 / 1741件

  • New WebKit Features in Safari 15.4

    ContentsHTMLCSSWeb APIsJavaScriptWeb AppsMediaPrivacySecurityWKWebViewSafari Web ExtensionsWeb InspectorFeedbackAnd More With over 70 additions to WebKit, Safari 15.4 is packed with new web technologies, updates, and fixes. We’ve assembled a huge release as part of our commitment to web developers, and the people who use the web. This is the first big WebKit release of 2022, and we’re just getting

      New WebKit Features in Safari 15.4
    • REST API Design Best Practices Handbook – How to Build a REST API with JavaScript, Node.js, and Express.js

      I've created and consumed many API's over the past few years. During that time, I've come across good and bad practices and have experienced nasty situations when consuming and building API's. But there also have been great moments. There are helpful articles online which present many best practices, but many of them lack some practicality in my opinion. Knowing the theory with few examples is goo

        REST API Design Best Practices Handbook – How to Build a REST API with JavaScript, Node.js, and Express.js
      • 10周年記念アニメーション「ETERNITY MEMORIES」元ネタ解説 - nino_3’s blog

        ※この記事は公開時点よりだいぶ加筆されています。 参考:28日:4千文字 29日:1万2千文字 30日:1万4千文字 完成:2万文字 この記事は2022年8月28日に先行上映された 10周年記念アニメーション「ETERNITY MEMORIES」(以下10thアニメ)の内容のうち 筆者が「このネタ気付くかな?」と思ったポイントをピックアップしたものです。 www.youtube.com 単独作品としては話が飛び飛びで分かりづらい内容になっていますが、 シンデレラガールズの10年をたくさん詰め込んだ作品です。 「うーん。よくわかんなかった!」で終わられるととても悲しい…… ということで、本編中のアイドルの組み合わせや小物など、 「これはなんなんだろう?」と思った方の助けになれば幸いです。 (組み合わせで特に書いてないものは「書かなくてもたぶんわかるじゃろ」 と判断したか本当にわからなかったか

          10周年記念アニメーション「ETERNITY MEMORIES」元ネタ解説 - nino_3’s blog
        • Best Rust Web Frameworks to Use in 2023

          Best Rust Web Frameworks to Use in 2023 In the dynamic landscape of web development, Rust has emerged as a language of choice for building safe and performant applications. As Rust's popularity grows, so does the array of web frameworks designed to harness its strengths. This article compares some of the best Rust frameworks highlighting their respective advantages and drawbacks to help you make i

            Best Rust Web Frameworks to Use in 2023
          • Optimizing Javascript for fun and for profit

            I often feel like javascript code in general runs much slower than it could, simply because it’s not optimized properly. Here is a summary of common optimization techniques I’ve found useful. Note that the tradeoff for performance is often readability, so the question of when to go for performance versus readability is a question left to the reader. I’ll also note that talking about optimization n

            • Introducing Finch: An Open Source Client for Container Development | Amazon Web Services

              AWS Open Source Blog Introducing Finch: An Open Source Client for Container Development Today we are happy to announce a new open source project, Finch. Finch is a new command line client for building, running, and publishing Linux containers. It provides for simple installation of a native macOS client, along with a curated set of de facto standard open source components including Lima, nerdctl,

                Introducing Finch: An Open Source Client for Container Development | Amazon Web Services
              • Why are hyperlinks blue? | The Mozilla Blog

                The internet has ingrained itself into every aspect of our lives, but there’s one aspect of the digital world that I bet you take for granted. Did you ever notice that many links, specifically hyperlinks, are blue? When a co-worker casually asked me why links are blue, I was stumped. As a user experience designer who has created websites since 2001, I’ve always made my links blue. I have advocated

                  Why are hyperlinks blue? | The Mozilla Blog
                • The Untold Story of SQLite - CoRecursive Podcast

                  00:00 - Introduction 01:45 - The Battleship 02:49 - NP-Complete Problems 06:24 - Building SQLite V1 07:54 - Motorola Phones 09:40 - America Online Phones 11:12 - Symbian OS and Nokia 13:01 - The Bus Factor and the Consortium 15:11 - Enter Android 17:05 - Guys, This Is Important 18:18 - Testing and Aviation Standards 21:29 - Billions of Tests 25:30 - Building From First Principles 28:05 - B-Trees a

                    The Untold Story of SQLite - CoRecursive Podcast
                  • Don't write clean code, write CRISP code — Bitfield Consulting

                    I’m sure we’re all in favour of “clean code”, but it’s one of those motherhood-and-apple-pie things that no one can reasonably disagree with. Who wants to write dirty code, unless maybe it’s for a porn site? The problem, of course, is that few of us can agree on what “clean code” means, and how to get there. A rule like “methods should only do one thing”, looks great on a T-shirt, but it’s not so

                      Don't write clean code, write CRISP code — Bitfield Consulting
                    • LLMのファインチューニングで事実の学習ができないのは本当か?ちょっと実験してみた

                      三行要約 LLM のファインチューニングでは事実の学習ができないという話があったので、事実の学習の例として、シェイクスピアのRomeoをBobに置き換える実験を行った 実験では、訓練対象とする層による結果の違いを確認した。アテンション層のみを訓練した場合は、Bobへの置き換えはできなかった。一方、全結合層を含めて訓練した場合は、学習率を調整するとBobへの置き換えができた ファインチューニングが事実の学習に向いているかはさておき、工夫次第でファインチューニングも事実の学習に利用できる可能性はある 背景 先月 ChatGPT(GPT-3.5 Turbo) のファインチューニングがリリースされました。いろいろな方が試されて、うまくいった、いかなかったという話がちらほらありました。例えば以下の記事では、一晩試してみた程度では、ChatGPTに最新の知識を教え込む目的での Fine-tuning

                        LLMのファインチューニングで事実の学習ができないのは本当か?ちょっと実験してみた
                      • Pysa: An open source static analysis tool to detect and prevent security issues in Python code

                        Pysa: An open source static analysis tool to detect and prevent security issues in Python code Today, we are sharing details about Pysa, an open source static analysis tool we’ve built to detect and prevent security and privacy issues in Python code. Last year, we shared how we built Zoncolan, a static analysis tool that helps us analyze more than 100 million lines of Hack code and has helped engi

                          Pysa: An open source static analysis tool to detect and prevent security issues in Python code
                        • 協調フィルタリングとベクトル検索エンジンを利用した商品推薦精度改善の試み | メルカリエンジニアリング

                          こんにちは、メルカリのレコメンドチームで ML Engineer をしている ML_Bear です。 以前の記事 [1] では、item2vecと商品メタデータを用いた、メルカリのホーム画面のレコメンド改善のお話をさせていただきました。今回は商品詳細画面でレコメンド改善を行ったお話をさせていただきます。商品詳細画面の例は図1の通りです。ユーザーはアイテムの詳細な説明を見たいときにこの画面に来訪するため、同様の商品を推薦する自然な接点として非常に重要です。 まず、私たちが商品詳細画面で行った改善の概要を示します。各部の詳細については次節以降で詳しく触れます。 日本有数の大規模ECサービスにおいてベクトル検索ベースの商品推薦アルゴリズムを実装し、推薦精度の大幅な改善を実現しました。 協調フィルタリングとニューラルネットワーク (以下、NN) を利用した商品推薦アルゴリズムを構築し、コールドスタ

                            協調フィルタリングとベクトル検索エンジンを利用した商品推薦精度改善の試み | メルカリエンジニアリング
                          • WebKit Features in Safari 16.4

                            Mar 27, 2023 by Patrick Angle, Marcos Caceres, Razvan Caliman, Jon Davis, Brady Eidson, Timothy Hatcher, Ryosuke Niwa, and Jen Simmons ContentsWeb Push on iOS and iPadOSImprovements for Web AppsWeb ComponentsCSSHTMLJavaScript and WebAssemblyWeb APIImages, Video, and AudioWKWebViewDeveloper ToolingWeb InspectorSafari Web ExtensionsSafari Content BlockersNew Restrictions in Lockdown ModeMore Improve

                              WebKit Features in Safari 16.4
                            • Deep Dive: NewSQL Databases

                              Overview One of my colleagues, @margo_hdb, recently posted a great article Database Architectures & Use Cases - Explained here on dev.to. In response a user asked for a deeper dive on NewSQL databases, so I thought I would put one together. The term NewSQL was coined in 2011 by 451 Group analyst Matthew Aslett. Wikipedia defines the term below: “ NewSQL is a class of relational database management

                                Deep Dive: NewSQL Databases
                              • 現代音楽の傑作選、若年の感性が考える10の名盤|777♛︎

                                人間が人間らしく生きる上で必要なのは文化だ。 とりわけ音楽は自身の日常へ昇華していく。 この音楽を評価する上で、世代というのは極めて重要なファクターである。 例えば60年代のビートルズ旋風の時期、それをリアルタイムで体験した人間が評価するビートルズと、それ以後に生まれてきた後追い世代のリスナーが評価するビートルズはもはや別のバンドとすら言えるのではなかろうか。 私は21世紀生まれである。 評論界隈というと、おじ様方の懐古主義が蔓延り、もしくわ、現代のHiphop独裁の音楽シーンを過剰に意識したなんともむず痒いセレクトだったりと、若い世代の私なんかはついどこか違和感を覚えてしまう。 アーカイブ量にはそれなりに自信のある私なので、今回はジャンル、年代を問わず、今日までに生まれた名作の中から若い感覚に基づいて個人的ベスト10を作ってみたいと思う。 ベスト10といってもランキング形式ではない。 不

                                  現代音楽の傑作選、若年の感性が考える10の名盤|777♛︎
                                • From Japan, a Mascot for the Pandemic

                                  “Should an epidemic come,” Amabié is said to have uttered, “draw me and show me to the people.” Then it sank beneath the waves.Art work by Shunsuke Satake Sometimes it seems as if Japan’s human population is outnumbered by cute characters. A few, such as Hello Kitty and Pikachu, have achieved international superstardom. But many more quietly populate the daily lives of citizens. Illustrated signs

                                    From Japan, a Mascot for the Pandemic
                                  • Reverse Engineering the source code of the BioNTech/Pfizer SARS-CoV-2 Vaccine - Bert Hubert's writings

                                    Reverse Engineering the source code of the BioNTech/Pfizer SARS-CoV-2 Vaccine Translations: ελληνικά / عربى / 中文 (Weixin video, Youtube video) / 粵文 / bahasa Indonesia / český / Català / český / Deutsch / Español / 2فارسی / فارسی / Français / עִברִית / Hrvatski / Italiano / Magyar / Nederlands / 日本語 / 日本語 2 / नेपाली / Polskie / русский / Português / Română / Slovensky / Slovenščina / Srpski / Türk

                                      Reverse Engineering the source code of the BioNTech/Pfizer SARS-CoV-2 Vaccine - Bert Hubert's writings
                                    • どマイナーなアイドルやロックバンドの一曲だけ飛び抜けて良い曲のまとめ~その1~ - Jailbreak

                                      ※重くて開けないとのことで、記事を分割しました。10記事にまたがっていますが、ご了承ください。 面白い増田が話題になっていて、そのブコメもなかなか面白かった。 それにしても、こういう音楽ネタの場合、どうしても音楽がないと分かりにくいのが、難点。 とはいえ、こういうところで音楽と新しい出会いができるチャンスだと思うのです。 そこで、ブコメであげられた曲をYoutubeで探して、まとめていきたいと思います。 できるだけ同じアーティストは連続してまとめるようにしつつ、ついでに気になったものは個人的にコメントもしていきます。 分けた関係上、扱っている曲はこのようになっています。 その1(この記事) フラワーカンパニーズ/深夜高速 フラワーカンパニーズ/冬のにおい フラワーカンパニーズ/東京タワー フラワーカンパニーズ/涙よりはやく走れ MOON CHILD/ESCAPE MOON CHILD/アネ

                                        どマイナーなアイドルやロックバンドの一曲だけ飛び抜けて良い曲のまとめ~その1~ - Jailbreak
                                      • A Tiny, Static, Full-Text Search Engine using Rust and WebAssembly | Matthias Endler

                                        I wrote a basic search module that you can add to a static website. It's very lightweight (50kB-100kB gzipped) and works with Hugo, Zola, and Jekyll. Only searching for entire words is supported. Try the search box on the left for a demo. The code is on Github. Static site generators are magical. They combine the best of both worlds: dynamic content without sacrificing performance. Over the years,

                                          A Tiny, Static, Full-Text Search Engine using Rust and WebAssembly | Matthias Endler
                                        • The Four Innovation Phases of Netflix’s Trillions Scale Real-time Data Infrastructure

                                          My name is Zhenzhong Xu. I joined Netflix in 2015 as a founding engineer on the Real-time Data Infrastructure team and later led the Stream Processing Engines team. I developed an interest in real-time data in the early 2010s, and ever since believe there is much value yet to be uncovered. Netflix was a fantastic place to be surrounded by many amazing colleagues. I can’t be more proud of everyone

                                            The Four Innovation Phases of Netflix’s Trillions Scale Real-time Data Infrastructure
                                          • postgres.new: In-browser Postgres with an AI interface

                                            Introducing postgres.new, the in-browser Postgres sandbox with AI assistance. With postgres.new, you can instantly spin up an unlimited number of Postgres databases that run directly in your browser (and soon, deploy them to S3). Each database is paired with a large language model (LLM) which opens the door to some interesting use cases: Drag-and-drop CSV import (generate table on the fly) Generat

                                              postgres.new: In-browser Postgres with an AI interface
                                            • 自分のコンテンツを学習したカスタムChatBotを作る方法

                                              カスタムChatBotを作る ChatGPT全盛の時代に、何番煎じだ?という感じですが、とりあえずやってみたので手順を残しておきます。プロンプトエンジニアリングの観点ですと、いわゆるIn-Context LearningのRetrieval-Augmented Generation(RAG)ってやつになると思います。プロンプトエンジニアリングに関しては以下記事参照ください。 具体的な手段・実装としては、基本的にnpaka大先生のやったことや書籍を大いに参考にさせていただいています。 OpenAI GPT-4/ChatGPT/LangChain 人工知能プログラミング実践入門 以前、はてなブログのデータだけでやってみてはいたのですが、イマイチ性能がよくなかったので、今回は色々と改善版という位置づけです。 大きく変えたところは以下2つです。 データを増やした(ブログデータ → ブログデータ +

                                                自分のコンテンツを学習したカスタムChatBotを作る方法
                                              • How I Hacked my Car

                                                Note: As of 2022/10/25 the information in this series is slightly outdated. See Part 5 for more up to date information. The Car⌗ Last summer I bought a 2021 Hyundai Ioniq SEL. It is a nice fuel-efficient hybrid with a decent amount of features like wireless Android Auto/Apple CarPlay, wireless phone charging, heated seats, & a sunroof. One thing I particularly liked about this vehicle was the In-V

                                                • An Interview With Linus Torvalds: Linux and Git - Part 1 30 Years Of Linux

                                                  Jeremy founded Tag1 Consulting in 2007. He has been a contributing core Drupal developer since 2002, and helped establish Drupal as a successful CMS through the early popularity of his personal blog, KernelTrap.org. Over the years, he authored and maintained the core statistics module and throttle module, as well as the pager logic and the initial Drupal 5 installer. He continues to contribute to

                                                    An Interview With Linus Torvalds: Linux and Git - Part 1 30 Years Of Linux
                                                  • Pitchforkのアルバムレビューで10点満点をとったアルバムをまとめてみる - YAMDAS現更新履歴

                                                    [2019年12月6日追記]:公開後、読者から2枚ニルヴァーナのアルバムが該当するのを指摘され、気になって死力を尽くして調べたところさらに12枚、合計14枚増えて、全体で118枚のラインナップに拡大した。これでも抜けがあるだろうし、今後も増えるだろうが、キリがないので追加はここまでとさせていただく。 少し前に柏野雄太さんのツイートで、Steely Danの『Aja』について Pitchfork が10点満点をつけているのを知り、そういえば Pitchfork のアルバムレビューで10点満点をとったアルバムって他にどれがあったんだっけと思った次第である。 一時期は Pitchfork のアルバムレビューで何点以上ないと聴いてもらえないとかいう話があったと記憶するが、そうした神通力はもはやなくなっているだろう。それにもう音楽の聴かれ方がアルバム単位ではなくなったというのもあるが、ワタシ自身は結

                                                      Pitchforkのアルバムレビューで10点満点をとったアルバムをまとめてみる - YAMDAS現更新履歴
                                                    • GPT in 60 Lines of NumPy | Jay Mody

                                                      January 30, 2023 In this post, we'll implement a GPT from scratch in just 60 lines of numpy. We'll then load the trained GPT-2 model weights released by OpenAI into our implementation and generate some text. Note: This post assumes familiarity with Python, NumPy, and some basic experience with neural networks. This implementation is for educational purposes, so it's missing lots of features/improv

                                                      • Kernel Queue: The Complete Guide On The Most Essential Technology For High-Performance I/O

                                                        Kernel Queue: The Complete Guide On The Most Essential Technology For High-Performance I/O When talking about high-performance software we probably think of server software (such as nginx) which processes millions requests from thousands clients in parallel. Surely, what makes server software work so fast is high-end CPU running with huge amount of memory and a very fast network link. But even the

                                                          Kernel Queue: The Complete Guide On The Most Essential Technology For High-Performance I/O
                                                        • Ruby 3.1はここに注目! 新しいJITとは? デバッガ、エラーメッセージ、そして未来! リリースマネージャーに聞いた |ハイクラス転職・求人情報サイト AMBI(アンビ)

                                                          Ruby 3.1はここに注目! 新しいJITとは? デバッガ、エラーメッセージ、そして未来! リリースマネージャーに聞いた 2021年12月25日にリリースされたばかりのRuby 3.1では、どのような機能がどういった経緯で採用されているのでしょう。リリースマネージャーのnaruseさんと、フルタイムコミッターのmameさん、ko1さんに詳しくうかがいました。 プログラミング言語Rubyでは2013年の2.1.0以降、毎年クリスマス(12月25日)にメジャーバージョンアップが行われています。2021年も無事にバージョン3.1.0がリリースされました。 ▶ Ruby 3.1.0 リリース Ruby 3.1は、言語機能の面では全体的に穏やかなリリースにも見えますが、新しい方式のJIT(just in time)コンパイラ、標準の新デバッガー、事前アナウンスでも好評だったエラーメッセージの改善な

                                                            Ruby 3.1はここに注目! 新しいJITとは? デバッガ、エラーメッセージ、そして未来! リリースマネージャーに聞いた |ハイクラス転職・求人情報サイト AMBI(アンビ)
                                                          • Announcing TypedSQL: Make your raw SQL queries type-safe with Prisma ORM

                                                            Generate query functions by using the --sql flag on prisma generate: Import the query function from @prisma/client/sql … … and call it inside the new $queryRawTyped function to get fully typed results 😎 If your SQL query has arguments, they are provided to the query function passed to $queryRawTyped The Prisma Client API together with TypedSQL provides the best experience for both CRUD operations

                                                              Announcing TypedSQL: Make your raw SQL queries type-safe with Prisma ORM
                                                            • これから始めるMetroidvania――「メトロイド ドレッド」で目覚めた人たちにオススメのSwitch向け2D探索アクションを,“メトロイドヴァニア”に詳しい人に聞いてみた

                                                              これから始めるMetroidvania――「メトロイド ドレッド」で目覚めた人たちにオススメのSwitch向け2D探索アクションを,“メトロイドヴァニア”に詳しい人に聞いてみた 編集部:Junpoco ライター:本地健太郎 「メトロイド ドレッド」が面白い―― 2021年10月8日にリリースされた「メトロイド ドレッド」は,任天堂のゲームシリーズ「メトロイド」の最新作。複数のエリアに分かれ,迷路のようにつながったマップを行き来しながら,主人公のサムスを強化し,仕掛けを解きながらクリアを目指していくSwitch用2D探索アクションだ。 発売後,国内外で高い評価を得ており,思ったとおりにプレイヤーキャラクターのサムスが動いてくれる操作感に,心地よく決まるカウンター(とその演出)。なかなかの高難度ながら,繰り返し練習することで乗り越えられる絶妙な難度。(コアなプレイヤーには物足りないかもしれない

                                                                これから始めるMetroidvania――「メトロイド ドレッド」で目覚めた人たちにオススメのSwitch向け2D探索アクションを,“メトロイドヴァニア”に詳しい人に聞いてみた
                                                              • Open source hooliganism and the TypeScript meltdown

                                                                September 7, 2023 Open source hooliganism and the TypeScript meltdown I've seen a lot of true believers argue for virtues of their favorite paradigms and methods over the decades working in software. And mostly, I look at people with a passionate preference and smile. Isn't it great that people care so much about their craft that they volunteer to extol the benefits of their favorite tools! Yes it

                                                                  Open source hooliganism and the TypeScript meltdown
                                                                • How to review code effectively: A GitHub staff engineer’s philosophy

                                                                  As a staff engineer at GitHub, code review is one of my main focus areas in my day to day work. Over the past eight years, I’ve reviewed more than 7,000 pull requests. Why so many? Because code review is crucial to building good software and another set of eyes can often spot issues you would have otherwise missed. I see code review as one of the most important aspects of my job. In fact, whenever

                                                                    How to review code effectively: A GitHub staff engineer’s philosophy
                                                                  • 🌶️ IMHO 🌶️ - Rich Harris on frameworks, the web, and the edge.

                                                                    この記事はSvelte/Sveltekitの作者であるRich Harris氏による講演「🌶️ IMHO 🌶️」を翻訳したものです。 この記事の作成には、Whisperによる書き起こし、DeepLおよびChatGPTによる翻訳を補助的に使用しています。 また、本文中には適宜訳注を入れています。 この場を借りて、翻訳を許可していただいたRich氏、 またこの翻訳をきめ細かくレビューしていただいたtomoam氏、英文解釈の相談に乗っていただいたshamokit氏へ感謝を表明したいと思います。 So, I'm going to be giving a talk tonight called In My Humble Opinion, and it's a collection of loosely connected thoughts about recent trends in front

                                                                      🌶️ IMHO 🌶️ - Rich Harris on frameworks, the web, and the edge.
                                                                    • Become a VS Code Ninja with these Extensions and Tools [2020]

                                                                      Become a VS Code Ninja with these Extensions and Tools [2020] VS Code is undoubtedly the best editor out there especially when it comes to writing javascript. It is fast, feature rich and has huge pool of extensions available which greatly enhances developer experience. I've been using VS Code for the past 4 years and over these years I came across many these extensions that I would like to share

                                                                        Become a VS Code Ninja with these Extensions and Tools [2020]
                                                                      • YOASOBI / Into The Night (「夜に駆ける」English Ver.)

                                                                        ・Download & Streaming https://orcd.co/into-the-night Original Ver.「夜に駆ける」(Yoru Ni Kakeru) https://youtu.be/x8VYWazR5mE Original Novel(English Ver.)「An Invitation from Thanatos」(Written by Mayo Hoshino / TranslatedbyEmilyBalistrieri / ArrangedbyTranNetKK) https://www.yoasobi-music.jp/novel/yorunikakeru/ --- Lyrics・Music・Arranged:Ayase (https://twitter.com/ayase_0404) Vocal : ikura(https://twitter

                                                                          YOASOBI / Into The Night (「夜に駆ける」English Ver.)
                                                                        • Python Is Not A Great Programming Language

                                                                          python.md Python is not a great programming language. It's great for beginners. Then it turns into a mess. What's good What should be good What's "meh" What's bad What's bad about the culture What's good A huge ecosystem of good third-party libraries. Named arguments. Multiple inheritance. What should be good It's easy to learn and read. However, it's only easy to learn and read at the start. Once

                                                                            Python Is Not A Great Programming Language
                                                                          • CNAME Cloaking, the dangerous disguise of third-party trackers

                                                                            Note: If you are using NextDNS as your DNS resolver, you are already automatically protected from this. You can read more here. How come AdBlock, Adblock Plus, uBlock Origin, Ghostery, Brave and Firefox are letting a third-party tracker from Eulerian, a leading tracking company, execute their script freely on fortuneo.fr, one of the biggest online bank in France? How come the same thing is happeni

                                                                              CNAME Cloaking, the dangerous disguise of third-party trackers
                                                                            • B'zの映像作品23本をYouTubeでフル尺公開「B'z LIVE-GYM -At Your Home-」(動画あり)

                                                                              「B'z LIVE-GYM -At Your Home-」と題したこの企画では、1990年発売のミュージックビデオ集「FILM RISKY」から昨年行われた全国ツアーの模様を収録したライブ映像作品「B'z LIVE-GYM 2019 -Whole Lotta NEW LOVE-」まで、過去30年間にリリースされた映像作品をフルサイズで楽しめる。公開期間は5月31日まで。 「B'z LIVE-GYM -At Your Home-」公開作品・「FILM RISKY」(1990年) ・「JUST ANOTHER LIFE」(1991年) ・「LIVE RIPPER」(1993年) ・「"BUZZ!!" THE MOVIE」(1995年) ・「The true meaning of "Brotherhood"?」(1999年) ・「once upon a time in 横浜 ~B'z LIVE-

                                                                                B'zの映像作品23本をYouTubeでフル尺公開「B'z LIVE-GYM -At Your Home-」(動画あり)
                                                                              • Load Balancing

                                                                                Past a certain point, web applications outgrow a single server deployment. Companies either want to increase their availability, scalability, or both! To do this, they deploy their application across multiple servers with a load balancer in front to distribute incoming requests. Big companies may need thousands of servers running their web application to handle the load. In this post we're going t

                                                                                  Load Balancing
                                                                                • 2020年声優楽曲ベスト50曲

                                                                                  2020年は私が声優楽曲を好んで聴いていた理由であった、声による繊細な感情の機微の表現や音響的な快楽を追求した歌唱などが他のジャンルへも少しずつ波及しているのを感じる年でした。 ゲーム関連曲やVTuber、2.5次元系舞台はもちろん、国内外のポップスやヒップホップなどにも「声優的」と感じる要素が直接・間接的に飛び火していて、それを誤解込みで読み取るのが楽しかったです。(kiki vivi lily、valknee、Lee Jin-ah、Yaeji、Blood Orangeなど) 一方で声優楽曲の他ジャンルへの接近・ポップス化もさらに進みボーダーレス化することで、声優楽曲が好きだからこそそれ以外を聴くのがより楽しくなってきた1年でもありました。 今年は50曲選びましたがコメントを書くのが惰性になっていくので、前半25曲にのみコメントを付けました。spotifyにあったもの41曲はプレイリスト