並び順

ブックマーク数

期間指定

  • から
  • まで

121 - 160 件 / 888件

新着順 人気順

combinesの検索結果121 - 160 件 / 888件

  • TechCrunch

    As Tesla gears up to report what will likely be unimpressive financial results for the first quarter on Tuesday, the company is making more moves to go “balls to the wall for autonomy,” as CEO Elo Pomelo, a startup that combines international money transfer with credit, has raised $35 million in a Series A round led by Dubai venture firm Vy Capital, TechCrunch has exclusively learned. Additiona

      TechCrunch
    • Amazon Aurora PostgreSQL Integrates with AWS Lambda

      Amazon Aurora with PostgreSQL compatibility can now make calls to AWS Lambda functions. AWS Lambda lets you run code without provisioning or managing servers, and without worrying about scalability. You can invoke Lambda functions directly from within an Aurora database via stored procedures or user-defined functions. This allows you to extend the capabilities of the database and invoke external a

        Amazon Aurora PostgreSQL Integrates with AWS Lambda
      • Introducing the ChatGPT App for Slack

        Artificial Intelligence Introducing the ChatGPT App for Slack Editor’s Note: AI Cloud, Einstein GPT, and other cloud GPT products are now Einstein. For the latest on Salesforce Einstein, go here. Today, Salesforce and OpenAI introduced the ChatGPT app for Slack. Built by OpenAI on the Slack platform, the app integrates ChatGPT’s powerful AI technology to deliver instant conversation summaries, res

          Introducing the ChatGPT App for Slack
        • Crypto miners are killing free CI

          CI providers like webapp.io, GitLab, TravisCI, and Shippable are all worsening or shutting down their free tiers due to cryptocurrency mining attacks. On September 1st, 2020, GitLab announced that their free CI offering was being restricted in response to "usage." Two months later, TravisCI announced that a similar restriction in response to "significant abuse." Concurrently with these pricing cha

            Crypto miners are killing free CI
          • Win32 is the stable Linux userland ABI (and the consequences) - the sporks space

            This post was inspired by some controversy with Valve and their support for Linux, but the bulk of it comes from long-term observation. One of the biggest impacts with the viability of Linux on the desktop was Valve’s Proton, a Wine fork integrated in Steam allowing almost any Windows game to work out of the box. To Linux users, life was good. However, with the recent announcement of the Steam Dec

            • Get Started with TensorFlow Transform  |  TFX

              This guide introduces the basic concepts of tf.Transform and how to use them. It will: Define a preprocessing function, a logical description of the pipeline that transforms the raw data into the data used to train a machine learning model. Show the Apache Beam implementation used to transform data by converting the preprocessing function into a Beam pipeline. Show additional usage examples. Setup

                Get Started with TensorFlow Transform  |  TFX
              • GitOps for Kubernetes | Caylent

                Cloud-native applications are dominating the market with their improved performance and high efficiency. While there are more resources to support cloud-native applications running as microservices, managing complex cloud architecture is still a challenge. The more microservices you run, the more tasks you will have to deal with in order to keep the cloud environment healthy and running smoothly.

                  GitOps for Kubernetes | Caylent
                • 5 Reasons Why Microsoft Teams Is Better Than Slack

                  Microsoft Teams and Slack are two giants of the collaboration tool space, but Teams could be better suited to your needs. Find out why! The battle between Microsoft Teams and Slack has been going on for years now, with both giants trying to take over the top spot in workplace collaboration. Following the announcement made in early December 2020 that Salesforce—one of Microsoft's biggest competitor

                    5 Reasons Why Microsoft Teams Is Better Than Slack
                  • 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
                    • Introducing Amazon Aurora MySQL enhanced binary log (binlog) | Amazon Web Services

                      AWS Database Blog Introducing Amazon Aurora MySQL enhanced binary log (binlog) Amazon Aurora is a MySQL and PostgreSQL-compatible relational database built for the cloud. Aurora combines the performance and availability of traditional enterprise databases with the simplicity and cost-effectiveness of open-source databases. Aurora has a history of innovating around database engines and the underlyi

                        Introducing Amazon Aurora MySQL enhanced binary log (binlog) | Amazon Web Services
                      • Prompt Engineering

                        Date: March 15, 2023 | Estimated Reading Time: 21 min | Author: Lilian Weng Prompt Engineering, also known as In-Context Prompting, refers to methods for how to communicate with LLM to steer its behavior for desired outcomes without updating the model weights. It is an empirical science and the effect of prompt engineering methods can vary a lot among models, thus requiring heavy experimentation a

                        • フロントエンドの学習経路

                          Whimsical combines whiteboards and docs in an all-in-one collaboration hub.

                            フロントエンドの学習経路
                          • React Labs: What We've Been Working On – March 2023 – React

                            In React Labs posts, we write about projects in active research and development. We’ve made significant progress on them since our last update, and we’d like to share what we learned. React Server Components React Server Components (or RSC) is a new application architecture designed by the React team. We’ve first shared our research on RSC in an introductory talk and an RFC. To recap them, we are

                              React Labs: What We've Been Working On – March 2023 – React
                            • TypeScript is Surprisingly OK for Compilers

                              TypeScript is Surprisingly OK for Compilers Aug 17, 2023 There are two main historical trends when choosing an implementation language for something compiler-shaped. For more language-centric tasks, like a formal specification, or a toy hobby language, OCaml makes most sense. See, for example, plzoo or WebAssembly reference interpreter. For something implementation-centric and production ready, C+

                              • SSGとperlさえあればウェブサイトなどサクッと作れてしまうんじゃないのか? (perl side) - Qiita

                                SSGとperlさえあればウェブサイトなどサクッと作れてしまうんじゃないのか? (perl side)Perl静的サイトジェネレーターAdventCalendar2020 この記事は、Perl Advent Calendar 2020 17日目の記事です。 同時に、Static Site Generator Advent Calendar 2020の17日目の記事の姉妹版でもあります。両記事の内容に一部重複があることをご了承ください。 はじめに 2020年現在、ブログを公開して情報発信というとwordpressなどを使ったウェブコンテンツの動的な生成が主流のようです。しかし、これとは一線を画した静的コンテンツの構築というスタイルも健在です。ユーザに見せるべきHTMLデータをあらかじめ全て作り置いておくわけです。このために利用されるソフトが「静的サイトジェネレーター」です。 perlと静的サ

                                  SSGとperlさえあればウェブサイトなどサクッと作れてしまうんじゃないのか? (perl side) - Qiita
                                • Closing the gap: cross-language LTO between Rust and C/C++

                                  Link time optimization (LTO) is LLVM's way of implementing whole-program optimization. Cross-language LTO is a new feature in the Rust compiler that enables LLVM's link time optimization to be performed across a mixed C/C++/Rust codebase. It is also a feature that beautifully combines two respective strengths of the Rust programming language and the LLVM compiler platform: Rust, with its lack of a

                                  • Blender Bot 2.0: An open source chatbot that builds long-term memory and searches the internet

                                    Blender Bot 2.0: An open source chatbot that builds long-term memory and searches the internet Facebook AI Research has built and open-sourced BlenderBot 2.0, the first chatbot that can simultaneously build long-term memory it can continually access, search the internet for timely information, and have sophisticated conversations on nearly any topic. It’s a significant update to the original Blend

                                      Blender Bot 2.0: An open source chatbot that builds long-term memory and searches the internet
                                    • 人知れず消えていったマイナーCPUを語ろう(第7回):68Kの命令セットを利用したMotorolaの知られざるRISCプロセッサ「ColdFire」 | テクノエッジ TechnoEdge

                                      コンピュータの歴史を暗部も含めてていねいに掘り起こすことで定評のある大原雄介さんによる連載7回目。Motorolaといえば、MC6800、MC6809の次はMC68K、MC88K、PowerPC。そこまで記憶している人はそこそこいると思いますが、ColdFireという名前に聞き覚えはありますか? Motorolaといえば、MC6800→MC6809で8bit CPUのマーケットに大きなシェアを築き、MC68000→MC68010→MC68020→MC68030で32bit CPUのマーケットでも存在感を示したものの、MC68040の開発に手間取り(というか当初仕様を結局実装しきれず)、続くMC68050がキャンセル。MC68060は出荷されたもののあまりに登場が遅く、結局MC68Kのシェアを守ることはできなかった。 その一方で1991年から同社はApple、IBMとAIM連合を結成し、Po

                                        人知れず消えていったマイナーCPUを語ろう(第7回):68Kの命令セットを利用したMotorolaの知られざるRISCプロセッサ「ColdFire」 | テクノエッジ TechnoEdge
                                      • Single-table vs. multi-table design in Amazon DynamoDB | Amazon Web Services

                                        AWS Database Blog Single-table vs. multi-table design in Amazon DynamoDB This is a guest post by Alex DeBrie, an AWS Hero. For people learning about Amazon DynamoDB, the idea of single-table design is one of the most mind-bending concepts out there. Rather than the relational notion of having a table per entity, DynamoDB tables often include multiple different entities in a single table. You can r

                                          Single-table vs. multi-table design in Amazon DynamoDB | Amazon Web Services
                                        • Knative = Kubernetes Networking++

                                          Knative = Kubernetes Networking++ Ahmet Alp Balkan published on 29 October 2019 Knative project is usually explained as building blocks for “serverless on Kubernetes”. As a result of this implication, most Kubernetes users are not aware of what Knative can do for their non-serverless workloads: Better autoscaling and networking for stateless microservices on Kubernetes. Let’s put “serverless” asid

                                          • How Uber Deals with Large iOS App Size

                                            You’re seeing information for Japan . To see local features and services for another location, select a different city. Show more The App Size Problem Uber’s iOS mobile Apps for Rider, Driver, and Eats are large in size. The choice of Swift as our primary programming language, our fast-paced development environment and feature additions, layered software and its dependencies, and statically linked

                                              How Uber Deals with Large iOS App Size
                                            • Opinion | Freaking Out? Here Are 5 Ways to Ward Off Election Anxiety (Published 2020)

                                              This article is part of the Debatable newsletter. You can sign up here to receive it on Tuesdays and Thursdays. Election Day is here, and if you’re like most Americans, you are probably anxious about it. As one California voter put it to The Times: “Everyone is starting to panic.” The feeling is fairly bipartisan: According to a survey from the American Psychological Association, 76 percent of Dem

                                                Opinion | Freaking Out? Here Are 5 Ways to Ward Off Election Anxiety (Published 2020)
                                              • TechCrunch

                                                Snap is closing down a division of its company designed to offer its AR expertise to enterprise customers. The initiative, called AR Enterprise Service, or ARES, was first announced in March of this y Yaysay, an AI-powered shopping app, launched in beta today to gamify off-price shopping and bring the experience to mobile. Created by Casper co-founder Philip Krim, Yaysay combines concepts from soc

                                                  TechCrunch
                                                • Patterns for Building LLM-based Systems & Products

                                                  Patterns for Building LLM-based Systems & Products [ llm engineering production 🔥 ] · 66 min read Discussions on HackerNews, Twitter, and LinkedIn “There is a large class of problems that are easy to imagine and build demos for, but extremely hard to make products out of. For example, self-driving: It’s easy to demo a car self-driving around a block, but making it into a product takes a decade.”

                                                    Patterns for Building LLM-based Systems & Products
                                                  • Designing Effective Breadcrumbs Navigation — Smashing Magazine

                                                    Breadcrumbs UX are often neglected, but they can be extremely helpful when designing a complex navigation. We can improve them with sideways navigation, clearer breadcrumbs paths and accordions on mobile. Nobody gets particularly excited about breadcrumbs navigation. You know, those tiny little crumbles of pathways that illustrate where a user currently is in the intricate hierarchy of the website

                                                      Designing Effective Breadcrumbs Navigation — Smashing Magazine
                                                    • Mount Ida─イーデーの山(少年パリスはまだ羊飼いをしている)撤去問題について

                                                      Mount Ida─イーデーの山(少年パリスはまだ羊飼いをしている)について 岡﨑 乾二郎 2022年6月、ファーレ立川(東京都立川市曙町)立川高島屋に設置されていた、岡﨑 乾二郎彫刻作品「Mount Ida─イーデーの⼭(少年パリスはまだ⽺飼いをしている)」が2023年2月に撤去されるという計画が作者(岡﨑 乾⼆郎)に知らされました。計画の詳細は不明のまま、作者への提示も延期されてきました。このサイトはその経緯を掲載していましたが、高島屋S.C.は2023年1月17日に「移設・撤去含まず作品保存の方向で計画を見直す」方向であることを広報しました。詳細はまだ提示されておらず不明の点もありますが、高島屋S.C.の今回の決断を尊重し、経緯の掲載を取りやめます。高島屋S.C.のご賢慮と、この期間に発信された多くの方の意見、議論に感謝いたします。 In June 2022, Okazaki Ken

                                                        Mount Ida─イーデーの山(少年パリスはまだ羊飼いをしている)撤去問題について
                                                      • Below: a time travelling resource monitoring tool

                                                        In this blog post we introduce below, an Apache 2.0 licensed resource monitor for modern Linux systems. below was designed and developed by the resource control team at Facebook to view and record historical Linux system data. The resource control team, as the name suggests, is responsible for resource management of Linux systems at scale. Background One of the kernel’s primary responsibilities is

                                                        • Automating dead code cleanup

                                                          Meta’s Systematic Code and Asset Removal Framework (SCARF) has a subsystem for identifying and removing dead code. SCARF combines static and dynamic analysis of programs to detect dead code from both a business and programming language perspective. SCARF automatically creates change requests that delete the dead code identified from the program analysis, minimizing developer costs. In our last blo

                                                            Automating dead code cleanup
                                                          • Kalyn: a self-hosting compiler for x86-64

                                                            Over the course of my Spring 2020 semester at Harvey Mudd College, I developed a self-hosting compiler entirely from scratch. This article walks through many interesting parts of the project. It’s laid out so you can just read from beginning to end, but if you’re more interested in a particular topic, feel free to jump there. Or, take a look at the project on GitHub. Table of contents What the pro

                                                            • Raccoon Attack

                                                              Paper Q&A Raccoon is a timing vulnerability in the TLS specification that affects HTTPS and other services that rely on SSL and TLS. These protocols allow everyone on the Internet to browse the web, use email, shop online, and send instant messages without third-parties being able to read the communication. Raccoon allows attackers under certain conditions to break the encryption and read sensitiv

                                                              • GitHub - tomcraven/goga: Golang Genetic Algorithm

                                                                Goga is a genetic algorithm solution written in Golang. It is used and configured by injecting different behaviours into the main genetic algorithm object. The main injectable components are the simulator, selector and mater. The simulator provides a function that accepts a single genome and assigns a fitness score to it. The higher the fitness, the better the genome has done in the simulation. A

                                                                  GitHub - tomcraven/goga: Golang Genetic Algorithm
                                                                • Introducing Microsoft Security Copilot: Empowering defenders at the speed of AI - The Official Microsoft Blog

                                                                  All Microsoft Global Microsoft 365 Teams Copilot Windows Surface Xbox Deals Small Business Support Software Windows Apps AI Outlook OneDrive Microsoft Teams OneNote Microsoft Edge Skype PCs & Devices Computers Shop Xbox Accessories VR & mixed reality Certified Refurbished Trade-in for cash Entertainment Xbox Game Pass Ultimate PC Game Pass Xbox games PC and Windows games Movies & TV Business Micro

                                                                    Introducing Microsoft Security Copilot: Empowering defenders at the speed of AI - The Official Microsoft Blog
                                                                  • GitHub - langgenius/dify: Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to p

                                                                    Dify Cloud · Self-hosting · Documentation · Enterprise inquiry Dify is an open-source LLM app development platform. Its intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production. Here's a list of the core features: 1. Workflow: Build and test powerful AI workflows on a visual ca

                                                                      GitHub - langgenius/dify: Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to p
                                                                    • And here's another one: the Next.js Edge Runtime becomes the fourth full-stack framework supported by Cloudflare Pages

                                                                      And here's another one: the Next.js Edge Runtime becomes the fourth full-stack framework supported by Cloudflare Pages10/24/2022 You can now deploy Next.js applications which opt in to the Edge Runtime on Cloudflare Pages. Next.js is the fourth full-stack web framework that the Pages platform officially supports, and it is one of the most popular in the 'Jamstack-y' space. Cloudflare Pages started

                                                                        And here's another one: the Next.js Edge Runtime becomes the fourth full-stack framework supported by Cloudflare Pages
                                                                      • ICLR 2022 — A Selection of 10 Papers You Shouldn’t Miss

                                                                        Image by Zeta Alpha.The International Conference in Learning Representations (ICLR) will be held online (for the third year in a row!) from Monday, April 25th through Friday, April 29th. It’s one of the biggest and most beloved conferences in the world of Machine Learning Research, and this year is no exception: it comes packed with more than a thousand papers on topics ranging from ML theory, Rei

                                                                          ICLR 2022 — A Selection of 10 Papers You Shouldn’t Miss
                                                                        • Building towards a new default rendering model for web applications – Vercel

                                                                          Building towards a new default rendering model for web applicationsA look at Partial Prerendering with Next.js 14 on Vercel. At this year’s Next.js Conf, we discussed the developer and user experience challenges of global delivery of dynamic web applications. How can we fetch data without expensive waterfalls and also deliver content directly from the edge? The answer to all of these current chall

                                                                            Building towards a new default rendering model for web applications – Vercel
                                                                          • Tkrzw: a set of implementations of DBM

                                                                            In general, if you want a key-value storage with the highest performance, choosing the file hash database is recommended. If you need ordered access of records, choosing the file tree database is recommended. If you need scalability of ordered databases, choosing the file skip database is recommended. If you need extreme performance, the on-memory hash database and the on-memory tree database are

                                                                            • Emerging Architectures for LLM Applications | Andreessen Horowitz

                                                                              There are many different ways to build with LLMs, including training models from scratch, fine-tuning open-source models, or using hosted APIs. The stack we’re showing here is based on in-context learning, which is the design pattern we’ve seen the majority of developers start with (and is only possible now with foundation models). The next section gives a brief explanation of this pattern; experi

                                                                                Emerging Architectures for LLM Applications | Andreessen Horowitz
                                                                              • The Best Places to Visit in Shiga

                                                                                Shiga Prefecture is located in the Kansai Region, east of Kyoto. Its capital is Otsu. The prefecture encircles Lake Biwako, which is the largest freshwater lake in Japan. Shiga is also famous for Hikone with its feudal castle and Omihachiman with its historical townscape. But Shiga offers much more. In this article, we present the 10 best places to visit in Shiga. Other Places to Visit in Kansai H

                                                                                  The Best Places to Visit in Shiga
                                                                                • New – Process PDFs, Word Documents, and Images with Amazon Comprehend for IDP | Amazon Web Services

                                                                                  AWS News Blog New – Process PDFs, Word Documents, and Images with Amazon Comprehend for IDP Today we are announcing a new Amazon Comprehend feature for intelligent document processing (IDP). This feature allows you to classify and extract entities from PDF documents, Microsoft Word files, and images directly from Amazon Comprehend without you needing to extract the text first. Many customers need

                                                                                    New – Process PDFs, Word Documents, and Images with Amazon Comprehend for IDP | Amazon Web Services