並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 1849件

新着順 人気順

anの検索結果1 - 40 件 / 1849件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

anに関するエントリは1849件あります。 開発エンジニアプログラミング などが関連タグです。 人気エントリには 『社内情報共有についての考え方 - An Epicurean』などがあります。
  • 社内情報共有についての考え方 - An Epicurean

    タイトルのようなエントリを社内に向けて書いたので、手直しして社外に放流するものである。 社内で情報共有フローやガイドライン整備などを進めている。ルールは少ないに越したことはないので「ルール作り」にはしたくなくて、考え方やガイドラインみたいなところに留めて、文化や共通言語を醸成していきたいとも考えている。 これは、今後組織が大きくなる上で、「スピードを落とさないため」に必要だと考えている。新しく入ってきた人が立ち上がりを早くパフォーマンスを発揮してもらえるようにしたい。 オンボーディングの整備は大事で、それもやっていかないといけない。でも今のフェーズではどうしても未整備の部分も多い。そういう荒地を楽しんで走破できる自走力があって、自分で決めて整備もできて、組織と一緒に成長してくれる人を採用していきたい。なので「自走しやすい環境」を整えたい。そのために必要だと考えている点が以下の3点です。 デ

      社内情報共有についての考え方 - An Epicurean
    • はじめに - Writing an OS in 1,000 Lines

      本書では、小さなOSをゼロから少しずつ作っていきます。 OSと聞くと腰が引けるかもしれませんが、OS (特にカーネル) の基本機能は案外単純です。巨大なオープンソースソフトウェアとしてよく挙げられるLinuxでさえ、バージョン0.01はたった8413行でした。様々な要求に応えるために次第に肥大化していっただけで、当初は大変素朴な実装になっていました。 本書では素朴なコンテキストスイッチ、ページング、ユーザーモード、コマンドラインシェル、ディスクデバイスドライバ、ファイルの読み書きをC言語で実装します。これだけ様々な機能が詰め込まれているのに、コードは合計でたった1000行未満です。 「1000行なら1日でできそう」と思うかもしれませんが、初学者には少なくとも3日はかかるでしょう。OS自作のハマりポイントは「デバッグ」です。アプリケーション開発とは違うデバッグ手法・能力を習得する必要がありま

        はじめに - Writing an OS in 1,000 Lines
      • 「スタートアップだからテストを書かない」は正しいか - An Epicurean

        スタートアップのCTOクラスの人がたまにそういうことを言っているのを聞くことがあります。もしくは「スピード優先だからテストを書かない」等です。 それは真ではなく、言ってしまえば、未熟だからテストを書「け」ない、のではないでしょうか。ただ、スタートアップという言葉に未熟であるという意味が含まれているのであれば「スタートアップだからテストを書かない」という問は真になるかも知れません。スタートアップは得てして未熟なものだし、それでも良いからです。 テストを書かないというジャッジをするのは構いません。でもそれは、スタートアップだからでもスピード優先だからでもない。自分達が未熟だからで、そこには向き合うべきだと考えます。状況のせいにするのではなく、徹底的に自分ごと化する。それがスタートアップに求められる姿勢です。少なくとも技術のトップが自分たちの技術力に向き合わないのはまずいでしょう。 「スタートア

          「スタートアップだからテストを書かない」は正しいか - An Epicurean
        • 高度に発達したウォーターフォールはアジャイルと見分けがつかない - An Epicurean

          tl;ldr ウォーターフォールという言葉を悪口として使うのは良くないんじゃない? 空想上の開発手法ウォーターフォールと進化したウォーターフォール アジャイル開発の説明がされるとき、アンチパターンとして「ウォーターフォール」が使われることがあります。これは「ダメな開発現場」と同義で使われており、共通仮想敵としての空想上の開発手法とも言えます。 それは、曰く、硬直化していて変化や手戻りを許さず、一本道でフィードバックサイクルがない、数十年アップデートされていない古臭い手法のことらしい。 もちろんそういう開発をしている現場もまだ数多く存在するでしょう。ただ、ウォーターフォールをカイゼンし進化させている人達もいます。そういう人たちの話を聞くと、例えば以下のような話を聞きます。 一ヶ月で1ウォーターフォールを回す 前の手順に戻る手続きが定められている 初期フェーズから開発者を巻き込む 定期的なレビ

            高度に発達したウォーターフォールはアジャイルと見分けがつかない - An Epicurean
          • Tour of Rust - Let's go on an adventure!

            Hello World! Happy 3 Year Anniversary 🎉 Welcome to the Tour of Rust. This is meant to be a step by step guide through the features of the Rust programming language. Rust is often considered a language with a steep learning curve, but I hope I can convince you there's a lot to explore before we even get to complex parts. You can also find this guide in these languages: Deutsch Español Français Int

            • 入門監視やSRE本に学ぶ障害対応フォーメーション - An Epicurean

              システム障害が起こったときにどういう体制で望むか、エンジニア個人が障害に直面した時にどのような役割を受け持つのが良いのか。組織によって色々なパターンはあるでしょう。しかし、幸いにも「入門 監視」やSRE本に書かれている4つの役割分担が浸透しているので、それをベースに考えるのがファーストステップとしては良いのではないでしょうか。 入門 監視 ―モダンなモニタリングのためのデザインパターン 作者:Mike Julianオライリー・ジャパンAmazon SRE サイトリライアビリティエンジニアリング ―Googleの信頼性を支えるエンジニアリングチーム オライリージャパンAmazon ただ、小さな組織では障害時に4人もすぐに揃わない場合もあるでしょうし、そもそも4人もスタッフがいない、と言う場合もあるでしょう。そういった場合にもどうすればいいのか考えていきます。 役割分担の基本 「入門 監視」に

                入門監視やSRE本に学ぶ障害対応フォーメーション - An Epicurean
              • AWS認定全冠を維持し続ける理由と12冠(13冠、14冠?)までの学習方法・資格の難易度まとめ -How to become an Japan AWS All Certifications Engineer(formerly known as APN ALL AWS Certifications Engineer)- - NRIネットコムBlog

                小西秀和です。 私は2020年5月に当時12個あったAWS認定をすべて取得していたことで、2020 APN ALL AWS Certifications Engineerと2020 APN AWS Top Engineerに選出していただくことができました。 ※この記事の投稿後、2021、2022、2023年のJapan AWS All Certifications Engineer(旧称:APN ALL AWS Certifications Engineer)、Japan AWS Top Engineer (Services)(旧称:APN AWS Top Engineer)にも選出していただけました。 その後も再認定やバージョンアップされた新規認定を取得し、2022年4月末時点で受験できる12個と廃止されたが有効期限のある2個の合計14個のAWS認定を保有しており、今後も再認定と新規認

                  AWS認定全冠を維持し続ける理由と12冠(13冠、14冠?)までの学習方法・資格の難易度まとめ -How to become an Japan AWS All Certifications Engineer(formerly known as APN ALL AWS Certifications Engineer)- - NRIネットコムBlog
                • アーキテクトに求められるマインドとは / mindset for an architect

                  人工衛星の運用を支えるクラウドネイティブ民主化への取り組み / Efforts toward cloud-native democratization for satellite operations

                    アーキテクトに求められるマインドとは / mindset for an architect
                  • ハッカーの呪いと共に生きる ~ The hacker is dead, long live the hacker! - An Epicurean

                    私がWeb業界に入ったのは、ハッカーに対する憧れからです。その原体験を大事にしたいという気持ちを今でも強く持っています。 もう20年近く前になりますが、Web2.0の時代、私は傍観者でした。世界ではGoogleを筆頭として、日本でも、はてな社などが、エンジニアドリブンで個性的なサービスを生み出していました。他にもmiyagawaさんなど、個人で世界的に使われるようなOSSを開発している人もいました。書籍「ハッカーと画家」で描かれるような、ハッカーが個人技で大企業を出し抜く痛快さがありました。 そのように、WebサービスにせよOSSにせよ、同年代のハッカーが自分の技術でイノベーションを起こし、世の中に影響を及ぼしていることに羨望の眼差しを向けていたのです。 サブカル的な空気感も好ましく思っていました。西海岸のコンピュータ文化はヒッピーカルチャーの影響を受けていたのは間違いないでしょう。当時の

                      ハッカーの呪いと共に生きる ~ The hacker is dead, long live the hacker! - An Epicurean
                    • エンジニアの強力な付加価値スキルとしての発信力 - An Epicurean

                      エンジニアに限らず、BlogやTwitter、OSS、登壇など、対外発信力がキャリアにおける強力な付加価値になることは知られるようになりました。 英語力がそうであるように、発信力は必ずしも必須スキルではありません。英語ができなくても活躍しているエンジニアはいくらでもいます。同時に英語がそうであるように発信力が有力な付加価値をもたらすスキルであることは事実です。 私自身、発信力が強みになっている分バイアスがあるので、あまりそのスキルの価値を過大評価して他人に押し付けるようなことはしたくありません。それに、エンジニアだったら発信力などではなく、純粋な技術力で評価されたいよな、という青臭い気持ちもまだどこかにあります。 ですから、全員が発信すべきだとは考えません。ただ、対外発信に興味を持っている人は後押しはしたいし、そういう人が増えてほしいとは強く思っています。なぜならば、それが単純に楽しいから

                        エンジニアの強力な付加価値スキルとしての発信力 - An Epicurean
                      • Nature Remoのシステムの裏側についての資料を公開します - An Epicurean

                        speakerdeck.com 去年の10月にAWS DevDayに招待いただいて話した資料を今更公開します。 現状のシステムを説明するとともに、僕が入社後取り組んだ細かい取り組みについての内容になっています。現状の規模の雰囲気を掴んでもらうために最初の方は製品や会社説明っぽくなっていますがご容赦ください。 Nature Remoは所謂IoTサービスで、システムの裏側が気になる人も多いんじゃないかと思いますが、実は結構オーソドックスなWebシステムで動いています。メインは、Amazon ECS上で動くGoのWebシステムで、IoTデバイスであるNature Remoの通信もWeb Socketが用いられています。 IoTの世界ではありますが、実は普通のWeb技術が使われているのが面白いポイントです。 エンジニア積極採用中です! Natureではこのシステムをより良くしてくれる「普通の」We

                          Nature Remoのシステムの裏側についての資料を公開します - An Epicurean
                        • やはりお前らのセンターピン理論は間違っている - An Epicurean

                          「センターピン理論」というビジネス造語を聞くことがあります。ボウリングで一番前に立っているピンをセンターピンと呼び、それになぞらえ、事業においてもフォーカススべきポイントを見定め、それを狙え、という話です。 言いたいことはわかりますが、ボウリング競技者からするとこれは完全に間違っています。それについて解説します。 センターピンという言葉はない そもそも、ボウリングでセンターピンという言葉は使われません。ボウリングの先頭のピンは、ヘッドピン、もしくは1番ピンと呼ばれます。 ちなみに、ボウリングのピン位置には番号が振られており、1番ピンの左後ろが2番ピン、そこから後ろに数えて行き、一番右奥のピンが10番ピン(テンピン)です。 競技者は「ポケット」を狙う センターピン理論は、先頭のピンを倒さないとストライクは出ないのでそれを狙え、という理屈ですが、ヘッドピンだけに当ててもストライクは出ません。む

                            やはりお前らのセンターピン理論は間違っている - An Epicurean
                          • 高野遼 / Ryo Takano on Twitter: "ロシア軍専門家マイケル・コフマン氏による、開戦後96時間の分析。長文スレッドの概略。 ↓ 初期の侵攻は、ウクライナ軍の能力と戦意を誤算し、実行不可能な作戦に基づいていた。 キエフを少数の戦力で短期制圧し、降伏させようとした。相手を… https://t.co/UcRqGqA9aN"

                            ロシア軍専門家マイケル・コフマン氏による、開戦後96時間の分析。長文スレッドの概略。 ↓ 初期の侵攻は、ウクライナ軍の能力と戦意を誤算し、実行不可能な作戦に基づいていた。 キエフを少数の戦力で短期制圧し、降伏させようとした。相手を… https://t.co/UcRqGqA9aN

                              高野遼 / Ryo Takano on Twitter: "ロシア軍専門家マイケル・コフマン氏による、開戦後96時間の分析。長文スレッドの概略。 ↓ 初期の侵攻は、ウクライナ軍の能力と戦意を誤算し、実行不可能な作戦に基づいていた。 キエフを少数の戦力で短期制圧し、降伏させようとした。相手を… https://t.co/UcRqGqA9aN"
                            • GitHub - emilk/egui: egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native

                              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                GitHub - emilk/egui: egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native
                              • GitHub - bytedance/IconPark: 🍎Transform an SVG icon into multiple themes, and generate React icons,Vue icons,svg icons

                                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                  GitHub - bytedance/IconPark: 🍎Transform an SVG icon into multiple themes, and generate React icons,Vue icons,svg icons
                                • 加速するコンポーネント設計入門 / Component Design as an Accelerator

                                  社内勉強会用 デザイナーとフロントエンドエンジニアの境界をなくし、UI開発を加速させるためのコンポーネント設計入門 ※フロントエンドエンジニア視点 [Keywords] - 共通認識としてのデザインシステム - 共通認識としてのコンポーネント設計

                                    加速するコンポーネント設計入門 / Component Design as an Accelerator
                                  • You Might Not Need an Effect – React

                                    Effects are an escape hatch from the React paradigm. They let you “step outside” of React and synchronize your components with some external system like a non-React widget, network, or the browser DOM. If there is no external system involved (for example, if you want to update a component’s state when some props or state change), you shouldn’t need an Effect. Removing unnecessary Effects will make

                                      You Might Not Need an Effect – React
                                    • 業務で使える一歩進んだPython使いになるために / To become an advanced user of Python that can be used at work

                                      This slide is used by my talk session on PyCon APAC 2023 in Japan. このスライドは2023年のPyCon APACで発表したものです。

                                        業務で使える一歩進んだPython使いになるために / To become an advanced user of Python that can be used at work
                                      • GitHub - spacedriveapp/spacedrive: Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust.

                                        A file explorer from the future. spacedrive.com » Download for macOS (Apple Silicon | Intel) · Windows · Linux · iOS · Android ~ Links for iOS & Android will be added once a release is available. ~ Spacedrive is an open source cross-platform file manager, powered by a virtual distributed filesystem (VDFS) written in Rust. UPDATE: Spacedrive is under active development, we are in the alpha stage an

                                          GitHub - spacedriveapp/spacedrive: Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust.
                                        • React Dashboard: an Ultimate Guide - Cube Blog

                                            React Dashboard: an Ultimate Guide - Cube Blog
                                          • エンジニアゼロの組織から内製開発の DX をどう実現したのか / How did we achieve DX in in-house development in an organization with zero engineers?

                                            エンジニアゼロの組織から内製開発の DX をどう実現したのか / How did we achieve DX in in-house development in an organization with zero engineers?

                                              エンジニアゼロの組織から内製開発の DX をどう実現したのか / How did we achieve DX in in-house development in an organization with zero engineers?
                                            • Bluesky: An Open Social Web - Bluesky

                                              Today, we’re excited to announce that the Bluesky network is federating and opening up in a way that allows you to host your own data. What does this mean? Your data, such as your posts, likes, and follows, needs to be stored somewhere. With traditional social media, your data is stored by the social media company whose services you've signed up for. If you ever want to stop using that company's s

                                                Bluesky: An Open Social Web - Bluesky
                                              • 【記事紹介】“ロシアの防御陣地はウクライナに昔ながらの問題を突きつけている”(Russian fortifications present an old problem for Ukraine, by |Panzergraf

                                                【記事紹介】“ロシアの防御陣地はウクライナに昔ながらの問題を突きつけている”(Russian fortifications present an old problem for Ukraine, by David J Betz, ENGELSBERG IDEAS, 20.07.2023) 2023年6月から始まったウクライナ軍の反攻作戦は重厚なロシア軍防衛網に直面し、その対処に苦慮している。ウクライナがロシア軍防衛線を突破できないことの要因として、西側の装備提供が十分でなく、供与が遅れたことが指摘されるが、それ以外にウクライナ軍がNATO式戦術に習熟していないことを理由にあげる人もいる。しかし、著者のベッツ氏は、ウクライナが「主要な西側の軍隊が習熟しているような諸兵科連合機動戦闘ができない」から現在苦境に陥っているだという見解は、「正しくないのではないか」と指摘する。 著者は最近の西側軍事

                                                  【記事紹介】“ロシアの防御陣地はウクライナに昔ながらの問題を突きつけている”(Russian fortifications present an old problem for Ukraine, by |Panzergraf
                                                • 【An-225ムリーヤ】世界最大級の飛行機がウクライナ侵攻で無残な姿に。復活に向け資金援助を世界に呼びかける

                                                  【An-225ムリーヤ】世界最大級の飛行機がウクライナ侵攻で無残な姿に。復活に向け資金援助を世界に呼びかける

                                                    【An-225ムリーヤ】世界最大級の飛行機がウクライナ侵攻で無残な姿に。復活に向け資金援助を世界に呼びかける
                                                  • An in-process SQL OLAP database management system

                                                    DuckDB is a fast in-process analytical database DuckDB supports a feature-rich SQL dialect complemented with deep integrations into client APIs. DuckDB v1.0.0 was released in June 2024. Installation Documentation -- Get the top-3 busiest train stations SELECT station_name, count(*) AS num_services FROM train_services GROUP BY ALL ORDER BY num_services DESC LIMIT 3;

                                                      An in-process SQL OLAP database management system
                                                    • SRE/DevOps/Kubernetesを追いかけてきた2020年をふりかえる - 運び屋 (A carrier(forwarder) changed his career to an engineer)

                                                      ここで話すこと ここで話さないこと SRE/DevOps/Kubernetesをテーマにブログを書き始めた理由 気をつけていること オススメWebページ7選 The Blameless Blog Netflix Technology Blog Facebook Engineering Datadog blog The GitHub Blog Julia Evans The Kubernetes Podcast from Google ブログによる変化 反響 やってみて思ったこと 異動による変化(2020年4月) コミュニティー活動による変化 今後の目標&告知 これは エーピーコミュニケーションズ Advent Calendar 2020 の20日目の記事です。 自身の中で多くの変化があった2020年をふりかえりつつ、タイトルにあるテーマ(SRE/DevOps/Kubernetes)を追いか

                                                        SRE/DevOps/Kubernetesを追いかけてきた2020年をふりかえる - 運び屋 (A carrier(forwarder) changed his career to an engineer)
                                                      • An important next step on our AI journey

                                                          An important next step on our AI journey
                                                        • There's An AI For That (TAAFT) - The #1 AI Aggregator

                                                          My name is Andrei and I'm an indie developer. If you liked this, please consider sharing it and for more cool things like this follow me on Twitter.

                                                            There's An AI For That (TAAFT) - The #1 AI Aggregator
                                                          • Introducing Hermes, An Open Source Document Management System

                                                            TerraformInfrastructure as code provisioning​​​​‌‍​‍​‍‌‍‌​‍‌‍‍‌‌‍‌‌‍‍‌‌‍‍​‍​‍​‍‍​‍​‍‌‍‌​‌‍​‌‌‌​‌‍‌‍​‌‍‌‌​​‍‍‌‍​‌‍‌‍‌​‍​‍​‍​​‍​‍‌‍‍​‌​‍‌‍‌‌‌‍‌‍​‍​‍​‍‍​‍​‍‌‍‍​‌‌​‌‌​‌​​‌​​‍‍​‍​‍‌‍‍​‌‍​‌‌​‌‍‍​‌‍‍‌‌‍​‌‍‌​‍‌​​​‍‍‌‍​‌‌‍‌​‌‍‌‌‍‍‌‌‍‍​‍‍‌‍‌​‌‍​‌‌‌​‌‍‌‍​‌‍‌‌​​‍‍‌‍​‌‍‌‍‌​‍‌‍‌‌‌‍‌​‌‍‍‌‌‌​‌‍‌​‍​‍‌‍‍‌‌‌​‌‍‌‌‌‍‌‌‌‌‌​‌‍‌‌​​‌‍‌‌‌​​‍‌‌‍‌​‌‍

                                                              Introducing Hermes, An Open Source Document Management System
                                                            • ML Ops: Machine Learning as an Engineering Discipline

                                                              So, your company decided to invest in machine learning. You have a talented team of Data Scientists churning out models to solve important problems that were out of reach just a few years ago. All performance metrics are looking great, the demos cause jaws to drop and executives to ask how soon you can have a model in production. It should be pretty quick, you think. After all, you already solved

                                                                ML Ops: Machine Learning as an Engineering Discipline
                                                              • GitHub - facebook/lexical: Lexical is an extensible text editor framework that provides excellent reliability, accessibility and performance.

                                                                import {$getRoot, $getSelection} from 'lexical'; import {useEffect} from 'react'; import {LexicalComposer} from '@lexical/react/LexicalComposer'; import {PlainTextPlugin} from '@lexical/react/LexicalPlainTextPlugin'; import {ContentEditable} from '@lexical/react/LexicalContentEditable'; import {HistoryPlugin} from '@lexical/react/LexicalHistoryPlugin'; import {OnChangePlugin} from '@lexical/react/

                                                                  GitHub - facebook/lexical: Lexical is an extensible text editor framework that provides excellent reliability, accessibility and performance.
                                                                • OpenCV-Python Is Now An Official OpenCV Project

                                                                  OpenCV-Python Is Now An Official OpenCV Project OpenCV Library February 14, 2021 Leave a Comment News Uncategorized Good news, everyone! OpenCV.org is pleased to announce that the popular and long-running package OpenCV-Python is now an official OpenCV project. What is OpenCV-Python? It’s a package that contains pre-built OpenCV with dependencies and Python bindings, so there’s no need to install

                                                                    OpenCV-Python Is Now An Official OpenCV Project
                                                                  • How an AWS Aurora feature cut our DB costs by 90%

                                                                    All of Graphite’s data lives on Amazon Aurora Postgres. Our database load is sizable — far larger than a typical startup of our size. This is because we sync bidirectionally with GitHub for everything a user does on Graphite, so Aurora plays a crucial role in helping us handle and scale massive amounts of data. If Uber were to sign up for Graphite tomorrow, we could handle the countless webhook ev

                                                                      How an AWS Aurora feature cut our DB costs by 90%
                                                                    • Rust ツアー - Let's go on an adventure!

                                                                      こんにちは、 Rust ツアーへようこそ。 これはプログラミング言語 Rust の機能を段階的にガイドすることを目的としています。 Rust は学習曲線が急な言語だと見なされることが多いですが、 複雑な事項に進む前に探ることがたくさんあると納得していただければと思います。 このガイドは以下の言語で見ることができます。 Deutsch English Español Français Interlingue Magyar Polski Português Brasileiro Română Русский 简体中文 繁體中文 日本語 한국어 Türkçe Українська ภาษาไทย Tiếng Việt コンテンツへの提案や翻訳に貢献したい場合、 Rust ツアーの github リポジトリをチェックしてください。 キーボードの ⬅️ と ➡️ でツアーをナビゲートできます。 この

                                                                      • GitHub - google/yamlfmt: An extensible command line tool or library to format yaml files.

                                                                        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                          GitHub - google/yamlfmt: An extensible command line tool or library to format yaml files.
                                                                        • [翻訳] GPTs are GPTs: An Early Look at the Labor Market Impact Potential of Large Language Models (前編) - Qiita

                                                                          [翻訳] GPTs are GPTs: An Early Look at the Labor Market Impact Potential of Large Language Models (前編)OpenAIChatGPTGPT-4 訳者註 GPTs are GPTs: An Early Look at the Labor Market Impact Potential of Large Language Models の「GPTs are GPTs」は「事前学習済み文章生成型トランスフォーマー(GPT)は汎用技術(GPT)である」という意味だと理解しています。 前者のGPTs: Generative Pre-trained Transformers 後者のGPTs: General-Purpose Technologies なので、 事前学習済み文章生成型トランスフォーマーは汎用技術

                                                                            [翻訳] GPTs are GPTs: An Early Look at the Labor Market Impact Potential of Large Language Models (前編) - Qiita
                                                                          • GitHub - anandrmedia/heroku-free-alternatives: Free tier of Heroku Dynos, Postgres and Data for Redis will no longer be available after November 28, 2022. Let's find a list of services with a free plan that developers can use as an alternative to Heroku.

                                                                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                              GitHub - anandrmedia/heroku-free-alternatives: Free tier of Heroku Dynos, Postgres and Data for Redis will no longer be available after November 28, 2022. Let's find a list of services with a free plan that developers can use as an alternative to Heroku.
                                                                            • How Japan Built Cities Where You Could Send Your Toddler on an Errand

                                                                              The premise of Old Enough!, a Japanese reality show newly streaming on Netflix, is childishly simple. In each 10-minute episode, a tiny kid sets off to complete the child’s first errand alone. (Well, “alone,” with the cameramen.) The children totter off into the neighborhood, forget what they’re supposed to be doing, burst into tears, and ultimately make their way back to Mom and Dad laden with pl

                                                                                How Japan Built Cities Where You Could Send Your Toddler on an Errand
                                                                              • Your First 60 Days at an Engineering Job

                                                                                You have recently graduated and looked for work. You put together a good resume and e-mailed it around. You got some interest from a few tech companies and maybe programming homework, followed by a technical phone screen. You did well and got invited to an interview! After several hours of whiteboard torture inspired conversations, lunch and references you were offered your first Engineering job a

                                                                                  Your First 60 Days at an Engineering Job
                                                                                • Introducing Finch: An Open Source Client for Container Development | Amazon Web Services

                                                                                  AWS Open Source Blog Introducing Finch: An Open Source Client for Container Development Today we are happy to announce a new open source project, Finch. Finch is a new command line client for building, running, and publishing Linux containers. It provides for simple installation of a native macOS client, along with a curated set of de facto standard open source components including Lima, nerdctl,

                                                                                    Introducing Finch: An Open Source Client for Container Development | Amazon Web Services

                                                                                  新着記事