並び順

ブックマーク数

期間指定

  • から
  • まで

241 - 280 件 / 830件

新着順 人気順

combinesの検索結果241 - 280 件 / 830件

  • User Privacy and Data Use - App Store - Apple Developer

    User privacy and data use The App Store is designed to be a safe and trusted place for users to discover apps created by talented developers around the world. Apps on the App Store are held to a high standard for privacy, security, and content because nothing is more important than maintaining users’ trust. In order to submit new apps and app updates, you need to provide information about some of

      User Privacy and Data Use - App Store - Apple Developer
    • GitHub - meirwah/awesome-workflow-engines: A curated list of awesome open source workflow engines

      Activepieces - Open source no-code business automation, alternative to Zapier Airflow - Python-based platform for running directed acyclic graphs (DAGs) of tasks Argo Workflows - Open source container-native workflow engine for getting work done on Kubernetes Arvados - Open Source data and workflow management platform with emphasis on reproducibily, scale, and secure data sharing, deployable on cl

        GitHub - meirwah/awesome-workflow-engines: A curated list of awesome open source workflow engines
      • Faster JavaScript Builds with Metro

        How Airbnb migrated from Webpack to Metro and made the development feedback loop nearly instantaneous, the largest production build 50% faster, with marginal end-user runtime improvements. By: Rae Liu IntroductionIn 2018, the frontend Airbnb infrastructure relied on Webpack for JavaScript bundling which had served us well up until then; however, with our codebase almost having quadrupled in the pr

          Faster JavaScript Builds with Metro
        • The Tao of Programming

          Translated by Geoffrey James Note: I copied this from http://misspiggy.gsfc.nasa.gov/tao.html and stripped out all of the IMHO extraneous formatting. ---Alex BOOK 1 The Silent Void Thus spake the Master Programmer: "When you have learned to snatch the error code from the trap frame, it will be time for you to leave." 1.1 Something mysterious is formed, born in the silent void. waiting alone and un

          • SayCan

            Do As I Can, Not As I Say: Grounding Language in Robotic Affordances Michael Ahn* Anthony Brohan* Noah Brown* Yevgen Chebotar* Omar Cortes* Byron David* Chelsea Finn* Chuyuan Fu* Keerthana Gopalakrishnan* Karol Hausman* Alex Herzog* Daniel Ho* Jasmine Hsu* Julian Ibarz* Brian Ichter* Alex Irpan* Eric Jang* Rosario Jauregui Ruano* Kyle Jeffrey* Sally Jesmonth* Nikhil Joshi* Ryan Julian* Dmitry Kala

              SayCan
            • An example of LLM prompting for programming

              Xu Hao uses chain of thought and general knowledge prompting with ChatGPT when writing self-testing code My account of an internal chat with Xu Hao, where he shows how he drives ChatGPT to produce useful self-tested code. His initial prompt primes the LLM with an implementation strategy (chain of thought prompting). His prompt also asks for an implementation plan rather than code (general knowledg

                An example of LLM prompting for programming
              • Remote Mob Programming

                Remote Mob Programming New: How to act as a typist and a rotation timer Remote Mob Programming combines two ways of working: Mob Programming and working as a distributed team. Woody Zuill describes Mob Programming as creating the “same thing, at the same time, in the same space, and on the same computer”. Working in the same space clashes with working as a distributed team at first glance, but act

                • OpenSSH: Release Notes

                  OpenSSH Release Notes OpenSSH 9.8/9.8p1 (2024-07-01) OpenSSH 9.8 was released on 2024-07-01. It is available from the mirrors listed at https://www.openssh.com/. OpenSSH is a 100% complete SSH protocol 2.0 implementation and includes sftp client and server support. Once again, we would like to thank the OpenSSH community for their continued support of the project, especially those who contributed

                  • CompVis/stable-diffusion-v-1-4-original · Hugging Face

                    Stable Diffusion is a latent text-to-image diffusion model capable of generating photo-realistic images given any text input. The Stable-Diffusion-v-1-4 checkpoint was initialized with the weights of the Stable-Diffusion-v-1-2 checkpoint and subsequently fine-tuned on 225k steps at resolution 512x512 on "laion-aesthetics v2 5+" and 10% dropping of the text-conditioning to improve classifier-free g

                      CompVis/stable-diffusion-v-1-4-original · Hugging Face
                    • Mac instances for EC2 now available from Amazon Web Services - Latest News - Apple Developer

                      Developing for Apple platforms is now accessible with a new service that combines the performance and reliability of our world-class hardware with the scalability of Amazon Web Services (AWS). Amazon Elastic Compute Cloud (Amazon EC2), a web service that provides secure, resizable compute capacity in the cloud, now includes EC2 Mac instances. For the first time, you can easily set up and deploy ma

                        Mac instances for EC2 now available from Amazon Web Services - Latest News - Apple Developer
                      • Introducing Signals – Preact

                        Introducing Signals Signals are a way of expressing state that ensure apps stay fast regardless of how complex they get. Signals are based on reactive principles and provide excellent developer ergonomics, with a unique implementation optimized for Virtual DOM. At its core, a signal is an object with a .value property that holds some value. Accessing a signal's value property from within a compone

                          Introducing Signals – Preact
                        • IE 11 Support Phase Out Plan

                          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

                            IE 11 Support Phase Out Plan
                          • Naming Tokens in Design Systems

                            Design tokens have provided a visual foundation of many design systems since Salesforce pioneered the concept in 2014. I wrote an impassioned article on design tokens in 2016, and my energy on the topic continues to grow. As systems of visual style spread across a widening landscape of components, platforms and outputs, design tokens — and their names — are increasingly important. Effective token

                              Naming Tokens in Design Systems
                            • Introducing Argo Flux - A Weaveworks-Intuit-AWS Collaboration

                              Today Weaveworks announces a partnership with Intuit to create Argo Flux, a major open source project to drive GitOps application delivery for Kubernetes via an industry-wide community. Argo Flux combines the Argo CD project led by Intuit with the Flux CD project driven by Weaveworks. The new “Argo Flux” provides a single tool chain for continuous deployment and fleet-scale automated workflows usi

                                Introducing Argo Flux - A Weaveworks-Intuit-AWS Collaboration
                              • Access Your IDE Remotely With Projector | The JetBrains 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 Team Tools Datalore Space TeamCity Upsource YouTrack Hub Qodana .NET & Visual Studio .NET Tools ReSharper C++ Languages & Frameworks Kotlin Ktor MPS Amper Edu

                                  Access Your IDE Remotely With Projector | The JetBrains Blog
                                • You may not need a bundler for your NPM library

                                  I have seen a couple threads on twitter where people complain about the difficulty with publishing NPM libraries or ask what starter kit they should use (or, people recommended starter packs anyways) Example threads https://twitter.com/cramforce/status/1513903035197526017 https://twitter.com/oleg008/status/1510006191296061441 https://twitter.com/iansu/status/1524860613943382017 https://twitter.com

                                  • zzzeek : Patterns Implemented by SQLAlchemy

                                    Mike Bayer is the creator of many open source programming libraries for the Python Programming Language, including SQLAlchemy, Alembic Migrations, Mako Templates for Python, and Dogpile Caching. Dilly and Posy were dedicated members of the team. Dilly and Posy were best of friends, and after a few years in different worlds are together again. We will always love and miss you Dilly and Posy! Catego

                                    • DevOps Workflows Built with Markdown

                                      Runme combines your docs with everything great about scripting, pipelines and GitOps.

                                        DevOps Workflows Built with Markdown
                                      • Kretes · Programming Environment for TypeScript & Node.js

                                        Programming Environment for TypeScriptKretes is a programming environment for rapid development of TypeScript applications. It combines a web framework with an editor into an integrated, battery-included solution.

                                          Kretes · Programming Environment for TypeScript & Node.js
                                        • The Technology Behind BLOOM Training

                                          Please note that both Megatron-LM and DeepSpeed have Pipeline Parallelism and BF16 Optimizer implementations, but we used the ones from DeepSpeed as they are integrated with ZeRO. Megatron-DeepSpeed implements 3D Parallelism to allow huge models to train in a very efficient way. Let’s briefly discuss the 3D components. DataParallel (DP) - the same setup is replicated multiple times, and each being

                                            The Technology Behind BLOOM Training
                                          • ChatGPT [deprecated] - Visual Studio Marketplace

                                            ⚠️⚠️⚠️ You can try this extension instead from Genie AI ⚠️⚠️⚠️ An Unofficial VS Code - Chat GPT extension The most loved* ChatGPT extension in VS Code open-sourced The project is built as a hobby project - With no affiliation to any organization The functionality fully relies on OpenAI services without any affiliation to them *Downloaded by ~500,000 developers with more than 100 5 star ratings wit

                                              ChatGPT [deprecated] - Visual Studio Marketplace
                                            • Open sourcing Ezno's checker and trying out / previewing the JavaScript type checker today · kaleidawave/ezno · Discussion #21

                                              Firstly, to not waste anyone's time, do not bother running this currently on any existing projects. It does not currently support import, loops, async and loads of other JavaScript features. This is an early release to showcase functions, object, events and basic typing. More of those features coming shortly, once the architecture has been initially tried out. I have created a quick start guide fo

                                                Open sourcing Ezno's checker and trying out / previewing the JavaScript type checker today · kaleidawave/ezno · Discussion #21
                                              • Make Something Wonderful | Steve Jobs

                                                Make Something WonderfulSteve Jobs in his own wordsThere’s lots of ways to be, as a person. And some people express their deep appreciation in different ways. But one of the ways that I believe people express their appreciation to the rest of humanity is to make something wonderful and put it out there. And you never meet the people. You never shake their hands. You never hear their story or tell

                                                  Make Something Wonderful | Steve Jobs
                                                • ZeRO-Infinity and DeepSpeed: Unlocking unprecedented model scale for deep learning training - Microsoft Research

                                                  ZeRO-Infinity and DeepSpeed: Unlocking unprecedented model scale for deep learning training Published April 19, 2021 By DeepSpeed Team Rangan Majumder , Vice President Andrey Proskurin , Corporate Vice President of Engineering Since the DeepSpeed optimization library was introduced last year, it has rolled out numerous novel optimizations for training large AI models—improving scale, speed, cost,

                                                    ZeRO-Infinity and DeepSpeed: Unlocking unprecedented model scale for deep learning training - Microsoft Research
                                                  • Lookbook | Lookbook v2 Docs

                                                    Lookbook is a UI development environment for Ruby on Rails applications. It combines a powerful component browser and preview system with an integrated documentation engine to help teams build robust, modular, maintainable user interfaces.

                                                    • Revolutionize In-Car AI with MapGPT by Mapbox

                                                      Mapbox today announced the launch of MapGPT, a new conversational AI service that allows automakers to create customized voice assistants capable of natural and actionable conversations on the go. MapGPT combines the industry-leading location services from Mapbox with real-time context about the driver's location, destination, and surroundings, making its comprehension and recommendations more rel

                                                        Revolutionize In-Car AI with MapGPT by Mapbox
                                                      • portray

                                                        Home Home Changelog Troubleshooting Contributing Quick Start Reference Home Read Latest Documentation - Browse GitHub Code Repository The only thing worse than documentation never written, is documentation written but never discovered. portray is a Python3 command line tool and library that helps you create great documentation websites for your Python projects with as little effort as possible. Ke

                                                        • New PostgreSQL Interface makes Cloud Spanner’s scalability and availability more open and accessible | Google Cloud Blog

                                                          New PostgreSQL Interface makes Cloud Spanner’s scalability and availability more open and accessible Customers in financial services, gaming, retail, and many other industries rely on Cloud Spanner today to power their most demanding relational database workloads that need to scale without downtime. At Google Cloud Next ’21 we announced a preview of the PostgreSQL interface for Cloud Spanner that

                                                            New PostgreSQL Interface makes Cloud Spanner’s scalability and availability more open and accessible | Google Cloud Blog
                                                          • Building a serverless document chat with AWS Lambda and Amazon Bedrock | Amazon Web Services

                                                            AWS Compute Blog Building a serverless document chat with AWS Lambda and Amazon Bedrock This post is written by Pascal Vogel, Solutions Architect, and Martin Sakowski, Senior Solutions Architect. Large language models (LLMs) are proving to be highly effective at solving general-purpose tasks such as text generation, analysis and summarization, translation, and much more. Because they are trained o

                                                              Building a serverless document chat with AWS Lambda and Amazon Bedrock | Amazon Web Services
                                                            • methexis-inc/img2prompt – Run with an API on Replicate

                                                              Run time and cost This model runs on Nvidia T4 GPU hardware. Predictions typically complete within 32 seconds. The predict time for this model varies significantly based on the inputs. Model description Provides approximate text prompts that can be used with stable diffusion to re-create similar looking versions of the image/painting. Try it by copying the text prompts to stable diffusion! A sligh

                                                                methexis-inc/img2prompt – Run with an API on Replicate
                                                              • RFC 9000: QUIC: A UDP-Based Multiplexed and Secure Transport

                                                                Stream: Internet Engineering Task Force (IETF) RFC: 9000 Category: Standards Track Published: May 2021 ISSN: 2070-1721 Authors: RFC 9000 QUIC: A UDP-Based Multiplexed and Secure Transport Abstract This document defines the core of the QUIC transport protocol. QUIC provides applications with flow-controlled streams for structured communication, low-latency connection establishment, and network path

                                                                • This is why you should never use parser combinators and PEG

                                                                  Let me tell you why you should (nearly) never use PEG (parsing expression grammars). Nearly everything I will say applies to parser combinators (parsec in Haskell, nom in Rust), too. So, don't use PEG. Use CFGs (context-free grammars) instead. They are more natural. I feel that CFGs more naturally represent how we think. Thus when you have some language in your head and you try to write it down as

                                                                    This is why you should never use parser combinators and PEG
                                                                  • PlayStation 3 Architecture | A Practical Analysis

                                                                    OriginalMarkedMotherboard Showing COK-001 revision (the first one), taken from my CECHA12 model. The remaining 128 MB NAND Flash and the connectors for the Blu-ray PATA drive, Wifi/BT daughterboard, front panel and MultiCard reader are fitted on the backMotherboard with important parts labelled A quick introductionIn 2006, Sony unveiled the long-awaited ‘next generation’ video-game console, a shin

                                                                      PlayStation 3 Architecture | A Practical Analysis
                                                                    • Advancing the web framework ecosystem  |  Articles  |  web.dev

                                                                      Advancing the web framework ecosystem Stay organized with collections Save and categorize content based on your preferences. Chrome is an active contributor to the web framework ecosystem and our talk at Chrome Dev Summit 2019 covers what we've worked on in the past year. Read on for an extended recap of the talk with additional details and resources. How do we make the web better? The goal of eve

                                                                        Advancing the web framework ecosystem  |  Articles  |  web.dev
                                                                      • Objectively comparing Unity and Unreal Engine

                                                                        I have read from Unity Blog long time ago that talks about project stripping, explaining reproduce steps, making it easier for the QA team to make it... It's scary. If you are Unity devs, you know the feeling of checking Unity Hub every morning for update, and hope that it will randomly fix your years old bug, while introducing the less amount of new bugs as possible. It really make you sweats ner

                                                                          Objectively comparing Unity and Unreal Engine
                                                                        • ESLint's new config system, Part 2: Introduction to flat config - ESLint - Pluggable JavaScript Linter

                                                                          In my previous post, I talked about how the eslintrc config system had grown to be more complex than necessary through a series of small, incremental changes. The flat config system, on the other hand, was designed from the start to be simpler in a number of ways. We took all of the learnings from the previous six years of ESLint development to come up with a holistic approach to configuration tha

                                                                            ESLint's new config system, Part 2: Introduction to flat config - ESLint - Pluggable JavaScript Linter
                                                                          • Getting Started | Electron Forge

                                                                            Electron Forge is an all-in-one tool for packaging and distributing Electron applications. It combines many single-purpose packages to create a full build pipeline that works out of the box, complete with code signing, installers, and artifact publishing. For advanced workflows, custom build logic can be added in the Forge lifecycle through its Plugin API. Custom build and storage targets can be h

                                                                              Getting Started | Electron Forge
                                                                            • Ordering Movie Credits With Graph Theory

                                                                              At Endcrawl we're always thinking about the hard work that goes into making film and TV, and how that work translates to on-screen credits. A feature film may involve thousands of people, hundreds of distinct job titles or "roles," and dozens of departments. So there's plenty for a producer to worry about, like: Did we forget or misspell a name? Is this the correct way to credit that role? Do all

                                                                                Ordering Movie Credits With Graph Theory
                                                                              • Annotated history of modern AI and deep neural networks

                                                                                For a while, DanNet enjoyed a monopoly. From 2011 to 2012 it won every contest it entered, winning four of them in a row (15 May 2011, 6 Aug 2011, 1 Mar 2012, 10 Sep 2012).[GPUCNN5] In particular, at IJCNN 2011 in Silicon Valley, DanNet blew away the competition and achieved the first superhuman visual pattern recognition[DAN1] in an international contest. DanNet was also the first deep CNN to win

                                                                                  Annotated history of modern AI and deep neural networks
                                                                                • Latest News

                                                                                  DeepSpeed empowers ChatGPT-like model training with a single click, offering 15x speedup over SOTA RLHF systems with unprecedented cost reduction at all scales; learn how. [2024/03] DeepSpeed-FP6: The Power of FP6-Centric Serving for Large Language Models [English] [中文] [2024/01] DeepSpeed-FastGen: Introducting Mixtral, Phi-2, and Falcon support with major performance and feature enhancements. [20