並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 8 件 / 8件

新着順 人気順

Forthの検索結果1 - 8 件 / 8件

  • The Anatomy of Slow Code Reviews

    Almost every software developer complains about slow code reviews, but sometimes, it can be hard to understand what’s causing them. It could sometimes be because the right owners were not identified, but many times, it could be due to a lack of communication. In this post, we will explore what can cause code reviews to slow down and learn about techniques for improving them. Code Review Time Total

      The Anatomy of Slow Code Reviews
    • 新刊無料公開『新しいカレーの歴史 上』 その3 アングロインディアンとカレー粉|近代食文化研究会

      新刊では海外の最新研究動向をふまえ、嘘・間違いだらけの日本のカレー史研究を全面的に刷新します。 『新しいカレーの歴史 上』冒頭部分無料公開 その3です。 3.アングロインディアンとカレー粉 インドからイギリスにカレー粉がもたらされた18世紀後半は、イギリスがインドを半植民地化していった時期に当たる。 当初貿易会社であったイギリスの東インド会社は、1757年の「プラッシーの戦い」以降、「会社」とは名ばかりの、半植民地化したインドを統治するための軍事・行政組織へと変貌し、巨大化していく。 “the numbers of British soldiers in India increased from a few hundred in the 1740S to 18,000 by 1790” “1740年代には数百人しかいなかったインドのイギリス兵は、1790年までに18,000人に増加した”

        新刊無料公開『新しいカレーの歴史 上』 その3 アングロインディアンとカレー粉|近代食文化研究会
      • Exploring biphasic programming: a new approach in language design

        I’ve noticed a small but interesting trend in the programming languages space. I’m not sure how novel it is, but this pattern, which I’ll refer to as “biphasic programming,” is characterized by languages and frameworks that enable identical syntax to express computations executed in two distinct phases or environments while maintaining consistent behavior (i.e., semantics) across phases. These pha

        • The sad state of property-based testing libraries

          The sad state of property-based testing libraries Posted on Jul 2, 2024 Property-based testing is a rare example of academic research that has made it to the mainstream in less than 30 years. Under the slogan “don’t write tests, generate them” property-based testing has gained support from a diverse group of programming language communities. In fact, the Wikipedia page of the original property-bas

          • A Mini Monitor for a Pi

            This post outlines how I used a small 2 inch display as a monitor for my pi. Where it can display tty terminals and X desktops and applications as if it was a normal screen connected over hdmi. My overall goal is to have a sort of handheld “console” that I can connect a keyboard to and use as a normal computer. This post implements the display functionality needed to fulfill part of the goal. I la

              A Mini Monitor for a Pi
            • IPC in Rust - a Ping Pong Comparison

              I wanted to explore different ways of communicating between different processes executing on the same machine, and doing so as fast as possible. We're focussing on high speed inter-process communication (IPC), but some of these approaches can be extended across a network. We'll do this exploration in Rust. A reminder that since these are independent processes, most approaches you'd take within-pro

              • How We Made the Deno Language Server Ten Times Faster

                Programming should be simple, which is why we built Deno to be “batteries included” with all-in-one tooling, native TypeScript support, and web standards APIs. (You can get started with TypeScript just by naming a file with a .ts extension.) One major way Deno boosts productivity is through our language server, which offers auto-completion, tooltips, linting, code formatting, and more. Recently, a

                  How We Made the Deno Language Server Ten Times Faster
                • How to think in writing

                  The reason I've spent so long establishing this rather obvious point [that writing helps you refine your thinking] is that it leads to another that many people will find shocking. If writing down your ideas always makes them more precise and more complete, then no one who hasn't written about a topic has fully formed ideas about it. And someone who never writes has no fully formed ideas about anyt

                    How to think in writing
                  1