並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 29 件 / 29件

新着順 人気順

registerの検索結果1 - 29 件 / 29件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

registerに関するエントリは29件あります。 securityセキュリティtool などが関連タグです。 人気エントリには 『米裁判所が異例の常識的判断、Wannacry 仕留めた後 FBI に逮捕された英国人技術者を無罪放免(The Register) | ScanNetSecurity』などがあります。
  • 米裁判所が異例の常識的判断、Wannacry 仕留めた後 FBI に逮捕された英国人技術者を無罪放免(The Register) | ScanNetSecurity

      米裁判所が異例の常識的判断、Wannacry 仕留めた後 FBI に逮捕された英国人技術者を無罪放免(The Register) | ScanNetSecurity
    • ts-node の代わりに esbuild-register を使ってスピードアップ

      ts-node でも型チェックを外すオプションがあることをコメントで教えてもらいました。型チェックをかけない esbuild と同様の条件としたほうが、より平等な計測結果になりますので、計測し直しました。 参考 https://github.com/TypeStrong/ts-node#typechecking Node.js で TypeScript をトランスパイルしながら実行できる、 esbuild-register というパッケージがあります。 非常に速い esbuild を使いながら雑に TypeScript が実行できちゃう頼もしいパッケージです。 今までのメインプレイヤーであった ts-node よりも速いです。次の小さなスクリプトでも 1.5 倍程度の速度が出ています。 function wait(duration: number) { return new Promise

        ts-node の代わりに esbuild-register を使ってスピードアップ
      • ペネトレーションテスターが業務中に逮捕される、“信じられないほどの不手際が重なった” のか(The Register) | ScanNetSecurity

          ペネトレーションテスターが業務中に逮捕される、“信じられないほどの不手際が重なった” のか(The Register) | ScanNetSecurity
        • 登記所備付地図データコンバータをGitHubで公開します(We launched the data converter for the National Land Register data on th|デジタル庁Data strategy team: Digital Agency, Gov of JP

          そのソースコードをデジタル庁が譲り受け、アドレスベースレジストリの整備に必要な機能を追加してデジタル庁の職員(民間専門人材)がPythonで書き直したものです。 登記所備付地図データとアドレスベースレジストリ整備コンバータはアドレスベースレジストリの整備のために作成したものです。 アドレスベースレジストリは、住所・所在地のマスターデータです。主に行政機関で使用される住所・所在地の情報をIDで連携できることを目指して整備を推進しており、オープンデータとして無償で一般公開をしていきます。2022年4月に試験公開版として、住所・所在地の階層における「町字レベル」「住居表示の街区レベル」「住居表示の住居レベル」のデータを公開しました。 国土地理院の電子国土基本図(地名情報)、国土交通省の位置参照情報、法務省の地番区域情報(不動産登記の所在を示すデータ)の各データをいわばマッシュアップして初期整備し

            登記所備付地図データコンバータをGitHubで公開します(We launched the data converter for the National Land Register data on th|デジタル庁Data strategy team: Digital Agency, Gov of JP
          • Tadovas 40mg order cheap - Buy Tadovas Register - Best Answer Recommender CQA System

            Guaranteed Shipping to UK, United States, ZA and ALL Countries! - No Prescription for TADOVAS! PURCHASE TADOVAS 60 mg ONLINE => ENTER HERE <= </strong> Trapped skin cells and dirt can lead to infections, which can tighten the skin. They don't require much effort or time, but the results will overcome all your expectations.   It will work to remove the yeast clinging to the walls of your mouth and

            • 機能が無いことに依存していた例 esbuild-register編

              上の引用部分をよく読むと、Experimentalと書いてあるのが目につきます。通常、実験的な機能は安定しているとはみなされず、メジャーアップデートではなくても壊れうるものと考えられます。 実際、ここで使われているNode.jsの--loaderオプションも実験的機能です。そのため、マイナーアップデートで壊れたとしても取り立てて騒ぐことではないようにも思えます。 しかし、今回の壊れ方の中身まで見ると、実験的機能だから壊れたというより、機能追加によって壊れたと見なした方が適当に思えます。そこで、この記事では「機能が無いこと」に依存していた例として紹介します。 ちなみに、このESM向けフックの機能は、Node.js 20.6.0で「Release Candidate」という安定一歩手前の状態に昇格しました。 動かなくなったことはこちらのissueで報告されています。このissueでは、esbu

                機能が無いことに依存していた例 esbuild-register編
              • JVNVU#97139173: Intel 製 CPU の投機的実行機能に対するサイドチャネル攻撃 (Vector Register Sampling、L1D Eviction Sampling)

                JVNVU#97139173 Intel 製 CPU の投機的実行機能に対するサイドチャネル攻撃 (Vector Register Sampling、L1D Eviction Sampling) Intel 製 CPU の投機的実行機能には、サイドチャネル攻撃により情報が漏えいする複数の脆弱性 (Vector Register Sampling、L1D Eviction Sampling) が存在します。

                • describe-task-definitionで取得したJSONはそのままではregister-task-definitionで登録できないお話 | DevelopersIO

                  describe-task-definitionで取得したJSONはそのままではregister-task-definitionで登録できないお話 もこ@札幌オフィスです。 AWS CLI, SDKでdescribe-task-definitionを利用してJSONを取得して、register-task-definitionをする機会が増えてきましたので、ハマりポイントをご紹介します。 そのままやってみる describe-task-definition で取得した結果は下記のようになっています。 $ aws ecs describe-task-definition --task-definition example_task_1:1 > taskdefinition.json $ cat taskdefinition.json { "taskDefinition": { "status"

                    describe-task-definitionで取得したJSONはそのままではregister-task-definitionで登録できないお話 | DevelopersIO
                  • GitHub - egoist/esbuild-register: Transpile JSX, TypeScript and esnext features on the fly with esbuild

                    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.

                      GitHub - egoist/esbuild-register: Transpile JSX, TypeScript and esnext features on the fly with esbuild
                    • Xcode10で「Failed to register bundle identifier」エラーへの対応 - iOSアプリ開発ならTickleCode

                      Xcode10での「Failed to register bundle identifier」「No profiles for ‘XXXXX’ were found」エラーの理解まず、エラーメッセージの内容を日本語訳して理解します。 エラーメッセージ: Failed to register bundle identifier. The app identifier “Swift-Beginners.MyFirst” cannot be registered to your development team. Change your bundle identifier to a unique string to try again. 日本語訳: 「bundle identifier」の登録に失敗しました。 「app identifier」の「Swift-Beginners.MyFirst」を

                        Xcode10で「Failed to register bundle identifier」エラーへの対応 - iOSアプリ開発ならTickleCode
                      • EC2(RHEL)で dnf upgrade を実行した際に「This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.」というエラーが発生した場合の対処方法 | DevelopersIO

                        困っていた内容 Redhat Enterprise Linux の AMI から起動した EC2 インスタンスのアップデートを実行しています。 dnf upgrade を実行したところ、以下のエラーが発生しました。 $ dnf upgrade YYYY-MM-DD hh:mm:ss,sss [ERROR] dnf:4883:MainThread @logutil.py:194 - [Errno 13] Permission denied: '/var/log/rhsm/rhsm.log' - Further logging output will be written to stderr Not root, Subscription Management repositories not updated This system is not registered to Red Hat Su

                          EC2(RHEL)で dnf upgrade を実行した際に「This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.」というエラーが発生した場合の対処方法 | DevelopersIO
                        • ecspressoでデプロイ(register/run/deploy)を行う際のIAMポリシー例

                          GitHub ActionsやCircle CIなどのCI/CD環境でecspressoを使ってECSにデプロイ(ecspresso register/run/deploy)を行う際のAWS IAMポリシーのサンプルです。 ここに記載するポリシーは、タスク実行ロールやタスクロールのポリシーではありません。 ecspressoの全てのコマンドをフォローしていません。例えばecspresso execは実行できません。コンテナの中に入って自由にコマンドを打てるecspresso execを実行可能な権限を、CI/CD環境に預けるユースケースを想定していないため。 環境 ecspresso 1.5.3 ポリシー例 { "Version" : "2012-10-17", "Statement" : [ { "Sid" : "RegisterTaskDefinition", "Effect" : "

                            ecspressoでデプロイ(register/run/deploy)を行う際のIAMポリシー例
                          • tsconfig の path alias 解決に tsconfig-paths/register を node で使う方法と TS 依存の分離方法 - Qiita

                            この記事は TypeScript アドベントカレンダー 2019 の 24 日目です。 はじめに Webpack 等でビルドせずに node で実行する際に tsconfig の path alias が解決されなくて困る方も多いと思います。 一方 ts-node じゃなくても tsconfig-paths/register で path alias が解決できることは意外と知られておらず、実は $ node -r tsconfig-paths/register dist/main.js で解決します。 しかし、 Production で動く node に TypeScript 由来の何かに依存しているのは怖いということもあるので、 tsconfig-paths の中身を読んだので何をしているかを説明します。 サンプルプロジェクト構成 以下の構成で実行します。サンプルリポジトリは以下になり

                              tsconfig の path alias 解決に tsconfig-paths/register を node で使う方法と TS 依存の分離方法 - Qiita
                            • Wi-Fi 起動爆弾を選挙中に発見、中東以外では初の事例(The Register) | ScanNetSecurity

                              インドネシアで、爆弾に Wi-Fi で作動するサブ起爆装置を取り付けていたテロリストが逮捕されていた。今週(編集部註:2019 年 5 月 13 日週)、警察が発表した。 この爆発物は今月に入ってからの強制捜査中に発見された。そこにはスイッチング機構が搭載されていて、メイン起動装置 ( SIM カードを利用し、携帯電話のテキストメッセージを受信することで起動する) が無線周波数ジャマーでブロックされた際には Wi-Fi 経由の信号を用いて起爆できるようになっていた。

                                Wi-Fi 起動爆弾を選挙中に発見、中東以外では初の事例(The Register) | ScanNetSecurity
                              • 【Docker】docker-compose upした時にA server is already running. Check /product-register/tmp/pids/server.pid. エラー - Qiita

                                1. 問題 docker-compose upし時にA server is already running. Check /product-register/tmp/pids/server.pid. Exiting エラーが出て、立ち上がらなかった。 /usr/local/lib/ruby/2.7.0/net/protocol.rb:66: warning: already initialized constant Net::ProtocRetryError /usr/local/bundle/gems/net-protocol-0.2.1/lib/net/protocol.rb:68: warning: previous definition of ProtocRetryError was here /usr/local/lib/ruby/2.7.0/net/protocol.rb:20

                                  【Docker】docker-compose upした時にA server is already running. Check /product-register/tmp/pids/server.pid. エラー - Qiita
                                • PowerShell 5.1 環境で PowerCLI のインストールエラーが出た時の対処方法 ①(TLS バージョン問題での Install-Module や Register-PSRepository のエラー対応)

                                  PowerShellGet と PackageManagement のモジュールをデフォルトの Ver 1.0.0.1 からそれぞれ最新に更新する事で PowerShellGallery の利用が可能に戻りました。 2020/5/18 追記 本事象の根本原因が 4月以降、PowerShell Gallery にて TLS 1.0 / 1.1 での接続を非サポートとし、TLS 1.2 を必須とする変更が入ったことが原因だったようなので、 TLS 1.2 の指定方法などを別記事でまとめました。急ぎ修正する場合は TLS 1.2 を指定して、 Install-Module のオプションで -SkipPublisherCheck を指定することで回避は出来ます。恒久的には TLS1.2 を既定にして、PowerShellGet もアップデートすることが推奨されます。 PowerShell 5.1

                                    PowerShell 5.1 環境で PowerCLI のインストールエラーが出た時の対処方法 ①(TLS バージョン問題での Install-Module や Register-PSRepository のエラー対応)
                                  • Federal Register :: Request Access

                                    Due to aggressive automated scraping of FederalRegister.gov and eCFR.gov, programmatic access to these sites is limited to access to our extensive developer APIs. If you are human user receiving this message, we can add your IP address to a set of IPs that can access FederalRegister.gov & eCFR.gov; complete the CAPTCHA (bot test) below and click "Request Access". This process will be necessary for

                                      Federal Register :: Request Access
                                    • Federal Register | Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence | A Rule by the Copyright Office, Library of Congress on 03/16/2023

                                      Due to aggressive automated scraping of FederalRegister.gov and eCFR.gov, programmatic access to these sites is limited to access to our extensive developer APIs. If you are human user receiving this message, we can add your IP address to a set of IPs that can access FederalRegister.gov & eCFR.gov; complete the CAPTCHA (bot test) below and click "Request Access". This process will be necessary for

                                      • react-hook-formでregisterとControllerのどちらを使うか - mrsekut-p

                                        useFormのregisterを使って、<input {...register('hoge')} />とする

                                          react-hook-formでregisterとControllerのどちらを使うか - mrsekut-p
                                        • register_block_type() と wp-scripts を使おう

                                          To keep things simple for our first example, let's create a new block type which displays a styled message in a post. At this point, we… 具体的には、各ブロックごとに「エディター用の script」「エディター用の style」「フロント&エディター用の script」「フロント&エディター用の style」の各ファイルを wp_register_script()、wp_register_style() で準備しておき、それらを register_block_type() 経由で読み込ませるという流れになります。 サンプルコードは以下。 add_action( 'init', function() { wp_register_script( 'ハンドル名'

                                            register_block_type() と wp-scripts を使おう
                                          • Cranelift, Part 3: Correctness in Register Allocation

                                            This post is the last in a three-part series about Cranelift. In the first post, I covered overall context and the instruction-selection problem; in the second post, I took a deep dive into compiler performance via careful algorithmic design. In this post, I want to dive into how we engineer for and work to ensure correctness, which is perhaps the most important aspect of any compiler project. A c

                                            • ? ランサムウェアの犯人「新型コロナ危機の間は医療機関を標的にしないことを俺たちは誓う」(The Register) | ScanNetSecurity

                                                ? ランサムウェアの犯人「新型コロナ危機の間は医療機関を標的にしないことを俺たちは誓う」(The Register) | ScanNetSecurity
                                              • Federal Register :: Request Access

                                                Due to aggressive automated scraping of FederalRegister.gov and eCFR.gov, programmatic access to these sites is limited to access to our extensive developer APIs. If you are human user receiving this message, we can add your IP address to a set of IPs that can access FederalRegister.gov & eCFR.gov; complete the CAPTCHA (bot test) below and click "Request Access". This process will be necessary for

                                                  Federal Register :: Request Access
                                                • Squarespace Domains — Domain Name Search — Register Your Domain Name

                                                  Start your domain name search hereStart typing to search for available domain names, TLDs, and country codes. Learn more. Free WHOIS Privacy, SSL, and Premium DNS included. Host with us, or any provider of your choice.

                                                    Squarespace Domains — Domain Name Search — Register Your Domain Name
                                                  • The tale of a single register value

                                                    “Once you eliminate the impossible, whatever remains, no matter how improbable, must be the truth.” — Sherlock HolmesIntroIt’s not every day that you get to debug what may well be a packet of death. It was certainly the first time for me. What do I mean by “a packet of death”? A software bug where the network stack crashes in reaction to a single received network packet, taking down the whole oper

                                                      The tale of a single register value
                                                    • チューリッヒ「サイバー攻撃は戦争行為、保険適用範囲外」 ~ 米食品大手が保険会社提訴(The Register) | ScanNetSecurity

                                                        チューリッヒ「サイバー攻撃は戦争行為、保険適用範囲外」 ~ 米食品大手が保険会社提訴(The Register) | ScanNetSecurity
                                                      • The Solid-State Register Allocator

                                                        I recently found myself needing a very fast register allocator for very simple code. There's a huge amount of academic research on the subject, dating back decades, and just as many published implementations; my specific implementation – while not fundamentally novel – landed in an interesting-enough part of configuration space that it seemed worth writing up. The system has one big limitation: it

                                                        • WordPressブロックにカスタムスタイルを追加するregister_block_style ジェネレーター - Qiita

                                                          WordPressでは、様々なブロック(投稿編集のための小さな塊)が用意されています。見た目の設定もGUIでできるようになっています。 ↑の画像では、スタイル設定が、デフォルト、角丸、影付き、と3つあります。このうち「影付き」は、私がカスタマイズして追加したものです。 カスタムでスタイル設定を追加するコードは↓です。 register_block_style( 'core/image', // ブロック名 [ 'name' => 'shadow', // スタイルで付けるクラスに使う名前 'label' => '影付き', 'inline_style' => '.is-style-shadow { box-shadow: 10px 5px 5px black; }', // 追加するCSS ] ); ブロック名の指定が面倒 上記のコードを見ると、コード自体はそれほど複雑ではありません。しか

                                                            WordPressブロックにカスタムスタイルを追加するregister_block_style ジェネレーター - Qiita
                                                          • Faster software through register based calling

                                                            Posted on November 23, 2021 The release notes for Go 1.17 mention an interesting change in the Go compiler: function arguments and return values will now be passed using registers instead of the stack. The proposal document for the feature mentions an expected 5-10% throughput improvement across a range of applications which is significant, especially for no effort on the developers part aside fro

                                                            1

                                                            新着記事