並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 42件

新着順 人気順

right and down and diceの検索結果1 - 40 件 / 42件

  • Core Web Vitals workflows with Google tools  |  Articles  |  web.dev

    Core Web Vitals workflows with Google tools Stay organized with collections Save and categorize content based on your preferences. Combine Google tools to audit, improve and monitor your website effectively. Core Web Vitals are a set of metrics that assess the user experience on criteria such as load performance, responsiveness to user input, and layout stability. A workflow for improving Core Web

      Core Web Vitals workflows with Google tools  |  Articles  |  web.dev
    • Backward Compatibility, Go 1.21, and Go 2 - The Go Programming Language

      Russ Cox 14 August 2023 Go 1.21 includes new features to improve compatibility. Before you stop reading, I know that sounds boring. But boring can be good. Back in the early days of Go 1, Go was exciting and full of surprises. Each week we cut a new snapshot release and everyone got to roll the dice to see what we’d changed and how their programs would break. We released Go 1 and its compatibility

        Backward Compatibility, Go 1.21, and Go 2 - The Go Programming Language
      • Why Rust is the Future of Game Development | thefuntastic

        Rust, not related to the video game also called Rust, is a promising systems programming language with novel features ideally suited for game development. Exposure and awareness within the game developer community, however, remains limited. In this post, I provide a gentle introduction to Rust and attempt to justify its place on your radar. A Short History Lesson​What is Rust, and where did it com

        • The Roadmap of Mathematics for Machine Learning

          Understanding math will make you a better engineer.So, I am writing the best and most comprehensive book about it. I'm interested Knowing the mathematics behind machine learning algorithms is a superpower. If you have ever built a model for a real-life problem, you probably experienced that familiarity with the details goes a long way if you want to move beyond baseline performance. This is especi

            The Roadmap of Mathematics for Machine Learning
          • The most counterintuitive facts in all of mathematics, computer science, and physics

            It is possible to compute over encrypted data without access to the secret key: https://en.wikipedia.org/wiki/Homomorphic_encryption It is possible to prove that you know a value x, without conveying any information apart from the fact that you know the value x: https://en.wikipedia.org/wiki/Zero-knowledge_proof It is possible to play poker by telephone in a trusted way which prevents cheating: ht

              The most counterintuitive facts in all of mathematics, computer science, and physics
            • Scaling from 2,000 to 25,000 engineers on GitHub at Microsoft - Jeff Wilcox

              Scaling from 2,000 to 25,000 engineers on GitHub at Microsoft At Microsoft today we have almost 25,000 engineers participating in our official GitHub organizations for open source, a great number of them contributing to open source communities throughout GitHub. It’s been quite a ride: that’s 10X the engineers we were working with when I posted in 2015 about our experience scaling from 20 to 2,000

              • Cutting Board Designer Keygen For Mac - diskgreenway

                Visiteurs depuis le 30/01/2019 : 963 Connectés : 1 Record de connectés : 18 Mentor Graphics PADS Professional VX.2.2 4.32 GB Information: Design, validate, and manufacture complex PCBs with PADS? Professional, the cutting-edge solution that delivers Xpedition? Technology to engineering professionals who work outside a corporate CAD environment. PADS Professional is powerful, but it’s also easy to

                  Cutting Board Designer Keygen For Mac - diskgreenway
                • Make Something Wonderful | Steve Jobs

                  Make Something WonderfulSteve Jobs in his own wordsThere’s lots of ways to be, as a person. And some people express their deep appreciation in different ways. But one of the ways that I believe people express their appreciation to the rest of humanity is to make something wonderful and put it out there. And you never meet the people. You never shake their hands. You never hear their story or tell

                    Make Something Wonderful | Steve Jobs
                  • Naïve Bayes for Machine Learning – From Zero to Hero

                    Before I dive into the topic, let us ask a question – what is machine learning all about and why has it suddenly become a buzzword? Machine learning fundamentally is the “art of prediction”. It is all about predicting the future, based on the past. The reason it is a buzzword is actually not about data, technology, computing power or any of that stuff. It’s just about human psychology! Yes, we hum

                      Naïve Bayes for Machine Learning – From Zero to Hero
                    • Unix ASCII games

                      Unix ASCII games View the Project on GitHub ligurio/awesome-ttygames Unix ASCII games Feel free to submit pull requests to add new games and improve information about those already in the database. How to contribute Check games.yaml out. All information is inside, and you should more or less understand what’s going on by reading it. Sorting is alphabetical. Simplest way to contribute: edit games.y

                      • Definitely Typed: The Movie | johnnyreilly

                        OSS Engineer - TypeScript, Azure, React, Node.js, .NET This post is a a little different from most that sit on my site. It's the story of the Definitely Typed project, of which I was an early member. It had a seismic impact on the development of TypeScript. When exchanging messages with Andrew Branch (member of the TypeScipt team), I realised it was an untold story, and perhaps I should tell it, b

                          Definitely Typed: The Movie | johnnyreilly
                        • Multi-Value All The Wasm! – Mozilla Hacks - the Web developer blog

                          This article is cross-posted on the Bytecode Alliance web site. Multi-value is a proposed extension to core WebAssembly that enables functions to return many values, among other things. It is also a pre-requisite for Wasm interface types. I’ve been adding multi-value support all over the place recently: I added multi-value support to all the various crates in the Rust and WebAssembly toolchain, so

                          • Everything new from GitHub Universe 2022

                            CommunityCompanyEnterpriseProductEverything new from GitHub Universe 2022See what we're building to enhance the most integrated developer platform that allows developers and enterprises to drive innovation with ease. Fifteen years ago, the first line of code was committed to build GitHub. Since then, our purpose has been to equip developers with everything they need to be their best. This mission

                              Everything new from GitHub Universe 2022
                            • ReBeL: A general game-playing AI bot that excels at poker and more

                              ReBeL: A general game-playing AI bot that excels at poker and more Combining reinforcement learning with search (RL+Search) has been tremendously successful for perfect-information games. But prior RL+Search algorithms break down in imperfect-information games. We introduce ReBeL, an algorithm that for the first time enables sound RL+Search in imperfect-information games like poker. ReBeL achieves

                                ReBeL: A general game-playing AI bot that excels at poker and more
                              • Code-splitting and minimal edge latency: the perfect match

                                Code-splitting and minimal edge latency: the perfect matchFastly Fiddle, our code playground tool, is a React single-page app that uses the excellent Monaco IDE component that powers VS Code. Problem is, Monaco is huge. And most uses of Fiddle are read only. Do we really need to load a whole IDE to display some non-editable code? No! Is lazy loading code that's cached at the edge really fast? Yes!

                                  Code-splitting and minimal edge latency: the perfect match
                                • A Complete guide to Semantic Segmentation in 2024

                                  Published: May 19, 2021 ● Updated: Mar 21, 2024 IntroDeep learning has been very successful when working with images as data and is currently at a stage where it works better than humans on multiple use-cases. The most important problems that humans have been interested in solving with computer vision are image classification, object detection and segmentation in the increasing order of their diff

                                    A Complete guide to Semantic Segmentation in 2024
                                  • Coronavirus: the first three months as it happened

                                    Thank you for visiting nature.com. You are using a browser version with limited support for CSS. To obtain the best experience, we recommend you use a more up to date browser (or turn off compatibility mode in Internet Explorer). In the meantime, to ensure continued support, we are displaying the site without styles and JavaScript. The first US deaths related to coronavirus might have occurred wee

                                      Coronavirus: the first three months as it happened
                                    • Sagishi さんの YOASOBI「アイドル」評が興味深かったのでいろいろ調べました

                                      (画像出典: https://pixabay.com/ja/photos/%E3%81%8A%E8%8F%93%E5%AD%90%E5%B3%B6%E3%81%AE%E5%B0%91%E5%A5%B3-%E3%82%A2%E3%82%A4%E3%83%89%E3%83%AB-%E4%B8%BB%E4%BA%BA-4354096/) ※ 2023 年 6 月 12 日追記(1): 補足記事を書きました「キメラ・ポップのルーツを求めて: YOASOBI「アイドル」のように展開が非常に多い楽曲はどこから来たのか」 ※ 2023 年 6 月 12 日追記(2): 補足記事を書きました (2) 英語の歌詞に韻 (rhyme) は必要か? Sagishi (@sagishi)さんの YOASOBI「アイドル」(2023) 評が興味深かったので、 YOASOBI『アイドル』の異様さの評価+常識外れの英語

                                        Sagishi さんの YOASOBI「アイドル」評が興味深かったのでいろいろ調べました
                                      • Cumulative Layout Shift in Practice

                                        Table of Contents Introduction What is Cumulative Layout Shift? Why is it important? Definition When Does it End? Single Page Apps (SPAs) IFRAMEs How to Improve It How to Measure It RUM Example Code Attribution Fallbacks Browser Support Gotchas Open-Source / Free RUM Commercial RUM Synthetic Free Synthetic Developer Tools Commercial Synthetic Monitoring Tools RUM vs. Synthetic Real World Data What

                                          Cumulative Layout Shift in Practice
                                        • 20,000 Startup Ideas

                                          20,000 Startup Ideas (This data comes from the O*NET web site.) This gives a kind of map of the territory of current economically important human activities. Therefore it represents a good source of startup ideas. It maybe is even the listing of approximately all startup ideas. Visit individuals in homes or attend group meetings to provide information on agency services, requirements, or procedure

                                          • FermiNet: Quantum Physics and Chemistry from First Principles

                                            Research FermiNet: Quantum Physics and Chemistry from First Principles Published 19 October 2020 Authors David Pfau, James Spencer, Alexander Matthews, Matthew Foulkes * (* External authors) In an article recently published in Physical Review Research, we show how deep learning can help solve the fundamental equations of quantum mechanics for real-world systems. Not only is this an important funda

                                              FermiNet: Quantum Physics and Chemistry from First Principles
                                            • Untitled/unsorted collection of math notes

                                              Untitled/unsorted collection of math notes Dennis Yurichev Untitled/unsorted collection of math notes Dennis Yurichev May 18, 2023 Contents 1 Unsorted parts 1 1.1 Fencepost error / off-by-one error . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1.2 GCD and LCM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 1.2.1

                                              • An Introduction To Real-Time Subsurface Scattering

                                                A little while ago I was doing some research into the state-of-the-art for approximating subsurface scattering effects in real-time (mainly for skin rendering), and I had taken a bunch of loose notes to help me keep all of the details straight. I thought it might be useful to turn those notes into a full blog post, in case anyone else out there needs an overview of what’s commonly used to shade sk

                                                  An Introduction To Real-Time Subsurface Scattering
                                                • List of Google Easter eggs - Wikipedia

                                                  For a list of the company's April Fools' Day jokes and hoaxes, see List of Google April Fools' Day jokes. This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. Find sources: "List of Google Easter eggs" – news · newspapers · books · scholar · JSTOR (April 2022) (Learn how

                                                    List of Google Easter eggs - Wikipedia
                                                  • My kids and I just played D&D with ChatGPT4 as the DM

                                                    This blog post is brought to you by Olympia, the AI Virtual Assistant service that I founded after realizing the potential of large-language models by playing Dungeons & Dragons with them. My two oldest kids Taylor Anne and Liam, are 26 and 23 (respectively). My youngest son Tenzin is 15 years old. All of us are together at my house in Mexico City this week, and the discussion topic generating the

                                                      My kids and I just played D&D with ChatGPT4 as the DM
                                                    • Practical SQL for Data Analysis

                                                      Pandas is a very popular tool for data analysis. It comes built-in with many useful features, it's battle tested and widely accepted. However, pandas is not always the best tool for the job. SQL databases have been around since the 1970s. Some of the smartest people in the world worked on making it easy to slice, dice, fetch and manipulate data quickly and efficiently. SQL databases have come such

                                                        Practical SQL for Data Analysis
                                                      • AI competitions don’t produce useful models

                                                        A huge new CT brain dataset was released today, with the goal of training models to detect intracranial haemorrhage. So far, it looks pretty good, although I haven’t dug into it in detail yet (and the devil is often in the detail). The dataset has been released for a competition, which obviously lead to the usual friendly rivalry on Twitter: Of course, this lead to cynicism from the usual suspects

                                                          AI competitions don’t produce useful models
                                                        • Microsoft Lists: Easier, Better, Faster, Stronger

                                                          Microsoft Lists is designed to unlock your team’s full potential by reducing the strain and drudgery of keeping everybody organized, on the same page, and moving forward together. Designed with collaboration in mind, Lists enables teams of all sizes to efficiently track what needs to get done, share resources, and organize information of all shapes and sizes. We’re proud to announce a batch of cha

                                                            Microsoft Lists: Easier, Better, Faster, Stronger
                                                          • -=PalShack=- | hax since before it was cool

                                                            This adventure starts out at Shmoocon, Grifter talked me into going even though at the time I didn’t have a pass and was 299 miles away. Luckily someone had an extra and hooked me up! Additionally, I was lucky enough to be talking with Darren Kitchen from Hak5 about my previous years DEF CON Wireless Monitoring Project and told him that I wished I could create a system that didn’t have to channel

                                                            • CSS: Margin Top vs Bottom (A Trick You Should Know)

                                                              Table of contents Should You Use Top Or Bottom Margin? Always Use Top Margin! Why Top Margin is Always Best Towards a More General Purpose CSS Rule CSS can be surprisingly difficult. Learning little tricks can sometimes make all the difference to the quality and efficiency of your stylesheets. And that's where today's question comes in. Should You Use Top Or Bottom Margin? Or more specifically: "W

                                                                CSS: Margin Top vs Bottom (A Trick You Should Know)
                                                              • Wasmtime and Cranelift in 2023

                                                                It’s that time of year: time to start winding down for the winter holiday season, time to reflect on the past year, and time to think about what we can accomplish together in 2024. The Wasmtime and Cranelift projects are no exception. This article recounts Wasmtime and Cranelift progress in 2023 and explores what we might do in 2024. Wasmtime is a standalone WebAssembly runtime. It is fast, secure

                                                                  Wasmtime and Cranelift in 2023
                                                                • 誰かに親切にすることのインパクト「Today you, tomorrow me」 - WRITE, DREAM, LIVE

                                                                  angi12345によるPixabayからの画像 皆さん、「Reddit」をご存知でしょうか。 多分英語圏で一番大きな掲示板です。日本の某巨大掲示板のように、様々なカルチャーや話題を生み出しているものの、ヘイトの温床でもあります。 ちなみにRedditの創業者二名のうちの一人、アレクシス・オハニアンはテニス界の女王セリーナ・ウィリアムズの夫。二人とも大金持ちという点以外は、異人種・異業種、歩んできた人生もまったくクロスしなそうなお二人ですが結婚生活は順調なようで、真のロマンスを感じます。私の中で別れてほしくないセレブ夫婦ナンバー1。 2020年、ブラック・ライブズ・マター運動の高まりを受け、アレクシス・オハニアンは、白人至上主義がはびこるRedditの取締役を辞任。妻が黒人、娘も黒人(白人と黒人の混血は黒人なのです・・・おかしいですよね)ですからね。 www.harpersbazaar.c

                                                                    誰かに親切にすることのインパクト「Today you, tomorrow me」 - WRITE, DREAM, LIVE
                                                                  • Events in React

                                                                    So far, all of our examples only did their work on page load. As you probably guessed, that isn't normal. In most apps, especially the kind of UI-heavy ones we will be building, there is going to be a ton of things the app does only as a reaction to something. That something could be triggered by a mouse click, a key press, window resize, or a whole bunch of other gestures and interactions. The gl

                                                                      Events in React
                                                                    • The Mystery of the Bloomfield Bridge

                                                                      Why is this bridge here? This pedestrian bridge crosses I-494 just west of the Minneapolis Airport. It connects Bloomington to Richfield. I drive under it often and I wondered: why is it there? It's not in an area that is particularly walkable, and it doesn't connect any establishments that obviously need to be connected. So why was it built? I often have curious thoughts like this, but I dismiss

                                                                        The Mystery of the Bloomfield Bridge
                                                                      • Netflix CEO Explains Why He Pays Technologists Huge Salaries

                                                                        Netflix CEO Explains Why He Pays Technologists Huge Salaries by Nick Kolakowski Sep 28, 2020 4 min read For years, Netflix has maintained a reputation as a company that pays its technologists huge salaries. Data has backed up that assertion; for example, crowdsourced compensation numbers from levels.fyi suggest that Netflix’s software engineers can make nearly half a million dollars per year, well

                                                                          Netflix CEO Explains Why He Pays Technologists Huge Salaries
                                                                        • Scott’s Supreme Quantum Supremacy FAQ!

                                                                          The Blog of Scott Aaronson If you take nothing else from this blog: quantum computers won't solve hard problems instantly by just trying all solutions in parallel. You’ve seen the stories—in the Financial Times, Technology Review, CNET, Facebook, Reddit, Twitter, or elsewhere—saying that a group at Google has now achieved quantum computational supremacy with a 53-qubit superconducting device. Whil

                                                                            Scott’s Supreme Quantum Supremacy FAQ!
                                                                          • Combobulate: Structured Movement and Editing with Tree-Sitter

                                                                            Combobulate: Structured Movement and Editing with Tree-Sitter Combobulate is a package that adds advanced structured editing and movement to many programming modes in Emacs. Here's how it works, and how it can enrich your editing experience in Emacs. About a year ago I released an alpha – prototype, really – version of a tool I call Combobulate. I’d been using it personally for a while before I le

                                                                              Combobulate: Structured Movement and Editing with Tree-Sitter
                                                                            • New mobile neural network architectures

                                                                              Over the past 18 months or so, a number of new neural network achitectures were proposed specifically for use on mobile and edge devices. It seems that pretty much everyone has figured out now that large models such as VGG16 or ResNet-50 aren’t a good idea on small devices. 😉 I have previously written about MobileNet v1 and v2, and have used these models in many client projects. But it’s 2020 and

                                                                              • Testing in Production: the hard parts

                                                                                Author’s Note: Thanks, as ever, to Fred Hebert, for reading a draft of this post and making some sterling suggestions. This is the third installment in my series on testing distributed systems. The posts in this series are the following: Testing Microservices, the sane way (published December 2017) Testing in Production, the safe way (published March 2018) Testing in Production: the hard parts (pu

                                                                                  Testing in Production: the hard parts
                                                                                • 最先端NLP勉強会 - 2020

                                                                                  [10:00-10:10] オープニング [10:10-11:50] セッション1 - Machine Translation / Generation 賀沢秀人: Theoretical Limitations of Self-Attention in Neural Sequence Models (TACL2020) [paper] [slide] 高瀬翔: Improving Transformer Models by Reordering their Sublayers (ACL2020) [paper] [slide] 高瀬翔: MixText: Linguistically-Informed Interpolation of Hidden Space for Semi-Supervised Text Classification (ACL2020) [paper] [slide

                                                                                    最先端NLP勉強会 - 2020