並び順

ブックマーク数

期間指定

  • から
  • まで

161 - 200 件 / 331件

新着順 人気順

operatorの検索結果161 - 200 件 / 331件

  • Ruby Parser開発日誌 (17) - 演算子の優先度はいつ使われるのか - かねこにっき

    AWKの式でa + bが構文解析でa (+b)ではなくて、(a) + (b)と解釈されるのはなぜでしょうかという質問をいただきました。 私はAWKに詳しいわけではないですが、LR parser なかでもBison用に書かれた文法定義ファイルであれば解説できると思うので、少し踏み込んで解説をしてみたいと思います。 質問者の方は https://pubs.opengroup.org/onlinepubs/9699919799/utilities/awk.html の"Expressions in awk"を読んで、+ expr (Unary plus)の方がexpr + expr (Addition)よりも優先度が高いのであるからa + bはa (+b)と解釈されるのではないかと考えていました。とても良い質問だと思います。 結論を先にいうと、ここで問題になるのは加算(Addition)と文字列

      Ruby Parser開発日誌 (17) - 演算子の優先度はいつ使われるのか - かねこにっき
    • A universal lowering strategy for control effects in Rust - Abubalay

      The Rust language has incrementally grown a set of patterns to support control-flow effects including error handling, iteration, and asynchronous I/O. In The registers of Rust, boats lays out four aspects of this pattern shared by Rust’s three effects. Today these effects are typically used in isolation, or at most combined in bespoke ways, but the Rust project has been working on ways to integrat

      • m-flo loves Maya / "HyperNova" Official Music Video

        m-flo loves Maya / "HyperNova" 2024.8.27 20:00(JST) Music Video OUT Streaming&DL https://avex.lnk.to/HyperNova Lyrics & Music : m-flo / Maya / Novel Core / Alenoise / MONJOE / NOIZEWAVE / Satoru Kurihara(Jazzin’park) / Yackle Keyboards : JUVENILE Guitar : Yoshio Fujita Recording Engineer : Lucas Valentine, Tetsuya Sugimoto Recording Studio : LDH Studio Mixing Engineer : D.O.I. (Daimonion R

          m-flo loves Maya / "HyperNova" Official Music Video
        • Professional-grade mypy configuration

          Type hints are an essential part of modern Python. Type hints are the enabler for clever IDEs, they document the code, and even reduce unit testing needs. Most importantly, type hints make the code more robust and maintainable which are the attributes that every serious project should aim for. At Wolt we have witnessed the benefits of type hints, for example, in a web backend project which has 100

            Professional-grade mypy configuration
          • Woke invades the sciences | Alan Sokal | The Critic Magazine

            The intrusion of irrational ideology is distorting and censoring science A quarter-century ago, the “Science Wars” — an unfortunate military metaphor applied to an intellectual debate — pitted a motley crew of postmodernist-influenced literary scholars and social scientists, often (but not always) of a leftist and feminist political bent, espousing an extreme social-constructivist view of science

              Woke invades the sciences | Alan Sokal | The Critic Magazine
            • ABEMA におけるマイクロサービスデプロイ状況可視化のための内製モニタリングツールの開発 | CyberAgent Developers Blog

              こんにちは!2023 年 7 月より 約 2ヶ月間、株式会社 AbemaTV Cloud Platform チームにて内定者バイトをしていた 24 卒 SRE 内定者の 後藤 廉(X(Twitter) : @ren510dev)です。 内定者バイト期間では、主に、ABEMA を構成するマイクロサービスのデプロイ状況を可視化するべく、独自のモニタリングツールの開発に従事しました。 また、既存の運用・監視体制への導入・統合、開発組織への推進等を実施し、プラットフォームエンジニアリングに挑戦しました。 今回のブログでは、配属部署やチーム内ミッションステートメントの紹介を交えつつ、私が内定者バイト期間中に取り組んだこと、成果を紹介します。 目次 ABEMA Cloud Platform チームの紹介 ABEMA が抱える運用課題 仕様策定 アーキテクチャ 処理フロー マルチリージョン展開 デプロイ

                ABEMA におけるマイクロサービスデプロイ状況可視化のための内製モニタリングツールの開発 | CyberAgent Developers Blog
              • GitHub - arthurfiorette/proposal-safe-assignment-operator: Draft for ECMAScript Error Safe Assignment Operator

                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 - arthurfiorette/proposal-safe-assignment-operator: Draft for ECMAScript Error Safe Assignment Operator
                • f5ve - Underground 「Official MV」

                  ► STREAM : https://f5ve.lnk.to/underground ► SUBSCRIBE : https://www.youtube.com/channel/UCV1YxS0AVPOrx_HDj9Pgt8Q?sub_confirmation=1 ► join the hi-5 fandom: instagram: https://instagram.com/f5ve_official x: https://twitter.com/f5ve_official/ tiktok: https://www.tiktok.com/@f5veofficial website: https://www.f5veofficial.com ☆ about f5ve ☆ f5ve are inter-dimensional dream agents from Tokyo, Jap

                    f5ve - Underground 「Official MV」
                  • Python has too many package managers

                    Python is a wonderful programming language. I’ve used it to build webapps, deep learning models, games, and do numerical computation. However there is one aspect of Python that has been an inexcusable pain-in-the ass over many years. That would be the fragmented Python package and environment management ecosystem, succinctly represented by the following XKCD comic: You see, a lot of other programm

                    • AWS Lambda introduces recursive loop detection APIs | Amazon Web Services

                      AWS Compute Blog AWS Lambda introduces recursive loop detection APIs This post is written by James Ngai, Senior Product Manager, AWS Lambda, and Aneel Murari, Senior Specialist SA, Serverless. Today, AWS Lambda is announcing new recursive loop detection APIs that allow you to set recursive loop detection configuration on individual Lambda functions. This allows you to turn off recursive loop detec

                        AWS Lambda introduces recursive loop detection APIs | Amazon Web Services
                      • ArchiveBot dashboard

                        This page shows all of the crawls that ArchiveBot is currently running. To show or hide a job, click anywhere on its stats line. The color coding for the job stats line is: in progress, finished normally, finished with abort, finished with fatal exception. Mouse over the job start date or the response count for additional information. To pause scrolling, move your mouse inside a log window. To cle

                        • 第7回: Argo CDによるKubernetesへの継続的デリバリ - CADDi ENGINEER Tech Blog

                          ※本記事は、技術評論社「Software Design」(2023年10月号)に寄稿した連載記事「Google Cloudで実践するSREプラクティス」からの転載です。発行元からの許可を得て掲載しております。 はじめに 前回はRenovateによる依存関係の更新について解説しました。今回はArgo CD1を利用した、Kubernetesへの継続的デリバリ(Continuous Delivery、CD)について紹介します。Argo CDとは何か、なぜ使うのか、基本的な機能やキャディでどのように活用しているかを紹介します(図1)。 ▼図1 CADDiスタックにおける今回の位置付け Argo CDとは Argo CDはKubernetesへの継続的デリバリを行うツールです。Gitリポジトリをソースとして継続的デリバリを行う手法をGitOpsと呼びます2。Argo CDはKubernetesへのデ

                            第7回: Argo CDによるKubernetesへの継続的デリバリ - CADDi ENGINEER Tech Blog
                          • Google Colab で LangGraph を試す|npaka

                            「Google Colab」で「LangGraph」を試したので、まとめました。 ・LangChain v0.1.4 1. LangGraph「LangGraph」は、LLMでステートフルな「マルチアクターアプリケーション」を構築するためのライブラリです。「LCEL」(LangChain Expression Language) を拡張して、複数チェーン (またはアクター) を複数ステップにわたって循環的に協調動作させることができます。 「LangChain」の大きな価値の1つに、カスタムチェーンを簡単に作成できることがあります。このための機能として「LCEL」を提供してきましたが、サイクルを簡単に導入する方法がありませんでした。「LangGraph」によって、LLMアプリケーションにサイクルを簡単に導入できるようになりました。 2. Colabでの実行Colabでの実行手順は、次のとおり

                              Google Colab で LangGraph を試す|npaka
                            • fishbowl「一雨」Official Music Video

                              fishbowl「一雨」 Cast : Momoko Oshiro, Izumi Niima, Cocoro Sasaki, Zahrachahiyoni Saito, Harune Kimura 「一雨」 Words & Music : Sho Yamamoto Arrangement : Gento Miyano all produce : Sho Yamamoto ”hitoame” Music Video Credit Director : Momoko Ishida (WACHAJACK) Assistant Director / Editor : Katsuaki Ishii (WACHAJACK) Cinematographer & Color : Yuki Suematsu (KASSEN) Steadicam Operator : Ryo Ryan Kishi

                                fishbowl「一雨」Official Music Video
                              • PAPERWALL: Chinese Websites Posing as Local News Outlets Target Global Audiences with Pro-Beijing Content - The Citizen Lab

                                Key Findings A network of at least 123 websites operated from within the People’s Republic of China while posing as local news outlets in 30 countries across Europe, Asia, and Latin America, disseminates pro-Beijing disinformation and ad hominem attacks within much larger volumes of commercial press releases. We name this campaign PAPERWALL. PAPERWALL has similarities with HaiEnergy, an influence

                                  PAPERWALL: Chinese Websites Posing as Local News Outlets Target Global Audiences with Pro-Beijing Content - The Citizen Lab
                                • 12 Languages in 12 Months

                                  I stumbled across Exercism last year and was immediately charmed. It's a website devoted to teaching programming languages. It's got a great UI, offers free mentoring (by a human!), and is entirely open source. Last January, they announced a new program called 12in23, where they challenged participants to try 12 new programming languages in 2023. Each month would have a theme (such as "Analytical

                                    12 Languages in 12 Months
                                  • LE SSERAFIM (르세라핌) 'Smart' OFFICIAL MV

                                    Creative Director : NU KIM Visual Creative Coordinating : Yujoo Kim Style Directing : Yoon Cho, Soo Lee Brand Experience Design : Yoovin Baek, Hyemin Yoo Content Production : Yurok Jang, Jisoo Min A&R : Kyuyoung Kim, Yujeong Kim, Soyoon Park, Jennie Lee, Myeongji Kim Performance Director : Soyeon Park Assistant Director : Yejin Lee Choreography : Soyeon Park Music Video Director : Yong Seok C

                                      LE SSERAFIM (르세라핌) 'Smart' OFFICIAL MV
                                    • Unification in Elixir

                                      Pattern matching is a pervasive and powerful tool in Elixir. This isn't too surprising if you know a little about the history of Elixir's parent language, Erlang. Erlang was originally inspired by and written in Prolog, a logic programming language where pattern matching has first-class support. In Elixir, you might see an expression like this: [x, [2, y]] = [1, [2, 3]]When this expression is eval

                                        Unification in Elixir
                                      • Azure OpenAI Insights: Monitoring AI with Confidence

                                        Azure OpenAI Insights: Monitoring AI with Confidence Welcome to the forefront of AI innovation! In the ever-evolving world of Artificial Intelligence, organizations and entities across various sectors are on a quest to leverage advanced technologies efficiently. Azure OpenAI opens a realm of possibilities, offering both challenges and excitement, particularly for those at the early stages of AI ad

                                          Azure OpenAI Insights: Monitoring AI with Confidence
                                        • クープマン作用素理論×ディープラーニング×非線形制御

                                          KOT(Koopman Operator Theory)とは? KOT(Koopman Operator Theory)は非線形なシステムに従う実験データ(制御状態、制御入力)を非線形な関数(エンコード関数)によって高次元空間へ写像することで、その高次元空間上では線形なオペレータ(クープマンオペレータ)に従い状態が変化していくと仮定する方法です。 発想としてはカーネル法に近いイメージになるかもしれません。 この方法で、ソフトロボット分野で今までのLSTMのモデリング以上に正確で高速にモデリング+制御が可能になりました。具体的には100次元の写像によるモデリング+50Hzの制御が可能になった例があります。 また、エンコード関数の行先の高次元空間が無限次元の場合、厳密に任意のシステムをエンコード関数とクープマンオペレータで表現できることが解っています。 先行研究は主に二つの方向に進化していて、

                                            クープマン作用素理論×ディープラーニング×非線形制御
                                          • BABYMETAL x @ElectricCallboy - RATATATA (OFFICIAL VIDEO)

                                            Stream the new single “RATATATA” now: https://babymetal-electriccallboy.lnk.to/RATATATA ■BABYMETAL Official Web Site http://www.babymetal.com ■BABYMETAL Official Facebook https://www.facebook.com/BABYMETAL.jp ■BABYMETAL Official Instagram https://www.instagram.com/babymetal_official/ ■BABYMETAL Official Twitter https://twitter.com/BABYMETAL_JAPAN ■BABYMETAL Official TikTok https://www.tikt

                                              BABYMETAL x @ElectricCallboy - RATATATA (OFFICIAL VIDEO)
                                            • TOMOO - Super Ball【OFFICIAL MUSIC VIDEO】

                                              2023.9.27 RELEASE TOMOO Major 1st Album「TWO MOON」 ▼Stream&Download https://TOMOO.lnk.to/TWOMOONIG ▼CD https://TOMOO.lnk.to/cd_twomoon [Video Credit] Director : Tai Nakazawa Director of Photography : Shuho Teramura 1stAC : Masanori Miyano 2ndAC : Hiroki Nakajima Steadicam Operator : Genki Hidaka Hair And Makeup : Chika Ueno Stylist : Minoru Sugahara Styling Assistant : Toko Kudo, Raimu Hattori St

                                                TOMOO - Super Ball【OFFICIAL MUSIC VIDEO】
                                              • AIチャットボットで電話の問い合わせ内容に応じて担当者に振り分けてみた[Amazon Connect + Kendra + Lex] | DevelopersIO

                                                AIチャットボットで電話の問い合わせ内容に応じて担当者に振り分けてみた[Amazon Connect + Kendra + Lex] はじめに 本記事では、Amazon Connect + Amazon Kendra + Amazon Lexを組み合わせて、電話での問い合わせ内容を種別判定し、最適な担当者に振り分ける方法と精度をまとめました。 ユーザーのお問い合わせを種別判定し、種別ごとに担当者に振り分けるコンタクトセンターでの一次対応を想定し、Kendraが種別判定機能を担います。 お問い合わせの種別判定は、一般的な生成AIモデルでも可能ですが、生成AIが利用できない企業様もいらっしゃいますので、今回はKendraで試してみます。 以前、以下の記事で、LexとKendraで検証しましたが、今回はインターフェースが電話(Amazon Connect)の場合について構築方法と精度をまとめます

                                                  AIチャットボットで電話の問い合わせ内容に応じて担当者に振り分けてみた[Amazon Connect + Kendra + Lex] | DevelopersIO
                                                • TypeScript の satisfies 演算子は何に役立つのか

                                                  satisfies 演算子とは TypeScript 4.9 で導入された satisfies 演算子は、式 satisfies 型 のようにして使い、式 が 型にマッチするかどうかをチェックします。 satisfies は、 式がある型にマッチすることを保証しつつ、文脈的に型付けする 式 が 型にマッチするかどうかをチェックし、型アノテーションとは違い、型推論結果を保つ という演算子です。 type User = { email: string }; // OK const jane = { email: "[email protected]" } satisfies User; // Error const john = { email: "[email protected]", id: 1 } satisfies User; // ~~ Object literal may only

                                                    TypeScript の satisfies 演算子は何に役立つのか
                                                  • Kamasi Washington - Prologue (Official Music Video)

                                                    Prologue, taken from the forthcoming album Fearless Movement out May 3rd, 2024. Pre-order Fearless Movement now via Young: https://kamasiwashington.ffm.to/fearlessmovement Twitter - https://twitter.com/KamasiW Facebook - https://www.facebook.com/kamasiw?ref=hl Instagram - https://www.instagram.com/kamasiwashington Director: AG Rojas Production Company: Park Pictures Executive Producer: Jackie

                                                      Kamasi Washington - Prologue (Official Music Video)
                                                    • ドメインを考慮した柔軟なPodの配置を実現する「Balancer」

                                                      はじめに こんにちは。3-shakeのSreake事業部に所属する長澤翼(@toversus26)です。第2回目の今回は、ドメインを考慮した柔軟なPodの配置を実現する「Balancer」について紹介します。 KubernetesにおけるPodの配置の課題 Kubernetesにはノード上へのPodのスケジューリングを制御するための機能がいくつかあります。NodeSelector、AffinityとAntiAffinity、TaintとToleration、Pod Topology Spread Constraintsなどです。この中でもPod Topology Spread Constraintsの機能は強力で、ドメインを考慮して均等にPodを配置できます。例えば、Podを複数のゾーンのノードになるべく均等に分散して耐障害性を高めるといった使い方ができるでしょう。 しかし、Pod Top

                                                        ドメインを考慮した柔軟なPodの配置を実現する「Balancer」
                                                      • Knowledge bases for Amazon Bedrockで、電話での問い合わせを内容に応じて担当者へ振り分けてみた | DevelopersIO

                                                        Knowledge bases for Amazon Bedrockで、電話での問い合わせを内容に応じて担当者へ振り分けてみた はじめに 本記事では、Amazon Connect、Knowledge bases for Amazon Bedrock、およびAmazon Lexを組み合わせて、電話での問い合わせ内容を種別判定し、最適な担当者に振り分ける方法とその精度結果をまとめました。 本システムは、コンタクトセンターでのAIチャットボットによる一次対応を想定しています。ユーザーのお問い合わせの種別を判定し、種別ごとに担当者に振り分ける機能を、Knowledge bases for Amazon Bedrockが担います。 お問い合わせの種別判定については、以前Amazon KendraやBedrockを利用して試みましたが、今回はKnowledge bases for Amazon Bed

                                                          Knowledge bases for Amazon Bedrockで、電話での問い合わせを内容に応じて担当者へ振り分けてみた | DevelopersIO
                                                        • Cilium 運用で遭遇した問題とその対応 - Cybozu Inside Out | サイボウズエンジニアのブログ

                                                          この記事は、CYBOZU SUMMER BLOG FES '24 (クラウド基盤本部 Stage) DAY 17の記事です。 こんにちは。クラウド基盤本部 Cloud Platform 部で Kubernetes 基盤(Neco)のネットワークを担当している寺嶋です。 Neco の Kubernetes クラスタはネットワークに Cilium を採用しています。 Neco の他のブログは以下を参照してください。 blog.cybozu.io Cilium は 2023 年 10 月に CNCF Graduated Project となった成熟したプロジェクトです。 一方で、大規模な環境で運用する際には性能問題や不具合に遭遇してしまうことがあります。 私たちはそのような Cilium に関連して発生する問題に対して、ツール開発や upstream への貢献などの様々な方法で対処しています。

                                                            Cilium 運用で遭遇した問題とその対応 - Cybozu Inside Out | サイボウズエンジニアのブログ
                                                          • Tracingを用いたRustのロギング理解の図とメモ

                                                            Rustでそれなりにちゃんとしたロギングをしようと思いtracingを調べた結果の理解図やサンプルコード等を備忘のため残しておきます。ただバージョンが1未満なので実装は色々変更されるかもしれません。[tracing 0.1.40, tracing-subscriber 0.3.18] 私の理解が解説のように書かれていますが、便利ツールとして使用するだけであればこの認識で問題なさそう、というような内容のため厳密性はありません。Quick startのコードがdocs.rsに載ってなかったり、必須コンポーネントのSubscriberが別クレートになってたり、色々な方法が提供されており逆に混乱したりでそれなりの理解にすらなかなか時間がかかりました。 概要 前提 use tracing::{event, span, Level}; fn main() { tracing_subscriber::f

                                                              Tracingを用いたRustのロギング理解の図とメモ
                                                            • お手軽!高精度!異常検知モデルPatchCoreの魅力

                                                              3つの要点 ✔️ 異常検知問題ベンチマークであるMVTecデータセットにおいてSOTAを達成! ✔️ 事前学習済みモデルを活用することで特徴抽出部分のCNNの学習が不要 ✔️ CNNから得られた特徴を効率的にサンプリングすることで推論の高速化が可能 Towards Total Recall in Industrial Anomaly Detection written by Karsten Roth, Latha Pemula, Joaquin Zepeda, Bernhard Schölkopf, Thomas Brox, Peter Gehler (Submitted on 15 Jun 2021 (v1), last revised 5 May 2022 (this version, v2)) Comments: Accepted to CVPR 2022 Subjects: Com

                                                                お手軽!高精度!異常検知モデルPatchCoreの魅力
                                                              • Try to make a try !

                                                                各位,今年もC++ Advent Calendar 2023にご参加いただきありがとうございます! 今年はなんか数ヶ月単位で労基も真っ青な過酷な労働を強いられてしまい,全くAdCについて気にかける(カレンダーの余白を眺めて宣伝する,記事を読んで感想を書くなどする)余裕がありませんでした…(普通に過労死ラインに乗ってしまったし案の定心療内科通いになっちゃったぐらいなので,ここ暫くは自身の生死や体調・今後しか気にかける余裕がなかった) そんな中,(本当に全く経時で追えてないので「今日空いてんじゃん,記事書くか…!」していただいた方々も何人かいらっしゃったかもしれませんが)ちゃんとカレンダーが埋まったことはとてもありがたいことです. 皆様本当にありがとうございます. 過去2年間続けてきた感想ツイート(2021,2022)についてですが,記事執筆がだいぶ遅れてしまったこと,年末バタバタする等の理由

                                                                  Try to make a try !
                                                                • Amazon Connect フローでの放棄呼と離脱箇所を、Step Functionsを利用しローコードでDynamoDBに保存してみた | DevelopersIO

                                                                  Amazon Connect フローでの放棄呼と離脱箇所を、Step Functionsを利用しローコードでDynamoDBに保存してみた はじめに Amazon Connectのフローで離脱箇所や放棄呼をAmazon Kinesis Data Streams(以降、KDS)とStep Functionsを用いて取得し、Amazon DynamoDBに保存する方法をまとめました。 本記事の内容は以下のような用途に役立ちます。 IVRでの途中離脱箇所を知りたい オペレーターにつながる前に切られる放棄呼の有無を知りたい Connectは、各通話ごとに問い合わせレコード(Contact Trace Record, CTR)として通話記録を保存します。 Connectでは、KDSに問い合わせレコードを出力できます。通常は問い合わせレコードは、どのフローで切断されたか情報はありませんが、フロー内で工

                                                                    Amazon Connect フローでの放棄呼と離脱箇所を、Step Functionsを利用しローコードでDynamoDBに保存してみた | DevelopersIO
                                                                  • GitHub - paralleldrive/sudolang-llm-support: SudoLang LLM Support for VSCode

                                                                    Natural language constraint-based programming. Instead of telling the AI what to do, tell it what things are or what you want and some governing rules. Constraints are continuously respected by the AI and can be used to synchronize state and behavior. Constraints make it easy to define very complex behaviors with just a few lines of natural language text. Interfaces for defining the structure and

                                                                      GitHub - paralleldrive/sudolang-llm-support: SudoLang LLM Support for VSCode
                                                                    • CloudNative Days Tokyo 2023に参加しました - Pepabo Tech Portal

                                                                      はじめに こんにちは!chiroruです!先日開催されたCloudNative Days Tokyo 2023に、今年も技術部プラットフォームグループ(以下PFG)のメンバーが参加しました。この記事では、そのイベントレポートをお届けします。 CloudNative Days Tokyoとは CloudNative Daysは、クラウドネイティブコミュニティの有志によって主催されている技術カンファレンスです。今年も、オンラインとオフラインのハイブリッドでの開催でした。 参加した感想 それぞれのメンバーから、イベントに参加しトークを聞いた感想を紹介します。 shibatch まずこの場で、イベントの企画、運営に携わったすべての皆様に感謝申し上げます!これまでもオンラインのイベントには参加経験がありましたが、リアルイベントに参加するのは今回が初めてでした。自身の仕事に直接関連する内容が多く、他社

                                                                        CloudNative Days Tokyo 2023に参加しました - Pepabo Tech Portal
                                                                      • ソフトバンクが“1年で実質12円”の購入プログラムを作った背景 約1年前から入念に準備も、厳密な運用は困難

                                                                        ソフトバンクが“1年で実質12円”の購入プログラムを作った背景 約1年前から入念に準備も、厳密な運用は困難:石野純也のMobile Eye(1/3 ページ) 2023年12月27日に電気通信事業法のガイドラインが改正され、端末割引の上限や条件が変わった。8万円以上の端末は、その割引額が税別で4万円までになったことに加え、回線契約にひも付かない端末単体への割引も、その枠内に含まれる形になっている。こうしたガイドラインの変更を、規制対象になるMNO(Mobile Network Operator)の4社は、端末の価格改定を余儀なくされた。中には、実質価格が大きく上がってしまった端末もあったほどだ。 一方で、新ガイドラインの施行初日に合わせて新たな端末購入プログラムを導入したキャリアもあった。ソフトバンクだ。同社は、12月27日に「新トクするサポート(バリュー)」を開始。従来の「新トクするサポー

                                                                          ソフトバンクが“1年で実質12円”の購入プログラムを作った背景 約1年前から入念に準備も、厳密な運用は困難
                                                                        • Fred again.. - Rooftop Live (Arun’s Roof, London)

                                                                          In the last couple years I've had less and less time to spend wit my absolute main people, and I've also been making a new recordddd. So i wanted to get all these people together and have an evening in london and play them some of the tunes and jus have a nice time really. Some of the songs on this are on the record that ive jus finished/am finishing (😉) . Watching this evening unfold jus puts a

                                                                            Fred again.. - Rooftop Live (Arun’s Roof, London)
                                                                          • 沈め!KubernetesOperator沼!!

                                                                            Kubernetes Novice Tokyo #27 ( https://k8s-novice-jp.connpass.com/event/293144/ ) のセッション資料です。 Kubernetes Operator実装方法や実装ができるようになった場合のメリットについて紹介しています。 …

                                                                              沈め!KubernetesOperator沼!!
                                                                            • YENTOWN - 不幸中の幸い feat. kZm, PETZ, JNKMN, Awich, MonyHorse & U-Lee (Prod. Chaki Zulu) - YouTube

                                                                              結成十周年にして初のYENTOWN名義楽曲 ///Streaming https://linkco.re/21YArqvE ///Video Staff Director: Hideto Hotta Director of Photography: Hyogo Mitsuoka 1st AC: Gaku Sato 2nd AC: Reo Fujisaki 3rd AC: Kasumi Ito 4th AC: Shinnosuke Ito Steadicam Operator: Genki Hidaka Production Designer: Sui Chief Assistant Production Designer: Ousuke Yano Art Assistant: Naima Kimura, Aimee Magallon, Sumomo Motomiya, Saya M

                                                                                YENTOWN - 不幸中の幸い feat. kZm, PETZ, JNKMN, Awich, MonyHorse & U-Lee (Prod. Chaki Zulu) - YouTube
                                                                              • BBC BASIC - Write your own programs

                                                                                Wiki Forum Manual Touch interface Differences from BB4W Beginners' Tutorial Happy Birthday! History Click on picture for full-size version: BBCSDL running on Windows BBCSDL running on Linux (Ubuntu) BBCSDL running on MacOS BBCSDL running on Raspberry Pi BBCSDL running on Android BBCSDL running on Amazon Fire TV BBCSDL (64-bit) running on iOS BBCSDL running in Firefox BBC BASIC for SDL 2.0 (BBCSDL)

                                                                                • 開発生産性があがる生成AIを使った開発ツールの紹介 | CyberAgent Developers Blog

                                                                                  これはCyberAgent Developers Advent Calendar 2023の13日目の記事です よければ他の記事も見てみてください はじめに Developer Productivity室(DP室)のuncle__koです。 DP室ではサイバーエージェントグループにおける事業開発の開発生産性(主にソフトウェアデリバリー領域)を大きく前進させるための開発に従事してます。 OpenAI社が2022年11月30日に公開したChatGPTを皮切りに、いまでは生成AIを聞かない日はないムーブメントになっているかと思います。 ChatGPTやGitHub Copilotの登場によって、日々の開発業務もかなり効率的に生産性が上がっていることかと思います。 今回は生成AI x Developer Productivityをテーマに、開発生産性があがりそうな、個人的に気になっている生成AIを

                                                                                    開発生産性があがる生成AIを使った開発ツールの紹介 | CyberAgent Developers Blog