並び順

ブックマーク数

期間指定

  • から
  • まで

201 - 240 件 / 1103件

新着順 人気順

status updatedの検索結果201 - 240 件 / 1103件

  • Dangerous Labels in DNS and E-mail

    Workgroup: intarea Internet-Draft: draft-dkg-intarea-dangerous-labels-01 Published: 21 May 2022 Intended Status: Informational Expires: 22 November 2022 Author: Dangerous Labels in DNS and E-mail Abstract This document establishes registries that list known security-sensitive labels in the DNS and in e-mail contexts.¶ It provides references and brief explanations about the risks associated with ea

    • COVID-19 and Travel

      CDC has updated select ways to operate healthcare systems effectively in response to COVID-19 vaccination. Learn more Given new evidence on the B.1.617.2 (Delta) variant, CDC has updated the guidance for fully vaccinated people. CDC recommends universal indoor masking for all teachers, staff, students, and visitors to K-12 schools, regardless of vaccination status. Children should return to full-t

        COVID-19 and Travel
      • JavaScript の Class Static Blocks について

        この記事では現在 Stage 3 の Class Static Blocks について解説する。 なお、まだ現時点で Stage 3 であるため実装状況や細かい仕様は今後変更される可能性がある。 概要 Class Static Blocks プロポーザルは、クラス内でスタティックなメンバにアクセスできるブロックの構文を導入する。 次のコードの static { から始まるブロックが新たに導入される構文である。このとき、スタティックブロック内のthis.fooはスタティックなメンバである。 class C { static foo; static { this.foo = "foo"; } } スタティックブロックはクラスCが評価されるタイミングで実行される即時実行関数のようなものと見ることもできる。また、クラスは複数のスタティックブロックを持つことができ、その場合は上から順に実行される。

          JavaScript の Class Static Blocks について
        • AWS Cloud Control API, a Uniform API to Access AWS & Third-Party Services | Amazon Web Services

          AWS News Blog AWS Cloud Control API, a Uniform API to Access AWS & Third-Party Services Today, I am happy to announce the availability of AWS Cloud Control API a set of common application programming interfaces (APIs) that are designed to make it easy for developers to manage their AWS and third-party services. AWS delivers the broadest and deepest portfolio of cloud services. Builders leverage th

            AWS Cloud Control API, a Uniform API to Access AWS & Third-Party Services | Amazon Web Services
          • RustでRISC-Vシミュレータを実装する - エムスリーテックブログ

            【 デジスマチーム ブログリレー2日目】 エンジニアリングGの立花です。 デジスマ診療 というサービスのアプリ(Flutter)、バックエンド、フロントエンドの開発をしています、宜しくお願いします。 最近低レイヤーの技術に興味があり、趣味でRISC-Vの勉強をしています。 今回は実際に実行ファイルを動かすことが出来るRISC-VシミュレータをRustで実装していきます。 はじめに こちらの記事は、先日エムスリー社内LT会であるTechTalkで発表した内容で後日動画を公開予定です。 また、実装したシミュレータのソースコードは以下で閲覧できます。 github.com 目次 はじめに 目次 RISC-Vとは 今回の目標 開発環境 テスト内容の確認 クロスコンパイル環境の準備 テストの実行ファイルを作成 テストの内容を確認 シミュレータの実装 メモリを実装 プログラムカウンタを実装 メインルー

              RustでRISC-Vシミュレータを実装する - エムスリーテックブログ
            • 【新人プログラマ応援】Railsにおける良いコントローラ、悪いコントローラについて - Qiita

              TL;DR(長いので最初にまとめ) scaffoldと全く同じ、もしくはscaffoldに限りなく近いコントローラが良いコントローラ fatコントローラは悪いコントローラ。その反対でskinnyなコントローラ(薄いコントローラとも言う)を目指す コントローラ内でtransactionやrescueを書かない(fatになるし、scaffoldからも乖離する) BlogsControllerならBlogクラスのインスタンスだけをインスタンス変数にセットする メールはコントローラで送信する(EメールはSMTPを通じて届けられるviewと考える) はじめに RailsはMVC(Model-View-Controller)アーキテクチャを採用しています。 しかし、ロジック自体はやろうと思えばモデルでもviewでもコントローラでも、どこでも書くことができます。 特に、プログラミング初心者の方はついつい

                【新人プログラマ応援】Railsにおける良いコントローラ、悪いコントローラについて - Qiita
              • Identify and optimize public IPv4 address usage on AWS | Amazon Web Services

                Networking & Content Delivery Identify and optimize public IPv4 address usage on AWS Update: February 1, 2024 – AWS now charges for public IPv4 addresses provided by AWS. This blog post has more details on this topic. Today AWS announced new charges for AWS-provided public IPv4 addresses beginning February 1, 2024. In this blog post, we introduce two new features launching today to help you track

                  Identify and optimize public IPv4 address usage on AWS | Amazon Web Services
                • How to speed up the Rust compiler one last time – Nicholas Nethercote

                  Due to recent changes at Mozilla my time working on the Rust compiler is drawing to a close. I am still at Mozilla, but I will be focusing on Firefox work for the foreseeable future. So I thought I would wrap up my “How to speed up the Rust compiler” series, which started in 2016. Looking back I wrote ten “How to speed up the Rust compiler” posts. How to speed up the Rust compiler.The original pos

                  • research!rsc: The xz attack shell script

                    Posted on Tuesday, April 2, 2024. Updated Wednesday, April 3, 2024. Introduction Andres Freund published the existence of the xz attack on 2024-03-29 to the public oss-security@openwall mailing list. The day before, he alerted Debian security and the (private) distros@openwall list. In his mail, he says that he dug into this after “observing a few odd symptoms around liblzma (part of the xz packag

                    • The 7 Best Truly Free Antivirus Software for Your Mac

                      There's a constant debate about whether Macs need antivirus software. But the answer is yes if you're still wondering whether you should install an antivirus program on your Mac. Although Macs are less likely to become infected than PCs, it's important to stay on the safe side. You don't have to go overboard with the antivirus tool you choose. In fact, you have many free options that you should co

                        The 7 Best Truly Free Antivirus Software for Your Mac
                      • What's New In DevTools (Chrome 100)  |  Blog  |  Chrome for Developers

                        Chrome 100 Here’s to the 100th Chrome version! Chrome DevTools will continue to provide reliable tools for developers to build on the web. Take a moment to click around in the What’s New tab to celebrate the milestones. As usual, you can watch the latest What’s New in DevTools video by clicking on the image. View and edit @supports at rules in the Styles pane You can now view and edit the CSS @sup

                        • NEW – Using Amazon ECS Exec to access your containers on AWS Fargate and Amazon EC2 | Amazon Web Services

                          Containers NEW – Using Amazon ECS Exec to access your containers on AWS Fargate and Amazon EC2 Today, we are announcing the ability for all Amazon ECS users including developers and operators to “exec” into a container running inside a task deployed on either Amazon EC2 or AWS Fargate. This new functionality, dubbed ECS Exec, allows users to either run an interactive shell or a single command agai

                            NEW – Using Amazon ECS Exec to access your containers on AWS Fargate and Amazon EC2 | Amazon Web Services
                          • Welcome to the Apple Silicon Windows project

                            Welcome to the Apple Silicon Windows project Keeping things simple, the goal is to hopefully run Windows on Apple’s M1 and M2 chips (and hopefully future Apple silicon chips too given tweaks to the foundation!). Why a whole project for this? Contrary to how it may appear on the surface, Apple’s chips are architecturally very different from standard ARM64 chips from companies like Qualcomm or Media

                            • React Native + Web 超高速同時展開 - uiu

                              株式会社ハロー uiu uiu @uiu______ Hello ⇦ Cookpad ⇦ Nota ⇦ 京都大学 創業時(3年前) からゼロから作っている フルスタックエンジニア Ruby / JavaScript React Native これまで 創業時から3年以上 React Native で開発運用している 2サービスを React Native で開発運用 iOS, Android, Web で展開している React Native で開発しているサービス AutoReserve AIが予約代行するグルメアプリ AutoReserve Order テーブルオーダー AutoReserve AIが予約代行するグルメアプリ 自動音声で電話かけてレストランの予約をする iOS, Android, Web で展開 AutoReserve Order テーブルオーダー レストラン店舗用 タ

                                React Native + Web 超高速同時展開 - uiu
                              • S3 on LocalStackをGoとFUSEを使ってMountする(WSL2) | フューチャー技術ブログ

                                はじめにTIG DXユニットの真野です。夏休み自由研究連載の5本目です。 ずっと気になっていた、go-fuseを用いて、LocalStack でローカル環境にエミュレートされるS3バケットをマウントするツールを開発しました。普段はWebのAPIサーバを中心に開発しているので、FUSEとはいえファイルシステムの知識が無く、トライ&エラーの連続ですごく楽しい自由研究(工作)でした。 モチベーションは以下です。 業務でよくS3にアクセスするコードを書き、ローカル開発ではLocalStack上のS3を用いてテストしている LocalStack上のS3に事前データを置いたり、事後データの検証にいちいちアクセスコードを書くのが面倒 実装ミスで予期しない階層にファイルを出力してしまったりするときに、容易に視認できるようにしたい aws cliコマンドを叩けば良いけど、コマンドを覚えられないし手間がある

                                  S3 on LocalStackをGoとFUSEを使ってMountする(WSL2) | フューチャー技術ブログ
                                • Stripeサブスクリプションで口コミ定期購読を実装する - LIVESENSE ENGINEER BLOG

                                  自己紹介 こんにちは。Livesense Advent Calender 2021 1日目を担当しますmnmandahalfと申します。 普段は主に転職会議のエンジニア組織のマネージャーとして、1on1や評価・育成、採用活動などを行っています。 マネジメントについての記事を EMアドベントカレンダーに記載させていただく予定なので、そちらもご覧いただけますと嬉しいです。(宣伝) はじめに 転職会議は、ユーザーの口コミ投稿によって成り立っているサイトです。 口コミを全件閲覧するのに口コミ投稿をしていただく必要があるのですが、なんらかの事情で口コミを書けない方のために口コミパス購入という商品を用意しています。 以前は購入画面で決済代行サービスへのドメイン遷移や別途のメールアドレス取得などを行なっていることによって、購入画面の改善がしづらく、メールアドレスを忘れてしまったなどの問い合わせも発生して

                                    Stripeサブスクリプションで口コミ定期購読を実装する - LIVESENSE ENGINEER BLOG
                                  • Twitter, cut in half

                                    “Elon Musk holding a chainsaw,” Stable Diffusion I. The Snap The email went out at 5:21 PT PT on Thursday. For a full week, Twitter employees had waited in hopes of hearing something directly from their new owner. Instead, they had heard only from Elon Musk’s intermediaries, and even then usually not directly. Managers would share some strange new edict — print out your code; scratch that, now shr

                                      Twitter, cut in half
                                    • research!rsc: Storing Data in Control Flow

                                      A decision that arises over and over when designing concurrent programs is whether to represent program state in control flow or as data. This post is about what that decision means and how to approach it. Done well, taking program state stored in data and storing it instead in control flow can make programs much clearer and more maintainable than they otherwise would be. Before saying much more,

                                      • Argilla を使って生成 AI の出力クオリティ向上を目指す! - Techtouch Developers Blog

                                        はじめに 導入背景 Argilla とは なぜ Argilla を選んだか 実現したいこと 設計 実装方針 その他実装における工夫点 今後の課題 まとめ はじめに こんにちは。データエンジニアの acchan です。 現在 DAP Lab とよばれるチームに配属しており、生成 AI 技術を使ったプロダクト開発に従事しています。生成 AI の新たな可能性と課題に挑む私たちの取り組みについて、今回は AI 出力改善のワークフロー構築に Argilla と呼ばれるツールを組み込んだ背景や、具体的な機能などについて紹介します。 導入背景 弊社はノーコードWebシステム改善プラットフォーム「テックタッチ」を展開しています。 この「テックタッチ」に対して、DAP Labでは生成 AI を使った機能(以下、AI 機能)のリリースを控えています。 この機能は「テックタッチ」の利用効率化を目的としたものです

                                          Argilla を使って生成 AI の出力クオリティ向上を目指す! - Techtouch Developers Blog
                                        • New WebKit Features in Safari 13.1

                                          This year’s spring releases of Safari 13.1 for macOS Catalina, iPadOS, iOS, and watchOS bring a tremendous number of WebKit improvements for the web across Apple’s platforms. All of this with many more updates for improved privacy, performance, and a host of new tools for web developers. Here’s a quick look at the new WebKit enhancements available with these releases. Pointer and Mouse Events on i

                                            New WebKit Features in Safari 13.1
                                          • Russian Offensive Campaign Assessment, March 1

                                            Frederick W. Kagan, George Barros, and Kateryna Stepanenko March 1, 3:00 pm EST Russian forces are completing the reinforcement and resupply of their troops north and west of Kyiv and launching an envelopment of the capital likely aimed at encircling and ultimately capturing it. This effort will likely accelerate in the next 24-48 hours. Russian operations against Kyiv are Moscow’s main effort. Ru

                                              Russian Offensive Campaign Assessment, March 1
                                            • Prism in 2024

                                              In Ruby 3.3.0, a new standard library was added to CRuby called Prism. Prism is a parser for the Ruby language, exposed as both a C library (optionally usable by CRuby) and a Ruby library (usable as a Ruby gem). The Prism project represents many person-years worth of effort, and is the result of a collaboration between Shopify, CRuby core contributors, other Ruby implementation authors, and Ruby t

                                                Prism in 2024
                                              • 週刊Railsウォッチ: VSCodeでRubyコード実行結果を表示、rubygems.orgがgem作者に多要素認証を呼びかけほか(20220621後編)|TechRacho by BPS株式会社

                                                こんにちは、hachi8833です。RubyKaigi 2022のCFPが一昨日締め切られました。 Final Call: CFP for RubyKaigi 2022 closes at midnight today (in JST). Don't forget to submit your proposal(s) within 6.hours.from_now! 🥷💨 https://t.co/mLjIuqCsyM #rubykaigi — RubyKaigi (@rubykaigi) June 19, 2022 週刊Railsウォッチについて 各記事冒頭には🔗でパーマリンクを置いてあります: 社内やTwitterでの議論などにどうぞ 「つっつきボイス」はRailsウォッチ公開前ドラフトを(鍋のように)社内有志でつっついたときの会話の再構成です👄 お気づきの点がありましたら@h

                                                  週刊Railsウォッチ: VSCodeでRubyコード実行結果を表示、rubygems.orgがgem作者に多要素認証を呼びかけほか(20220621後編)|TechRacho by BPS株式会社
                                                • We've Heard Your Feedback

                                                  I started as Heroku GM a few weeks ago with intense enthusiasm to be a part of such a storied team. As you might expect, the last few weeks have not been what I would have imagined. But, contrary to what you might expect, I’m energized. I’ve been deeply impressed by the skills and dedication of the Heroku team, and the commitment of Salesforce to Trust as our #1 value. I’m also energized because i

                                                    We've Heard Your Feedback
                                                  • 構造化ログと実装 -Goのslogによる実践- - Cybozu Inside Out | サイボウズエンジニアのブログ

                                                    この記事は、CYBOZU SUMMER BLOG FES '24 (クラウド基盤本部 Stage) DAY 4の記事です。 クラウド基盤本部Cloud Platform部の pddg です。cybozu.comのインフラ基盤移行まだまだがんばっています。 今回の記事は、社内向けに書いていた「構造化ログとは何か・Goのslogパッケージをどう使うべきか」という話を一般向けに書き直したものです。なんとなくslogを使っているという状態から、チームでどのようにログを取るべきか方針を決められるようになるくらいの状態に持っていくための一助になればと思います。 背景 構造化ログに求められるもの 機械的に読み取り可能なフォーマット ログメッセージとパラメータの分離 一連の操作を特定するパラメータの付与 適切なメタデータの付与 slogパッケージによる実践 機械的に読み取り可能なフォーマットで出力する グ

                                                      構造化ログと実装 -Goのslogによる実践- - Cybozu Inside Out | サイボウズエンジニアのブログ
                                                    • OpenZFS deduplication is good now and you shouldn't use it

                                                      OpenZFS 2.3.0 will be released any day now, and it includes the new “Fast Dedup” feature. My team at Klara spent many months in 2023 and 2024 working on it, and we reckon it’s pretty good, a huge step up from the old dedup as well as being a solid base for further improvements. I’ve been watching various forums and mailing lists since it was announced, and the thing I kept seeing was people saying

                                                        OpenZFS deduplication is good now and you shouldn't use it
                                                      • Windows 10 on Linux KVM with Intel GVT-g | FreeBSD Days

                                                        1. Introduction 1.1. Motivation Linux users are often required to switch to a Windows environment for using OS-restricted software such as Microsoft Office and VPN software. Although there are some options to use Windows from Linux, they are not comfortable enough and often stressful to use. Linux / Windows dual boot configuration is the most simple solution. However, it is required to reboot the

                                                          Windows 10 on Linux KVM with Intel GVT-g | FreeBSD Days
                                                        • 認証機能を(ほぼ)作らずに認証付きバックエンドを3日で作っちゃった話 - Google CloudとFastAPIのエコシステムに全力で乗っかろう - Lean Baseball

                                                          心身のコンディション維持と体調管理のため, 毎日運動と血圧・体重・脈拍の計測をしているマンです*1. 新たな個人開発かつ, 趣味と実益(&学習)を兼ねて, プロダクトオーナーやりたい宣言したので, 個人開発としてプロダクト作りたい ネタどうしようかな...そうだ! 毎日運動と血圧・体重・脈拍の計測 に役立つ何かを作るぞ! 自分でSaaSを開発する練習もしたいので, スタートアップがやりそうなアーキテクチャでちゃんと作ろう と, 昨年末に思いつき「自分専用のヘルスケア領域SaaS」としてモノを作っているのですが, データの入力元となるフロントエンドと, 記録したデータの可視化&リコメンドに注力したい ↑の理由で, バックエンドの開発は正直な話思いっきり手を抜きたい 一番面倒くさいと言っても過言ではない認証機能(ユーザー管理)を開発ゼロでやりたい!!! ...と思いつき, 知識と余暇の時間を総

                                                            認証機能を(ほぼ)作らずに認証付きバックエンドを3日で作っちゃった話 - Google CloudとFastAPIのエコシステムに全力で乗っかろう - Lean Baseball
                                                          • GitHub Theme - Visual Studio Marketplace

                                                            Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter. GitHub's VS Code themes Install Go to VS Marketplace. Click on the "Install" button. Then select a theme. The GitHub themes try to match the themes available in github.com's settings: GitHub Light Default GitHub Light High Contrast ✨ new ✨ GitHub Light Colorblind ✨ new ✨ GitHub Dark Default GitHub Dark High Contrast

                                                              GitHub Theme - Visual Studio Marketplace
                                                            • Introducing the AWS Controllers for Kubernetes (ACK) | Amazon Web Services

                                                              Containers Introducing the AWS Controllers for Kubernetes (ACK) AWS Controllers for Kubernetes (ACK) is a new tool that lets you directly manage AWS services from Kubernetes. ACK makes it simple to build scalable and highly-available Kubernetes applications that utilize AWS services. Today, ACK is available as a developer preview on GitHub. In this post we will give you a brief introduction to the

                                                                Introducing the AWS Controllers for Kubernetes (ACK) | Amazon Web Services
                                                              • NotGitBleed - TL;DR

                                                                NotGitBleed - TL;DR Due to configuration errors or human error, significant numbers of people may have accidentally checked GitHub credentials into GitHub commits as metadata, most commonly a username as the author name and a password in the email address field. We estimate in the region of 50,000 to 100,0001 user credentials may have been affected covering a wide range of organisations including

                                                                • jj init — Sympolymathesy, by Chris Krycho

                                                                  Assumed audience: People who have worked with Git or other modern version control systems like Mercurial, Darcs, Pijul, Bazaar, etc., and have at least a basic idea of how they work. Jujutsu is a new version control system from a software engineer at Google, where it is on track to replace Google’s existing version control systems (historically: Perforce, Piper, and Mercurial). I find it interesti

                                                                    jj init — Sympolymathesy, by Chris Krycho
                                                                  • Revoking certain certificates on March 4 - Help - Let's Encrypt Community Support

                                                                    [Update 2020-03-05: The most up-to-date summary is at 2020.02.29 CAA Rechecking Bug] Due to the 2020.02.29 CAA Rechecking Bug, we unfortunately need to revoke many Let’s Encrypt TLS/SSL certificates. We’re e-mailing affected subscribers for whom we have contact information. This post and thread will collect answers to frequently asked questions about this revocation, and how to avoid problems by r

                                                                      Revoking certain certificates on March 4 - Help - Let's Encrypt Community Support
                                                                    • JupyterLab 3.0 is released!

                                                                      The 3.0 release of JupyterLab brings many new features to users and substantial improvements to the extension system. InstallationTo install JupyterLab with pip: pip install jupyterlab==3With mamba: mamba install -c conda-forge jupyterlab=3With conda: conda install -c conda-forge jupyterlab=3(Note that many third-party extensions are still in the process of updating to be compatible with JupyterLa

                                                                        JupyterLab 3.0 is released!
                                                                      • Valve創設者がPCゲームをいつでもどこでも遊べる携帯ゲーミングマシン「Steam Deck」について語る

                                                                        by Dota 2 The International 「Half-Life」シリーズや「Dota」シリーズなどを開発したゲーム企業で、オンラインゲーム販売プラットフォーム・Steamの運営元でもあるValveが、携帯型PCゲーム機である「Steam Deck」を2022年2月25日に発売しました。このSteam Deckの発売直後に、Valveの創設者であるゲイブ・ニューウェル氏が、ゲーム関連ニュースサイトであるRock Paper ShotgunやPC Gamersのインタビューに答えています。 Gabe Newell talks Steam Deck, crypto risks and why the PC industry “won’t tolerate” closed platforms | Rock Paper Shotgun https://www.rockpapershot

                                                                          Valve創設者がPCゲームをいつでもどこでも遊べる携帯ゲーミングマシン「Steam Deck」について語る
                                                                        • 被災地の被害状況をチェーン店が営業しているかどうかで判断する「ワッフル・ハウス指数」とは?

                                                                          by Thomas Hawk 災害時に適切な支援を行うには、被災地の被害状況を把握することが非常に重要です。災害に対応する政府機関であるアメリカ合衆国連邦緊急事態管理庁(FEMA)は被害状況を把握する非公式指標として、レストランチェーンのワッフル・ハウスの営業状態で地図を色分けする「ワッフル・ハウス指数」を活用しているとのことです。 How Waffle House Manages to Stay Open Through Disasters Like Hurricane Dorian (and What Other Businesses Can Learn) | Inc.com https://www.inc.com/jessica-stillman/waffle-house-stay-open-hurricane-dorian.html Waffle House Index helps

                                                                            被災地の被害状況をチェーン店が営業しているかどうかで判断する「ワッフル・ハウス指数」とは?
                                                                          • Cache-Control in the wild | Fastly

                                                                            What is Cache Control?RFC7234 defines the syntax and semantics of Cache-Control. Since I’m one of the editors currently revising the core HTTP specifications, I wanted to know how web content creators actually use Cache-Control in the wild: Do people get the syntax right? Do they use the cache directives in a clear way? I also wanted to see how common use of Cache-Control intersected with how brow

                                                                              Cache-Control in the wild | Fastly
                                                                            • Let’s make WordPress officially support SQLite

                                                                              Welcome! The WordPress coreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress. development team builds WordPress! Follow this site for general updates, status reports, and the occasional code debate. There’s lots of ways to contribute: Found a bugbug A bug is an error or unexpected result. Performance improvements, code optimization, and are cons

                                                                                Let’s make WordPress officially support SQLite
                                                                              • Amazon Linux 2023, a Cloud-Optimized Linux Distribution with Long-Term Support | Amazon Web Services

                                                                                AWS News Blog Amazon Linux 2023, a Cloud-Optimized Linux Distribution with Long-Term Support I am excited to announce the general availability of Amazon Linux 2023 (AL2023). AWS has provided you with a cloud-optimized Linux distribution since 2010. This is the third generation of our Amazon Linux distributions. Every generation of Amazon Linux distribution is secured, optimized for the cloud, and

                                                                                  Amazon Linux 2023, a Cloud-Optimized Linux Distribution with Long-Term Support | Amazon Web Services
                                                                                • The Part of PostgreSQL We Hate the Most

                                                                                  This article was written in collaboration with Bohan Zhang and originally appeared on the OtterTune website. There are a lot of choices in databases (897 as of April 2023). With so many systems, it’s hard to know what to pick! But there is an interesting phenomenon where the Internet collectively decides on the default choice for new applications. In the 2000s, the conventional wisdom selected MyS

                                                                                    The Part of PostgreSQL We Hate the Most