並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 24 件 / 24件

新着順 人気順

clear both floatの検索結果1 - 24 件 / 24件

  • プロと読み解くRuby 3.3 NEWS - STORES Product Blog

    テクノロジー部門CTO室の笹田(ko1)と遠藤(mame)です。今年の 9 月から STORES 株式会社で Ruby (MRI: Matz Ruby Implementation、いわゆる ruby コマンド) の開発をしています(Rubyのこれからを STORES で作る。Rubyコミッター笹田さん、遠藤さんにCTOがきく「Fun」|STORES People )。お金をもらって Ruby を開発しているのでプロの Ruby コミッタです。 本日 12/25 に、恒例のクリスマスリリースとして、Ruby 3.3.0 がリリースされました(Ruby 3.3.0 リリース)。クックパッド開発者ブログで連載していたように、今年も STORES Product Blog にて Ruby 3.3 の NEWS.md ファイルの解説をします(ちなみに、STORES Advent Calendar

      プロと読み解くRuby 3.3 NEWS - STORES Product Blog
    • Rust Vs Go: A Hands-On Comparison

      Matthias Endler - Consultant at Corrode.dev  • 27 September 2023 Oh no, not another 'Is Rust better than Go?' article. Seriously, haven't we all had our fill of these comparisons by now? But before you sigh in exasperation, hear us out! Many comparisons between Go and Rust emphasize their differences in syntax and the initial learning curve. However, ultimately, what matters is the ease of use for

        Rust Vs Go: A Hands-On Comparison
      • 50 Shades of Go: Traps, Gotchas, and Common Mistakes for New Golang Devs

        50 Shades of Go: Traps, Gotchas, and Common Mistakes for New Golang Devs 50 Shades of Go in Other Languages Chinese Translation: blog post, segmentfault (by wuYin) - needs updates Another Chinese Translation: blog post (by Shadowwind LEY) - needs updates Russian Translation: blog post (by Ilia Ozhereliev, Mail.Ru Group Blog) - needs updates Overview Go is a simple and fun language, but, like any o

        • WebKit Features in Safari 17.0

          Sep 18, 2023 by Jen Simmons and the Safari / WebKit Team Today’s the day for Safari 17.0. It’s now available for iOS 17 and iPadOS 17. [Update September 26th] And now, Safari 17.0 is available for macOS Ventura, and macOS Monterey, and macOS Sonoma. Safari 17.0 is also available in the vision OS Simulator, where you can test your website by downloading the latest beta of Xcode 15, which supports t

            WebKit Features in Safari 17.0
          • WebKit Features in Safari 17.4

            Just like Safari 15.4 and Safari 16.4, this March’s release of Safari 17.4 is a significant one for web developers. We’re proud to announce another 46 features and 146 bug fixes. You can experience Safari 17.4 on iOS 17.4, iPadOS 17.4, macOS Sonoma 14.4, macOS Ventura, macOS Monterey, and in visionOS 1.1. Architectural improvements It’s always exciting to ship new features that you can use while b

              WebKit Features in Safari 17.4
            • Go 1.21 Release Notes - The Go Programming Language

              Introduction to Go 1.21 The latest Go release, version 1.21, arrives six months after Go 1.20. Most of its changes are in the implementation of the toolchain, runtime, and libraries. As always, the release maintains the Go 1 promise of compatibility; in fact, Go 1.21 improves upon that promise. We expect almost all Go programs to continue to compile and run as before. Go 1.21 introduces a small ch

                Go 1.21 Release Notes - The Go Programming Language
              • Help us invent CSS Grid Level 3, aka “Masonry” layout

                If you’ve been making websites for years, you know how frustrating it was to lay out a web page with CSS floats. Managing sizes and placement was tedious and time consuming. Being creative was often impossible. CSS Grid greatly eased that pain with Grid Level 1 in 2017, and now with Grid Level 2, aka Subgrid. But even with the powerful CSS of today, not every layout imaged by designers is possible

                  Help us invent CSS Grid Level 3, aka “Masonry” layout
                • Netflix Japan - Watch TV Shows Online, Watch Movies Online

                  '); doc.close(); } if (!doc) throw Error('base not supported'); var baseTag = doc.createElement('base'); baseTag.href = base; doc.getElementsByTagName('head')[0].appendChild(baseTag); var anchor = doc.createElement('a'); anchor.href = url; return anchor.href; } finally { if (iframe) iframe.parentNode.removeChild(iframe); } }()); } // An inner object implementing URLUtils (either a native URL // ob

                  • Chrome 118 beta  |  Blog  |  Chrome for Developers

                    Scoped styles for CSS, additional media features, keyboard-focusable scroll containers, and more. Unless otherwise noted, changes described apply to the newest Chrome beta channel release for Android, ChromeOS, Linux, macOS, and Windows. Learn more about the features listed here through the provided links or from the list on ChromeStatus.com. Chrome 118 is beta as of September 13, 2023. You can do

                    • Quanto: a pytorch quantization toolkit

                      Quantization is a technique to reduce the computational and memory costs of evaluating Deep Learning Models by representing their weights and activations with low-precision data types like 8-bit integer (int8) instead of the usual 32-bit floating point (float32). Reducing the number of bits means the resulting model requires less memory storage, which is crucial for deploying Large Language Models

                        Quanto: a pytorch quantization toolkit
                      • NumPy 2.0.0 Release Notes — NumPy v2.1.dev0 Manual

                        Note The release of 2.0 is in progress and the current release overview and highlights are still in a draft state. However, the highlights should already list the most significant changes detailed in the full notes below, and those full notes should be complete (if not copy-edited well enough yet). NumPy 2.0.0 is the first major release since 2006. It is the result of X months of development since

                        • PromptIDE

                          xAI PromptIDEIntegrated development environment for prompt engineering and interpretability research November 6, 2023 The xAI PromptIDE is an integrated development environment for prompt engineering and interpretability research. It accelerates prompt engineering through an SDK that allows implementing complex prompting techniques and rich analytics that visualize the network's outputs. We use it

                            PromptIDE
                          • AIによる再設計でLlama2の15倍高速!?DeciLM登場!|shi3z

                            Llama2の15倍高速というDeciLMというのが発表された。もう何が何だかわからない。これはデコーダーモデルというやつで、4096トークンに対応 Llama 2 is Yesterday's News. Introducing DeciLM-6B and It's Leaving Llama 2 in the Dust. An efficient, blazing-fast text generation language model. DeciLM-6B is 15x faster than Llama 2! Here's what sets it apart: ⭐️ Performance Metrics that Speak Volumes: DeciLM-6B has set… pic.twitter.com/GE5y1m2Y9W — Hasan Toor ✪ (@hasant

                              AIによる再設計でLlama2の15倍高速!?DeciLM登場!|shi3z
                            • CSS Mixins & Functions Explainer

                              Note: 👍 The CSS Working Group has resolved to adopt this proposal, and begin drafting a new specification for CSS Mixins & Functions. Author ¶ Miriam Suzanne (Based heavily on a custom-function proposal by Tab Atkins) Intro ¶ In order to reduce code repetition, ensure consistency across a project, and encourage best practice, authors have often turned to third-party CSS pre-processors (Sass, Less

                              • PLUTO | Netflix (ネットフリックス) 公式サイト

                                '); doc.close(); } if (!doc) throw Error('base not supported'); var baseTag = doc.createElement('base'); baseTag.href = base; doc.getElementsByTagName('head')[0].appendChild(baseTag); var anchor = doc.createElement('a'); anchor.href = url; return anchor.href; } finally { if (iframe) iframe.parentNode.removeChild(iframe); } }()); } // An inner object implementing URLUtils (either a native URL // ob

                                  PLUTO | Netflix (ネットフリックス) 公式サイト
                                • From Python to Elixir Machine Learning

                                  As Elixir's Machine Learning (ML) ecosystem grows, many Elixir enthusiasts who wish to adopt the new machine learning libraries in their projects are stuck at a crossroads of wanting to move away from their existing ML stack (typically Python) while not having a clear path of how to do so. I would like to take some time to talk to WHY I believe now is a good time to start porting over Machine Lear

                                    From Python to Elixir Machine Learning
                                  • ‘The Boy and the Heron’: How GKIDS Pulled Off One of the Most Important Dubs in Anime History

                                    If done well, the dub would cement GKIDS’ importance to the animation industry, and invite a wider portion of the English-speaking world to surrender themselves to a surreal but summative masterpiece by the greatest animator the movies have ever known. If done poorly — if it betrayed even a hint of the awkwardness that crept into several of the sensitive but stilted dubs that Disney commissioned d

                                      ‘The Boy and the Heron’: How GKIDS Pulled Off One of the Most Important Dubs in Anime History
                                    • Secure Randomness in Go 1.22 - The Go Programming Language

                                      The Go Blog Secure Randomness in Go 1.22 Russ Cox and Filippo Valsorda 2 May 2024 Computers aren’t random. On the contrary, hardware designers work very hard to make sure computers run every program the same way every time. So when a program does need random numbers, that requires extra effort. Traditionally, computer scientists and programming languages have distinguished between two different ki

                                        Secure Randomness in Go 1.22 - The Go Programming Language
                                      • T・Pぼん | Netflix (ネットフリックス) 公式サイト

                                        '); doc.close(); } if (!doc) throw Error('base not supported'); var baseTag = doc.createElement('base'); baseTag.href = base; doc.getElementsByTagName('head')[0].appendChild(baseTag); var anchor = doc.createElement('a'); anchor.href = url; return anchor.href; } finally { if (iframe) iframe.parentNode.removeChild(iframe); } }()); } // An inner object implementing URLUtils (either a native URL // ob

                                          T・Pぼん | Netflix (ネットフリックス) 公式サイト
                                        • PhobosLab

                                          The source code for the classic PSX launch title wipEout was leaked in 2022. A few month ago I finally sat down to take a look at it. The result is a (nearly) complete rewrite that compiles to Windows, Linux, macOS and WASM. Thanks to WASM and WebGL you can play wipEout right in your browser! I'm not the only one who embarked on a path to restore the game. To my knowledge, there are two other effo

                                          • rust is not about memory safety

                                            01 june, 2024 most of rust discussions nowadays revolve around memory safety, and how it is safer than C / C++ / zig / go / whatever language is being trashed on twitter that day. while yes, that is true - not that the bar for most of these is particularly high - what I think is the main point of the language is always glossed over: correctness. when one tries to criticize any of the aforementione

                                              rust is not about memory safety
                                            • スコット・ピルグリム テイクス・オフ | Netflix (ネットフリックス) 公式サイト

                                              '); doc.close(); } if (!doc) throw Error('base not supported'); var baseTag = doc.createElement('base'); baseTag.href = base; doc.getElementsByTagName('head')[0].appendChild(baseTag); var anchor = doc.createElement('a'); anchor.href = url; return anchor.href; } finally { if (iframe) iframe.parentNode.removeChild(iframe); } }()); } // An inner object implementing URLUtils (either a native URL // ob

                                                スコット・ピルグリム テイクス・オフ | Netflix (ネットフリックス) 公式サイト
                                              • encoding/json/v2 · golang/go · Discussion #63397

                                                This is a discussion intended to lead to a formal proposal. This was written with input from @mvdan, @johanbrandhorst, @rogpeppe, @chrishines, @rsc. Background The widely-used "encoding/json" package is over a decade old and has served the Go community well. Over time, we have learned much about what works well and what does not. Its ability to marshal from and unmarshal into native Go types, the

                                                  encoding/json/v2 · golang/go · Discussion #63397
                                                • Kanji for Water: 水 (Mizu)

                                                  The Japanese kanji for “water” is 水. The pronunciation of the Kanji 水 is “mizu” (みず) in its kun’yomi (Japanese reading) and “sui” (スイ) in its on’yomi (Chinese reading). The shape of this kanji is rather simple, and its shape has a clear origin. The Kanji 水 is constructed with 4 strokes. This Kanji is a part of the JLPT N5 syllabus (please check the list of JLPT N5 Kanji). In Japanese schools, this

                                                    Kanji for Water: 水 (Mizu)
                                                  1