並び順

ブックマーク数

期間指定

  • から
  • まで

121 - 160 件 / 538件

新着順 人気順

Compressの検索結果121 - 160 件 / 538件

  • Understanding and Decoding a JPEG Image using Python - Yasoob Khalid

    Understanding and Decoding a JPEG Image using Python July 14, 2020 Hi everyone! 👋 Today we are going to understand the JPEG compression algorithm. One thing a lot of people don’t know is that JPEG is not a format but rather an algorithm. The JPEG images you see are mostly in the JFIF format (JPEG File Interchange Format) that internally uses the JPEG compression algorithm. By the end of this arti

      Understanding and Decoding a JPEG Image using Python - Yasoob Khalid
    • How to make a 3D game in only 2KB of JavaScript

      Months ago, when I heard that the legendary JS1k game jam would not be continuing, I talked it over with some other devs and decided to help fill the void we would host a 2k game jam on itch called 2kPlus Jam. The primary goal of this comp was to create a game that fits entirely in a 2 kilobyte zip file. That is incredibly small, for point of reference a 3.5 floppy disk could hold over 700 of thes

        How to make a 3D game in only 2KB of JavaScript
      • THETA x Hololensで視覚能力拡張 - Qiita

        はじめに はじめまして、リコーのYuuki_Sです。 弊社ではRICOH THETAという全周囲360度撮れるカメラを出しています。 RICOH THETA VやRICOH THETA Z1は、OSにAndroidを採用しています。Androidアプリを作る感覚でTHETAをカスタマイズすることもでき、そのカスタマイズ機能を「プラグイン」と呼んでいます (詳細は本記事の末尾を参照)。 さて、THETAは周囲360°の映像が取得可能なカメラです。 360°、これは人間の視野(およそ200°)に比べて遥かに広いです。 しかし、自然界にはTHETAに近い視野を持つ存在がいます。 それは馬に代表される草食動物。 彼らの目は頭の側面に位置し、およそ330°の範囲を捉えます。 広い範囲を捉えることで、外敵を素早く察知する事が出来るのです。 馬とは違い、正面にしか目を持たない人間ですが、自らのテクノロジ

          THETA x Hololensで視覚能力拡張 - Qiita
        • 画像ファイルのサイズ圧縮&JPEG/PNG/WEBP/AVIF/JXLにフォーマットを変換&オフラインでも利用可能な「Compress Images」

          プライバシーを保護しながら画像ファイルを圧縮できるウェブツールがWebUtilsの「Compress Images」です。画像ファイルをJPEG/PNG/WebP/AVIF/JPEG XLといった画像ファイルフォーマットに変換しながらファイルサイズを圧縮可能で、ウェブツールながらブラウザ上から画像がサーバーへ送信されることがないためオフラインでも利用可能で、画像データを傍受されたり盗まれたりする心配もありません。 Compress Images - An Online tool to compress/convert images https://www.webutils.app/image-compress Compress Imagesの使い方は簡単で、上記のURLにアクセスして画面中央にある「Drag n drop images here, or click to select」と書

            画像ファイルのサイズ圧縮&JPEG/PNG/WEBP/AVIF/JXLにフォーマットを変換&オフラインでも利用可能な「Compress Images」
          • Flash Animations Live Forever at the Internet Archive | Internet Archive Blogs

            Great news for everyone concerned about the Flash end of life planned for end of 2020: The Internet Archive is now emulating Flash animations, games and toys in our software collection. Utilizing an in-development Flash emulator called Ruffle, we have added Flash support to the Internet Archive’s Emularity system, letting a subset of Flash items play in the browser as if you had a Flash plugin ins

              Flash Animations Live Forever at the Internet Archive | Internet Archive Blogs
            • WordPressで育児ブログを始めて3ヶ月の葛藤と解決策! | パグぞうの夢

              こんにちは、パグぞうです。 WordPressで育児ブログの運営して3ヶ月が経ちますが、色々な葛藤があります。 WordPressでのブログ運営はとても充実しているのですが、ブログに詳しくなるほど、色々なことが気になってきます。 最終的には私自身全て前向きに受け止め、解決策も記載していますが、WordPressでのブログ運営ではどのような葛藤があるのかを知ってもらえればと思います。 葛藤① カスタマイズすればするほど重くなる 葛藤② 3ヶ月経ってもアクセスが伸びない 葛藤③ パソコンに向かうまでに時間がかかる 葛藤④ なかなか交流がない 葛藤⑤ はてなブログが更新出来なくなる まとめ 葛藤① カスタマイズすればするほど重くなる ブログデザインのカスタマイズや凝ったアイキャッチ画像を作ることが大好きです。 ついつい時間を忘れてデザインを施してしまいます。 でもデザインをすればするほど、ブログ

              • Windows 11の自動翻訳が雑すぎて「ZIPファイル」が「郵便番号ファイル」になっていると報告される

                イギリスとアメリカはいずれも英語が使われていますが、イギリス英語とアメリカ英語には細かな違いがあるため、状況によっては混乱が生じることもあります。新たに、イギリス在住のWindowsユーザーから「Windows 11の自動翻訳が適当すぎて、『Zipファイル(Zip file)』が『郵便番号ファイル(postcode file)』になっている」という報告が上がりました。 OH MY GOD I'd heard about Windows 11 calling a zip file a 'postcode file' in UK English because of really lazy translating but it's ACTUALLY HERE ON MY PC like not even in beta this is actually happening right now

                  Windows 11の自動翻訳が雑すぎて「ZIPファイル」が「郵便番号ファイル」になっていると報告される
                • Speeding up the JavaScript ecosystem - one library at a time

                  Whilst the trend is seemingly to rewrite every JavaScript build tool in other languages such as Rust or Go, the current JavaScript-based tools could be a lot faster. The build pipeline in a typical frontend project is usually composed of many different tools working together. But the diversification of tools makes it a little harder to spot performance problems for tooling maintainers as they need

                    Speeding up the JavaScript ecosystem - one library at a time
                  • 動画ファイルをドラッグ&ドロップするだけでサイズを圧縮してくれるMac用ffmpegラッパー「CompressX」がリリース。

                    動画ファイルをドラッグ&ドロップするだけで圧縮してくれるMac用ffmpegラッパー「CompressX」がリリースされています。詳細は以下から。 撮影した動画をWebサイトで公開/他のユーザーに転送する際にファイルのサイズを小さくしたい場合がありますが、そのような場合に動画ファイルをドラッグ&ドロップして[Compress]をワンクリックするだけでサイズを圧縮してくれるMacアプリ「CompressX」が新たに公開されています。 Welcome to CompressX We use FFmpeg under the hood to compress the video Step 1. Install FFmpeg on your Mac. We strongly recommend install it via Homebrew Step 2. Open Terminal, enter

                      動画ファイルをドラッグ&ドロップするだけでサイズを圧縮してくれるMac用ffmpegラッパー「CompressX」がリリース。
                    • GitHub - KilledByAPixel/JSONCrush: Compress JSON into URL friendly strings

                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                        GitHub - KilledByAPixel/JSONCrush: Compress JSON into URL friendly strings
                      • 【軽量化】PDFのファイルサイズを圧縮する | Acrobat PDF

                        お客様がログインして保存を行う場合を除いて、ファイルは Adobe サーバーによって安全に処理され、削除されます。 本サービスを使用することにより、アドビの利用条件およびプライバシーポリシーに同意したとみなされます。(ファイルは HTTPS TLS v1.2 によって保護され、AES-256 暗号化を使用して保存されます)

                          【軽量化】PDFのファイルサイズを圧縮する | Acrobat PDF
                        • Patterns for Building LLM-based Systems & Products

                          Patterns for Building LLM-based Systems & Products [ llm engineering production 🔥 ] · 66 min read Discussions on HackerNews, Twitter, and LinkedIn “There is a large class of problems that are easy to imagine and build demos for, but extremely hard to make products out of. For example, self-driving: It’s easy to demo a car self-driving around a block, but making it into a product takes a decade.”

                            Patterns for Building LLM-based Systems & Products
                          • A Cheat Sheet and Some Recipes For Building Advanced RAG — LlamaIndex, Data Framework for LLM Applications

                            It’s the start of a new year and perhaps you’re looking to break into the RAG scene by building your very first RAG system. Or, maybe you’ve built Basic RAG systems and are now looking to enhance them to something more advanced in order to better handle your user’s queries and data structures. In either case, knowing where or how to begin may be a challenge in and of itself! If that’s true, then h

                              A Cheat Sheet and Some Recipes For Building Advanced RAG — LlamaIndex, Data Framework for LLM Applications
                            • Ensure your website is available and usable for everyone during COVID-19  |  Articles  |  web.dev

                              Ensure your website is available and usable for everyone during COVID-19 Stay organized with collections Save and categorize content based on your preferences. How to ensure that the core functionality of your website is always available, accessible, secure, usable, discoverable, and fast. This page provides guidance to help ensure your website is available, accessible, secure, and usable for ever

                              • 画像最適化戦略 AVIF 編 | blog.jxck.io

                                Intro 本サイトの PNG/JPEG で提供している画像については、よりサイズが小さくなりやすい AVIF 形式を提供し、対応ブラウザに配信するようにした。 フォーマットを出し分けるため、画像の指定は <picture> 要素を用いて対応した。 画像最適化シリーズ第 6 回目のエントリである。 画像最適化戦略 PNG/JPEG 編 画像最適化戦略 Picture 編 画像最適化戦略 WebP 編 画像最適化戦略 SVG/Font 編 画像最適化戦略 Lazy Loading 編 > 画像最適化戦略 AVIF 編 AVIF AVIF は、ロイヤリティフリーなコーデックを目指して AOMedia が開発した AV1 を、画像に転用したものだ。 AV1 Image File Format の略とされ、 AV1 の I フレームを静止画として表示するイメージだ。 Chrome 85, Fire

                                  画像最適化戦略 AVIF 編 | blog.jxck.io
                                • GitHub - riquito/tuc: When cut doesn't cut it

                                  tuc 1.2.0 Cut text (or bytes) where a delimiter matches, then keep the desired parts. The data is read from standard input. USAGE: tuc [FLAGS] [OPTIONS] FLAGS: -g, --greedy-delimiter Match consecutive delimiters as if it was one -p, --compress-delimiter Print only the first delimiter of a sequence -s, --only-delimited Print only lines containing the delimiter -V, --version Print version informatio

                                    GitHub - riquito/tuc: When cut doesn't cut it
                                  • Reducing AWS Fargate Startup Times with zstd Compressed Container Images | Amazon Web Services

                                    Containers Reducing AWS Fargate Startup Times with zstd Compressed Container Images Updated Oct. 19, 2022: Amazon ECR’s Enhanced Scanning, powered by AWS Inspector, now supports scanning zstd compressed container images AWS Fargate is a serverless compute engine for containerized workloads running on Amazon Elastic Container Service (Amazon ECS) and Amazon Elastic Kubernetes Service (Amazon EKS).

                                      Reducing AWS Fargate Startup Times with zstd Compressed Container Images | Amazon Web Services
                                    • How M1 Macs feel faster than Intel models: it’s about QoS

                                      Last week I showed fascinating screenshots of how M1 Macs can run background processes exclusively on their four ‘efficiency’ cores. I’ve now been digging deeper, and this article is a summary of how Intel and M1 Macs deal with multiple tasks, priorities and resources under macOS, and how that influences our assessment of their speed. Operations and QoS Whether Intel or ARM cores, macOS has to man

                                        How M1 Macs feel faster than Intel models: it’s about QoS
                                      • Selfie 2 Waifu! Get your own anime from selfie instantly.

                                        More Fun! Mini Games: Waifu PK Game! and Waifu Guess Game! Visit Selfie 2 Waifu Facebook Group for updates and discussion. Your Waifu Here No face detected! Please use image with clear and big face. Server Error. Too many fans requesting. Please try again later. Connect Error. Please check your connection or reduce the pic size. Pic too large, exceeds 1M, please compress the pic. Convert your self

                                          Selfie 2 Waifu! Get your own anime from selfie instantly.
                                        • The evolution of scalable CSS

                                          The evolution of scalable CSSA deep dive into the problems with scaling CSS on large projects. Understand the evolution of CSS best practices. IntroductionHow we write and think about CSS has changed significantly since the web’s beginning. We’ve come a long way from table-based layouts, to responsive web design, and now into a new era of adaptive layouts powered by modern CSS features. Managing a

                                            The evolution of scalable CSS
                                          • AWS CloudFront Pricing and Cost Optimization Guide | CloudForecast

                                            CloudFront is AWS own CDN (Content Delivery Network). CDNs are primarily used for caching, and many customers also use AWS CloudFront CDN as a security layer, or use it to handle network spikes. With AWS CloudFront CDN, when a user requests a webpage or an image, the request is routed to one of Amazon’s 225+ edge server locations. If the edge server already has the resource cached, it’s served to

                                              AWS CloudFront Pricing and Cost Optimization Guide | CloudForecast
                                            • NikonがREDを子会社化!に関して思うことを勝手に書く - とあるビデオグラファーの備忘録的ブログ

                                              いや、めっちゃ驚きました。今年もまだ2ヶ月ちょいしか経っていないのに、今年最大かと思うほどにパンチ力のある発表がNikonからなされました。NikonがREDを買収するというニュース。 Nikonプレスリリースの内容 NikonとREDの特許(US8174560) 色々腑に落ちない訴訟の終結 NikonがREDを子会社したことの狙いとは? 国内メーカーの業務用動画機 SONY CANON Nikonはと言うと? REDがNikonの傘下になってどんな変化が起きるのか? REDのRFマウントの解消する? REDがN-RAWを実装をする? RED/Nikonでイメージセンサーの共用をする? Nikon機がN-RAWを捨てR3D(REDのRAWコーデック)を採用する? 各社の動画RAWを取り巻く環境 Canon SONY LUMIX(Panasonic) FUJIFILM Nikon 最後に N

                                                NikonがREDを子会社化!に関して思うことを勝手に書く - とあるビデオグラファーの備忘録的ブログ
                                              • Android のアプリ開発でも Visual Regression Testing を始めましょう - CATS PRODUCTIVITY BLOG

                                                新年明けましておめでとうございます。CATS Productivity Team のわさびーふです。 今年からプロダクト開発を技術でより良くするために私たちのチームで取り組んでいる Tips や Tools などの紹介をしていきたいと思います。 はじめに Android アプリ開発界隈では、Web 方面に比べると Visual Regression Testing の話題が少ないように感じています。Web 方面では、数年前から Storybook と reg-viz/reg-suit を組み合わせて UI 変更時の品質担保やレビューの負担軽減などを取り組んでいるようだったので、私たちのチームでは Web/iOS/Android で、お互いに良い仕組みなどをどんどん取り入れて行こうと考えています。 参考:Storybook と reg-suit で気軽にはじめる Visual Regress

                                                  Android のアプリ開発でも Visual Regression Testing を始めましょう - CATS PRODUCTIVITY BLOG
                                                • https://qiita-user-contents.imgix.net/https%3A%2F%2Fqiita-image-store.s3.ap-northeast-1.amazonaws.com%2F0%2F221788%2Fde5a31b9-c16d-54e3-25d8-c6582ab9d9d4.png?ixlib=rb-1.2.2&auto=compress%2Cformat&gif-q=60&s=5ceaaa8e285cab148559e2d4d154ea28

                                                  • Making LLMs even more accessible with bitsandbytes, 4-bit quantization and QLoRA

                                                    LLMs are known to be large, and running or training them in consumer hardware is a huge challenge for users and accessibility. Our LLM.int8 blogpost showed how the techniques in the LLM.int8 paper were integrated in transformers using the bitsandbytes library. As we strive to make models even more accessible to anyone, we decided to collaborate with bitsandbytes again to allow users to run models

                                                      Making LLMs even more accessible with bitsandbytes, 4-bit quantization and QLoRA
                                                    • Selfie 2 Waifu 日本語

                                                      ヒント: 写真の中の顔は大きくてきれいなのが必要です。 簡単な背景の写真は識別しやすいです。 女性の写真は男性の写真より効果的です。 二次元イメージ No face detected! Please use image with clear and big face. Server Error. Please try again later. Connect Error. Please check your connection. Pic too large, exceeds 1M, please compress the pic.

                                                        Selfie 2 Waifu 日本語
                                                      • Androidのビルド用Dockerイメージダイエット計画 - dely Tech Blog

                                                        こんにちは。dely株式会社でAndroidチームのマネージャーをやっているうめもり(Twitter: @kr9ly)です。 この記事は「dely #2 Advent Calendar 2020」の7日目の記事です。 6日目の記事は、knchst さんによる「エンジニアの僕が初めてプロダクトマネージャーをする上で特に意識したこと」でした。僕も人に依頼するときは菓子折り持って行ってその場で食べてもらってから依頼することにします。 www.notion.so 「dely #1 Advent Calendar 2020」もありますので、是非そちらもご覧ください。 早速ですが、皆さん、AWS CodeBuild使ってますか? Amazon Elastic Container Registryと組み合わせて使うと、ビルドイメージのProvisioningがとても高速に終わるのでdelyのAndroi

                                                          Androidのビルド用Dockerイメージダイエット計画 - dely Tech Blog
                                                        • 週刊Railsウォッチ(20210412前編)Active Record属性暗号化機能がRails 7にマージ、RailsNew.ioでrails newオプションを生成ほか|TechRacho by BPS株式会社

                                                          週刊Railsウォッチについて 各記事冒頭には🔗でパーマリンクを置いてあります: 社内やTwitterでの議論などにどうぞ 「つっつきボイス」はRailsウォッチ公開前ドラフトを(鍋のように)社内有志でつっついたときの会話の再構成です👄 お気づきの点がありましたら@hachi8833までメンションをいただければ確認・対応いたします🙇 TechRachoではRubyやRailsなどの最新情報記事を平日に公開しています。TechRacho記事をいち早くお読みになりたい方はTwitterにて@techrachoのフォローをお願いします。また、タグやカテゴリごとにRSSフィードを購読することもできます(例:週刊Railsウォッチタグ) 🔗Rails: 先週の改修(Rails公式ニュースより) 今週は以下のコミットリストのChangelogを中心に見繕いました。 コミットリスト: Compa

                                                            週刊Railsウォッチ(20210412前編)Active Record属性暗号化機能がRails 7にマージ、RailsNew.ioでrails newオプションを生成ほか|TechRacho by BPS株式会社
                                                          • Beej's Guide to Network Programming

                                                            Wait! You also have to make a call to WSAStartup() before doing anything else with the sockets library. You pass in the Winsock version you desire to this function (e.g. version 2.2). And then you can check the result to make sure that version is available. The code to do that looks something like this: #include <winsock2.h> { WSADATA wsaData; if (WSAStartup(MAKEWORD(2, 2), &wsaData) != 0) { fprin

                                                            • Improving HTTP with structured header fields

                                                              Why FastlyProductsServicesSolutionsDevelopersPartnersResourcesPricing Improving HTTP with structured header fieldsThe HTTP community has been busy modernising the web’s protocol over the last decade, with multiple revisions of the core specification, a number of extensions, HTTP/2, and now HTTP/3. Unfortunately, the way we define and use HTTP header fields hasn’t changed much since the beginning,

                                                                Improving HTTP with structured header fields
                                                              • Strategies for Telemetry Exfiltration (aka Beaconing In Practice)

                                                                Nic Jansma (@nicj) is a software developer at Akamai building high-performance websites, apps and open-source tools. Table of Contents Introduction What are Beacons? Beaconing Stages Sending Data at Startup Gathering Data through the Page Load Incrementally Gathering Telemetry throughout a Page’s Lifetime Gathering Data up to the End of the Page “Whenever” How Many Beacons? A Single Beacon Multipl

                                                                  Strategies for Telemetry Exfiltration (aka Beaconing In Practice)
                                                                • News from WWDC23: WebKit Features in Safari 17 beta

                                                                  Jun 6, 2023 by Patrick Angle, Jean-Yves Avenard, Marcos Caceres, Ada Rose Cannon, Eric Carlson, Garrett Davidson, Jon Davis, Karl Dubost, Brady Eidson, Matthew Finkel, Simon Fraser, Brent Fulgham, Rachel Ginsberg, David Johnson, Anne van Kesteren, Mark Lam, Sihui Liu, Justin Michaud, Jer Noble, Tim Nguyen, Ben Nham, Richard Robinson, Michael Saboff, Alexey Shvaika, Jen Simmons, Sam Sneddon, Brando

                                                                    News from WWDC23: WebKit Features in Safari 17 beta
                                                                  • 第669回 Ubuntuとデスクトップフォルダー機能 | gihyo.jp

                                                                    今回はUbuntuにおけるデスクトップフォルダー機能の扱いの変化を、過去回を振り返りながら最新状況をお知らせします。 デスクトップフォルダー機能 あらためて、デスクトップフォルダー機能とは何かを見ていきましょう。 図1はUbuntu 21.04のスクリーンショットです。上部のバーはトップバー、左側のバーはドック(Dock⁠)⁠、その他の部分がデスクトップです。このデスクトップはホームフォルダー直下の「デスクトップ」と同一です。しかし、ここで疑問に思うのは、「⁠デスクトップ」フォルダーには背景(壁紙)はなく、また「ホーム」「⁠ゴミ箱」フォルダーもありません。 図1 Ubuntu 21.04のスクリーンショット 試しに「サンプルテキスト.txt」を「デスクトップ」フォルダーに置くと、双方に表示されます(図2⁠)⁠。 図2 「⁠ファイル」には「サンプルテキスト.txt」のみが表示される ここから

                                                                      第669回 Ubuntuとデスクトップフォルダー機能 | gihyo.jp
                                                                    • jQuery 3.6.1 Maintenance Release | Official jQuery Blog

                                                                      jQuery 3.6.1 has been released! It’s been a while since our previous release. We were looking at fixing some elusive edge cases related to focus and blur, but we never quite got the fix right. If there’s any area of jQuery that’s hard to change, it’s likely related to focus somehow. We’re leaving those as-is for now and will address them in the future, especially since the changes may end up warra

                                                                      • Docker のログを columnify で Athena (Presto) に特化した Parquet にする

                                                                        先日 columnify という、入力データを Parquet フォーマットに変換するツールがリリースされました。 cf. 軽量な Go 製カラムナフォーマット変換ツール columnify を作った話 - Repro Tech Blog また、fluent-plugin-s3 で compressor として columnify をサポートする話が出ています。1 cf. Add parquet compressor using columnify by okkez · Pull Request #338 · fluent/fluent-plugin-s3 個人的に前々から Docker のログを Parquet フォーマットで S3 に put して Athena で検索できると素敵だなと思っていたので喜ばしいことですね!そんなわけで、Docker のログを fluentd log dr

                                                                          Docker のログを columnify で Athena (Presto) に特化した Parquet にする
                                                                        • ファイルの圧縮についてまとめ - Qiita

                                                                          はじめに 普段の業務ではあまり気にすることなく「いつも使う圧縮形式」で圧縮することが多いでしょうが、大容量を圧縮しなければならない場合やファイル容量を極力小さくしたい場合にたくさんある圧縮形式のどれを選ぶか迷うことがあります。そんなときに迷わず選択する手助けになれば幸いです。 圧縮形式の種類 zip 普及率が高く、Win⇔Mac間や外国とのやり取りでも使いやすい。 パスワード設定や分割圧縮も可能。 圧縮率はあまり高くなく、4GBを越えるファイルや圧縮後に2GBを越えるファイルは圧縮できない。この場合、ファイルが破損してしまうが、見た目は圧縮できてしまうので注意が必要。 Macの標準機能でzip圧縮するとWinで文字化けするので注意。 Linuxでは標準では入っていないのでインストールする必要がある。 rar ヨーロッパで普及しているファイル圧縮形式。zipやlzhよりも圧縮率が高い。画像や

                                                                            ファイルの圧縮についてまとめ - Qiita
                                                                          • GitHub - mhx/dwarfs: A fast high compression read-only file system for Linux, Windows and macOS

                                                                            DwarFS is a read-only file system with a focus on achieving very high compression ratios in particular for very redundant data. This probably doesn't sound very exciting, because if it's redundant, it should compress well. However, I found that other read-only, compressed file systems don't do a very good job at making use of this redundancy. See here for a comparison with other compressed file sy

                                                                              GitHub - mhx/dwarfs: A fast high compression read-only file system for Linux, Windows and macOS
                                                                            • ダンプが楽しくなる mysqldump の後継ツール mysqlpump の話 | 株式会社ビヨンド

                                                                              こんにちは。 開発チームのフリー素材担当、まんだいです。 かなり出遅れてますが mysqldump の後継ツールとなる mysqlpump を使ってみたので、まだ使ったことがない人向けにオススメポイントをまとめてみました。 さすが後継というべきか、基本的なオプションの使い方はそのままで mysqldump から移行してきた人にも優しい設計になっていましたので、ぜひ使ってみてほしいと思いました。 MySQL に同梱されているのがポイント高いですよね。 これだけでも乗り換える価値がある、進捗表示 今回試したデータベースはせいぜい 200MB 程度のものなのであまり恩恵はなかったですが、 mysqlpump はダンプの進行具合を逐一表示してくれます。 mysqlpump -uroot -p --databases xxxxx > xxxxx_20XX0X0X.sql Enter password

                                                                                ダンプが楽しくなる mysqldump の後継ツール mysqlpump の話 | 株式会社ビヨンド
                                                                              • MySQL のバックアップに Percona XtraBackup を使って、Amazon S3 へ直接バックアップする | CyberAgent Developers Blog

                                                                                MySQL のバックアップに Percona XtraBackup を使って、Amazon S3 へ直接バックアップする 技術本部 サービスリライアビリティグループ(SRG)の長谷川 @rarirureluis です☺ #SRG(Service Reliability Group)は、主に弊社メディアサービスのインフラ周りを横断的にサポートしており、既存サービスの改善や新規立ち上げ、OSS貢献などを行っているグループです。 弊社では Cycloud と呼ばれる、サイバーエージェント社内で運営されているプライベートクラウドがあります。 CyberAgentのプライベートクラウド Cycloudの運用及びモニタリングについて #CODT2020 / Administration and Monitoring for Cycloud 僕が担当しているいくつかのサービスでも Cycloud を利用

                                                                                  MySQL のバックアップに Percona XtraBackup を使って、Amazon S3 へ直接バックアップする | CyberAgent Developers Blog
                                                                                • Optimize Largest Contentful Paint  |  Articles  |  web.dev

                                                                                  Note that these time breakdowns are guidelines, not strict rules. If the LCP times on your pages are consistently within 2.5 seconds, then it doesn't really matter what the relative proportions are. But if you're spending a lot of unnecessary time in either of the "delay" portions, then it will be very difficult to constantly hit the 2.5 second target. A good way to think about the breakdown of LC

                                                                                    Optimize Largest Contentful Paint  |  Articles  |  web.dev