並び順

ブックマーク数

期間指定

  • から
  • まで

281 - 320 件 / 2651件

新着順 人気順

moving outの検索結果281 - 320 件 / 2651件

  • Deno is a Browser for Code

    I started contributing to Deno soon after Ry made the prototype visible in May 2018. The most frequent question that people have is "where is the package manager?" which often times isn't even in the form of a question. It is statements like "I thought Deno took security seriously, and just downloading resources off the internet is insecure." or "How can I possibly manage my dependencies?" In my o

      Deno is a Browser for Code
    • What’s New in Flutter 2.0

      Today, we’re pleased to announce the release of Flutter 2. It’s been a little more than two years since the Flutter 1.0 release, but in that short time, we’ve closed 24,541 issues and merged 17,039 PRs from 765 contributors. Just since the Flutter 1.22 release in September, we’ve closed 5807 issues and merged 4091 PRs from 298 contributors. Special thanks go out to our volunteer contributors who g

        What’s New in Flutter 2.0
      • How Stripe builds interactive docs with Markdoc

        At Stripe, our product docs are designed to feel like an application rather than a traditional user manual. For example, we incorporate a user's own API test key into code samples, making it possible to copy and paste code that seamlessly works with the user's own account. We have client-side interactivity, like checklists and collapsible sections. We tailor the content to the individual user, con

          How Stripe builds interactive docs with Markdoc
        • Software security starts with the developer: Securing developer accounts with 2FA

          ProductSecuritySoftware security starts with the developer: Securing developer accounts with 2FAGitHub will require all users who contribute code on GitHub.com to enable one or more forms of two-factor authentication (2FA) by the end of 2023. The software supply chain starts with the developer. Developer accounts are frequent targets for social engineering and account takeover, and protecting deve

            Software security starts with the developer: Securing developer accounts with 2FA
          • How COVID-19 is affecting internet performance

            How COVID-19 is affecting internet performanceTL;DR To understand how the internet is performing with the changes in internet use brought on by the COVID-19 pandemic, we investigated two key metrics during February and March in some of the countries and states that were hit hardest by the virus: changes in the traffic volume served to those regions as a reflection of changes in internet use, and c

              How COVID-19 is affecting internet performance
            • Netlify Edge Functions: Serverless Compute Powered by Deno

              In this post We’re pleased to announce that Edge Functions is now available in public beta on the Netlify platform. Edge Functions enables you to run serverless JavaScript/TypeScript functions right from Netlify’s Edge network. It’s a full runtime environment, with complete control to transform requests and responses, stream server rendered content, or even run an entire application—all right from

                Netlify Edge Functions: Serverless Compute Powered by Deno
              • ssh whoami.filippo.io

                08 Jan 2023 ssh whoami.filippo.io I updated the whoami.filippo.io dataset over the holidays, so it should be pretty accurate at least for a little while. If you already know what I’m talking about, below are some tidbits about how I fetched the new dataset and how it’s stored. If you don’t, stop reading, and run this. I’ll wait. $ ssh whoami.filippo.io Here’s a picture of my grandmother's cat, to

                  ssh whoami.filippo.io
                • Use One Big Server - Speculative Branches

                  Thoughts on software, hardware, performance, math, and similar topics A lot of ink is spent on the “monoliths vs. microservices” debate, but the real issue behind this debate is about whether distributed system architecture is worth the developer time and cost overheads. By thinking about the real operational considerations of our systems, we can get some insight into whether we actually need dist

                  • GitHub Actions could be so much better

                    ENOSUCHBLOG Programming, philosophy, pedaling. Home Tags Series Favorites Archive Main Site TILs GitHub Actions could be so much better Sep 22, 2023 Tags: programming, rant, workflow I love GitHub Actions: I’ve been a daily user of it since 2019 for both professional and hobbyist projects, and have found it invaluable to both my overall productivity and peace of mind. I’m just old enough to have u

                    • AWS、他社クラウドなどへの移行時にはデータ転送料金を無料に

                      この記事は新野淳一氏のブログ「Publickey」に掲載された「AWS、他社クラウドなどへの移行時にはデータ転送料金を無料にすると発表」(2024年3月6日掲載)を、ITmedia NEWS編集部で一部編集し、転載したものです。 米AWSはこれまで、外部へのデータ転送料金の高さを競合ベンダから何度か非難されてきました。AWSにデータを蓄積すればするほど他社クラウドへ移行する際のデータ転送料金が高額になるため、顧客のデータを人質にしていると指摘されていました。 そのAWSが、他社のクラウドへ移行する際にはインターネットへのデータ転送料金を無料にすると発表しました。 ブログ「Free data transfer out to internet when moving out of AWS」(AWSから移行する際にはインターネットへの転送料金を無料にします)では、AWSは幅広いサービスを提供して

                        AWS、他社クラウドなどへの移行時にはデータ転送料金を無料に
                      • Our top Core Web Vitals recommendations for 2023  |  Blog  |  web.dev

                        Our top Core Web Vitals recommendations for 2023 Stay organized with collections Save and categorize content based on your preferences. A collection of the best practices that the Chrome DevRel team believes are the most effective ways to improve Core Web Vitals performance in 2023. Over the years, we at Google have made a lot of recommendations to web developers on how to improve performance. Whi

                          Our top Core Web Vitals recommendations for 2023  |  Blog  |  web.dev
                        • CUPID—for joyful coding

                          What started as lighthearted iconoclasm, poking at the bear of SOLID, has developed into something more concrete and tangible. If I do not think the SOLID principles are useful these days, then what would I replace them with? Can any set of principles hold for all software? What do we even mean by principles? I believe that there are properties or characteristics of software that make it a joy to

                          • BigQuery Omni for multi-cloud data analytics | Google Cloud Blog

                            Debanjan SahaGeneral Manager and Vice President of Engineering, Data Analytics Editor’s note: BigQuery Omni is now generally available. For the most up to date information, please read our BigQuery Omni GA blog here. Today, we are introducing BigQuery Omni, a flexible, multi-cloud analytics solution that lets you cost-effectively access and securely analyze data across Google Cloud, Amazon Web Ser

                              BigQuery Omni for multi-cloud data analytics | Google Cloud Blog
                            • Introducing Docker Build Checks: Optimize Dockerfiles with Best Practices | Docker

                              Today, we’re excited to announce the release of Docker Build checks with Docker Desktop 4.33. Docker Build checks help your team learn and follow best practices for building container images. When you run a Docker Build, you will get a list of warnings for any check violations detected in your build. Taking a proactive approach and resolving Build warnings and issues early will save you time and h

                                Introducing Docker Build Checks: Optimize Dockerfiles with Best Practices | Docker
                              • Making the Tokio scheduler 10x faster | Tokio - An asynchronous Rust runtime

                                Making the Tokio scheduler 10x fasterOctober 13, 2019 We've been hard at work on the next major revision of Tokio, Rust's asynchronous runtime. Today, a complete rewrite of the scheduler has been submitted as a pull request. The result is huge performance and latency improvements. Some benchmarks saw a 10x speed up! It is always unclear how much these kinds of improvements impact "full stack" use

                                • SVT-AV1: an open-source AV1 encoder and decoder

                                  SVT-AV1 is an open-source AV1 codec implementation hosted on GitHub https://github.com/OpenVisualCloud/SVT-AV1/ under a BSD + patent license. As mentioned in our earlier blog post, Intel and Netflix have been collaborating on the SVT-AV1 encoder and decoder framework since August 2018. The teams have been working closely on SVT-AV1 development, discussing architectural decisions, implementing new

                                    SVT-AV1: an open-source AV1 encoder and decoder
                                  • Migrating Netflix to GraphQL Safely

                                    By Jennifer Shin, Tejas Shikhare, Will Emmanuel In 2022, a major change was made to Netflix’s iOS and Android applications. We migrated Netflix’s mobile apps to GraphQL with zero downtime, which involved a total overhaul from the client to the API layer. Until recently, an internal API framework, Falcor, powered our mobile apps. They are now backed by Federated GraphQL, a distributed approach to A

                                      Migrating Netflix to GraphQL Safely
                                    • チャットAIのGPT-4でポケモンをプレイすることに成功、「勝利」と入力するだけでポケモンリーグ制覇

                                      現地時間の2023年3月14日に正式発表されたばかりの「GPT-4」を使い、「ポケットモンスター エメラルド」をプレイすることに成功したと、PTC Reality Labのエンジニアであるダン・ダンゴンドさんが報告しています。 So it turns out, GPT-4 knows enough about Pokemon Emerald that you can ask it to pretend to be a text-based interface for it and it just... works? A thread. (Shoutout to @Bulbapedia for being my fact-checking source for this!) #gpt4 #ChatGPT— Dan Dangond (@DanDangond) March 15, 2023 ダン

                                        チャットAIのGPT-4でポケモンをプレイすることに成功、「勝利」と入力するだけでポケモンリーグ制覇
                                      • 【和訳あり】Peppa Pigの「Edmond Elephant's Birthday」で字幕なし英語動画に挑戦! - 塾の先生が英語で子育て

                                        Peppa Pigの「Edmond Elephant's Birthday」で字幕なし英語動画に挑戦! この記事の英語の難易度はレベル1(★☆☆☆☆)です。 難易度の詳細についてはこちらの記事をご覧ください。 www.jukupapa.com 海外アニメを使って楽しく英語学習ができれば最高ですね。 「Peppa Pig」は日本で手軽に見られる英語アニメの中でも、もっとも簡単な番組のひとつです。 そして日本のアンパンマンのように、イギリスで親しまれているキャラクターです。 「Peppa Pig」については、こちらで詳しく解説しています。 www.jukupapa.com この記事では「Peppa Pig」の実際の動画を使って、英語多観の練習ができるように構成されています。 この記事に沿って英語多観をして頂ければ、聞き取れる、理解できる英語表現が多くなっていることを実感できるはずです。 Pep

                                          【和訳あり】Peppa Pigの「Edmond Elephant's Birthday」で字幕なし英語動画に挑戦! - 塾の先生が英語で子育て
                                        • Announcing .NET 5.0 - .NET Blog

                                          Join us on September 18th as we dive deep into building world-class cloud native applications with .NET and Azure. We’re excited to release .NET 5.0 today and for you to start using it. It’s a major release — including C# 9 and F# 5 — with a broad set of new features and compelling improvements. It’s already in active use by teams at Microsoft and other companies, in production and for performance

                                            Announcing .NET 5.0 - .NET Blog
                                          • The State of WebAssembly 2021

                                            This blog post shares the results of the first State of WebAssembly Survey, with results from 250 respondents surveyed in June 2021. For those of you who just want some quick soundbites, here are the main findings: Rust is the most frequently used and most desired WebAssembly language. AssemblyScript is the second-most desireable WebAssembly language. WebAssembly is expected to have a significant

                                              The State of WebAssembly 2021
                                            • GitHub - michael-andreuzza/Marketing-for-Engineers: A curated collection of marketing articles & tools to grow your product.

                                              💎 It’s a hand-picked collection of resources for solving practical marketing tasks, such as: finding beta testers growing first user base advertising project without a budget scaling marketing activities for building constant revenue streams. We faced these questions, when we made our first product (tool for iOS engineers). It took us almost 2 years to learn how to market our project. 😤 During t

                                                GitHub - michael-andreuzza/Marketing-for-Engineers: A curated collection of marketing articles & tools to grow your product.
                                              • A Picture of Java in 2020 | The IntelliJ IDEA Blog

                                                IDEs AppCode CLion DataGrip DataSpell Fleet GoLand IntelliJ IDEA PhpStorm PyCharm RustRover Rider RubyMine WebStorm Plugins & Services Big Data Tools Code With Me Quality Assurance JetBrains Platform Scala Toolbox App Writerside JetBrains AI Grazie Team Tools Datalore Space TeamCity Upsource YouTrack Hub Qodana .NET & Visual Studio .NET Tools ReSharper C++ Languages & Frameworks Kotlin Ktor MPS Am

                                                  A Picture of Java in 2020 | The IntelliJ IDEA Blog
                                                • ChatGPT Gets Its “Wolfram Superpowers”!

                                                  To enable the functionality described here, select and install the Wolfram plugin from within ChatGPT. Note that this capability is so far available only to some ChatGPT Plus users; for more information, see OpenAI’s announcement. In Just Two and a Half Months… Early in January I wrote about the possibility of connecting ChatGPT to Wolfram|Alpha. And today—just two and a half months later—I’m exci

                                                    ChatGPT Gets Its “Wolfram Superpowers”!
                                                  • FFmpeg - Ultimate Guide | IMG.LY Blog

                                                    These last two sometimes are referred to as "8 bit" or "10 bit" respectively, especially when talking about videos. That means 8/10 bits per single color channel. TransparencySome image formats support an additional channel together with the red, green, and blue components: the alpha channel. The alpha channel determines how transparent a single pixel is, and it can have different bit-depths, it i

                                                      FFmpeg - Ultimate Guide | IMG.LY Blog
                                                    • A Complete Guide to CSS Cascade Layers | CSS-Tricks

                                                      This is your complete guide to CSS cascade layers, a CSS feature that allows us to define explicit contained layers of specificity, so that we have full control over which styles take priority in a project without relying on specificity hacks or !important. This guide is intended to help you fully understand what cascade layers are for, how and why you might choose to use them, the current levels

                                                        A Complete Guide to CSS Cascade Layers | CSS-Tricks
                                                      • Apple Announces The Apple Silicon M1: Ditching x86 - What to Expect, Based on A14

                                                        This year’s A14 chip includes the 8th generation in Apple’s 64-bit microarchitecture family that had been started off with the A7 and the Cyclone design. Over the years, Apple’s design cadence seems to have settled down around major bi-generation microarchitecture updates starting with the A7 chipset, with the A9, A11, A13 all showcasing major increases of their design complexity and microarchitec

                                                          Apple Announces The Apple Silicon M1: Ditching x86 - What to Expect, Based on A14
                                                        • Unlocking the Power of JunoDB: PayPal’s Key-Value Store Goes Open-Source

                                                          Today we are delighted to share JunoDB as an open-source project on Github, allowing others to benefit from our efforts to have an extremely scalable, secure and highly available NoSQL infrastructure. JunoDB is a distributed key-value store that plays a critical role in powering PayPal’s diverse range of applications. Virtually every core back-end service at PayPal relies on JunoDB, from login to

                                                            Unlocking the Power of JunoDB: PayPal’s Key-Value Store Goes Open-Source
                                                          • PHP's Git server hacked to add backdoors to PHP source code

                                                            In the latest software supply chain attack, the official PHP Git repository was hacked and the code base tampered with. Yesterday, two malicious commits were pushed to the php-src Git repository maintained by the PHP team on their git.php.net server. The threat actors had signed off on these commits as if these were made by known PHP developers and maintainers, Rasmus Lerdorf  and Nikita Popov. RC

                                                              PHP's Git server hacked to add backdoors to PHP source code
                                                            • Getting started with Web Performance 🚀 - HTMHell

                                                              by Alistair Shepherd published on Dec 14, 2023 Carefully observing websites in the wild As the murderous tortoises start to converge on Ryūji’s hideout, they pull out their phone. It’s a cheap, older device but it’s survived the toils of the tortoise-ageddon well so far. Thankfully the internet still exists, although a bit slower, so they’re able to search online for how to scare tortoises away. T

                                                                Getting started with Web Performance 🚀 - HTMHell
                                                              • React Labs: What We've Been Working On – June 2022 – React

                                                                React 18 was years in the making, and with it brought valuable lessons for the React team. Its release was the result of many years of research and exploring many paths. Some of those paths were successful; many more were dead-ends that led to new insights. One lesson we’ve learned is that it’s frustrating for the community to wait for new features without having insight into these paths that we’r

                                                                  React Labs: What We've Been Working On – June 2022 – React
                                                                • ChatGPT Prompt Engineering for Developers - DeepLearning.AI

                                                                  AI Python for Beginners is a sequence of 0 connected courses. You can navigate to the other courses by clicking on the cards below Welcome to this course on ChatGPT Prompt Engineering for Developers. I'm thrilled to have with me Isa Fulford to teach this along with me. She is a member of the technical staff of OpenAI and had built the popular ChatGPT Retrieval plugin and a large part of her work h

                                                                    ChatGPT Prompt Engineering for Developers - DeepLearning.AI
                                                                  • shogihax - Remote Code Execution on Nintendo 64 through Morita Shogi 64

                                                                    shogihax - Remote Code Execution on Nintendo 64 through Morita Shogi 64 Introduction I've been wanting to develop Nintendo 64 homebrew for a while, but have been put off due to the limited options available for testing on the hardware. Instead of shelling out money for a flashcard (which have inflated prices since they are marketed for pirating games), I decided to invest some time systematically

                                                                    • Microsoft Teams Premium: Cut costs and add AI-powered productivity | Microsoft 365 Blog

                                                                      With a 252 percent increase in weekly time spent in meetings in the first two years of the pandemic, we needed to find ways to “work smarter, not harder.” Both the pace of work and the amount of information needed to sift through have grown exponentially, especially with meetings. There’s a ton of time-consuming administrative work during meetings, like taking notes, figuring out important takeawa

                                                                        Microsoft Teams Premium: Cut costs and add AI-powered productivity | Microsoft 365 Blog
                                                                      • Scaling Datastores at Slack with Vitess - Slack Engineering

                                                                        Rafael Chacón Staff Software Engineer, Infrastructure From the very beginning of Slack, MySQL was used as the storage engine for all our data. Slack operated MySQL servers in an active-active configuration. This is the story of how we changed our data storage architecture from the active-active clusters over to Vitess — a horizontal scaling system for MySQL. Vitess is the present and future of Dat

                                                                          Scaling Datastores at Slack with Vitess - Slack Engineering
                                                                        • Why Zoom Chose Oracle Cloud Over AWS and Maybe You Should Too

                                                                          04.28.2020 Why Zoom Chose Oracle Cloud Over AWS and Maybe You Should Too By Corey Quinn Updated: May 1, 2020. See the bottom of this article for some clarifications. Today, news broke that Zoom signed a deal with Oracle Cloud to host their cloud infrastructure, beating out AWS,… Updated: May 1, 2020. See the bottom of this article for some clarifications. Today, news broke that Zoom signed a deal

                                                                            Why Zoom Chose Oracle Cloud Over AWS and Maybe You Should Too
                                                                          • Why I don't miss React: a story about using the platform - Jack Franklin

                                                                            May 3, 2022Why I don't miss React: a story about using the platformJust over two years ago I left a role at a London based startup where I lead development of a large, React based e-commerce frontend to join Google to work on Chrome DevTools. My initial focus was to introduce Web Components as the new fundamental building block of all new DevTools features and UI. With the recently launched Record

                                                                              Why I don't miss React: a story about using the platform - Jack Franklin
                                                                            • Airfoil – Bartosz Ciechanowski

                                                                              The dream of soaring in the sky like a bird has captivated the human mind for ages. Although many failed, some eventually succeeded in achieving that goal. These days we take air transportation for granted, but the physics of flight can still be puzzling. In this article we’ll investigate what makes airplanes fly by looking at the forces generated by the flow of air around the aircraft’s wings. Mo

                                                                                Airfoil – Bartosz Ciechanowski
                                                                              • We migrated 50,000 lines of code to React Server Components

                                                                                Published on July 19, 2023 (about 1 year ago) Everything I wish I knew before moving 50,000 lines of code to React Server Components React Server Components are a lot. We recently rethought our docs and rebranded Mux and, while we were at it, moved all of mux.com and docs.mux.com over to Server Components. So… believe me. I know. I also know that it’s possible and not that scary and probably worth

                                                                                  We migrated 50,000 lines of code to React Server Components
                                                                                • How CLS optimizations increased Yahoo! JAPAN News's page views per session by 15%  |  web.dev

                                                                                  Yahoo! JAPAN is one of the largest media companies in Japan, providing over 79 billion page views per month. Their news platform, Yahoo! JAPAN News has more than 22 billion page views per month and an engineering team dedicated to improving the user experience. By continuously monitoring Core Web Vitals, they correlated the site's improved Cumulative Layout Shift (CLS) score with a 15% increase in

                                                                                    How CLS optimizations increased Yahoo! JAPAN News's page views per session by 15%  |  web.dev