並び順

ブックマーク数

期間指定

  • から
  • まで

281 - 320 件 / 727件

新着順 人気順

DOTSの検索結果281 - 320 件 / 727件

  • How to Force Google Chrome to Download PDFs Instead of Opening Them

    When you click a PDF link on Google Chrome, it opens the file in a new tab by default. That’s good if you’re only interested in quickly reading it, but if you’re trying to make changes, merge multiple files, or remove a page, you’ll have to save the PDF to your computer and open it in another app. And while that’s not too much of a burden for editing an occasional PDF or two, that workflow is pret

      How to Force Google Chrome to Download PDFs Instead of Opening Them
    • slickカルーセルのcenterModeで中央以外を透過にした場合に2周目からがたつく - Qiita

      昨日Twitterのタイムラインで下記を見かけました slickのがたつきの件、NxWorldさんのサイトのサンプルでもなってるからやっぱり自分だけじゃないな。/https://t.co/EJ5swAVGAu — ヤマシタレイコ|OOOPEN (@OOOPEN_jp) January 30, 2019 以前このプラグインを使った時に同じような不具合に直面し、自力で何とかした経験があるので、同じように困っている方の参考になれば。。 現象 ここのスライドのNextとかPrevを押すと分かりますが、2周目の最初のスライドに来た時と、最初のスライドから最後のスライドに戻る時にがたつきます。 これは.slick-currentというクラスが来た時に透過にしたり大きくしたりしているのですが、がたつくパターンの場合クラスが付与されるまでにDOMの操作が発生しその処理時間の差でがたつくのだと思います。 対

        slickカルーセルのcenterModeで中央以外を透過にした場合に2周目からがたつく - Qiita
      • 繰り返し続けていれば習慣になる「一流の人の考え方・こだわり」 - スキゾイドな「ウサキさん」の思考

        繰り返し行っている事が、われわれ人間の本質である ゆえに優秀さとはひとつの行為ではなく、習慣によって決まる。 byアリストテレス 本を読んで、覚えておきたいと思ったことは「Twitterにメモ」をしています(私は、そんな使い方をしています) 目標には3種類ある BE…どういう人でありたいか? DO…何をしたいか? HAVE…何を手に入れたいか?— ウサキさん⭐️HSS型HSP? (@schizoid_usaki) 2020年10月10日 Why…志 (なぜそれをやるのか?) What…願望 (何をしたいのか) Can…可能性 (実現の可能性があるか?) How…手法 (どうやったら出来るのか?)— ウサキさん⭐️HSS型HSP? (@schizoid_usaki) 2020年10月10日 一流の人はなぜそこまで、習慣にこだわるのか?【電子書籍】[ 小川晋平 ] 繰り返し行っている事が、われ

        • 『ゼロから作る Deep Learning』を読んで Rust で実装した話 - Qiita

          本記事のまとめ 『ゼロから作るDeep Learning―Pythonで学ぶディープラーニングの理論と実装』(以下、参考書と呼ぶことにします)を読み、5 章までの内容を Rust で実装してみました。 MNIST の手書き文字を認識する三層パーセプトロンモデルを実装する上で、筆者(私)が採用した方針と、ndarray を使う上で参考になりそうなポイントをリストアップします。 リポジトリについて こちらのリポジトリに Rust で実装したコードが格納されております。 こちらの Oreilly Japan 社の GitHub リポジトリに元の Python コードが格納されています。 こちらのリポジトリは上記 Oreilly Japan 社リポジトリを fork したものであり、ベンチマーク用に修正したコードと Keras in TensorFlow での実装が格納されております。 本編の目次

            『ゼロから作る Deep Learning』を読んで Rust で実装した話 - Qiita
          • Secondary DNS - Deep Dive

            How Does Secondary DNS Work?If you already understand how Secondary DNS works, please feel free to skip this section. It does not provide any Cloudflare-specific information. Secondary DNS has many use cases across the Internet; however, traditionally, it was used as a synchronized backup for when the primary DNS server was unable to respond to queries. A more modern approach involves focusing on

              Secondary DNS - Deep Dive
            • 【時間-周波数解析の基礎】特異スペクトル解析を用いた時系列データの成分分析【SSA】 - LabCode

              macOS Monterey 12.6.2, Python 3.9.15, matplotlib 3.6.1, numpy 1.23.4, scipy 1.9.3 時系列データの特異スペクトル解析 特異値分解 まず,特異スペクトル解析で用いられる特異値分解について説明します。線形代数の言葉が出てきますので,難しいと思う方は飛ばしてもらっても大丈夫です。 階数 $r$ の $m\times n$ 行列 $\mathsf{A}$ に対して,次のような分解 (特異値分解 (singular value decomposition: SVD)といいます) が存在します: $$ \mathsf{A} = \mathsf{U}\mathsf{\Sigma} \mathsf{V}^\top $$ ここに,$\mathsf{U}$ と $\mathsf{V}$ はそれぞれ,$m$ 次と $n$ 次の直交行

                【時間-周波数解析の基礎】特異スペクトル解析を用いた時系列データの成分分析【SSA】 - LabCode
              • 近接勾配法概説 - 冷めたコーヒー

                はじめに 問題設定 勾配降下法 近接勾配法 近接作用素 おわりに Refference 更新ログ この記事は「数理最適化 Advent Calendar 2020」の24日目の記事です. 23 日目は @Atsushi_twi さんによる 数理最適化初心者のための(線形)割当問題の概要とscipy.optimize.linear_sum_assignmentによる解法 です. 25 日目は...空いております!余力のある方は是非に! Advent Calendar 初参戦です.今回は「数理最適化」がテーマということで,凸計画問題に対する近接勾配法について書こうと思います*1.連続最適化や機械学習に馴染みのある方にとっては新鮮味のない話題かもしれませんが,どうぞよろしくお願いします. はじめに 数理最適化において,凸集合*2上で凸関数*3を最小化する*4問題は「凸計画問題」 あるいは「凸最適

                  近接勾配法概説 - 冷めたコーヒー
                • Web Apps on macOS Sonoma 14 Beta

                  Executive summary 🔗 With macOS Sonoma, Apple goes all-in on the concept of installable web apps. They're highly integrated in the overall macOS experience and don't give away their web roots by not showing any Safari UI at all. Testing environment 🔗 Tested on macOS Sonoma 14.0 Beta (23A5257q) with Safari version 17.0 (19616.1.14.11.11). It probably doesn't matter, but the testing device was a 13

                  • neue cc - StructureOfArraysGenerator - C#でSoAを簡単に利用するためのSource Generator

                    最近はSource Generatorブームが続いていて、去年末に2022年のC# (Incremental) Source Generator開発手法という記事を出しましたが、まずは今年第一弾のSource Generatorライブラリです。 github.com/Cysharp/StructureOfArraysGenerator これは何かというと、structure of arrays(SoA)を使いやすくするためのコードを生成するというものです。まずそもそもSoAですが、WikipediaのAoS and SoAという記事によるところ(日本語版はない)、CPUキャッシュを有効活用したりSIMDを適用させやすくなる構造だよ、と。通常C#の配列はarray of structures(AoS)になります。 上の通常の配列がAoSでXYZXYZXYZXYZといったように並んでいる構造で

                    • たった一つのdivから、好きな数のドットでCSSローダーを作成する方法

                      9月15日、dev.toに「Build your CSS loader with only one div — The Dots」が公開された。 この記事は、たった一つのdivタグからドットスタイルのCSSローダーを作成するアイディアを紹介している。 スクリーンショット: Build your CSS loader with only one div — The Dots どのようなローディングアニメーションを紹介しているかというと、以下のようなものだ。 ポイントは、ドットの作成にradial-gradientを使っている部分。 .dot { width:95px; height:40px; --d:radial-gradient(farthest-side,currentColor 90%,#0000); background:var(--d),var(--d),var(--d),var

                        たった一つのdivから、好きな数のドットでCSSローダーを作成する方法
                      • Communicating with Interactive Articles

                        Examining the design of interactive articles by synthesizing theory from disciplines such as education, journalism, and visualization. Computing has changed how people communicate. The transmission of news, messages, and ideas is instant. Anyone’s voice can be heard. In fact, access to digital communication technologies such as the Internet is so fundamental to daily life that their disruption by

                          Communicating with Interactive Articles
                        • AI生け花|kana

                          AI生け花とはAIを使用して実在する花や架空の花を自由なスタイルで生けること。現実にありそうでない空間や素材を組み合わせて花を楽しむことができる。(kana流) 🌷AI生け花が鑑賞できるInstagramはこちら 主に透明なブロック状の花器を使用する。花だけでなく葉や多肉植物など、幅広い植物を生けることができる。試行錯誤のプロセスAI生け花のスタイルが確立するまでの試行錯誤の記録。 まずは花瓶を作ってみようと探索開始。普通にきれいな花瓶ができる。いっそ花もガラスにしてみようか?試すが花と花瓶が融合してしまう。透け感を出そうとすると儚い印象になりすぎる。(なぜか花瓶は消滅)プリズム的な表現を試す。偶然ブロックに刺さったチューリップが出現し、可能性を感じ始める。とりあえずブロックに入れてみたが、チューリップ多すぎ。生々しすぎ。数を減らしてフロスト加工し、いい感じになってきた。表現としては面白

                            AI生け花|kana
                          • インディーズゲーム開発者に必要な知見とは。「サクナヒメ」「グノーシア」などの開発者が自らの経験を語ったパネルディスカッションをレポート

                            インディーズゲーム開発者に必要な知見とは。「サクナヒメ」「グノーシア」などの開発者が自らの経験を語ったパネルディスカッションをレポート ライター:大陸新秩序 IDC実行委員会主催によるインディーズゲーム開発者のためのオンラインカンファレンス「Indie Developers Conference 2021」が2021年8月21日に開催された。このカンファレンスは,個人または数人でゲーム制作を行っている開発者達が技術やノウハウ,知見などを共有し,開発者同士の結びつきを深めることなどを目的としたもの。 本稿では,カンファレンスの最後に行われたパネルディスカッション「これは知っておきたかった、インディー活動に必要な知識」をレポートする。 なお参加者は以下のとおりだ。 パネリスト: なる氏(えーでるわいす) hako 生活氏 川勝 徹氏(プチデポット) 溝部拓郎氏(ポケットペア) モデレーター:

                              インディーズゲーム開発者に必要な知見とは。「サクナヒメ」「グノーシア」などの開発者が自らの経験を語ったパネルディスカッションをレポート
                            • GA4でクリック行動を追加で取得する方法|EC担当者向けGoogleアナリティクス活用講座

                              この記事では、株式会社HAPPY ANALYTICSの小川さんに、GA4(Google アナリティクス 4)で大切な計測の考え方『イベント』について、解説いただきました。 「EC事業者向けのGoogle アナリティクスの活用方法」をテーマとした連載の第6回は、前回習ったイベントを利用して、よりユーザー行動や態度変容を理解するための、計測実装と設定方法を紹介します。 ECサイトで欠かせない計測すべきクリック行動 ECサイトでは、ユーザーの「導線」がある程度決まっています。シンプルに考えると、Top⇒一覧及び詳細⇒カートページ⇒決済開始⇒決済完了という流れになります。この中でクリック行動が重要になるのが、Top、一覧および詳細です。カートページ以降は利用しているECシステムによっては、大きく変えることが難しく、導線もほぼ一直線で必要な要素が少ないためです。 そこで、今回の記事では、Top、一覧

                                GA4でクリック行動を追加で取得する方法|EC担当者向けGoogleアナリティクス活用講座
                              • Choosing color palettes — seaborn 0.13.2 documentation

                                Choosing color palettes# Seaborn makes it easy to use colors that are well-suited to the characteristics of your data and your visualization goals. This chapter discusses both the general principles that should guide your choices and the tools in seaborn that help you quickly find the best solution for a given application. General principles for using color in plots# Components of color# Because o

                                • How React server components work: an in-depth guide

                                  React server components (RSC) is an exciting new feature that will have huge implications on page load performance, bundle size, and how we write React applications in the near future. We at Plasmic make a visual builder for React, and we care a lot about React performance — many of our customers use Plasmic to build performance-critical marketing and e-commerce sites. And so, even though RSC is s

                                    How React server components work: an in-depth guide
                                  • 5 Ways to Take Notes on Windows 11 Without Downloading Software

                                    If you’re looking for a simple and quick way to take notes while working on your PC, you don’t have to download software to write things down. Windows offers some useful note-taking tools to quickly jot things down. If like most people, your memory is not perfect, you can use these tools to remind yourself of important things while working. Here are five easy ways to take notes on Windows 11 witho

                                      5 Ways to Take Notes on Windows 11 Without Downloading Software
                                    • ddpm

                                      Algorithm Forward diffusion process Given a schedule β1<β2<⋯<βT\beta_1<\beta_2<\dots <\beta_Tβ1​<β2​<⋯<βT​, q(xt∣xt−1)=N(xt;1−βtxt−1,βtI)q(x1:T∣x0)=∏t=1Tq(xt∣xt−1)\begin{aligned} q(x_t|x_{t-1}) &= \mathcal{N}(x_t; \sqrt{1-\beta_t}x_{t-1},\beta_t I)\\ q(x_{1:T}|x_0) &= \prod_{t=1}^T q(x_t|x_{t-1}) \end{aligned}q(xt​∣xt−1​)q(x1:T​∣x0​)​=N(xt​;1−βt​​xt−1​,βt​I)=t=1∏T​q(xt​∣xt−1​)​ We define αt=1−βt\a

                                      • RenderingNG architecture  |  Chromium  |  Chrome for Developers

                                        Here you'll find how RenderingNG's component pieces are set up, and how the rendering pipeline flows through them. Starting at the highest level, the tasks of rendering are: Render contents into pixels on the screen. Animate visual effects on the contents from one state to another. Scroll in response to input. Route input efficiently to the right places so that developer scripts and other subsyste

                                        • Stop Taking Regular Notes; Use a Zettelkasten Instead

                                          Stop Taking Regular Notes; Use a Zettelkasten Instead [ writing learning productivity 🔥 ] · 6 min read In the previous post, I shared about reading -> note-taking -> writing. Note-taking is a key step that converts what you read and learn into writing. This post expands on note-taking. What’s wrong with regular note-taking? From personal experience, regular note-taking doesn’t work. Okay, that’s

                                            Stop Taking Regular Notes; Use a Zettelkasten Instead
                                          • 今すぐ使いたいスプレッド構文、"Three-dots" Tip 集 - Qiita

                                            こんにちは。また転職しますので、以前仕事で使っていたアカウントから切り離して新しいアカウントからこれを書いています。(なので現在フォロワー0からの再出発!) この記事は10日ほど前に私が Dev.to で投稿したものと同じ内容なのですが、Must-read に選ばれるほどの好評でしたので日本語でも書いてみることにしました。 ES6 (ECMAScript 2015, the 6th edition) が標準化されて5年経ちました。この通称 ES6 は多くの新機能や、シンタックティカル・シュガーが追加され、簡潔で明瞭な構文で記述できるようになりました。 たとえば class 構文、let / const、アロー関数などは、みなさんもすでに普段から使っていると思います。では、通称 "three-dots" とも呼ばれる Spread operator / スプレッド構文はどうでしょうか。あまり

                                              今すぐ使いたいスプレッド構文、"Three-dots" Tip 集 - Qiita
                                            • オープンワールドRPG『Outward』PS4版紹介。取り返しの効かないリアル志向サバイバルを楽しもう - AUTOMATON

                                              コロナ禍で窮屈な引きこもり生活を強いられる毎日。刺激の無い緩やかな日々を送り続けていれば、まるで木に成った果実が腐り落ちるように、体だけではなく心も蕩け病にかかってしまいかねない。時にはピリッとした刺激を与え、意識を明瞭に保つ必要があるだろう。丁度いいところに、DMM GAMESから高難易度サバイバルアクション『Outward』のPlayStation 4/Xbox One/PC(DMM GAME PLAYER)版が12月10日に発売される。生と死をかけた冒険を通じて、日々にメリハリを与えてみてはいかがだろうか。本稿はDMM GAMES提供のPS4版ゲームコードをもとに、『Outward』のゲーム内容を紹介するものである。 『Outward』は、箱庭形式の中世風ファンタジー世界を生き抜くサバイバルアクションRPGだ。開発を手掛けたのはカナダのインディースタジオNine Dots Studi

                                                オープンワールドRPG『Outward』PS4版紹介。取り返しの効かないリアル志向サバイバルを楽しもう - AUTOMATON
                                              • Chakra UI 小技集 - キカガク プラットフォームブログ

                                                はじめに こんにちは、開発事業部ソフトウェアエンジニアの柳澤です。 今年の春からキカガクにジョインしました。 前職ではWebエンジニアとしてプレーンな CSS を書いていましたが、キカガクではスタイリングのために Chakra UI(ReactのUIコンポーネントフレームワーク)を採用しています。 プレーン CSS ユーザーが、 Chakra UI を使う上で躓いたポイントがいくつかあったので、今回小技集としてまとめました。同じ境遇の方の助けになりますと幸いです。 Chakra UI を学ぶ際に、下記の本が大変参考になりました。 zenn.dev 今回はこちらを読んだ上で、特に難しかった項目をピックアップして書いていきたいと思います。 疑似要素・疑似クラス同士を組み合わせる まず最初に、疑似要素・疑似クラスを組み合わせる書き方です。 Chakra UI では &:hover は _hove

                                                  Chakra UI 小技集 - キカガク プラットフォームブログ
                                                • Beyond Calibri: Finding Microsoft's next default font | Microsoft 365 Blog

                                                  We’ve commissioned five new custom fonts–which should be the next default font? Default fonts are perhaps most notable in the absence of the impression they make. We seldom give them much thought, and therein lies their greatest gift. When a font blends into the background of a user experience, people can jump right into the creative process and stay grounded in their thoughts rather than thinking

                                                    Beyond Calibri: Finding Microsoft's next default font | Microsoft 365 Blog
                                                  • Laravel + Vue.jsでGoogleカレンダーのクローンを作ろう!!【Laravel8対応】フロントエンド編☆最終回☆|Yuu's Memo

                                                    皆さんこんにちは!! 長く続いたこのチュートリアルも今回で終わりです。ありがとうございます。 今回は次の機能を実装します。 予定のタイムライン表示カレンダーの月表示・週表示・日表示カレンダー横のチェックボックスのチェック状態でイベントのフィルタリングログインユーザーのカレンダーのみ表示するようにする 作る機能は多く感じますが、どれもそんなに難しくは無いのでここまで作成できている方なら問題ないかと思います。 前回までの記事はこちらからどうぞ Laravel + Vue.jsでGoogleカレンダーのクローンを作ろう!!【Laravel8対応】準備編Laravel + Vue.jsでGoogleカレンダーのクローンを作ろう!!【Laravel8対応】API作成編①Laravel + Vue.jsでGoogleカレンダーのクローンを作ろう!!【Laravel8対応】API作成編②Laravel

                                                      Laravel + Vue.jsでGoogleカレンダーのクローンを作ろう!!【Laravel8対応】フロントエンド編☆最終回☆|Yuu's Memo
                                                    • Migrating to Cloudflare Email Routing

                                                      A few days ago Google announced that the users from the "G Suite legacy free edition" would need to switch to the paid edition before May 1, 2022, to maintain their services and accounts working. Because of this, many people are now considering alternatives. One use case for G Suite legacy was handling email for custom domains. In September, during Birthday Week, we announced Cloudflare Email Rout

                                                        Migrating to Cloudflare Email Routing
                                                      • How often do people actually copy and paste from Stack Overflow? Now we know. - Stack Overflow

                                                        [Ed. note: While we take some time to rest up over the holidays and prepare for next year, we are re-publishing our top ten posts for the year. Please enjoy our favorite work this year and we’ll see you in 2022.] They say there’s a kernel of truth behind every joke. In the case of our recent April Fools gag, it might be more like an entire cob, perhaps a bushel of truth. We wanted to embrace a cla

                                                          How often do people actually copy and paste from Stack Overflow? Now we know. - Stack Overflow
                                                        • How to Reduce Google Chrome's Memory Usage and Free Up RAM

                                                          Why does it always seem like Chrome is using too much memory? The web has changed in recent years. Applications that would only run on desktop computers now run in the browser, but this comes at a cost. Modern browsers use a lot of RAM, and Chrome is among the worst offenders. With just a little bit of effort, there's a lot you can do to limit Chrome's memory usage. If your browser seems to be alw

                                                            How to Reduce Google Chrome's Memory Usage and Free Up RAM
                                                          • #NovelAI の新機能「ディレクターツール」を一通り試してみた。|たまき(AIに語りかける者)

                                                            おはようございます。たまき(AIに語りかける者)です。 最近は早起きして、寝起きの頭が回転する状態かつ気温が涼しいときに創作活動をしています。 2024年8月2日も早起きしてゴミを捨てツイッターを見るとNovelAI から新しい機能「ディレクターツール」というものが公開されていました。 [画像生成新機能] ディレクターツールをご紹介します!素晴らしい新機能アップデートにより、これまでにないほどイメージの方向付けがしやすくなりました。 pic.twitter.com/AL06NljRdZ — NovelAI (@novelaiofficial) August 1, 2024 動画を見ると一番めんどくさい(?)同じキャラで感情を変化させられる!ということで早速使って最速レビューだ! トップよりディレクターツールをクリック。あ、なおAnlas消費と画像出しまくると思って一番上のサブスクOpusに

                                                              #NovelAI の新機能「ディレクターツール」を一通り試してみた。|たまき(AIに語りかける者)
                                                            • JavaScriptの数値計算はどれくらい正確なのか

                                                              JavaScriptは様々な用途で使われるプログラミング言語で、色々な用途に対応するための一通りの機能が揃っています。その中には、数値計算の機能も含まれています。 数値計算、特に小数の計算においては、計算結果の正確性が度々問題になります。プログラムにおいては、色々な要因で計算結果には誤差が発生します。一例として、浮動小数点数の場合は数を表現するために使えるビット数が有限であることから、計算結果は真の値(数学的な意味での正しい計算結果)と異なる値になることがあります(いわゆる丸め誤差)。例えば、JavaScriptの数値はIEEE 754 倍精度浮動小数点数(いわゆるdouble)ですが、doubleでは1 / 10の結果(0.1)を正確に表すことができず、結果の浮動小数点数は(10進数で書き下すと)0.10000000000000000555111512312578270211815834

                                                                JavaScriptの数値計算はどれくらい正確なのか
                                                              • Last Friday Night (T.G.I.F.) (2010年, Katy Perry) - 音楽ソムリエ

                                                                T.G.I.F.! 週末のパーティーは最高!! わ~い、金曜日だー! やったぁーー! っと浮かれ、酔って狼藉をはたらいてしまったそんな経験はありますか? その混沌とした朝のひと時に、最適なミュージック『Last Friday Night (T.G.I.F.)』です。本作ミュージックビデオが面白いですね❗ ケイティー・ペリー(Katy Perry)さんはアメリカの女性シンガーソングライター、Twitterフォロワー数は1億人を超えており、世界一だとのこと(2019年12月時点)。 影響力あり すごい方なんですね・・・。 最近までケイティー・ペリーさんについて詳しくは知りませんでした。この年代くらいから、あまり洋楽を聴かなくなってしまっていましたが・・・、最近Twitteの影響もあり、過去の洋楽も振り返り聴いています。 アルバム『ティーンエイジ・ドリーム』からのシングルカット、 『Last F

                                                                  Last Friday Night (T.G.I.F.) (2010年, Katy Perry) - 音楽ソムリエ
                                                                • Vector Pattern Generator | VISIWIG

                                                                  Bricks Checkers Chevron Alternates Chevrons Circle Overlapped Alternates Circle Overlaps Circle Quarters Circles Diamond Offest Dots Offset Dots Embedded Checkers Grid Half Triangle Alternates Intersecting Circles Leaf Alternates Leaf Grid Octagons Offset Octagons Plaid Skewed Checkers Squares And Diamonds Squares Offset Squares Over Squares Squares Stripes Subtle Waves Triangle Alternates Triangl

                                                                    Vector Pattern Generator | VISIWIG
                                                                  • Character bones that look like Openpose for blender _ Ver_97 Depth+Canny+Landmark+MediaPipeFace+finger+CameraPose

                                                                    V97 minor update Back_Blocker : Adds a mesh that blocks the back of the open pose's head. This is helpful if the character is rotating. Auto bright : Automatically adjusts the brightness of the line based on the distance from the camera. This can be helpful when used in conjunction with MimicMotion. You'll need to adjust the range of brightness in the Material tab accordingly. AnimdateDiff_tools _

                                                                      Character bones that look like Openpose for blender _ Ver_97 Depth+Canny+Landmark+MediaPipeFace+finger+CameraPose
                                                                    • SUNBURST Additional Technical Details | Mandiant | Google Cloud Blog

                                                                      We suspect these hard-coded AD domains may be SolarWinds internal domains that UNC2452 wanted to avoid. Finally, SUNBURST verifies the system has internet connectivity by ensuring it can resolve the DNS name api.solarwinds.com. Otherwise, execution stops and retries at a random later time. Anti-Analysis Blocklists SUNBURST's behavior is affected by the presence of malware analysis and security sof

                                                                        SUNBURST Additional Technical Details | Mandiant | Google Cloud Blog
                                                                      • Transforming Your Monolith to SaaS with AWS SaaS Boost | Amazon Web Services

                                                                        AWS Partner Network (APN) Blog Transforming Your Monolith to SaaS with AWS SaaS Boost By Tod Golding, Principal Partner Solutions Architect, AWS SaaS Factory While the move to a software-as-a-service (SaaS) model is appealing to many organizations, the time, effort, and investment that’s required to transition to a new multi-tenant architecture can represent a significant hurdle. For many, the mov

                                                                          Transforming Your Monolith to SaaS with AWS SaaS Boost | Amazon Web Services
                                                                        • スティーブ・ジョブズが見届けた最後のiPhoneがアートフレームに!

                                                                          過日Twitterで @goando 氏のツィートに目が釘付けになった…。それは数種のiPhone旧機種をバラシ、各部品を美しく配置し一枚のアートフレームに仕上げた製品購入の話しだった。早速当該ウェブサイト(GridStudio)を覗いてみたら珍しく物欲が刺激され思わずその「アートフレームGRID 4S」を買ってしまった(笑)。 ※「アートフレームGRID 4S」【クリックで拡大】 今更だが…2007年1月9日のこと、初代iPhoneがAppleのCEO スティーブ・ジョブズにより「電話を再発明する」として発表されたときには世界が沸き立ったものだが相変わらず酷評も目立った。しかし今やその存在は世界的に揺るぎないものとなっておりすでに我々の生活を一変させライフラインの一端をも担っている。 ※包装も他に類を見ない素晴らしいものだった その iPhoneも年を追うごとに新製品が登場し現在に至って

                                                                            スティーブ・ジョブズが見届けた最後のiPhoneがアートフレームに!
                                                                          • Trigonometric functions in CSS  |  Articles  |  web.dev

                                                                            Trigonometric functions in CSS Stay organized with collections Save and categorize content based on your preferences. Trigonometric functions In CSS it's possible to write mathematical expressions. At the base sits the calc() function to do calculations, but most likely you've also heard of min(), max(), and clamp() as well. Joining these functions are the trigonometric functions sin(), cos(), tan

                                                                            • Complete Guide to Naoshima – Japan’s Art Island

                                                                              Naoshima is an art island located in the Seto Inland Sea in Japan. It has been getting more attention lately due to the beautiful sea and a number of modern museums and galleries which house impressive artworks. Becoming a new center of contemporary art, there are more visitors coming to the island from all over the world. This scenic island is located in the Shikoku Region, a beautiful region tha

                                                                                Complete Guide to Naoshima – Japan’s Art Island
                                                                              • 米中共同開発の生物兵器が漏洩して新型コロナに?

                                                                                2021年6月4日 田中 宇 新型コロナウイルスの発祥経路について、これまで2つの可能性が取り沙汰されてきた。(A)自然発生説。中国の武漢市にある野生動物市場で売られていた野生の中型哺乳類(猫など)からヒトに感染した、といった説(その哺乳類は自然界でコウモリが持っていたウイルスから感染した)。(B)武漢ラボ漏洩説。SARSの発祥経路を解明するためコウモリのコロナウイルスを哺乳類に感染させる研究をしていた武漢ウイルス研究所(武漢ラボ)で、研究員が実験中のウイルスに感染し、市中に感染拡大した、という説。中国や米国の政府などは、これまでAの説を公式に採用し、Bの説は「無根拠な陰謀論。間違い」とされてきた。ところが米国で最近、Bの武漢ラボ漏洩説が突然「有力」になっている。(科学的にでなく政治的に有力になったので、怪しげなカッコつきの「有力」) (The Lab-Leak Theory: Insid

                                                                                • I made 100 CSS loaders for your next project

                                                                                  You either make a super fast website/application or you use loaders. I think most of us fall into the second category. Now the question is: what loader should I use? the "loading" text, the 3 dots, a progress bar, the Batman symbol?? You no more need to bother yourself searching for loaders. Find below a collection of 100 different CSS loaders. From the simple one to the more fancy one, you will f

                                                                                    I made 100 CSS loaders for your next project