並び順

ブックマーク数

期間指定

  • から
  • まで

481 - 520 件 / 977件

新着順 人気順

renameの検索結果481 - 520 件 / 977件

  • Visual Studio Code June 2020

    Version 1.89 is now available! Read about the new features and fixes from April. June 2020 (version 1.47) Update 1.47.1: The update addresses this security issue. Update 1.47.2: The update addresses these issues. Update 1.47.3: The update addresses these issues. Downloads: Windows: x64 Arm64 | Mac: Intel | Linux: deb rpm tarball snap Welcome to the June 2020 release of Visual Studio Code. There ar

      Visual Studio Code June 2020
    • 高速 DDL を使用して Amazon Aurora のテーブルを変更する - Amazon Aurora

      Amazon Aurora には、ほぼ瞬時に所定の位置で ALTER TABLE オペレーションを実行するための最適化が含まれています。このオペレーションを実行するために、テーブルをコピーする必要はありません。また、他の DML ステートメントに実質的な影響を及ぼすことなく実行できます。このオペレーションは、テーブルのコピーにテンポラリストレージを使用しないため、スモールインスタンスクラスの大きなテーブルに対しても、DDL ステートメントを使用できます。 Aurora MySQL バージョン 3 は、インスタント DDL と呼ばれる MySQL 8.0 の特徴と互換性があります。Aurora MySQL バージョン 2 では、高速 DDL と呼ばれる異なる実装が使用されています。 DDL オペレーションの効率性を向上するため Aurora MySQL バージョン 3 によって実行される最適

      • Database Fundamentals

        About a year ago, I tried thinking which database I should choose for my next project, and came to the realization that I don't really know the differences of databases enough. I went to different database websites and saw mostly marketing and words I don't understand. This is when I decided to read the excellent books Database Internals by Alex Petrov and Designing Data-Intensive Applications by

          Database Fundamentals
        • Recoil — Another React State Management Library?

          There are many React state management libraries, and new ones pop up from time to time. But it is not every day that Facebook themselves introduce a state management solution. Is it any good? Does it bring anything new to the table? Let’s dive in and see if it’s worth your time (spoiler: yes, it does). It was quite something, watching Dave McCabe, A Facebook software engineer, introduce a new stat

            Recoil — Another React State Management Library?
          • 【R】新しい回帰分析表のパッケージ {modelsummary} - Waves, Currents and Insights

            Rで計量経済や統計分析やる時に、結果をきちんと理解しながらモデル作りたいし、できたモデルの結果を書き出すのも間違いなくやりたいですよね。 新しい回帰分析表のパッケージを発見したので、ざっと試してみました。 Rの回帰分析のパッケージ {modelsummary}パッケージ さっそくインストール シンプルに回帰分析の出力 出力フォーマット コンソールに表示 情報の編集 見た目 回帰分析表の要素 標準誤差・t統計量・p値・信頼区間 表のタイトルとメモ 変数名の変更 モデルフィットなどの統計量 P値の星 小数点以下の調整 行の追加 で、estimatrは使えるのか? まとめ Rの回帰分析のパッケージ Rでの回帰分析の表を書き出すのには {stargazer}というパッケージがあって、かなり柔軟にかつ自動的にhtmlやLatexに書き出しができるのですが、作者の都合か、更新が止まってしまってます。更

              【R】新しい回帰分析表のパッケージ {modelsummary} - Waves, Currents and Insights
            • Dialog と Popover #4 | blog.jxck.io

              Intro ここまでで <dialog> 要素が標準化され、 Modal/non-Modal な Dialog がネイティブで出せるようになった。 今まで自前で実装していた z-index の指定や、フォーカスの管理、非活性化、キーボードでの処理、スタイルなども、細かい仕様がほぼ標準によってカバーされた。 Top Layer inert :modal / ::backdrop CloseWatcher Focusable Scrollers etc しかし、 <dialog> はあくまで「ユーザのインタラクションを求める」という用途で使うものであり、 role=dialog ではない、例えばちょっとしたメッセージの通知などに使うものではない。 そこで、これらの資産を活用し、より汎用的な UI を標準化しようという話が、 <dialog> の標準化の裏で並行して行われた。 Toast 最初の

                Dialog と Popover #4 | blog.jxck.io
              • What's New in Emacs 28.1?

                Try Mastering Emacs for free! Are you struggling with the basics? Have you mastered movement and editing yet? When you have read Mastering Emacs you will understand Emacs. It’s that time again: there’s a new major version of Emacs and, with it, a treasure trove of new features and changes. Notable features include the formal inclusion of native compilation, a technique that will greatly speed up y

                • 6 Ways to Transfer Photos From iPhone to Mac

                  iPhones come with gigabytes of storage space now. It can also deftly handle many image editing tasks you throw it. But there will come a time when you might want to transfer photos from the iPhone to the Mac and edit them on more robust software. Or, clear space on your iPhone by transferring photos in bulk and archiving them on your Mac instead. This article shows you how to transfer photos from

                    6 Ways to Transfer Photos From iPhone to Mac
                  • Node.js — Node v14.3.0 (Current)

                    Notable Changes REPL previews improvements with autocompletion The output preview is changed to generate previews for autocompleted input instead of the actual input. Pressing <enter> during a preview is now going to evaluate the whole string including the autocompleted part. Pressing <escape> cancels that behavior. Support for Top-Level Await It's now possible to use the await keyword outside of

                      Node.js — Node v14.3.0 (Current)
                    • Google Colab で distilabel を試す|npaka

                      「Google Colab」で「distilabel」を試したので、まとめました。 1. distilabel「distilabel」は、LLMを使用してLLM用のデータセットを作成するためのAI Feadback (AIF) フレームワークです。 ・LLMの最も一般的なライブラリ・APIとの統合 (HuggingFace Transformers、OpenAI、vLLMなど) ・Self-Instruct、Preferenceデータセットなどの複数のタスクに対応 ・データセットを Argillaにエクスポートすることで、データ探索とさらなるアノテーションが容易に 2. セットアップGoogle Colabでのセットアップ手順は、次のとおりです。 (1) パッケージのインストール。 # パッケージのインストール !pip install distilabel[openai,argilla]

                        Google Colab で distilabel を試す|npaka
                      • Amazon FSx for NetApp ONTAPファイルシステム上のiSCSI LUNをマウントしてみた | DevelopersIO

                        Amazon FSx for NetApp ONTAPは単純なファイルサーバーじゃないぞ こんにちは、のんピ(@non____97)です。 皆さんはMulti-AZのEBSボリュームを欲しいなと思ったことはありますか? 私はあります。 EBSボリュームはAZ単位なのでAZ障害のことを考えるとちょっと心配です。かと言って自分でブロックレベルのレプリケーションを実装するのも何だか大変です。 そこで、Amazon FSx for NetApp ONTAPの出番です。 Amazon FSx for NetApp ONTAPはファイルサーバーとしての機能だけではなく、ブロックストレージとしての機能も有しています。 Q: Amazon FSx for NetApp ONTAP はどのプロトコルをサポートしていますか? A: Amazon FSx for NetApp ONTAP は、ネットワークファイ

                          Amazon FSx for NetApp ONTAPファイルシステム上のiSCSI LUNをマウントしてみた | DevelopersIO
                        • UnityでAWSのS3を扱うためのメモ - e.blog

                          目次 概要 実現すること テスト環境 フロー AWS SDK for .NETをダウンロード・インポートする 必要なDLLをPluginsフォルダにコピー 依存しているDLLもコピー(依存関係の解決) Identity Pool IDを取得する バケットの作成 IAMの設定 C#で実装する Credentialのセットアップ 画像のダウンロード 画像のアップロード ファイルからアップロードする まとめ 概要 今回は訳合って、画像をサーバにアップロードしてそれを扱いたいなと思い、AWSのS3(Amazon Simple Storage Service)をUnity(特にモバイルプラットフォーム)から利用したくて色々ハマったのでそのメモです。 今回の目的はS3を利用して画像をアップロード、ダウンロードする方法についてのまとめです。 ドキュメントはこちら。 docs.aws.amazon.com

                            UnityでAWSのS3を扱うためのメモ - e.blog
                          • Git を使用したデプロイ | Heroku Dev Center

                            Heroku は、ポピュラーな VCS (バージョン管理システム) である Git​ でアプリのデプロイを管理します。Heroku にコードをデプロイするには、Git の専門家である必要はありませんが、基本を学習しておくと役立ちます。 この記事では、Git および Heroku Git リモートを使用してコードをデプロイする方法について説明します。GitHub でコードをすでに追跡している場合、この記事の手順に従う代わりに、Heroku GitHub 統合でデプロイする​ことを検討してください。 前提条件: Git および Heroku CLI のインストール Git でデプロイするには、Git および Heroku CLI がインストールされている必要があります。 Git インストール手順 Heroku CLI インストール手順 Heroku にアプリをデプロイするには、ローカル Git

                              Git を使用したデプロイ | Heroku Dev Center
                            • Googleマップが「メキシコ湾」を「アメリカ湾」に変更すると発表、メキシコは非難

                              米内務省が正式に名称変更 トランプ大統領は1月20日の就任から数時間後、大統領令に署名し、「メキシコ湾」の名称を「アメリカ湾」に変更するよう命じた。 これを受け、内務省は1月24日、「メキシコ湾」の名称を「アメリカ湾」に、そして北米最高峰のアラスカの「デナリ山」の名称を「マッキンリー山」に正式に変更したと発表した。 「アルファベット」傘下のGoogle マップも1月27日、アメリカの地名システムが正式に更新され次第、「メキシコ湾」の名称を「アメリカ湾」に変更すると発表した。また「マッキンリー山」にも同様の変更を行う予定とされている。 メキシコの大統領が非難 この変更はアメリカで確認できるが、メキシコでは「メキシコ湾」の名称のままとなる。両国以外では、ユーザーはGoogleマップで、両方の名称を見ることになるという。 メキシコのクラウディア・シェインバウム大統領は今月初め、アメリカを含む北米

                                Googleマップが「メキシコ湾」を「アメリカ湾」に変更すると発表、メキシコは非難
                              • Adobe XDからFigmaへデザインデータを移行した話 - JCB Tech Blog

                                こんにちは、デザインチームのスジンです。 今回は、Adobe XDからFigmaへのデザインデータ移行の経験について、お話ししたいと思います。 私は昨年、JCBにUI/UXデザイナーとして入社しました。 当時、社内では主にAdobe XDを使ってデザインをしていましたが、並行して進行していたデザインシステムのプロジェクトではFigmaが使われていました。 そこで、引き継いだプロジェクトにおいてもデザインシステムのようにFigmaを活用できる方が良いと考え、Adobe XDからFigmaへの移行を提案しました。 Figmaにはデザイナーだけでなく、エンジニアの作業効率を大幅に向上させる多くの機能が備わっており、その価値を感じてFigmaへの移行を進めました。 では、具体的な移行プロセスとそのポイントについて詳しくご紹介します。 📋 移行の概要 デザインの種類: 業務システムのデザイン(PC

                                  Adobe XDからFigmaへデザインデータを移行した話 - JCB Tech Blog
                                • Macに仮想ディスプレイを作成できる「BetterDummy v1.1」の安定版がリリース。PinPやiPad Sidecarのポートレートモードに対応し、一部機能は有料に。

                                  加えて、ダミーディスプレイのミラーリングの代わりにダミーコンテンツを外部ディスプレイにストリーミングする「Full-screen-streaming」機能もサポートされたため、この2つの機能を合わせることで、iPadをMacのサブディスプレイとして利用するSidecar機能でポートレート表示が可能になっています。 有料化 以上の通り、BetterDummy v1.1では様々な機能が追加され、Istvan Tothさんは今後もBetterDummyの開発を続けていくために、以下の機能をコア機能とは別にBetterDummy Proとして15ドルの有料にしていますが、全ての機能を利用できる14日間のトライアル期間も用意されているので、興味のある方は試してみてください。 BetterDummy Pro Keyboard shortcuts Rename dummies Create dummie

                                    Macに仮想ディスプレイを作成できる「BetterDummy v1.1」の安定版がリリース。PinPやiPad Sidecarのポートレートモードに対応し、一部機能は有料に。
                                  • Vim9 script for Python Developers · GitHub

                                    vim9script4pythondevelopers.md Vim9 script for Python Developers Vim9 script�Vim script��������������������������������������������������系��� def������義����������Vim script��vim9script�����使����������(vim9script���

                                      Vim9 script for Python Developers · GitHub
                                    • What's New In DevTools (Chrome 84)  |  Blog  |  Chrome for Developers

                                      Fix site issues with the new Issues tab The new Issues tab in the Drawer aims to help reduce the notification fatigue and clutter of the Console. Currently, the Console is the central place for website developers, libraries, frameworks, and Chrome itself to log messages, warnings, and errors. The Issues tab presents warnings from the browser in a structured, aggregated, and actionable way, links t

                                      • GitHub - microsoft/win32metadata: Tooling to generate metadata for Win32 APIs in the Windows SDK.

                                        Win32 APIs provide functionality that not all languages and frameworks support themselves. When developing for Windows, developers often call into Win32 APIs to access this functionality. Historically, this has required manually redefining the APIs to make them accessible, which is fragile and error-prone. Community projects like https://github.com/dotnet/pinvoke (.NET) and https://github.com/rete

                                          GitHub - microsoft/win32metadata: Tooling to generate metadata for Win32 APIs in the Windows SDK.
                                        • HTMLとCSSを書くMacユーザー向け Visual Studio Codeの効率的な設定と使い方 - Qiita

                                          この記事の概要 HTMLとCSSを書くMacユーザーのためのVisual Studio Codeの使い方の記事です。 Visual Studio Codeは非常に多機能なため、単に「便利な使い方を記事にしました」だと際限なく書けてしまいます。 そのため、今回はタイトルにあるような属性の人に絞ってまとめました。 設定 command + , で設定画面を開き、変更できます。 細かい内容ですが、設定の有無によって操作のしやすさも大きく変わります。 初期設定のまま使わずに使いやすいようにカスタムしておきましょう。 Bracket Pair Colorization 検索窓にEditor › Bracket Pair Colorization: Enabledと入力して、出てきたオプションにチェックを入れます。 対応する括弧のペアの色が揃います。 入れ子になった括弧や、遠い位置にある括弧の対応関係

                                            HTMLとCSSを書くMacユーザー向け Visual Studio Codeの効率的な設定と使い方 - Qiita
                                          • Visual Studio Code April 2020

                                            Version 1.93 is now available! Read about the new features and fixes from August. April 2020 (version 1.45) Update 1.45.1: The update addresses these issues. Downloads: Windows: x64 | Mac: Intel | Linux: deb rpm tarball snap Welcome to the April 2020 release of Visual Studio Code. There are a number of updates in this version that we hope you will like, some of the key highlights include: Accessib

                                              Visual Studio Code April 2020
                                            • andite/pastel-mix · Hugging Face

                                              Fantasy.ai is the official and exclusive hosted AI generation platform that holds a commercial use license for Pastel Mix, you can use their service at https://Fantasy.ai/ Please report any unauthorized commercial use. CivitAI! -> https://civitai.com/models/5414/pastel-mix-stylized-anime-model I'd appreciate the ratings, thank you! Welcome to Pastel Mix - a stylized latent diffusion model. This mo

                                                andite/pastel-mix · Hugging Face
                                              • Zotero で管理している PDF を iPad/モバイル端末から閲覧・編集する - Those there alone can see the scene.

                                                論文などの PDF ファイルを管理するための文献管理ソフトウエアにはいくつかの候補があるが、その中でも Zotero は他のサービス (Mendelay, ReadCube Papers, Paperpile) と比べて、 無料 動作が軽い 依存関係が少ない (= PDF の閲覧・編集・同期のいずれも任意の外部サービスを使うことができる) という利点がある。一方で (各所で指摘されている) 欠点としては、Zotero のアプリは PC/Mac だけでしか提供されておらず、PDF ファイルをモバイル端末とスムーズに同期するのが難しい。ここでは私が Mac と iPad の間での PDF 同期をするために行き着いた方法を書く。 Zotfile + Google Drive + Acrobat Reader Zotero Storage という Zotero が提供するクラウド同期サービスは色々

                                                • Modern CSS Layouts: You Might Not Need A Framework For That — Smashing Magazine

                                                  It’s easy to get lost in a sea of CSS frameworks and libraries, each promising easier styling and smoother layouts. But amidst this abundance, the modern CSS features we have today offer simpler and more flexible approaches without the added dependencies or abstractions. Brecht De Ruyte demonstrates four CSS utility classes (plus a bonus) using techniques that allow them to be used practically any

                                                    Modern CSS Layouts: You Might Not Need A Framework For That — Smashing Magazine
                                                  • 【時系列データ】衛星データの時系列分解を行う【STL分解】 - LabCode

                                                    時系列分解の意義 多くの実世界のデータは、時間的な変化を伴った時系列データとして記録されます。需要予測、気象予報、株価分析など、時系列データを分析する分野は多岐にわたります。 時系列データは大抵以下のような構造が含まれています。 トレンド(Trend) : 長期的に増減する動き 季節成分(Seasonality) : 1年や1か月など一定の周期で繰り返す変動 残差(Residual) : 不規則な変動やノイズなど これらの成分を分解して扱えると、データの理解が格段に進み、将来予測や異常検知に応用する際にも有利になります。 伝統的な時系列分解モデル 加法モデル(Additive Model) 古典的な加法モデルによる時系列分解では、時系列 $y_t$ を以下のように表します。 $y_t = T_t + S_t + R_t$ $y_t$: 観測値 (Observed series) $T_t$

                                                    • Introducing TanStack Router – Frontend Masters Boost

                                                      TanStack Router is an incredibly exciting project. It’s essentially a fully-featured client-side JavaScript application framework. It provides a mature routing and navigation system with nested layouts and efficient data loading capabilities at every point in the route tree. Best of all, it does all of this in a type-safe manner. What’s especially exciting is that, as of this writing, there’s a Ta

                                                        Introducing TanStack Router – Frontend Masters Boost
                                                      • iOS15.2/iPadOS 15.2/watchOS 8.3/tvOS 15.2 /macOS 12.1 RC版がリリース【更新RC2が公開】 - こぼねみ

                                                        Appleは日本時間12月8日、「iOS 15.2」「iPadOS 15.2」「watchOS 8.3」「tvOS 15.2」「macOS 12.1」のRC(Release Candidate)版を開発者およびパブリックベータ登録者向けにリリースしました。 iOS 15.2では、Siriを使って音楽にアクセスできる新しいサブスクリプション「Apple Music Voice Plan」が追加されたほか、Appプライバシーレポート、メッセージの新機能、Legacy Contacts(レガシー連絡先)、 iCloud+に新機能「メールを非公開」を含む新機能や、複数のバグ修正も含まれています。 【更新12月11日】iOS15.2と macOS 12.1のRC2がリリースされています。MacRumorsによると開発者向けだけなくパブリックベータ登録者に向けにも公開されていますが、手元のiPhone

                                                          iOS15.2/iPadOS 15.2/watchOS 8.3/tvOS 15.2 /macOS 12.1 RC版がリリース【更新RC2が公開】 - こぼねみ
                                                        • コンテナ技術 ハンズオン Vol.1 Docker操作編 - Qiita

                                                          本題の前に 位置付け・前提 本記事は、社内ワークショップ のために用意したものです。 複数回実施する予定で、下記も併せてご利用ください。 コンテナ技術 ハンズオン Vol.2 Dockerイメージ編 なお、次の前提で進めることをご理解ください。 本ハンズオンの目的 参加者が必要に併せて 自学できる入口に立つ ことを目的とします。 なお、本ハンズオンではコンテナ技術に関する知識は説明しません。また、本ハンズオンだけで、あらゆるコンテナ操作ができるようになるわけでもありません。 後日に「コンテナ」を扱おうとしたときに、自分で調べて理解でき、実際に扱えるようになることを目指します。 端的には、なんかこういうもんだ、という感じで軽く頭に残れば大丈夫と考えましょう。 ターゲットとなる参加者 下記のような基礎知識があるエンジニアを対象とします。 Linuxなどでコマンドを扱えるインフラの基礎知識がある

                                                            コンテナ技術 ハンズオン Vol.1 Docker操作編 - Qiita
                                                          • Node.js — Node v15.1.0 (Current)

                                                            Notable Changes Diagnostics channel (experimental module) diagnostics_channel is a new experimental module that provides an API to create named channels to report arbitrary message data for diagnostics purposes. With diagnostics_channel, Node.js core and module authors can publish contextual data about what they are doing at a given time. This could be the hostname and query string of a mysql quer

                                                              Node.js — Node v15.1.0 (Current)
                                                            • V8 Torque user manual · V8

                                                              V8 Torque is a language that allows developers contributing to the V8 project to express changes in the VM by focusing on the intent of their changes to the VM, rather than preoccupying themselves with unrelated implementation details. The language was designed to be simple enough to make it easy to directly translate the ECMAScript specification into an implementation in V8, but powerful enough t

                                                              • feat: Import cargo-add into cargo by epage · Pull Request #10472 · rust-lang/cargo

                                                                Motivation The reasons I'm aware of are: Large interest, see Add cargo-add (from cargo-edit) to cargo proper #5586 Make it easier to add a dependency when you don't care about the version (instead of having to find it or just using the major version if thats all you remember) Provide a guided experience, including Catch or prevent errors earlier in the process Bring the Manifest format documentati

                                                                  feat: Import cargo-add into cargo by epage · Pull Request #10472 · rust-lang/cargo
                                                                • Oneiblog

                                                                  You descend into the pit of exit codes and one-character flags, The sunken abyss of the Makefiles, The mill of 11-year-old legacy scripting. The writhen shell commands serve in adoration, Immured beneath a rotten run-make directory. Before you lies the servitor of order, The cleaver, The redeemer, The recreator, The run-make-support crate. Vessel of rust-lang, You are the unmaker, You bring the ra

                                                                  • GTMで配列やオブジェクトをまとめる「Object and Array Builder」変数テンプレート | アユダンテ株式会社

                                                                    To English Document. 2020年2月14日に、GTMのコミュニティテンプレートギャラリーへアユダンテ製の「Object and Array Builder」変数テンプレートが掲載されました。 これはJSでいうところの配列やらオブジェクトやらを変数として生成するためのテンプレートで、具体的には広告の動的リマーケティングタグなどで必要となる商品ID群などの箇所をまとめるのに使えるものです。指定の変数の組み合わせでまとめられるほか、指定の変数から特定の名前の値を抜き出して流用する、といったことも可能です。 動的リマケ的なタグでよくあるこういう箇所をまとめるためのテンプレートです。 なお今回もグローバルに世界中からアクセスされる可能性があるため、本記事についても日本語と英語を併記させていただいております。 前半は日本語文章、後半は英語文章という構成になっておりますが、中身はなる

                                                                      GTMで配列やオブジェクトをまとめる「Object and Array Builder」変数テンプレート | アユダンテ株式会社
                                                                    • AWS Distro for OpenTelemetry を使用した CloudWatch Container Insights の EKS Fargate サポートのご紹介 | Amazon Web Services

                                                                      Amazon Web Services ブログ AWS Distro for OpenTelemetry を使用した CloudWatch Container Insights の EKS Fargate サポートのご紹介 この記事は Introducing Amazon CloudWatch Container Insights for Amazon EKS Fargate using AWS Distro for OpenTelemetry (記事公開日: 2022 年 2 月 17 日) を翻訳したものです。 イントロダクション Amazon CloudWatch Container Insights は、お客様がコンテナ化されたアプリケーションやマイクロサービスからメトリクスやログを収集、集約、要約するのに役立ちます。メトリクスデータは、埋め込みメトリクスフォーマット (Embed

                                                                        AWS Distro for OpenTelemetry を使用した CloudWatch Container Insights の EKS Fargate サポートのご紹介 | Amazon Web Services
                                                                      • Introducing the new AWS Serverless Snippets Collection | Amazon Web Services

                                                                        AWS Compute Blog Introducing the new AWS Serverless Snippets Collection Today, the AWS Serverless Developer Advocate team introduces the Serverless Snippets Collection. This is a new page hosted on Serverless Land that makes it easier to discover, copy, and share common code that can help with serverless application development. Builders are writing serverless applications in many programming lang

                                                                          Introducing the new AWS Serverless Snippets Collection | Amazon Web Services
                                                                        • WordPressで生成した静的サイトをNetlifyで公開する – marketechlabo

                                                                          WordPressのウェブサイトを静的化し、Firebaseで配信する | marketechlabo Netlifyとは WordPressで静的サイトを生成し、Netlifyで公開する。Netlifyは 静的サイトのホスティング AWS Lambdaのような関数 フォーム などができる、サーバレスで何らかのサービスを配信するためのプラットフォームである。個人用途であれば大部分の機能を無料で使える(複数ユーザ、Basic認証などは有料)。 端的に言うと静的サイトの配信を無料でできるサービスである。リダイレクトや転送(リバースプロキシ)も可能でリスト形式で設定できる。動的コンテンツは別のサーバに設置してそこに転送するということも可能。独自ドメインも使用でき、自動でSSL証明書(Let’s Encrypt)も取得、適用、更新してくれる。これが無料とは至れり尽くせりである。 コンテンツのでデプ

                                                                            WordPressで生成した静的サイトをNetlifyで公開する – marketechlabo
                                                                          • OpenSearch で日本語 Sparse search を動かしてみる

                                                                            本投稿は以下アドベントカレンダーとリンクしています。 AWS Analytics Advent Calendar 2024 (12/25 分) 情報検索・検索技術 Advent Calendar 2024 (シリーズ2 12/25 分) OpenSearch におけるベクトル検索の概要 OpenSearch はオープンソースの全文検索・分析スイートです。OpenSearch は全文検索に加えてベクトル検索の機能も備えています。 ベクトル検索は従来の全文検索による検索が苦手とするあいまいなクエリの処理を実現することができるため、あいまい検索や LLM と組み合わせた検索検索拡張生成(RAG) に代表される文書検索・ナレッジ検索で幅広く活用されています。 一般的にベクトル検索と呼ばれているのは、N 次元の数値配列からなる密ベクトルを使った検索です。密ベクトル検索では、クエリと検索対象のデータは

                                                                              OpenSearch で日本語 Sparse search を動かしてみる
                                                                            • https://cheats.rs/rust_cheat_sheet.pdf

                                                                              Rust Language Cheat Sheet 26. August 2021 Contains clickable links to The Book , Rust by Example , Std Docs , Nomicon , Reference . Data Structures Data types and memory locations defined via keywords. Example Explanation struct S {} Define a struct with named fields. struct S { x: T } Define struct with named field x of type T. struct S ​(T); Define "tupled" struct with numbered field .0 of type

                                                                              • Introducing the new AWS Step Functions Workflows Collection | Amazon Web Services

                                                                                AWS Compute Blog Introducing the new AWS Step Functions Workflows Collection Today, the AWS Serverless Developer Advocate team introduces the Step Functions Workflows Collection, a fresh experience that makes it easier to discover, deploy, and share Step Functions workflows. Builders create Step Functions workflows to orchestrate multiple services into business-critical applications with minimal c

                                                                                  Introducing the new AWS Step Functions Workflows Collection | Amazon Web Services
                                                                                • How to integrate TypeScript with GraphQL using TypeGraphQL - LogRocket Blog

                                                                                  Editor’s note: This post was last updated on 18 November 2022 to answer additional queries about using TypeScript with GraphQL and to provide information on more GraphQL features, including aliases and date scalars. For more content on using GraphQL with TypeScript, check out our post “Building GraphQL APIs with TypeGraphQL and TypeORM.” TypeScript is a typed superset of JavaScript that was design

                                                                                    How to integrate TypeScript with GraphQL using TypeGraphQL - LogRocket Blog