並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 68件

新着順 人気順

Exploringの検索結果1 - 40 件 / 68件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

Exploringに関するエントリは68件あります。 techfeedarticlenode.js などが関連タグです。 人気エントリには 『Exploring Notion's Data Model: A Block-Based Architecture | Notion』などがあります。
  • Exploring Notion's Data Model: A Block-Based Architecture | Notion

    A generation of pioneers (Doug Engelbart, Ted Nelson, Alan Kay, and many more) saw the computer as tool to augment human problem-solving by giving people power over information. Today, that information mostly remains siloed across tools. Take cloud-based document editors, where pages are their smallest atomic unit. Information is locked inside of pages and files and folders — that’s reminiscent of

      Exploring Notion's Data Model: A Block-Based Architecture | Notion
    • GitHub - openai/swarm: Educational framework exploring ergonomic, lightweight multi-agent orchestration. Managed by OpenAI Solution team.

      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

        GitHub - openai/swarm: Educational framework exploring ergonomic, lightweight multi-agent orchestration. Managed by OpenAI Solution team.
      • Exploring Japanese Netlabel Deep Cuts

        Half a decade before the emergence of music distribution platforms like Bandcamp would open the floodgates for artists to freely upload their tracks on a moment’s whim, the fledgling netlabel movement was already carving out a third way for those seeking to independently release music without investing in physical media or hosting it on the iTunes store. Though the initial wave of DIY imprints set

          Exploring Japanese Netlabel Deep Cuts
        • オープンな日本語埋め込みモデルの選択肢 / Exploring Publicly Available Japanese Embedding Models

          イノベーションセンター テクノロジー部門 Generative AI PJ の内部勉強会で発表した資料です。Retrieval-Augmented Generation (RAG) において重要な役割を果たす埋め込みモデル(特に日本語に特化したもの)について整理しました。

            オープンな日本語埋め込みモデルの選択肢 / Exploring Publicly Available Japanese Embedding Models
          • First Look: Exploring OpenAI o1 in GitHub Copilot

            AI & MLLearn about artificial intelligence and machine learning across the GitHub ecosystem and the wider industry. Generative AILearn how to build with generative AI. GitHub CopilotChange how you work with GitHub Copilot. LLMsEverything developers need to know about LLMs. Machine learningMachine learning tips, tricks, and best practices. How AI code generation worksExplore the capabilities and be

              First Look: Exploring OpenAI o1 in GitHub Copilot
            • Exploring 103 Early Hints Beyond Server Push | Fastly | Fastly

              Chrome and Fastly are currently running an experiment to validate a web performance tool — and we need your help! Remember all of the hype around Server Push? Since HTTP/2 shipped, it’s become increasingly clear that while the performance problem that it was designed to address is important, Server Push was not the right approach. Instead, the Preload mechanism has become a widely-used replacement

                Exploring 103 Early Hints Beyond Server Push | Fastly | Fastly
              • Exploring Seamless Rust Interop for Newer Languages, Part 1

                Exploring Seamless Rust Interop for Newer Languages, Part 1 Languages like C++, Typescript, Kotlin, and Swift had a brilliant approach: they were created to harness an existing ecosystem of libraries from another pre-existing language. But that's easier said than done! Especially for newer languages focusing on memory safety and speed. 0 Luckily, newer languages can tap into C's ecosystem by addin

                • Exploring Typst, a new typesetting system similar to LaTeX - jreyesr's blog

                  Hello again! Today we’ll review Typst ("Ty like in Typesetting and pst like in hipster"), a language and tool to write text documents, usually PDF documents. This will be a very long article; it started small but then kept growing and growing. Typst is similar in spirit and aims to LaTeX: it’s a typesetting tool that can be used to write and generate documents, usually PDF files. It intends to be

                  • TS Playground - An online editor for exploring TypeScript and JavaScript

                    Popular Documentation PagesEveryday TypesAll of the common types in TypeScript Creating Types from TypesTechniques to make more elegant types More on FunctionsHow to provide types to functions in JavaScript More on ObjectsHow to provide a type shape to JavaScript objects NarrowingHow TypeScript infers types based on runtime behavior Variable DeclarationsHow to create and type JavaScript variables

                    • Exploring the c4... compiler?

                      Let’s start at the top: it’s C in four functions — what? And if you open the code you’ll see that, yes, this is true, no cheating: And it works! First you need an existing C compiler to compile c4 and then you can use c4 to run another C program. Say I have this program: // my_program.c #include <stdio.h> int add(int a, int b) { return a + b; } int main() { int a, b, c; a = 99; b = 20; c = add(a,

                        Exploring the c4... compiler?
                      • Exploring the internals of Linux v0.01

                        Linux kernel is often mentioned as a overwhelmingly large open source software. As of this writing, the latest version is v6.5-rc5, which consists of 36M lines of code. Needless to say, Linux is a fruit of hard work of many contributors over the decades. However, the first version of Linux, v0.01 was pretty small. It consisted of only 10,239 lines of code. Excluding comments and blank lines, it wa

                          Exploring the internals of Linux v0.01
                        • CloudNative Meets WebAssembly: Exploring Wasm's Potential to Replace Containers

                          CloudNative Meets WebAssembly: Exploring Wasm's Potential to Replace Containers

                            CloudNative Meets WebAssembly: Exploring Wasm's Potential to Replace Containers
                          • GitHub - usebruno/bruno: Opensource IDE For Exploring and Testing Api's (lightweight alternative to postman/insomnia)

                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                              GitHub - usebruno/bruno: Opensource IDE For Exploring and Testing Api's (lightweight alternative to postman/insomnia)
                            • Explicit Resource Management: Exploring JavaScript's and TypeScript's new feature | iliazeus

                              One of my favorite new features of JavaScript and TypeScript is explicit resource management. It brings new syntax, using foobar = ..., that enables RAII, reducing boilerplate when managing the lifecycle of various resources. In this article, I will explore this feature as implemented in TypeScript 5.2.0 with the disposablestack polyfill. I will mention both sync and async resources, DisposableSta

                              • Exploring the top Rust web frameworks - LogRocket Blog

                                Editor’s note: This article covering the best Rust frameworks for web development was last updated by Eze Sunday on 2 September 2024 to provide updated code blocks, as well as to remove outdated frameworks that are no longer being maintained. Rust is one of the most popular languages for developers because of its open source, fast, reliable, and high-performance features. When building a new API i

                                  Exploring the top Rust web frameworks - LogRocket Blog
                                • Exploring the Web Speech API

                                  Experimenting with voice on the web using the Web Speech Synthesis and Recognition API The Web Speech API is one of those web technologies that no one ever talks about or writes about. In this blog post, we are going to take a closer look at what the API is capable of, what its limitations and strengths are, and how web developers can utilize it to enhance the user’s browsing experience. “The Web

                                    Exploring the Web Speech API
                                  • GitHub - hppRC/simple-simcse-ja: Exploring Japanese SimCSE

                                    文埋め込みは自然言語文の密ベクトル表現であり、類似文検索や質問応答、最近では検索補助付き生成(Retrieval Augmented Generation: RAG)に盛んに利用されています。 文埋め込みを構成する方法には様々な種類がありますが、近年では事前学習済み言語モデルに対して対照学習(Contrastive Learning)によるfine-tuningを施す手法が高い性能を示しています。 その中でも代表的な手法がSimCSE (Simple Contrastive Sentence Embedding)です。 SimCSEには教師なし・教師ありの二つの設定があります。 教師なし設定では、事前学習済み言語モデル中に存在するDropoutモジュールをデータ拡張の手段とみなして「モデルに同じ文を2回入れて、同じ文同士を正例とする」ことで対照学習を行います。 教師あり設定では、自然言語推

                                      GitHub - hppRC/simple-simcse-ja: Exploring Japanese SimCSE
                                    • Exploring Transfer Learning with T5: the Text-To-Text Transfer Transformer

                                      Philosophy We strive to create an environment conducive to many different types of research across many different time scales and levels of risk. Learn more about our Philosophy Learn more

                                        Exploring Transfer Learning with T5: the Text-To-Text Transfer Transformer
                                      • Exploring biphasic programming: a new approach in language design

                                        I’ve noticed a small but interesting trend in the programming languages space. I’m not sure how novel it is, but this pattern, which I’ll refer to as “biphasic programming,” is characterized by languages and frameworks that enable identical syntax to express computations executed in two distinct phases or environments while maintaining consistent behavior (i.e., semantics) across phases. These pha

                                        • Exploring Type-Informed Lint Rules in Rust based TypeScript Linters

                                          Exploring Type-Informed Lint Rules in Rust based TypeScript Linters | Rust製TypeScript Linterにおける型情報Lintルールの模索 This slides are used at TSKaigi 2024 | …

                                            Exploring Type-Informed Lint Rules in Rust based TypeScript Linters
                                          • Exploring Generative AI

                                            Generative AI and particularly LLMs (Large Language Models) have exploded into the public consciousness. Like many software developers I am intrigued by the possibilities, but unsure what exactly it will mean for our profession in the long run. I have now taken on a role in Thoughtworks to coordinate our work on how this technology will affect software delivery practices. I'll be posting various m

                                              Exploring Generative AI
                                            • Exploring The CSS Paint API: Blob Animation | CSS-Tricks

                                              DigitalOcean provides cloud products for every stage of your journey. Get started with $200 in free credit! After the fragmentation effect, I am going to tackle another interesting animation: the blob! We all agree that such effect is hard to achieve with CSS, so we generally reach for SVG to make those gooey shapes. But now that the powerful Paint API is available, using CSS is not only possible,

                                                Exploring The CSS Paint API: Blob Animation | CSS-Tricks
                                              • Exploring Postgres VACUUM with the VACUUM Simulator

                                                VACUUM Simulatorを使ってVACUUMをもっと理解しよう Exploring Postgres VACUUM with the VACUUM Simulator PostgreSQL Conference Japan 2023 November 24, 2023

                                                  Exploring Postgres VACUUM with the VACUUM Simulator
                                                • Exploring Timelapse in Google Earth - YouTube

                                                  See humanity’s impact on the Earth through a global time-lapse video of the planet since 1984. Explore the whole planet: https://goo.gle/timelapse Subscribe to our Channel: https://www.youtube.com/google Tweet with us on Twitter: https://twitter.com/google Follow us on Instagram: https://www.instagram.com/google Join us on Facebook: https://www.facebook.com/Google

                                                    Exploring Timelapse in Google Earth - YouTube
                                                  • Exploring Fn::ForEach and Fn::FindInMap enhancements in AWS CloudFormation | Amazon Web Services

                                                    AWS DevOps Blog Exploring Fn::ForEach and Fn::FindInMap enhancements in AWS CloudFormation AWS CloudFormation, an Infrastructure as Code (IaC) service that lets you model, provision, and manage AWS and third-party resources, recently released a new language transform that enhances the core CloudFormation language. Today, we’ll be covering two more enhancements we’ve added since our initial release

                                                      Exploring Fn::ForEach and Fn::FindInMap enhancements in AWS CloudFormation | Amazon Web Services
                                                    • Exploring the security implications of GraphQL

                                                      Why FastlyProductsServicesSolutionsDevelopersPartnersResourcesPricing How to Secure your GraphQLGraphQL is an open-source query language that can be used as an alternative to REST. Developers are rapidly adopting it to meet the flexibility needed to maintain modern, high-growth APIs. It gives clients the power to ask exactly what they need and makes it easier to evolve APIs over time. While the be

                                                        Exploring the security implications of GraphQL
                                                      • Host the Whisper Model on Amazon SageMaker: exploring inference options | Amazon Web Services

                                                        AWS Machine Learning Blog Host the Whisper Model on Amazon SageMaker: exploring inference options OpenAI Whisper is an advanced automatic speech recognition (ASR) model with an MIT license. ASR technology finds utility in transcription services, voice assistants, and enhancing accessibility for individuals with hearing impairments. This state-of-the-art model is trained on a vast and diverse datas

                                                          Host the Whisper Model on Amazon SageMaker: exploring inference options | Amazon Web Services
                                                        • GitHub - faiface/par-lang: Toy process language with an interactive playground for exploring concurrency

                                                          Par (⅋) is an experimental concurrent programming language. It's an attempt to bring the expressive power of linear logic into practice. 📚 Don't worry if you don't know anything about logic, you might have interacted with it without knowing anyway. Functional programming is based on intuitionistic logic. Rust's ownership system is based on affine logic, which is very similar to linear logic. The

                                                            GitHub - faiface/par-lang: Toy process language with an interactive playground for exploring concurrency
                                                          • The Cynical Genius Illusion: Exploring and Debunking Lay Beliefs About Cynicism and Competence

                                                            This site uses cookies. By continuing to browse the site you are agreeing to our use of cookies. Find out more.

                                                            • Exploring ways to make async Rust easier

                                                              Asynchronous Rust is powerful but has a reputation for being hard to learn. There have been various ideas on how to fix the trickiest aspects, though with my focus being on Tokio 1.0, I had not been able to dedicate much focus to those topics. However, Niko’s async vision effort has recently started the discussion again, so I thought I would take some time to participate. In this article, I collec

                                                              • Exploring the Linux 'ip' Command

                                                                I’ve been talking for several years now about how network engineers need to become comfortable with Linux. I generally position it that we don’t all need to become “big bushy beard-bearing sysadmins.” Rather, network engineers must be able to navigate and work with a Linux-based system confidently. I’m not going to go into all the reasons I believe that in this post (if you’d like a deeper explora

                                                                  Exploring the Linux 'ip' Command
                                                                • Exploring Outdated Linux Command Line Tools: Move On to Better Alternatives

                                                                  Why It’s Time to Move OnLinux is known for its rich command-line heritage, offering a wide array of powerful tools to accomplish almost any task. However, like all technology, some of these tools have become outdated, with better alternatives now available. While many administrators and power users may still rely on these obsolete tools out of habit or necessity, there are compelling reasons to mo

                                                                    Exploring Outdated Linux Command Line Tools: Move On to Better Alternatives
                                                                  • Exploring the Expansive Terrain of the Ischemic Stroke Market Projections of USD 7.79 Billion Value, Anticipated Growth at a Sturdy 7.8% Compound Annual Growth Rate (CAGR) Spanning the Years 2023 to 2032

                                                                    Exploring the Expansive Terrain of the Ischemic Stroke Market Projections of USD 7.79 Billion Value, Anticipated Growth at a Sturdy 7.8% Compound Annual Growth Rate (CAGR) Spanning the Years 2023 to 2032 03-19-2024 06:20 PM CET | Health & Medicine Press release from: Market Research Future (MRFR) / PR Agency: Market Research Future (MRFR) Market Overview: The Ischemic Stroke Market Size was valued

                                                                      Exploring the Expansive Terrain of the Ischemic Stroke Market Projections of USD 7.79 Billion Value, Anticipated Growth at a Sturdy 7.8% Compound Annual Growth Rate (CAGR) Spanning the Years 2023 to 2032
                                                                    • Exploring GitHub with the redesigned navigation, now in public beta

                                                                      AI & MLLearn about artificial intelligence and machine learning across the GitHub ecosystem and the wider industry. Generative AILearn how to build with generative AI. GitHub CopilotChange how you work with GitHub Copilot. LLMsEverything developers need to know about LLMs. Machine learningMachine learning tips, tricks, and best practices. How AI code generation worksExplore the capabilities and be

                                                                        Exploring GitHub with the redesigned navigation, now in public beta
                                                                      • Exploring the Implementation of “t.Run”, “t.Parallel”, and “t.Cleanup”

                                                                        Exploring the Implementation of “t.Run”, “t.Parallel”, and “t.Cleanup”

                                                                          Exploring the Implementation of “t.Run”, “t.Parallel”, and “t.Cleanup”
                                                                        • Exploring React Relay 13’s Rust compiler

                                                                          Matt Angelosanto for LogRocket Posted on Apr 22, 2022 • Originally published at blog.logrocket.com Written by Samson Omojola✏️ The Relay compiler is a GraphQL code generation tool used for React apps. Previously created in JavaScript, the compiler was recently rewritten in Rust. In this article, we'll explore its features, how it works, and why the rewrite was necessary. Overview of Relay and its

                                                                            Exploring React Relay 13’s Rust compiler
                                                                          • Exploring Mastodon

                                                                            I've been a heavy user of Twitter over the last decade, and while Musk's purchase of Twitter hasn't got me running for the exit, it has prompted me to take a look at possible alternatives should Twitter change into something no longer worthwhile for me. The obvious alternative is for me to explore the Fediverse with my new Mastodon account. As I explore using Mastodon, I'll make some notes here so

                                                                              Exploring Mastodon
                                                                            • GitHub - org-roam/org-roam-ui: A graphical frontend for exploring your org-roam Zettelkasten

                                                                              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                                GitHub - org-roam/org-roam-ui: A graphical frontend for exploring your org-roam Zettelkasten
                                                                              • Introduction - The Node Experiment - Exploring Async Basics with Rust

                                                                                Introduction Don't block the event loop! Don't poll in a busy loop! Increase throughput! Use async I/O! Concurrency is not parallelism! You've most likely heard and read claims like these many times before, and maybe, at some point you've thought you understood everything only to find yourself confused a moment later. Especially when you want to understand how it works on a fundamental level. Me t

                                                                                • Exploring Podman: A More Secure Docker Alternative | Better Stack Community

                                                                                  Containerization has become an essential tool for developers and system operators to package and deploy applications on various systems and platforms efficiently. Many containerization solutions exist today, but without a doubt, Docker has emerged as the de facto standard. This is largely due to its excellent tooling, strong community, and vast ecosystem of pre-built images that can be easily shar

                                                                                    Exploring Podman: A More Secure Docker Alternative | Better Stack Community

                                                                                  新着記事