並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 33 件 / 33件

新着順 人気順

behaviorの検索結果1 - 33 件 / 33件

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

behaviorに関するエントリは33件あります。 スクロールtechfeeddev などが関連タグです。 人気エントリには 『行動変容 自分と世界を変える技術 / Behavior change techniques』などがあります。
  • 行動変容 自分と世界を変える技術 / Behavior change techniques

    <Ver.1.0> 社会の変化や、サステナビリティの観点で注目されている「行動変容」についてまとめています。 <シェア・共有歓迎です> ■解説&ディスカッション会 こちらの資料をベースに、簡単な解説&皆さんとのディスカッションをしました。 10/18(水) 上のイベントはすでに終了しましたが、今後も様々な形で機会を作っていきますので、 参加ご希望の方はこちらのフォームから登録をお願いします https://forms.gle/hE2TdftWWmYa2xa36

      行動変容 自分と世界を変える技術 / Behavior change techniques
    • CSSでスクロールが連鎖するのを回避する古い方法とoverscroll-behaviorを使った新しいテクニック

      スクロールの連鎖(スクロールチェーン)とは、ページ上にスクロールするコンテンツがあり、そのコンテンツをスクロールして終点に到達するとメインのコンテンツもスクロールしてしまう現象です。 モーダルにスクロールがある場合、スマホのナビゲーションにスクロールがある場合、固定サイドバーにスクロールがある場合など、スクロールチェーンしないように実装するCSSのテクニックを紹介します。 Prevent Scroll Chaining With Overscroll Behavior by Ahmad Shadeed 下記は各ポイントを意訳したものです。 ※当ブログでの翻訳記事は、元サイト様にライセンスを得て翻訳しています。 はじめに スクロールチェーンとは 古い解決方法 今の解決方法: overscroll-behavior overscroll-behaviorの使用方法 終わりに はじめに posi

        CSSでスクロールが連鎖するのを回避する古い方法とoverscroll-behaviorを使った新しいテクニック
      • scroll-behavior: smooth;によるページ内検索時のスクロールを除外するテクニック

        ページにhtml {scroll-behavior: smooth;}を加えるだけで、簡単にページ内のスクロールのすべてがスムーズになります。一昔前はJavaScriptやjQueryのプラグインで実装していますが、非常に簡単に実装できるようになりました。 「すべてがスムーズになる」弊害が1つあり、ページ内検索時にも適用されてしまいます。複数のキーワードがページ内にある場合は、時間がかかってしまいます。 このページ内検索時を除外して、ページ内にscroll-behavior: smooth;を適用するテクニックを紹介します。 仕様なのか、不具合・バグなのか、いずれにしろ簡単に対応できます。 Fixing Smooth Scrolling with Find-on-Page 下記は各ポイントを意訳したものです。 ※当ブログでの翻訳記事は、元サイト様にライセンスを得て翻訳しています。 CSS-

          scroll-behavior: smooth;によるページ内検索時のスクロールを除外するテクニック
        • overscroll-behaviorがお手軽! モーダルUI等のスクロール連鎖を防ぐ待望のCSS - ICS MEDIA

          3つ値の具体的な動作は、次のサンプルで確認できます。overscroll-behaviorプロパティがcontainまたはnoneだった場合、背面のコンテンツにスクロールが伝達しないことを確認できます。 加えてcontainは、オーバースクロールの動作を維持します。このサンプルでは、コンテンツを超えて上下にバウンスする効果を確認できます。(次のGIF画像の2番目) 効果が有効かどうかは、OSやブラウザによって異なりますが、モバイルのPull-to-Refreshが有効なブラウザから確認できると思います。 サンプルを別ウインドウで開く コードを確認する(HTML、CSS) どのような使い方ができるのか、作例をいくつか用意しましたのでご紹介します。実装の参考にしてみてください。 画面固定で表示するUIの作例 画面固定で表示されるダイアログとハンバーガーメニューをdialog要素で実装し、ove

            overscroll-behaviorがお手軽! モーダルUI等のスクロール連鎖を防ぐ待望のCSS - ICS MEDIA
          • GitHub - alpinejs/alpine: A rugged, minimal framework for composing JavaScript behavior in your markup.

            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 - alpinejs/alpine: A rugged, minimal framework for composing JavaScript behavior in your markup.
            • Blogged Answers: A (Mostly) Complete Guide to React Rendering Behavior

              Random musings on React, Redux, and more, by Redux maintainer Mark "acemarke" Erikson This is a post in the Blogged Answers series. Details on how React rendering behaves, and how use of Context and React-Redux affect rendering I've seen a lot of ongoing confusion over when, why, and how React will re-render components, and how use of Context and React-Redux will affect the timing and scope of tho

                Blogged Answers: A (Mostly) Complete Guide to React Rendering Behavior
              • Generative Agents: Interactive Simulacra of Human Behavior

                Believable proxies of human behavior can empower interactive applications ranging from immersive environments to rehearsal spaces for interpersonal communication to prototyping tools. In this paper, we introduce generative agents--computational software agents that simulate believable human behavior. Generative agents wake up, cook breakfast, and head to work; artists paint, while authors write; t

                  Generative Agents: Interactive Simulacra of Human Behavior
                • Changes to SameSite Cookie Behavior – A Call to Action for Web Developers – Mozilla Hacks - the Web developer blog

                  Changes to SameSite Cookie Behavior – A Call to Action for Web Developers We are changing the default value of the SameSite attribute for cookies from None to Lax. This will greatly improve security for users. However, some web sites may depend (even unknowingly) on the old default, potentially resulting in breakage for those sites. At Mozilla, we are slowly introducing this change. And we are str

                    Changes to SameSite Cookie Behavior – A Call to Action for Web Developers – Mozilla Hacks - the Web developer blog
                  • 週刊Railsウォッチ: Railsコンソールが最新のIRB APIに移行、assertionless_tests_behaviorほか(20240513前編)|TechRacho by BPS株式会社

                    こんにちは、hachi8833です。以下のお知らせに先ほど気づきました🎉。 💎Kaigi on Rails 2024 公式サイト オープン!💎 オンラインとオフラインのハイブリット開催です! 日程:2024.10.25 (Fri.) - 26 (Sat.) 有明セントラルタワーホールhttps://t.co/Jwk5Zro27S#kaigionrails — Kaigi on Rails (@kaigionrails) May 7, 2024 週刊Railsウォッチについて 各記事冒頭には🔗でパーマリンクを置いてあります: 社内やTwitterでの議論などにどうぞ 「つっつきボイス」はRailsウォッチ公開前ドラフトを(鍋のように)社内有志でつっついたときの会話の再構成です👄 お気づきの点がありましたら@hachi8833までメンションをいただければ確認・対応いたします🙏 Te

                      週刊Railsウォッチ: Railsコンソールが最新のIRB APIに移行、assertionless_tests_behaviorほか(20240513前編)|TechRacho by BPS株式会社
                    • Prepare for viewport resize behavior changes coming to Chrome on Android  |  Blog  |  Chrome for Developers

                      In November, with the release of Chrome 108, Chrome will make some changes to how the Layout Viewport behaves when the on-screen keyboard (OSK) gets shown. With this change, Chrome on Android will no longer resize the Layout Viewport, and instead resize only the Visual Viewport. This will bring Chrome on Android’s behavior up to par with that of Chrome on iOS and Safari on iOS. Here's some backgro

                      • Overview on X's rules and account behavior best practices

                        <path opacity="0" d="M0 0h24v24H0z" /> <path d="M17.207 11.293l-7.5-7.5c-.39-.39-1.023-.39-1.414 0s-.39 1.023 0 1.414L15.086 12l-6.793 6.793c-.39.39-.39 1.023 0 1.414.195.195.45.293.707.293s.512-.098.707-.293l7.5-7.5c.39-.39.39-1.023 0-1.414z" /> </svg>" data-icon-arrow-left="<svg width="28px" height="28px" viewbox="0 0 28 28" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://ww

                          Overview on X's rules and account behavior best practices
                        • GitHub - PAIR-code/lit: The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and framework agnostic interface.

                          The Learning Interpretability Tool (🔥LIT, formerly known as the Language Interpretability Tool) is a visual, interactive ML model-understanding tool that supports text, image, and tabular data. It can be run as a standalone server, or inside of notebook environments such as Colab, Jupyter, and Google Cloud Vertex AI notebooks. LIT is built to answer questions such as: What kind of examples does m

                            GitHub - PAIR-code/lit: The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and framework agnostic interface.
                          • 朱奈 on X: "これ明白にウソで、ひろゆきは「服装」と言ってるけど孫引きしたリンク先の2006年の文章には「only 4.4% of all reported rapes involved provocative behavior on the part of the victim」で服装ではなく「行動」と書かれてる"

                            • GitHub - sslab-gatech/Rudra: Rust Memory Safety & Undefined Behavior Detection

                              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 - sslab-gatech/Rudra: Rust Memory Safety & Undefined Behavior Detection
                              • behavior his honorable praised They | ならべかえ 英語 リスニング

                                単語をならべかえて英文を完成させよう(レベル5)「behavior his honorable praised They」「人々は彼の立派な行いを称賛した。」#英語学習 | ならべかえ 英語 リスニング

                                  behavior his honorable praised They | ならべかえ 英語 リスニング
                                • GitHub - facebookexperimental/hermit: Hermit launches linux x86_64 programs in a special, hermetically isolated sandbox to control their execution. Hermit translates normal, nondeterministic behavior, into deterministic, repeatable behavior. This can be u

                                  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 - facebookexperimental/hermit: Hermit launches linux x86_64 programs in a special, hermetically isolated sandbox to control their execution. Hermit translates normal, nondeterministic behavior, into deterministic, repeatable behavior. This can be u
                                  • Prevent Scroll Chaining With Overscroll Behavior

                                    Let’s suppose that we have an element with position: fixed. If it has scrolling, you will notice that when you reach the bottom boundary of the element, the browser will continue scrolling on the body element. It’s an unwanted and confusing effect. Thankfully, we can fix that with CSS. In this article, we’ll go through the overscroll-behavior CSS property, what’s the problem it solves, how it work

                                      Prevent Scroll Chaining With Overscroll Behavior
                                    • Consumer sentiment and behavior continue to reflect the uncertainty of the COVID-19 crisis

                                      Consumer sentiment and behavior continue to reflect the uncertainty of the COVID-19 crisis As consumers around the globe adjust to the next normal, there is significant variance in consumer sentiment and behaviors across countries. Heading into the fall season, there is a renewed sense of caution as coronavirus cases soar in parts of the world. While the uncertainty from COVID-19 persists througho

                                        Consumer sentiment and behavior continue to reflect the uncertainty of the COVID-19 crisis
                                      • GitHub - joonspk-research/generative_agents: Generative Agents: Interactive Simulacra of Human Behavior

                                        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 - joonspk-research/generative_agents: Generative Agents: Interactive Simulacra of Human Behavior
                                        • Safari 16から使えるCSS新機能「text-align-last」「overscroll-behavior」「サブグリッド」を俯瞰する

                                          9月16日に、Safariの最新バージョン16がリリースされました。さまざまな新機能が追加されましたが、今回はその中でも3つのCSSに絞って紹介します。いずれも今後のCSS開発を便利にしてくれるものです。 01 text-align-lastプロパティで1行テキストの両端揃え text-align-lastプロパティとは、複数行のうち、最終行の配置位置を指定するためのCSSです。本プロパティを使うと、1行テキストの両端揃えがラクに実現できます。 目的のレイアウト 次のレイアウトを考えてみましょう。テーブルレイアウトで、「日時」「会場」「参加費」というタイトルが、両端揃えになっています。 HTMLは次のようになっています。 ▼ HTML <table> <tr> <th>日時</th> <td>2022年07月26日</td> </tr> <tr> <th>会場</th> <td>福岡Pay

                                            Safari 16から使えるCSS新機能「text-align-last」「overscroll-behavior」「サブグリッド」を俯瞰する
                                          • analyze the behavior with decision table

                                            デシジョンテーブルで振る舞いを整理しよう in WACATE 2021 winter https://wacate.jp/workshops/2021winter/

                                              analyze the behavior with decision table
                                            • OpenAI's Rules for Model Behavior, Better Brain-Controlled Robots, and more

                                              Dear friends, In the last couple of days, Google announced a doubling of Gemini Pro 1.5's input context window from 1 million to 2 million tokens, and OpenAI released GPT-4o, which generates tokens 2x faster and 50% cheaper than GPT-4 Turbo and natively accepts and generates multimodal tokens. I view these developments as the latest in an 18-month trend. Given the improvements we've seen, best pra

                                                OpenAI's Rules for Model Behavior, Better Brain-Controlled Robots, and more
                                              • Blogged Answers: React, Redux, and Context Behavior

                                                Random musings on React, Redux, and more, by Redux maintainer Mark "acemarke" Erikson This is a post in the Blogged Answers series. An explanation of how React Context behaves, and how React-Redux uses Context internally There's a couple assumptions that I've seen pop up repeatedly: React-Redux is "just a wrapper around React context" You can avoid re-renders caused by React context if you destruc

                                                  Blogged Answers: React, Redux, and Context Behavior
                                                • Behavior inheritance in Rust

                                                  There is a common adage in Rust community that “Rust prefers composition over inheritance”. There is no inheritance support in common OO sense in Rust. You can achieve some OOP paradigms like, defining interface, using traits but not all. Lack of behavior inheritance became obvious, when I started to think about building a GUI toolkit in Rust. I am familiar with GTK+ and Qt which use a model, wher

                                                    Behavior inheritance in Rust
                                                  • The Linux Kernel Has Been Forcing Different Behavior For Processes Starting With "X" - Phoronix

                                                    Show Your Support: This site is primarily supported by advertisements. Ads are what have allowed this site to be maintained on a daily basis for the past 19+ years. We do our best to ensure only clean, relevant ads are shown, when any nasty ads are detected, we work to remove them ASAP. If you would like to view the site without ads while still supporting our work, please consider our ad-free Phor

                                                      The Linux Kernel Has Been Forcing Different Behavior For Processes Starting With "X" - Phoronix
                                                    • GitHub - lllyasviel/Paints-UNDO: Understand Human Behavior to Align True Needs

                                                      PaintsUndo: A Base Model of Drawing Behaviors in Digital Paintings Paints-Undo is a project aimed at providing base models of human drawing behaviors with a hope that future AI models can better align with the real needs of human artists. The name "Paints-Undo" is inspired by the similarity that, the model's outputs look like pressing the "undo" button (usually Ctrl+Z) many times in digital painti

                                                        GitHub - lllyasviel/Paints-UNDO: Understand Human Behavior to Align True Needs
                                                      • Will Smith on Instagram: "Violence in all of its forms is poisonous and destructive. My behavior at last night’s Academy Awards was unacceptable and inexcusable. Jokes at my expense are a part of the job, but a joke about Jada’s medical condition was too

                                                        willsmith on March 28, 2022: "Violence in all of its forms is poisonous and destructive. My behavior at last night’s Academy Awards was unacceptable and inexcusable. Jokes at my expense are a part of the job, but a joke about Jada’s medical condition was too much for me to bear and I reacted emotionally. I would like to publicly apologize to you, Chris. I was out of line and I was wrong. I am emba

                                                          Will Smith on Instagram: "Violence in all of its forms is poisonous and destructive. My behavior at last night’s Academy Awards was unacceptable and inexcusable. Jokes at my expense are a part of the job, but a joke about Jada’s medical condition was too
                                                        • How Security Operation Centers can use Amazon GuardDuty to detect malicious behavior | Amazon Web Services

                                                          AWS Security Blog How Security Operation Centers can use Amazon GuardDuty to detect malicious behavior The Security Operations Center (SOC) has a tough job. As customers modernize and shift to cloud architectures, the ability to monitor, detect, and respond to risks poses different challenges. In this post we address how Amazon GuardDuty can address some common concerns of the SOC regarding the nu

                                                            How Security Operation Centers can use Amazon GuardDuty to detect malicious behavior | Amazon Web Services
                                                          • How is ChatGPT's behavior changing over time?

                                                            GPT-3.5 and GPT-4 are the two most widely used large language model (LLM) services. However, when and how these models are updated over time is opaque. Here, we evaluate the March 2023 and June 2023 versions of GPT-3.5 and GPT-4 on several diverse tasks: 1) math problems, 2) sensitive/dangerous questions, 3) opinion surveys, 4) multi-hop knowledge-intensive questions, 5) generating code, 6) US Med

                                                            • Improvements to Amazon ECS task launch behavior when tasks have prolonged shutdown | Amazon Web Services

                                                              Containers Improvements to Amazon ECS task launch behavior when tasks have prolonged shutdown Amazon Elastic Container Service (Amazon ECS) now launches tasks faster on container instances that are running tasks that have a prolonged shutdown period. This enables customers to scale their workloads faster and improve infrastructure utilization. About Amazon ECS scheduling Amazon ECS is a container

                                                                Improvements to Amazon ECS task launch behavior when tasks have prolonged shutdown | Amazon Web Services
                                                              • ActiveSupport::Deprecation.behavior

                                                                RailsのDeprecation Warningの出力手段を好きにカスタマイズする方法について。 config.active_support.deprecation Railsはその機能について破壊的な変更を入れるとき、まず「次のマイナーバージョンでこの機能を廃止するよ」という警告を出すように計らってくれている。この警告は常に ActiveSupport::Deprecation の機能を使って出力される。 Railsアプリの設定で、次のような項目を見たことがないだろうか。 config.active_support.deprecation = :notify 例えばこの設定をした場合、Railsは起動時にこの設定値を見て、ActiveSupport::Deprecation.behavior = :notify みたいなことをしてくれる。ActiveSupport::Deprecati

                                                                • I'm a Stanford professor who's studied organizational behavior for decades. The widespread layoffs in tech are more because of copycat behavior than necessary cost-cutting.

                                                                  An icon in the shape of a person's head and shoulders. It often indicates a user profile.

                                                                    I'm a Stanford professor who's studied organizational behavior for decades. The widespread layoffs in tech are more because of copycat behavior than necessary cost-cutting.
                                                                  • Announcing an update to IAM role trust policy behavior | Amazon Web Services

                                                                    AWS Security Blog Announcing an update to IAM role trust policy behavior June 15, 2023: Enforcement has changed from a fixed date to an automated process starting June 30, 2023 that removed roles based on observed role assumption behavior. February 9, 2023: The enforcement date has changed from February 15, 2023, to June 30, 2023. AWS Identity and Access Management (IAM) is changing an aspect of h

                                                                      Announcing an update to IAM role trust policy behavior | Amazon Web Services
                                                                    1

                                                                    新着記事