並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 79件

新着順 人気順

discussionの検索結果1 - 40 件 / 79件

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

discussionに関するエントリは79件あります。 githubarchitectureJavaScript などが関連タグです。 人気エントリには 『ぼくのかんがえる最高のデータ分析基盤 / strongest-data-architecture-discussion』などがあります。
  • ぼくのかんがえる最高のデータ分析基盤 / strongest-data-architecture-discussion

    # みんなの考えた最強のデータアーキテクチャ https://datatech-jp.connpass.com/event/258157/ ## イベント説明 datatech-jpで集ったデータエンジニアが、それぞれみんなの考えた最強のデータアーキテクチャを紹介し合うという夢のよ…

      ぼくのかんがえる最高のデータ分析基盤 / strongest-data-architecture-discussion
    • Why Go? · microsoft/typescript-go · Discussion #411

      Language choice is always a hot topic! We extensively evaluated many language options, both recently and in prior investigations. We also considered hybrid approaches where certain components could be written in a native language, while keeping core typechecking algorithms in JavaScript. We wrote multiple prototypes experimenting with different data representations in different languages, and did

        Why Go? · microsoft/typescript-go · Discussion #411
      • var / let / const と言う脈略のない三銃士ども · ubugeeei/work-log · Discussion #136

        序 ここ数日、for文の由来は何か? と言う話題が上がった。 シンタックスのキーワードの由来については自分も関心があって、好きなトピック。 中でも、いつも思っていたことがあって、JavaScriptの変数宣言に使われるキーワード選定が謎と言うのがある。 このことについてツイートしたところたくさんの方に反応をいただけたので備忘録として。 元ツイ: https://twitter.com/ubugeeei/status/1691491304428236800?s=20 お気持ち: https://twitter.com/ubugeeei/status/1691623230812123376?s=20 その他お気持ち: https://twitter.com/ubugeeei/status/1691519021957672961?s=20 https://twitter.com/ubugeeei

          var / let / const と言う脈略のない三銃士ども · ubugeeei/work-log · Discussion #136
        • Replacing Sass · Discussion #44 · Shopify/foundational-design-system-proto

          We’ve noticed several growing pain points to using Sass at scale. Some of these apply to Polaris and teams using Polaris, while others impact development across Shopify. In Polaris, the original Sass variables, functions, and mixins are creating a burden with newer technologies that have been introduced: CSS variables and JS utilities. This has led to added overhead in how these technology layers

            Replacing Sass · Discussion #44 · Shopify/foundational-design-system-proto
          • RSC From Scratch. Part 1: Server Components · reactwg/server-components · Discussion #5

            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

              RSC From Scratch. Part 1: Server Components · reactwg/server-components · Discussion #5
            • New Suspense SSR Architecture in React 18 · reactwg/react-18 · Discussion #37

              Overview React 18 will include architectural improvements to React server-side rendering (SSR) performance. These improvements are substantial and are the culmination of several years of work. Most of these improvements are behind-the-scenes, but there are some opt-in mechanisms you’ll want to be aware of, especially if you don’t use a framework. The primary new API is renderToPipeableStream, whic

                New Suspense SSR Architecture in React 18 · reactwg/react-18 · Discussion #37
              • エッセイ: React with React Compiler は "Just JavaScript" であるか · ubugeeei/work-log · Discussion #429

                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

                  エッセイ: React with React Compiler は "Just JavaScript" であるか · ubugeeei/work-log · Discussion #429
                • 【新社長×Data Technology】はたらく×テクノロジーを共に創る、考える  #discussion for the future - techtekt

                  2022年4月 パーソルキャリアでは新経営体制への移行が決定し、代表取締役社長として瀬野尾 裕が就任しました。掲げるポリシーは「どんなに大きくなっても、10人のベンチャー企業のような “オープンでフラットな議論ができる組織” である」こと―― そんな瀬野尾がパーソルキャリアの今とこれからについてメンバーとディスカッションする様子を、全3回にわたってお届けしています。 今回のテーマは、「テクノロジー活用による、“はたらく”の変革の可能性」です。テクノロジーとデータを司り、高い技術力を生かした業務で数多くの事業を支援してきた、デジタルテクノロジー統括部のシニアエンジニア・シニアストラテジストの4名とと対談します。 “変化をただ待っていても仕方がない”ミッションの実現に向け、社会や企業に対する働きかけが重要 社会や企業への働きかけとして、テクノロジー観点からできること キャリアオーナーシップを考

                    【新社長×Data Technology】はたらく×テクノロジーを共に創る、考える  #discussion for the future - techtekt
                  • Complete rewrite of ESLint · eslint/eslint · Discussion #16557

                    Introduction ESLint was first released in 2013, meaning it will be ten years old next year. During that time, the way people write JavaScript has changed dramatically and we have been using the incremental approach to updating ESLint. This has served us well, as we've been able to keep up with changes fairly quickly while building off the same basic core as in 2013. However, I don't believe contin

                      Complete rewrite of ESLint · eslint/eslint · Discussion #16557
                    • Cut Russia from Github due to massive invasion of Ukraine · community · Discussion #12042

                      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

                        Cut Russia from Github due to massive invasion of Ukraine · community · Discussion #12042
                      • Storybook Design Systems with Agents RFC · storybookjs/ds-mcp-experiment-reshaped · Discussion #1

                        Storybook generates a manifest file for all components. It is a JSON file containing all the available metadata about components (name, props, examples, etc.) as well as any documentation (MDX) pages. As this could get big very fast, each component is separated into its own JSON file, referenced by the main components-manifest.json. Storybook’s Dev server will dynamically serve these manifests at

                          Storybook Design Systems with Agents RFC · storybookjs/ds-mcp-experiment-reshaped · Discussion #1
                        • [Markdown] An option to highlight a "Note" and "Warning" using blockquote (Beta) · community · Discussion #16925

                          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

                            [Markdown] An option to highlight a "Note" and "Warning" using blockquote (Beta) · community · Discussion #16925
                          • Trivy security incident 2026-03-01 · aquasecurity/trivy · Discussion #10265

                            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

                              Trivy security incident 2026-03-01 · aquasecurity/trivy · Discussion #10265
                            • v1.0.0 Beta · openai/openai-python · Discussion #631

                              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

                                v1.0.0 Beta · openai/openai-python · Discussion #631
                              • Emulate NovelAI · AUTOMATIC1111/stable-diffusion-webui · Discussion #2017

                                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

                                  Emulate NovelAI · AUTOMATIC1111/stable-diffusion-webui · Discussion #2017
                                • redefining for loop variable semantics · golang/go · Discussion #56010

                                  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

                                    redefining for loop variable semantics · golang/go · Discussion #56010
                                  • Japanese Language support · meilisearch · Discussion #532

                                    Japanese Languages support officially supported Current behavior, pointed out issues, and Possible enhancement Language Detection Current behavior Meilisearch Language detection is handled by an external library named whatlang, then, depending on the detected Script and Language, a specialized segmenter and specialized Normalizers are chosen to tokenize the provided text. related to: meilisearch#2

                                      Japanese Language support · meilisearch · Discussion #532
                                    • Glossary + Explain Like I'm Five · reactwg/react-18 · Discussion #46

                                      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

                                        Glossary + Explain Like I'm Five · reactwg/react-18 · Discussion #46
                                      • I'm sorry · dotnet-foundation/Home · Discussion #39

                                        I'm Claire Novotny, Executive Director for the .NET Foundation, and I made a mistake this last week when I made a PR and merged it to a project without discussion. While I’d been involved in this project as a founder and maintainer for many years – long before the foundation – I was not active recently and I overstepped. I failed to consider how the interaction would look through the lens of my cu

                                          I'm sorry · dotnet-foundation/Home · Discussion #39
                                        • GitHub - LemmyNet/lemmy: 🐀 A decentralised discussion platform for communities.

                                          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 - LemmyNet/lemmy: 🐀 A decentralised discussion platform for communities.
                                          • Why do Client Components get SSR'd to HTML? · reactwg/server-components · Discussion #4

                                            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

                                              Why do Client Components get SSR'd to HTML? · reactwg/server-components · Discussion #4
                                            • Performance of llama.cpp on Apple Silicon M-series · ggml-org/llama.cpp · Discussion #4167

                                              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

                                                Performance of llama.cpp on Apple Silicon M-series · ggml-org/llama.cpp · Discussion #4167
                                              • [Markdown] An option to highlight a "Note" and "Warning" using blockquote (Beta) · community · Discussion #16925

                                                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

                                                  [Markdown] An option to highlight a "Note" and "Warning" using blockquote (Beta) · community · Discussion #16925
                                                • Open sourcing Ezno's checker and trying out / previewing the JavaScript type checker today · kaleidawave/ezno · Discussion #21

                                                  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

                                                    Open sourcing Ezno's checker and trying out / previewing the JavaScript type checker today · kaleidawave/ezno · Discussion #21
                                                  • Exploring Solutions to Tackle Low-Quality Contributions on GitHub · community · Discussion #185387

                                                    Hey everyone, I wanted to provide an update on a critical issue affecting the open source community: the increasing volume of low-quality contributions that is creating significant operational challenges for maintainers. We’ve been hearing from you that you’re dedicating substantial time to reviewing contributions that do not meet project quality standards for a number of reasons - they fail to fo

                                                      Exploring Solutions to Tackle Low-Quality Contributions on GitHub · community · Discussion #185387
                                                    • `large-v3` release · openai/whisper · Discussion #1762

                                                      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

                                                        `large-v3` release · openai/whisper · Discussion #1762
                                                      • Vitest Browser Mode · vitest-dev/vitest · Discussion #5828

                                                        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

                                                          Vitest Browser Mode · vitest-dev/vitest · Discussion #5828
                                                        • Deep Dive: Caching and Revalidating · vercel/next.js · Discussion #54075

                                                          The Next.js App Router introduced new heuristics around caching and revalidating. To ensure we’re all discussing the intended behavior of how caching is designed to work, I thought it would be helpful to have a discussion going in-depth on how each piece works. This complements the recently published caching documentation. It’s a follow up to an issue where some members of the community were confu

                                                            Deep Dive: Caching and Revalidating · vercel/next.js · Discussion #54075
                                                          • Is Turbopack really 10x Faster than Vite? · yyx990803/vite-vs-next-turbo-hmr · Discussion #8

                                                            Interestingly, the growth curve here shows that Next/turbo got 4x slower in the root case compared to the leaf case, whereas Vite only got 2.4x slower. This implies a curve where Vite HMR scales better in even larger components. In addition, switching to SWC should also improve Vite's cold start metrics in Vercel's benchmarks. Performance on Different Hardware Since this is a composite benchmark t

                                                              Is Turbopack really 10x Faster than Vite? · yyx990803/vite-vs-next-turbo-hmr · Discussion #8
                                                            • GitHub - johnousterhout/aposd-vs-clean-code: A discussion between John Ousterhout and Robert Martin about differences between John's book "A Philosophy of Software Design" and Bob's book "Clean Code".

                                                              JOHN: Hi (Uncle) Bob! You and I have each written books on software design. We agree on some things, but there are some pretty big differences of opinion between my recent book A Philosophy of Software Design (hereafter "APOSD") and your classic book Clean Code. Thanks for agreeing to discuss those differences here. UB: My pleasure John. Before we begin let me say that I've carefully read through

                                                                GitHub - johnousterhout/aposd-vs-clean-code: A discussion between John Ousterhout and Robert Martin about differences between John's book "A Philosophy of Software Design" and Bob's book "Clean Code".
                                                              • SSG - How to localize/i18n the Next.js 404 page? · vercel/next.js · Discussion #12477

                                                                /** @jsx jsx */ import { css, jsx } from '@emotion/core'; import * as Sentry from '@sentry/node'; import { createLogger } from '@unly/utils-simple-logger'; import { GetStaticPaths, GetStaticProps, NextPage } from 'next'; // eslint-disable-next-line @typescript-eslint/no-unused-vars,no-unused-vars import React from 'react'; import PageLayout from '../components/PageLayout'; import { LayoutPageProps

                                                                  SSG - How to localize/i18n the Next.js 404 page? · vercel/next.js · Discussion #12477
                                                                • Temptations of an open-source browser extension developer · extesy/hoverzoom · Discussion #670

                                                                  Over the years, I have received many proposals to monetize this extension so I think I'll just start posting them here for fun (but not for profit). The main reason I continue to maintain this extension is because I can hardly trust others to not fall for one of these offers. I'm fortunate to have a job that pays well enough to allow me to keep my moral compass and ignore all of these propositions

                                                                    Temptations of an open-source browser extension developer · extesy/hoverzoom · Discussion #670
                                                                  • Guillermo Rauch on X: "🇺🇸 🇮🇱 🇦🇷 Enjoyed my discussion with PM Netanyahu on how AI education and literacy will keep our free societies ahead. We spoke about AI empowering everyone to build software and the importance of ensuring it serves quality and

                                                                    • Cordarrelle patterson | NFL: National Football League Discussion

                                                                      2024.12.21 23:28 nfl_gdt_bot Game Thread: Pittsburgh Steelers (10-4) at Baltimore Ravens (9-5) Pittsburgh Steelers at Baltimore Ravens ESPN Gamecast M&T Bank Stadium- Baltimore, MD Network(s): FOX Time Clock

                                                                        Cordarrelle patterson | NFL: National Football League Discussion
                                                                      • Design Trade-offs in Bundler: The Rationale Behind Creating Rspack · web-infra-dev · Discussion #1

                                                                        chinese version Before embarking on the development of Rspack, we explored various build tools and frameworks, including extensive use of Webpack, Vite, esbuild, and Rollup in real-world production environments. To provide some context, our team, known as the WebInfra Team, is responsible for overseeing the company's suite of front-end build tools and frameworks. Some of these are open-source, whi

                                                                          Design Trade-offs in Bundler: The Rationale Behind Creating Rspack · web-infra-dev · Discussion #1
                                                                        • The snake chinese zodiac | Sino: News, Information, Discussion on all things China and Chinese Related

                                                                          Sino: News, Information, Discussion on all things China and Chinese Related 2025.01.02 19:46 Jamman1358 I thought this snake at the Chinese lantern festival looked familiar... As we approach the Chinese Year of the Snake, there's no better time to embrace the energy, resilience, and transformation that the snake symbolizes. Just like the upcoming lunar year, Snake wif Hat $SSSSS is all about growt

                                                                            The snake chinese zodiac | Sino: News, Information, Discussion on all things China and Chinese Related
                                                                          • Trivy Security incident 2026-03-19 · aquasecurity/trivy · Discussion #10425

                                                                            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

                                                                              Trivy Security incident 2026-03-19 · aquasecurity/trivy · Discussion #10425
                                                                            • structured, leveled logging · golang/go · Discussion #54763

                                                                              This discussion has led to a proposal and is now finished. Please comment on the proposal. We would like to add structured logging with levels to the standard library. Structured logging is the ability to output logs with machine-readable structure, typically key-value pairs, in addition to a human-readable message. Structured logs can be parsed, filtered, searched and analyzed faster and more rel

                                                                                structured, leveled logging · golang/go · Discussion #54763
                                                                              • Fraud Alert: Fake GitHub Job Opportunity Email · community · Discussion #109171

                                                                                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

                                                                                  Fraud Alert: Fake GitHub Job Opportunity Email · community · Discussion #109171
                                                                                • What is tearing? · reactwg/react-18 · Discussion #69

                                                                                  Overview Tearing is a term traditionally used in graphics programming to refer to a visual inconsistency. For example, in a video, screen tearing is when you see multiple frames in a single screen, which makes the video look “glitchy”. In a user interface, by “tearing” we mean that a UI has shown multiple values for the same state. For example, you may show different prices for the same item in a

                                                                                    What is tearing? · reactwg/react-18 · Discussion #69

                                                                                  新着記事