並び順

ブックマーク数

期間指定

  • から
  • まで

161 - 200 件 / 2558件

新着順 人気順

best groupの検索結果161 - 200 件 / 2558件

  • 黒魔術への招待:Neural Network Stacking の探求 - 俵言

    この記事は Kaggle Advent Calendar 2020 の16日目の記事です。去年ネタ記事*1を書いたので今年は真面目なやつにしました。 はじめに Kaggler はコンペにおいてあらゆる手段を用いて評価指標の改善を目指します。特徴量エンジニアリング、モデルや学習手法の試行錯誤、特殊な前処理・後処理の考案、はたまた Leakage の利用に至るまで、ルールを破らない範囲であれば何でもする*2のが Kaggler です。今挙げた例はそのコンペ固有の性質(データの生成過程・分布、評価指標、... etc.)に着目することで大きな効果をもたらす場合が多いのですが、一方でいずれのコンペにおいても一定の効果が得られる手法があります。それは複数のモデルの予測結果を統合して予測を行う Ensemble です。Ensemble は統合するモデルに多様性があるほど性能が向上すると一般に知られてお

      黒魔術への招待:Neural Network Stacking の探求 - 俵言
    • How Netflix Scales its API with GraphQL Federation (Part 2)

      In our previous post and QConPlus talk, we discussed GraphQL Federation as a solution for distributing our GraphQL schema and implementation. In this post, we shift our attention to what is needed to run a federated GraphQL platform successfully — from our journey implementing it to lessons learned. Our Journey so FarOver the past year, we’ve implemented the core infrastructure pieces necessary fo

        How Netflix Scales its API with GraphQL Federation (Part 2)
      • SSH Pentesting Guide

        What are SSH and SFTP? SSH is a secure remote shell protocol used for operating network services securely over an unsecured network. The default SSH port is 22, it’s common to see it open on servers on Internet or Intranets. SFTP is the SSH File Transfer Protocol, a protocol used to transfer files over an SSH connection. Most SSH implementations are also supporting SFTP. SSH servers/libs The most

          SSH Pentesting Guide
        • How Google SRE and Developers Collaborate - IT Revolution

          July 12, 2022 How Google SRE and Developers Collaborate This post was adapted from the paper “How Google SRE and Developers Collaborate by Christof Leng, Tracy Ferrell, Alex Bligh, Michal Gefen, Betsy Beyer with help from Salim Virji from the Spring 2022 DevOps Enterprise Journal. Google’s Site Reliability Engineering (SRE) team is a specialist engineering organization focused on designing, buildi

            How Google SRE and Developers Collaborate - IT Revolution
          • Sorting colors in JavaScript

            Sorting colors in JavaScriptJune 22, 2021How to sort colors in JavaScript? Let me tell you a story first. In the project I'm working on right now we used to have 134 colors in use! WTF?! you say. Once I discovered that I thought I'm going to show that to my colleagues, and we will address the problem. Unfortunately, I'm a very visual person (so to say) and I couldn't stand the very random order of

              Sorting colors in JavaScript
            • Security best practices when using ALB authentication | Amazon Web Services

              Networking & Content Delivery Security best practices when using ALB authentication At AWS, security is the top priority, and we are committed to providing you with the necessary guidance to fortify the security posture of your environment. In 2018, we introduced built-in authentication support for Application Load Balancers (ALBs), enabling secure user authentication as they access applications.

                Security best practices when using ALB authentication | Amazon Web Services
              • Why I left Rust

                There's a lot of speculation about why I left Rust yesterday, so I want to set the record straight in this post. What happened A short timeline of what happened from my perspective, as this is relevant for later: A request went out to the interim leadership group for potential keynote speakers for RustConf. JeanHeyd Meneide was proposed by myself and Manish as a keynote. JeanHeyd is one of the two

                • Optimizing CSS for faster page loads

                  Not long ago I decided to improve the loading times of my website. It already loads pretty fast, but I knew there was still room for improvement and one of them was CSS loading. I will walk you through the process and show you how you can improve your load times as well. Why loading time matters? Permalink to “Why loading time matters?” # Because Time is money. That proverb is especially true for

                    Optimizing CSS for faster page loads
                  • 弥助関連史料とその英訳 / English translated historical documents related to Yasuke - 打越眠主主義人民共和国

                    はじめに Introduction 筆者の連絡先 How to contact me 信長公記 The Chronicle of Nobunaga 池田家本『信長公記』Shinchoko-ki Ikeda-hon 尊経閣本『信長公記』Sonkeikaku-bunko manuscript 尊経閣本の信頼性に関する議論 Discussion of the reliability 天正9年のイエズス会史料 Jesuit Documents in 1581 天正9年3月11日の書簡 Letter of April 14, 1581 天正9年9月11日の書簡 Letter of October 8, 1581 家忠日記 Ietada Diary 弥助に関する最後の記録 Last record of Yasuke 天正10年10月20日の書簡 Letter of November 5, 1582 書

                      弥助関連史料とその英訳 / English translated historical documents related to Yasuke - 打越眠主主義人民共和国
                    • Rust Lang Roadmap for 2024 | Inside Rust Blog

                      Apr. 4, 2022 · Josh Triplett, Niko Matsakis on behalf of The Rust Lang Team Note: this blog post is a snapshot of the living roadmap at https://lang-team.rust-lang.org/roadmaps/roadmap-2024.html. Subsequent changes may occur in that version, but not in this blog post. Please see that page for the most up-to-date version. Lang Team Roadmap 2024 Rust 1.0 was released in 2015. Since that time, we've

                        Rust Lang Roadmap for 2024 | Inside Rust Blog
                      • WebAssembly: Docker without containers!

                        This is a companion article to a talk about Docker+WebAssembly that we gave at "Docker Community All Hands 7, Winter Edition" on Dec 15th, 2022. Introduction Recently Docker announced support for WebAssembly in cooperation with WasmEdge. This article will explain what is WebAssembly, why it is relevant to the Docker ecosystem and provide some hands-on examples to try on. We assume you are familiar

                          WebAssembly: Docker without containers!
                        • Terraform Security Best Practices

                          Terraform is the de facto tool if you work with infrastructure as code (IaC). Regardless of the resource provider, it allows your organization to work with all of them simultaneously. One unquestionable aspect is Terraform security, since any configuration error can affect the entire infrastructure. In this article we want to explain the benefits of using Terraform, and provide guidance for using

                            Terraform Security Best Practices
                          • React code conventions and best practices

                            Use linting and automatic formatterAll the major tools for React provide linting rules. If you like, feel free to edit them to fit your style, but always use some and automate the process of linting and formatting. Preferred tools are eslint and prettier. Import orderAdd some import order rules to your eslint config. This will ensure that the imports are always in the same order and are grouped by

                              React code conventions and best practices
                            • 50 Best Jazz Albums of 2022 by "Jazz The New Chapter" #JTNC|柳樂光隆

                              ◉Jazz The New Chapterが選ぶ2022年の年間ベスト※下線は柳樂が執筆した記事へのリンク付きです。 01-101. Immanuel Wilkins ー The 7th Hand 2. Joel Ross ー The Parable of the Poet 3. Makaya McCraven ー In These Time 4. Cecile McLorin Salvant ー Ghost Song 5. Mary Halvorson ー Amarylis / Belladonna 6. Gerald Crayton ー Bells On Sand 7. Domi & JD Beck ー NOT TiGHT 8. Julius Rodriguez ー Let Sound Tell All 9. Nduduzo Makhathini ー In The Spirit of 

                                50 Best Jazz Albums of 2022 by "Jazz The New Chapter" #JTNC|柳樂光隆
                              • SRE for single-tiered software applications | Google Cloud Blog

                                In cloud operations, we often hear about the benefits of microservices over monolithic architecture. Indeed, microservices help manage hardware being abstracted away and push developers towards resilient, distributed designs. However, many enterprises still have monolithic architectures which they need to maintain. For this post, we’ll use Wikipedia’s definition of a monolith: “A single-tiered sof

                                  SRE for single-tiered software applications | Google Cloud Blog
                                • Kafka is dead, long live Kafka

                                  HN Disclaimer: WarpStream sells a drop-in replacement for Apache Kafka built directly on-top of object storage. TL;DRWarpStream is an Apache Kafka® protocol compatible data streaming platform built directly on top of S3. It's delivered as a single, stateless Go binary so there are no local disks to manage, no brokers to rebalance, and no ZooKeeper to operate. WarpStream is 5-10x cheaper than Kafka

                                    Kafka is dead, long live Kafka
                                  • Donald Trump 日本語訳 退任演説全文

                                    2024-05 « 12345678910111213141516171819202122232425262728293031 » ドナルド・J・トランプ大統領 全国への、最後の挨拶 ホワイトハウスにて 2021年1月20日 親愛なるアメリカ国民諸君 「われわれの国家を再建し、その魂を甦えらせ、そして国民への奉仕の心を、政府に取り戻させる」 われらすべての国民が、この壮大な事業を開始したのは、4年前のことになる。 すなわち我々は、すべてのアメリカ国民にとり、アメリカを再び偉大にする、その事業に着手したのである。 第45代アメリカ大統領としての任期を終える今、私は諸君の前にいて、我々がともに成し遂げたことを、実に誇りに思っている。 我々はここに来たときやるべきだった仕事、そしてそれ以上の成果をあげた。 今週、わが国には新しい政権が発足する。アメリカを安全で繁栄する国にするため、新政府の成功を

                                    • Islands Architecture - JASON Format

                                      I’ve struggled to find references to this online, but heard the name used multiple times this year when describing the approach outlined here. To the best of my knowledge, the "Component Islands" pattern was coined by Etsy's frontend architect Katie Sylor-Miller during a meeting we had in 2019. The general idea of an “Islands” architecture is deceptively simple: render HTML pages on the server, an

                                      • CEO Patrick Collison's email to Stripe employees

                                        Earlier today, Stripe CEO Patrick Collison sent the following note to Stripe employees. Today we’re announcing the hardest change we have had to make at Stripe to date. We’re reducing the size of our team by around 14% and saying goodbye to many talented Stripes in the process. If you are among those impacted, you will receive a notification email within the next 15 minutes. For those of you leavi

                                          CEO Patrick Collison's email to Stripe employees
                                        • New Amazon RDS for MySQL & PostgreSQL Multi-AZ Deployment Option: Improved Write Performance & Faster Failover | Amazon Web Services

                                          AWS News Blog New Amazon RDS for MySQL & PostgreSQL Multi-AZ Deployment Option: Improved Write Performance & Faster Failover Today, we are announcing a new Amazon Relational Database Service (RDS) Multi-AZ deployment option with up to 2x faster transaction commit latency, automated failovers typically under 35 seconds, and readable standby instances. Amazon RDS offers two replication options to en

                                            New Amazon RDS for MySQL & PostgreSQL Multi-AZ Deployment Option: Improved Write Performance & Faster Failover | Amazon Web Services
                                          • BigQuery 上でデータ変換パイプラインを構築するための SQL の書き方 | terashim.com

                                            昨年12月に Dataform の Google Cloud 加入が発表 されて以来, 関心を持って調べています. Dataform は BigQuery などのデータウェアハウス上で SQL を中心としたデータ変換パイプラインを構築するための仕組みです. 先日は Dataform で Google Analytics 4 の BigQuery Export データ を変換するパイプラインを作ってみたりもしました(GitHub: terashim/dataform-google-analytics-4-example). Dataform は非常に強力なツールで, 簡単な SELECT 文を書けば CREATE TABLE 文や MERGE 文などデータ更新用のクエリを自動生成してくれます. しかし詳しく調べていくにつれて, より本格的なパイプラインを構築するにはやはり BigQuery

                                              BigQuery 上でデータ変換パイプラインを構築するための SQL の書き方 | terashim.com
                                            • Core Web Vitals workflows with Google tools  |  Articles  |  web.dev

                                              Core Web Vitals workflows with Google tools Stay organized with collections Save and categorize content based on your preferences. Combine Google tools to audit, improve and monitor your website effectively. Core Web Vitals are a set of metrics that assess the user experience on criteria such as load performance, responsiveness to user input, and layout stability. A workflow for improving Core Web

                                                Core Web Vitals workflows with Google tools  |  Articles  |  web.dev
                                              • Node.js Command Line Interface Applications Best Practices: A Guide | OpenJS Foundation

                                                CommunityNode.js Command Line Interface Applications Best Practices: A Guide Posted On: February 20, 2020Blog Contributed by Liran Tal, Developer Advocate at Snyk and Node.js Security Working Group Member Node.js Command Line Interface Applications Best Practices: A Guide Blog Contributed by Liran Tal, Developer Advocate at Snyk and Node.js Security Working Group Member I recently started a collec

                                                  Node.js Command Line Interface Applications Best Practices: A Guide | OpenJS Foundation
                                                • Web Neural Network API

                                                  Web Neural Network API W3C Candidate Recommendation Draft, 5 September 2024 More details about this document This version: https://www.w3.org/TR/2024/CRD-webnn-20240905/ Latest published version: https://www.w3.org/TR/webnn/ Editor's Draft: https://webmachinelearning.github.io/webnn/ Previous Versions: https://www.w3.org/TR/2024/CRD-webnn-20240830/ History: https://www.w3.org/standards/history/web

                                                  • An AnandTech Interview with Jim Keller: 'The Laziest Person at Tesla'

                                                    Topics Covered AMD, Zen, and Project Skybridge Managing 10000 People at Intel The Future with Tenstorrent Engineers and People Skills Arm vs x86 vs RISC-V Living a Life of Abstraction Thoughts on Moore's Law Engineering the Right Team Idols, Maturity, and the Human Experience Nature vs Nurture Pushing Everyone To Be The Best Security, Ethics, and Group Belief Chips Made by AI, and Beyond Silicon A

                                                      An AnandTech Interview with Jim Keller: 'The Laziest Person at Tesla'
                                                    • 史上最高の投資案件とその振り返り(米国編)|平田 智基|note

                                                      「スタートアップへの投資のリターンはべき乗則に従う」というのはあまりに有名な話で、多くのVCは全ての投資先が大きな成功を収めるわけではないことを理解しています。 しかし、これまでに莫大なリターンをもたらしてきた投資案件について振り返ることは投資家としての目を鍛えることに役立つはずですし、どういうサービスが世の中に受け入れられるのかを考える非常に大切な生の情報源でもあります。 さて、このnoteはCB insightsによる "From Alibaba to Zynga: 40 Of The Best VC Bets Of All Time And What We Can Learn From Them"(アリババからジンガまで:VC史上最高の40の投資案件とそこから学べること)を翻訳したものです。 より参照しやすいように順番を入れ替えたり、主な投資家やそのリターンなどの情報を付け加えました

                                                        史上最高の投資案件とその振り返り(米国編)|平田 智基|note
                                                      • Rewriting the Ruby parser

                                                        At Shopify, we have spent the last year writing a new Ruby parser, which we’ve called YARP (Yet Another Ruby Parser). As of the date of this post, YARP can parse a semantically equivalent syntax tree to Ruby 3.3 on every Ruby file in Shopify’s main codebase, GitHub’s main codebase, CRuby, and the 100 most popular gems downloaded from rubygems.org. We recently got approval to merge this work into C

                                                          Rewriting the Ruby parser
                                                        • Advancing Excel as a programming language with Andy Gordon and Simon Peyton Jones - Microsoft Research

                                                          Episode 120 | May 5, 2021 Today, people around the globe—from teachers to small-business owners to finance executives—use Microsoft Excel to make sense of the information that occupies their respective worlds, and whether they realize it or not, in doing so, they’re taking on the role of programmer. In this episode, Senior Principal Research Manager Andy Gordon, who leads the Calc Intelligence tea

                                                            Advancing Excel as a programming language with Andy Gordon and Simon Peyton Jones - Microsoft Research
                                                          • Qlibを使った機械学習パイプライン環境の構築 投資の取引戦略最適化と機械学習モデル作成の省力化を目指して - 株のシステムトレードをしよう - 1から始める株自動取引システムの作り方

                                                            概要 はじめに Qlibの試用 動作条件 使用したrequirements.txt データの取得 予測の実施 出力 図示 ソースコード バックテストでのポートフォリオ分析 リスク分析、分析モデル おわりに 概要 本記事では、Qlibを使用して、機械学習パイプライン環境を構築する第一歩について述べる。 はじめに このブログの趣旨としては、当初は「戦略作成」→「戦略検証」→「戦略稼働」→「成果の評価」→「戦略へフィードバック」といったサイクルを管理できるような自動トレーディングシステムを作ることを考えていた。 最近、すこし株取引から離れていたのだが、最近になってまたやり始めようかなと思い、色々と現在の状況を調べはじめた。 その中で、MicrosoftのリポジトリにQlibというものがあるのを見つけた。これが2020年の8月から作られたもので、現在でもメンテされており、もしかするとこれがやりたい

                                                              Qlibを使った機械学習パイプライン環境の構築 投資の取引戦略最適化と機械学習モデル作成の省力化を目指して - 株のシステムトレードをしよう - 1から始める株自動取引システムの作り方
                                                            • BlueTeam CheatSheet * Log4Shell* | Last updated: 2021-12-20 2238 UTC

                                                              20211210-TLP-WHITE_LOG4J.md Security Advisories / Bulletins / vendors Responses linked to Log4Shell (CVE-2021-44228) Errors, typos, something to say ? If you want to add a link, comment or send it to me Feel free to report any mistake directly below in the comment or in DM on Twitter @SwitHak Other great resources Royce Williams list sorted by vendors responses Royce List Very detailed list NCSC-N

                                                                BlueTeam CheatSheet * Log4Shell* | Last updated: 2021-12-20 2238 UTC
                                                              • Post-Incident Review on the Atlassian April 2022 outage - Atlassian Engineering

                                                                This PIR is available in the following languages:日本語 | 简体中文 | 繁體中文 | Deutsch | English | Español | Français | Italiano | 한국어 | Polski | Português | русский. Letter from our co-founders & co-CEOs We want to acknowledge the outage that disrupted service for customers earlier this month. We understand that our products are mission critical to your business, and we don't take that responsibility light

                                                                  Post-Incident Review on the Atlassian April 2022 outage - Atlassian Engineering
                                                                • Introducing HTTP/3 Prioritization

                                                                  Today, Cloudflare is very excited to announce full support for HTTP/3 Extensible Priorities, a new standard that speeds the loading of webpages by up to 37%. Cloudflare worked closely with standards builders to help form the specification for HTTP/3 priorities and is excited to help push the web forward. HTTP/3 Extensible Priorities is available on all plans on Cloudflare. For paid users, there is

                                                                    Introducing HTTP/3 Prioritization
                                                                  • Demystifying Azure OpenAI Networking for Secure Chatbot Deployment

                                                                    Introduction Azure AI Landing Zones provide a solid foundation for deploying advanced AI technologies like OpenAI's GPT-4 models. These environments are designed to support AI enthusiasts, but it's essential to grasp their networking aspects, especially concerning Platform as a Service (PaaS) offerings. In this article, we'll dive into the networking details of OpenAI Landing Zones, focusing on ho

                                                                      Demystifying Azure OpenAI Networking for Secure Chatbot Deployment
                                                                    • Introducing Azure OpenAI Service On Your Data in Public Preview

                                                                      We are excited to announce the launch of Azure OpenAI Service on your data in public preview, a groundbreaking new feature that allows you to harness the power of OpenAI models, such as GPT-4, with your own data. This new and highly requested customer capability revolutionizes the way you interact with and analyze your data, providing greater accuracy, speed, and valuable insights. Let’s explore t

                                                                        Introducing Azure OpenAI Service On Your Data in Public Preview
                                                                      • JS Self-Profiling API In Practice

                                                                        Nic Jansma (@nicj) is a software developer at Akamai building high-performance websites, apps and open-source tools. Table of Contents The JS Self-Profiling API What is Sampled Profiling? Downsides to Sampled Profiling API Document Policy API Shape Sample Interval Buffer Who to Profile When to Profile Specific Operations User Interactions Page Load Overhead Anatomy of a Profile Beaconing Size Comp

                                                                          JS Self-Profiling API In Practice
                                                                        • 複数の AWS アカウントの AWS Security Hub 検出結果を Google BigQuery と Google DataPortal(DataStudio) により可視化した話 - Adwaysエンジニアブログ

                                                                          こんにちは、インフラの天津です。今日は 複数アカウントの AWS Security Hub 検出結果の可視化についてお話したいと思います。 前提 モチベーション AWS Security Hub とは 構想 ツール・サービスの選定 検出結果データのエクスポートについて 可視化用データベース(またはクエリサービス)と可視化ツールについて 構築 全体像 検出結果データエクスポート 検出結果データの S3 -> GCS への転送と BigQuery へのインポート Security Hub からエクスポートしたデータには BigQuery のカラム名に使用できない文字(以下禁則文字)が使用されている件 自動判別で生成されたスキーマでインポートした際に INTEGER 型のカラムに STRING 型のデータが入ってくることがありインポートエラーが発生する件 AWS アカウントデータの S3 ->

                                                                            複数の AWS アカウントの AWS Security Hub 検出結果を Google BigQuery と Google DataPortal(DataStudio) により可視化した話 - Adwaysエンジニアブログ
                                                                          • Reimagine Atomic CSS

                                                                            [[toc]] This post will be a bit longer than usual. It's quite a big announcement to me, and there are many things I want to talk about. I'll be appreciated if you take the time to read through it. The table of contents is hidden on the left if you are on a desktop. Hope you enjoy :) 中文 Chinese Version What is Atomic CSS? Let's first give a proper definition to Atomic CSS: From this article by John

                                                                              Reimagine Atomic CSS
                                                                            • How Kubernetes Reinvented Virtual Machines (in a good sense)

                                                                              There are lots of posts trying to show how simple it is to get started with Kubernetes. But many of these posts use complicated Kubernetes jargon for that, so even those with some prior server-side knowledge might be bewildered. Let me try something different here. Instead of explaining one unfamiliar matter (how to run a web service in Kubernetes?) with another (you just need a manifest, with thr

                                                                                How Kubernetes Reinvented Virtual Machines (in a good sense)
                                                                              • The SaaS CTO Security Checklist Redux - Gold Fig — Peace of mind for infrastructure teams

                                                                                Doing the basics goes a long way in keeping your company and product secure. This third1 edition of the SaaS CTO Security Checklist provides actionable security best practices CTOs (or anyone for that matter) can use to harden their security. This list is far from exhaustive, incomplete by nature since the security you need depends on your company, product, and assets. (e.hasAttribute('/')) ? e.re

                                                                                  The SaaS CTO Security Checklist Redux - Gold Fig — Peace of mind for infrastructure teams
                                                                                • Order Sinquan online. Buy Sinquan Now Online Legally - Ask Lesko and Friends

                                                                                  Order Sinquan online. Buy Sinquan Now Online Legally Order Generic Sinquan 10 mg Online. No Need Prescription for Doxepin! Cheapest Price Generic Sinquan Online. Sinquan Generic Online Buy BUY SINQUAN ONLINE! - CLICK HERE! Are the diets to blame or are you missing something? sinquan inexpensive generic sinquan Make just a little effort and try any of these suggestions and difference will be notice