並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 8 件 / 8件

新着順 人気順

"Saved For Later"の検索結果1 - 8 件 / 8件

  • Go Scheduler

    ↑ ↓ Go Scheduler Introduction Compilation and Go Runtime Primitive Scheduler Scheduler Enhancement GMP Model Program Bootstrap Creating a Goroutine Schedule Loop Finding a Runnable Goroutine Goroutine Preemption Handling System Calls Network I/O and File I/O How netpoll Works Garbage Collector Common Functions Go Runtime APIs Disclaimer This blog post primarily focuses on Go 1.24 programming langu

      Go Scheduler
    • Hacking the JavaScript Lottery

      January 2016 boasted a Powerball jackpot of 1.5 billion dollars. This generated a lot of interest in the lottery and the Los Angeles Times released a simulator where you start with 100 dollars and play until that is gone. I had seen previous work for predicting Java’s Math.random() and thought it would be a fun project to replicate for the browser. The first step is to find the algorithm used in t

        Hacking the JavaScript Lottery
      • New in Chrome 84  |  Blog  |  Chrome for Developers

        Chrome 84 is starting to roll out to stable now. Here's what you need to know: Users can start common tasks within your app, with App Icon Shortcuts. The Web Animations API adds support for a slew of previously unsupported features. Wake lock can prevent the screen from dimming or locking. The Content Indexing API helps surface content that is available offline. There are new origin trials for idl

        • A brief history of LLaMA models - AGI Sphere

          LLaMA (Large Language Model Meta AI) is a language model released by Meta (Facebook). It is Meta’s answer to OpenAI’s GPT models. The LLaMA base model was released in February 2023. Now we have seen a handful of new fine-tuned LLaMA models released. It is literally a brief history, but a lot has happened for sure. So let’s do a brief review. I will cover some developments in models and briefly tou

            A brief history of LLaMA models - AGI Sphere
          • Writing Good Design Documents | Mercari Engineering

            The first day’s post of Mercari Advent Calendar 2020 is brought to you by Ann Kilzer from the Mercari Web Platform team. As developers, we’re known for writing code, but often, there is a lot of planning and preparation to ensure we write the right code. Design Documents are a helpful tool in this planning. When should I write a design document? Design documents are best for projects of significan

              Writing Good Design Documents | Mercari Engineering
            • PWAにアプリショートカットを導入する(長押しオプション) - Qiita

              { "name": "Player FM", "start_url": "https://hoge.com", "shortcuts": [ { "name": "Open Play Later", "short_name": "Play Later", "description": "View the list of podcasts you saved for later", "url": "/play-later", "icons": [{ "src": "/icons/play-later.png", "sizes": "192x192" }] }, { "name": "View Subscriptions", "short_name": "Subscriptions", "description": "View the list of podcasts you listen t

                PWAにアプリショートカットを導入する(長押しオプション) - Qiita
              • Google Is Burying the Web Alive

                Save this article to read it later. Find this story in your account’s ‘Saved for Later’ section. Comment By now, there’s a good chance you’ve encountered Google’s AI Overviews, possibly thousands of times. Appearing as blurbs at the top of search results, they attempt to settle your queries before you scroll — to offer answers, or relevant information, gleaned from websites that you no longer need

                  Google Is Burying the Web Alive
                • IFTTTとGASを連携させると夢が広がる!今すぐ連携させるぞ - ポンコツエンジニアのごじゃっぺ開発日記。

                  Webサービス同士を連携できるサービスIFTTTですが、その連携先にGoogle Apps Script(以降、GAS)と連携させることができれば、よりあらゆることができるようになると思っています。 なので、今回はそれを実現させてみましたので紹介したいなと思います。 はじめに IFTTTとは Google Apps Scriptとは IFTTTからGASへ GASの設定 ログ確認用のスプレッドシート GASのスクリプト GASをAPIとして公開 IFTTTの設定 if that 動作確認 今後の展望 はじめに はじめに、IFTTTとGASのそれぞれの簡単な説明をしたいなと思います。 IFTTTとは 「if this then that」の略。 IFTTTは、「レシピ」と呼ばれる個人作成もしくは公に共有しているプロフィールを使って数あるWebサービス同士で連携することができるWebサービスで

                    IFTTTとGASを連携させると夢が広がる!今すぐ連携させるぞ - ポンコツエンジニアのごじゃっぺ開発日記。
                  1