はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    iPhone 17

『Introducing Earthly Lunar - Monitoring for Your SDLC』

  • 人気
  • 新着
  • すべて
  • We built the fastest CI in the world. It failed. Here's what we learned

    3 users

    earthly.dev

    TLDR We are shutting down Earthly CI. We are doubling down on Earthly’s core strengths of local builds and reproducibility. We are recentering around Earthly and Earthly Satellites. The Fastest CI Imagine you live in a world where no part of the build has to repeat unless the changes actually impacted it. A world in which all builds happened with automatic parallelism. A world in which you could r

    • テクノロジー
    • 2023/09/13 09:55
    • Remote Code Execution as a Service

      3 users

      earthly.dev

      Earthly Compute is an internal service that customers use indirectly via Earthly Satellites. Now that Satellites been publicly announced, we have some stuff to get off their chests that we can finally share. Compared to our previous experiences, Earthly Compute was a quirky service to build. Nevertheless, we learned some things and made some mistakes, and in this write-up, we’ll share how it went.

      • 学び
      • 2023/03/08 00:21
      • 興味深い
      • Containers are chroot with a Marketing Budget

        8 users

        earthly.dev

        There are many ways to understand how containers work, but most useful explanations are actually simplifications. Many people have settled on explaining containers by calling them ‘light-weight VMs’ and they are light-weight because they ‘share the kernel with the host’. This is useful, but it simplifies a lot away. What is a ‘light-weight VM’? What does sharing the kernel mean? Others will tell y

        • テクノロジー
        • 2022/11/09 18:40
        • Linux
        • Building Pong in Your Terminal: Part One

          4 users

          earthly.dev

          This article explains how to create Pong using Golang. Earthly provides consistent builds for projects like this. Check it out. But Why? I’ve been trying to learn Golang lately. Previously, I wrote an article where I built an app for storing contacts that ran in the terminal using the tview package. This was a great first project to get me used to working with Go. After I was done, a colleague sen

          • テクノロジー
          • 2022/07/27 05:30
          • golang
          • Game
          • Programming
          • あとで読む
          • Running Containers on AWS Lambda

            3 users

            earthly.dev

            This article explains AWS Lambda containers. Earthly streamlines the build process for AWS Lambda with container support. Check it out. Most of the code I’ve had running on AWS’s cloud has been in docker containers, running in Kubernetes clusters. And from my perspective, AWS was invisible. All I needed to concern myself with was the intricacies of getting the YAML for kubectl apply right. Of cour

            • テクノロジー
            • 2022/04/28 02:19
            • LXC vs Docker: Which Container Platform Is Right for You?

              3 users

              earthly.dev

              This article compares LXC and Docker. Earthly enhances Docker by streamlining the container build process with advanced caching and parallelization. Check it out. Linux Containers (LXC) is an OS-level virtualization technology that enables you to create and run multiple Linux operating systems (OS) simultaneously on a single Linux machine (LXC host). LXC provides a set of tools to manage your cont

              • テクノロジー
              • 2022/02/19 01:32
              • Effective Error Handling in Golang

                146 users

                earthly.dev

                This article explores Go error handling. Earthly is popular with Go developers for ensuring reproducible builds. Check it out. Error handling in Go is a little different than other mainstream programming languages like Java, JavaScript, or Python. Go’s built-in errors don’t contain stack traces, nor do they support conventional try/catch methods to handle them. Instead, errors in Go are just value

                • テクノロジー
                • 2022/01/08 09:10
                • golang
                • go
                • あとで読む
                • error-handling
                • error
                • 開発
                • tutorial
                • programming
                • development
                • Understanding AWK

                  5 users

                  earthly.dev

                  In this article, we’ll explore the fundamentals of Awk, a tool that simplifies text processing. Earthly streamlines your build processes with ease and effectiveness. Learn more. Background I have a confession to make: I don’t know how to use Awk. Or at least I didn’t know how to use it before I started writing this article. I would hear people mention Awk and how often they used it, and I was pret

                  • テクノロジー
                  • 2021/10/01 12:44
                  • awk
                  • An Introduction to JQ

                    3 users

                    earthly.dev

                    Explore the power of jq for JSON processing in this article. If you’re a jq aficionado, discover how Earthly can streamline your JSON tasks and enhance your build pipelines. Learn more. Background: Fingers, Head, and Google Whenever I reach a stopping point in my work, I use a bash alias called gwip1 to create a ‘work in progress’ commit. It happens without conscious thinking on my part. The same

                    • テクノロジー
                    • 2021/08/25 21:42
                    • jq
                    • JSON
                    • 6 Command Line Tools for Productive Programmers

                      23 users

                      earthly.dev

                      In this article, you’ll discover how command-line tools can do more for you.Earthly can transform your build processes. Learn more. Lately, I’ve been doing a lot more things at the command line. I’m not a hard-core terminal guy – I use VSCode more than Vim – but I’m always surprised at the number of complex tasks that can be done using just the POSIX standard command-line tools like grep, cat and

                      • テクノロジー
                      • 2021/07/29 13:37
                      • Tool
                      • あとで読む
                      • まとめ
                      • Why is JRuby Slow?

                        6 users

                        earthly.dev

                        So why is JRuby slow in these examples? It turns out that the answer is complicated. What Is JRuby? I was very happy to discover the JRuby project, my favorite programming language running on what’s probably the best virtual machine in the world. - Peter Lind JRuby is an alternative Ruby interpreter that runs on the Java Virtual Machine (JVM). MRI Ruby, also known as CRuby, is written in C and is

                        • テクノロジー
                        • 2021/05/29 13:23
                        • JRuby
                        • ruby
                        • Java
                        • あとで読む
                        • Green Vs. Brown Programming Languages

                          22 users

                          earthly.dev

                          This article explores programming language preferences. You might prefer Earthly. It can streamline your build processes. Check it out. The Data The Stack Overflow Developer Survey1 results are a great source of information about how developers work. I was looking at the 2020 results for some ideas on what programming languages we should add to our documentation on containerized builds, and I noti

                          • テクノロジー
                          • 2021/04/23 10:07
                          • language
                          • あとで読む
                          • development
                          • IT
                          • programming
                          • Introducing Earthly Lunar - Monitoring for Your SDLC

                            78 users

                            earthly.dev

                            Every service is a unique snowflake Supporting infinitely diverse CI/CD setups is overwhelming. Hundreds of different microservices, tech stacks, teams, CI pipelines, legacy code… Standardizing your engineering culture has become nearly impossible. Scorecards miss 90% of SDLC concerns You can't govern what you can't see. Traditional scorecarding systems in IDPs only see the tip of the iceberg. The

                            • テクノロジー
                            • 2021/03/12 10:24
                            • docker
                            • build
                            • go
                            • Make
                            • あとで読む
                            • tool

                            このページはまだ
                            ブックマークされていません

                            このページを最初にブックマークしてみませんか?

                            『Introducing Earthly Lunar - Monitoring for Your SDLC』の新着エントリーを見る

                            キーボードショートカット一覧

                            j次のブックマーク

                            k前のブックマーク

                            lあとで読む

                            eコメント一覧を開く

                            oページを開く

                            はてなブックマーク

                            • 総合
                            • 一般
                            • 世の中
                            • 政治と経済
                            • 暮らし
                            • 学び
                            • テクノロジー
                            • エンタメ
                            • アニメとゲーム
                            • おもしろ
                            • アプリ・拡張機能
                            • 開発ブログ
                            • ヘルプ
                            • お問い合わせ
                            • ガイドライン
                            • 利用規約
                            • プライバシーポリシー
                            • 利用者情報の外部送信について
                            • ガイドライン
                            • 利用規約
                            • プライバシーポリシー
                            • 利用者情報の外部送信について

                            公式Twitter

                            • 公式アカウント
                            • ホットエントリー

                            はてなのサービス

                            • はてなブログ
                            • はてなブログPro
                            • 人力検索はてな
                            • はてなブログ タグ
                            • はてなニュース
                            • ソレドコ
                            • App Storeからダウンロード
                            • Google Playで手に入れよう
                            Copyright © 2005-2025 Hatena. All Rights Reserved.
                            設定を変更しましたx