並び順

ブックマーク数

期間指定

  • から
  • まで

81 - 120 件 / 64817件

新着順 人気順

startupの検索結果81 - 120 件 / 64817件

  • Figureとはいかなる企業か?「人型AIロボ」で驚異の1,000億円調達のワケ

    人型ロボットを開発するスタートアップFigure(フィギュア)が、マイクロソフト、OpenAI Startup Fund、NVIDIA、ジェフ・ベゾス氏らから6億7,500万ドル(約1,020億円)もの巨額資金を調達し、評価額は26億ドルに達した。ボストン・ダイナミクス、テスラ、グーグル・ディープマインドなどの出身者が集う同社、AIモデル開発に向けOpenAIとの提携も発表した。Figureとはどのような企業なのか、なぜ注目されているのか、その全貌を探ってみたい。 バークリー音大提携校で2年間ジャズ/音楽理論を学ぶ。その後、通訳・翻訳者を経て24歳で大学入学。学部では国際関係、修士では英大学院で経済・政治・哲学を専攻。国内コンサルティング会社、シンガポールの日系通信社を経てLivit参画。興味分野は、メディアテクノロジーの進化と社会変化。2014〜15年頃テックメディアの立ち上げにあたり、

      Figureとはいかなる企業か?「人型AIロボ」で驚異の1,000億円調達のワケ
    • Secure Randomness in Go 1.22 - The Go Programming Language

      The Go Blog Secure Randomness in Go 1.22 Russ Cox and Filippo Valsorda 2 May 2024 Computers aren’t random. On the contrary, hardware designers work very hard to make sure computers run every program the same way every time. So when a program does need random numbers, that requires extra effort. Traditionally, computer scientists and programming languages have distinguished between two different ki

        Secure Randomness in Go 1.22 - The Go Programming Language
      • Evolving the Go Standard Library with math/rand/v2 - The Go Programming Language

        The Go Blog Evolving the Go Standard Library with math/rand/v2 Russ Cox 1 May 2024 Since Go 1 was released in March 2012, changes to the standard library have been constrained by Go’s compatibility promise. Overall, compatibility has been a boon for Go users, providing a stable base for production systems, documentation, tutorials, books, and more. Over time, however, we’ve realized mistakes in th

          Evolving the Go Standard Library with math/rand/v2 - The Go Programming Language
        • Tokyo Innovation Base 正式オープン|東京都

          2024年05月01日 スタートアップ・国際金融都市戦略室 Tokyo Innovation Base、いよいよグランドオープン! SusHi Tech Tokyo2024にあわせて全フロアでサービス開始 都は、東京からイノベーションを巻き起こすことを目指し、国内外からスタートアップやその支援者が集い、交流する一大拠点「Tokyo Innovation Base」(以下「TIB」という。)の構築を進めてきました。 昨年11月のプレオープン後、イベント開催などの活動からスタートし、本年2月には、スタートアップや支援者の方々が毎日利用できるワークスペースの提供等を始めるなど、段階的に機能を充実しています。この間、100回以上のイベントを開催し、1万人を超える来場者を迎えるとともに、内外の支援事業者や行政機関など、様々な関係者に来館いただき、ネットワークづくりを進めてきました。 こうした”NOD

          • AIスタートアップにアマゾン史上最大の40億ドルを出資 同社がAnthropicにかけるワケ

            アマゾンは、AIスタートアップ「Anthropic」へ、同社史上最大の投資となる40億ドルの出資を完了したと発表しました。最近Anthropicは、強力な大規模言語モデル「Claude 3」ファミリーをリリースし、ライバルのOpenAIを上回る性能を示しています。アマゾンにとってAnthropicへの投資は、AWSにおける生成AIプラットフォーム「Amazon Bedrock」の魅力をさらに高めるものになり、競争上の優位性を強化することにつながります。BedrockではAnthropicに加えCohereなどのクローズドモデルや、MistralやMeta の「Llama 2」などのオープンソースモデルが利用できるようになっているだけでなく、これらのモデルを活用し、ユーザーは独自のアプリを開発することも可能に。本記事では、アマゾンのAnthropic投資の概要に触れつつ、これらの投資がBed

              AIスタートアップにアマゾン史上最大の40億ドルを出資 同社がAnthropicにかけるワケ
            • Kanji for "Gold" and "Money": 金 (kin / kane)

              The Japanese Kanji for “Gold” is 金. Moreover, because of the historical and practical associations between the precious metal (Gold) and monetary systems, the Kanji 金 also means “money.” However, the primary meaning of 金 is “metal” in general though it denotes the metal gold more specifically. The kun’yomi (Japanese reading) pronunciations of the Kanji 金 are “kane” (かね) and “kana” (かな), and the on

                Kanji for "Gold" and "Money": 金 (kin / kane)
              • Kanji for "Enter", "Insert", "Put in": 入

                The Japanese Kanji 入 means “Enter (to enter),” “Putting in,” and “Insert.” Various contexts for the usage of 入: Enter: It refers to the action of going into a space or location. Insert: 入 is also used to describe putting something into something else. Admission: 入 is often used in contexts related to being admitted into a group, organization, or institution. Include: 入 can signify the inclusion of

                  Kanji for "Enter", "Insert", "Put in": 入
                • サーバ再起動しても cron で Web アプリを雑に立ち上げ

                  超楽にRubyで雑に書いたスクリプトをsystemdで管理したい! - 宇宙行きたい で systemd がユーザ権限で使えることを知る。 開発環境用では nohup と cron の @reboot を使っていました。こちらもお手軽なので紹介。 @reboot とは crontab(5) に @reboot があれば使えます。その名の通りリブート時に一回だけ実行。Ubuntu なら利用可能。 $ man 5 crontab (省略) Instead of the first five fields, one of eight special strings may appear: string meaning ------ ------- @reboot Run once, at startup. @yearly Run once a year, "0 0 1 1 *". @annual

                    サーバ再起動しても cron で Web アプリを雑に立ち上げ
                  • 【作業効率化】4年目エンジニアが「使わなくなった」アプリを供養する - Qiita


                     Qiita 使  4 Mac  Visual Studio Code 3使 settings.jsonkeybindings.jsondotfiles使 vimvim使使 vimVSCvim使 VSCvim  vim
                      【作業効率化】4年目エンジニアが「使わなくなった」アプリを供養する - Qiita
                    • bmf-tech.com - 自作HTTPルーターから新しいServeMuxへ


                       goblinHTTP使Go1.22ServeMuxServeMux使 Go1.22ServeMuxGoHTTP Go1.22ServeMux Go1.22rcServeMux調 cf. Go1.22rcServeMux ServeMux  Go 1.22 Release Notes - Enhanced routing patterns ServeMux
                      • The Future of Ruby and Rails in the Age of AI

                        Artificial Intelligence (AI) is transforming the way we build, debug, and optimize code, and it’s happening at an unprecedented pace. As a long-time Ruby and Rails developer, I’m participating in these developments with excitement via my startup and my new book and open-source projects. The good news I want to share is: not only will Ruby and Rails survive this AI revolution, Rubyists will pioneer

                          The Future of Ruby and Rails in the Age of AI
                        • NVIDIAがGPUリソース管理ツールの開発企業「Run:ai」を買収

                          NVIDIAが2024年4月24日に、AIハードウェアの最適化と管理を行うツールを手がけるイスラエルのスタートアップ・Run:aiを買収したことを発表しました。 NVIDIA to Acquire GPU Orchestration Software Provider Run:ai | NVIDIA Blog https://blogs.nvidia.com/blog/runai/ Nvidia acquires AI workload management startup Run:ai for $700M, sources say | TechCrunch https://techcrunch.com/2024/04/24/nvidia-acquires-ai-workload-management-startup-runai/ テルアビブを拠点とするRun:aiは、AIインフラストラク

                            NVIDIAがGPUリソース管理ツールの開発企業「Run:ai」を買収
                          • Kanji for "all," "whole," "entire," "complete": 全

                            The Japanese Kanji 全 means “all,” “whole,” “entire,” or “complete.” The Kanji 全 is used in the following contexts: All, Entire, Whole: Refers to the complete part or entirety of something. Complete: Implies that nothing is missing; fully constituted. Total: Often used to describe a sum or aggregate amount. The kun’yomi (Japanese reading) pronunciations of the Kanji 全 are “matta-ku” (まった-く) and “su

                              Kanji for "all," "whole," "entire," "complete": 全
                            • HashiCorp joins IBM to accelerate multi-cloud automation

                              Today we announced that HashiCorp has signed an agreement to be acquired by IBM to accelerate the multi-cloud automation journey we started almost 12 years ago. I’m hugely excited by this announcement and believe this is an opportunity to further the HashiCorp mission and to expand to a much broader audience with the support of IBM. When we started the company in 2012, the cloud landscape was very

                                HashiCorp joins IBM to accelerate multi-cloud automation
                              • 起業するとき、まず行政書士に相談すべき理由:行政書士の活用方法(横須賀 輝尚)

                                ビジネスBusinessman Getting Started by crossing the line of his comfort zone. Start and make a decision. Startup and first step to success 経営者をサポートする士業と呼ばれる専門家がいます。難関資格を保有する専門家として尊敬を集める一方、同じ資格保有者でも仕事内容や方針、そして能力も当然異なります。 「行政書士って具体的に何ができる人?と聞かれると、あれ……そういえば……みたいな人も多いんじゃないかと思います。とにかく取り扱える業務範囲が広い資格、これが行政書士の特徴です。」 そう語るのは士業向けの経営コンサルタントで自身も士業(特定行政書士)である横須賀輝尚氏。同氏の著書「プロが教える潰れる会社のシグナル」から、プロ士業の見抜き方を再構成してお届けします。 あ

                                  起業するとき、まず行政書士に相談すべき理由:行政書士の活用方法(横須賀 輝尚)
                                • Building Bluesky: a Distributed Social Network (Real-World Engineering Challenges)

                                  Before we start: AI tooling for software development feels like it has hit "peak hype" across mainstream media. We would like to do a "reality check" and find out how engineers and teams are using these tools (and which tools/use cases are genuinely efficient). Please help us by filling out this survey. Fill out the survey on AI tools We will share the full report with all of you who share detaile

                                    Building Bluesky: a Distributed Social Network (Real-World Engineering Challenges)
                                  • よりパワフルに冷やす“着るエアコン”、ソニー「REON POCKET 5」発売

                                    ソニーサーモテクノロジーは4月23日、ペルチェ素子を利用して体表面を冷やしたり温めたりするウェアラブルデバイス「REON POCKET 5」(型番:RNPK-5)を発売した。直販価格は1万7600円。別体センサー「REON POCKET TAG」が付属するセットは1万9800円。 サーモモジュール(ペルチェ素子)を大型化し、放熱ファンを搭載して冷却効率を向上させた。従来は4段階だった冷却レベルに、より強力な「COOLレベル5」を追加した他、従来機と同じレベル4なら駆動時間は約1.8倍にあたる約7時間半まで延びるという。 動作音も低減。レベル4で従来機と比較すると、最大約5分の1になったとしている(ソニー調べ)。 装着時に服の中に熱気が溜まらないようにするエアフローパーツも進化。排気口がワイシャツの襟の高さまで延びたビジネス向けのタイプと、短いカジュアル用の2つが付属する。 セットに含まれる

                                      よりパワフルに冷やす“着るエアコン”、ソニー「REON POCKET 5」発売
                                    • Cloud Run サイドカーで Fastly の Prometheus Metrics を収集して Grafana で可視化する | CyberAgent Developers Blog


                                      Cloud Run  Fastly  Prometheus Metrics  Grafana    FANTECH  Google Cloud, AWS, Azure  XaaS   metrics  Grafana  Cloud Run  Grafana Grafana data sources  Fastly 2
                                        Cloud Run サイドカーで Fastly の Prometheus Metrics を収集して Grafana で可視化する | CyberAgent Developers Blog
                                      • Announcing py2wasm: A Python to Wasm compiler · Blog · Wasmer

                                        Back to articlesAnnouncing py2wasm: A Python to Wasm compilerpy2wasm converts your Python programs to WebAssembly, running them at 3x faster speeds Since starting Wasmer five years ago we've been obsessed with empowering more languages to target the web and beyond through Webassembly. One of the most popular languages out there is Python, and while it is certainly possible to run Python programs i

                                          Announcing py2wasm: A Python to Wasm compiler · Blog · Wasmer
                                        • Kanji for "Now": 今 (ima)

                                          The Japanese Kanji for “Now” is 今. The kun’yomi (Japanese reading) pronunciation of the Kanji 今 is “ima” (いま), and the on’yomi (Chinese reading) pronunciations of 今 are “kon” (コン) or “kin” (キン). Apart from the literal meaning of “Now”, the Kanji 今 is also used in the following contexts: Current: Used to describe something occurring in or pertaining to the present period. Modern: Sometimes used in

                                            Kanji for "Now": 今 (ima)
                                          • 「起業参謀」に欠かせない5つの能力とは


                                             CEO 1978()3EC Pioneers Asia2017CEO2017
                                              「起業参謀」に欠かせない5つの能力とは
                                            • AWS知見共有会でTerraformのCI/CDパイプラインのセキュリティ等について発表してきました + GitHub新機能Push rulesについて - LayerX エンジニアブログ

                                              先日2024/04/16にタイミーさんのオフィスで開催された、AWS知見共有会というイベントで発表してきました。この会のテーマは「運用のスケーラビリティとセキュリティ」ということで、私は「コンパウンドスタートアップのためのスケーラブルでセキュアなInfrastructure as Codeパイプラインを考える」というタイトルで発表してきています。 イベントの動画もあります。 私の発表は 1:43 ぐらいからです。 この発表については資料と動画を見ていただければ!という感じで特に付け加えることもなかったのですが、イベントの開催後にGitHubから発表された新機能Push rulesがとても便利で、新たなベストプラクティスとなるインパクトがあると思ったので、この記事で紹介します。 Push rulesとは つい昨日発表された機能で、現在はpublic betaという状態です。なので、仕様変更と

                                                AWS知見共有会でTerraformのCI/CDパイプラインのセキュリティ等について発表してきました + GitHub新機能Push rulesについて - LayerX エンジニアブログ
                                              • 中国テック事情:チップ国産化推進で、打倒「味の素」の動き


                                                 by Zeyi Yang2024.04.19 31 4  調 PC使ABF使ABF使90%1909調MSG 
                                                  中国テック事情:チップ国産化推進で、打倒「味の素」の動き
                                                • Kanji for East: 東 (tō / higashi)

                                                  The Japanese Kanji for “East” is 東. The kun’yomi (Japanese reading) pronunciation of the Kanji 東 is “higashi” (ひがし), and the on’yomi (Chinese reading) pronunciation of 東 “tō” (トウ). 東 is used extensively in Japanese for indicating direction (east), and it’s a common component in place names, including 東京 (Tokyo), which means “Eastern Capital.” 東 quite commonly appears in Japanese names and is used

                                                    Kanji for East: 東 (tō / higashi)
                                                  • Kanji for "Live," "Be Born," "Raw": 生

                                                    The Japanese kanji 生 means Kanji for “Live (life),” “Be Born,” “Raw.” The kun’yomi (Japanese reading) pronunciation of the Kanji 生 is u (う), as in the words umu (うむ) and umareru (うまれる); o (お) as in ou (おう); ha (は), as in hayasu (はやす) and ha-eru (は-える); i (い) as in ikeru (いける), ikiru (いきる) and ikasu (いかす); nama (なま); and ki (き). The on’yomi (Chinese reading) pronunciation of 生 is sei (セイ) or sho (シ

                                                      Kanji for "Live," "Be Born," "Raw": 生
                                                    • コンパウンドスタートアップを支える技術戦略

                                                      HQ はこれまでリモートワーク環境整備プラットフォーム「リモート HQ」を運営してきましたが、この度より包括的な福利厚生サービス「カフェテリア HQ」の提供を開始しました: この二つのプロダクトは部分的に非常に似た機能を共有しますが、福利厚生領域に存在する異なる課題をそれぞれ解決することを目的とした、完全に独立したプロダクトです。 HQ はリモート HQ で創業した当初から、将来的なカフェテリアプラン領域への参入を事業成長の方向性の一つとして掲げ、準備を進めてきました。 つまり HQ はコンパウンドスタートアップの一つです。 コンパウンドスタートアップとは 創業時から単一プロダクトではなく、複数プロダクトを意図的に提供 部署でサービスを区切るのではなく、データを中心にサービスを統合する プロダクト間の連携の良さそのものがプロダクトである 複数のプロダクトを管理、ローンチするケイパビリティを

                                                        コンパウンドスタートアップを支える技術戦略
                                                      • どうすれば、クライアントの要望を適切にプロダクトへと反映させられる? ~テック企業各社が明かすBtoB SaaS開発の秘訣 | gihyo.jp

                                                        どうすれば⁠⁠、クライアントの要望を適切にプロダクトへと反映させられる? ~テック企業各社が明かすBtoB SaaS開発の秘訣 BtoB SaaSの開発では、複雑なビジネスプロセスや業界固有の要件に対応することが求められます。また、「⁠顧客の個別の要望をどこまで取り入れるか」「⁠機能の優先度、スケジュール、予算などを鑑みて何をプロジェクトのスコープにするか」といった、考慮すべき点が多岐にわたるのも特徴です。BtoB SaaSを提供する企業は、どのような工夫をして開発を進めているのでしょうか。 2024年3月1日にオンラインで開催された「どうすれば、クライアントの要望を適切にプロダクトへと反映させられる? テック企業各社が明かすBtoB SaaS開発の秘訣」では、ALGO ARTISとMCデータプラス、Asobica、ENECHANGEというテックベンチャー4社が登壇。BtoB SaaS開発

                                                          どうすれば、クライアントの要望を適切にプロダクトへと反映させられる? ~テック企業各社が明かすBtoB SaaS開発の秘訣 | gihyo.jp
                                                        • Release 🚀 Farm v1.0 is released! · farm-fe/farm

                                                          Farm⭐️ is a next-generation web build tool written in Rust. It is currently the most powerful, fastest, and most stable Rust web build tool. Since Farm open its source code of version 0.3 in March 2023, after a year of development and contributions by many community developers, version v1.0 has finally been released! The v1.0 version supports a large number of features including lazy compilation,

                                                            Release 🚀 Farm v1.0 is released! · farm-fe/farm
                                                          • Three Decades of Agile – Manage Complexity

                                                            The Agile Manifesto [1], created in 2001, brought about a significant shift in the development of (software) products. The values and principles in the manifesto have since evolved and expanded, and we continue to discover better ways to implement them. Overall, the changes have been positive and continue to benefit the industry. This article discusses the journey we have collectively taken over t

                                                            • インフルエンサーマーケティングはもう古い? 購入者の実使用動画に特化したソーシャルコマース「Flip」がユニコーンに - BRIDGE(ブリッジ)テクノロジー&スタートアップ情報

                                                              Image credit: Flip ソーシャルコマース企業の Flip は最近、Streamlined Ventures がリードし、広告ソフト会社の AppLovin が参加したシリーズ C ラウンドで1億4,400万米ドルを調達した。 今回の資金調達完了後、Flip の評価額は10.5億米ドルに達し、新たなユニコーンとなった。Amazon や Tiktok の市場価値とはまだ大きな開きがあるが、Flip は消費者に愛され始めており、ソーシャルコミュニティと e コマースの世界を変革させつつある。 Flip のコアコンセプトは「正直」と「真実」である。e コマースは便利だが、地雷を踏みやすいし、ネット上の有名人のコメントは ステマばかりで、お墨付きはもはや品質の保証にはならない。Flip は、消費者が見るべきは、一般人が初めて商品を受け取った時に撮影した開封動画だと考えている。 Fli

                                                                インフルエンサーマーケティングはもう古い? 購入者の実使用動画に特化したソーシャルコマース「Flip」がユニコーンに - BRIDGE(ブリッジ)テクノロジー&スタートアップ情報
                                                              • Kanji for "After," "Behind," "Later": 後 (ato / ushi-ro)

                                                                The kanji 後 means “after,” “behind,” or “later.” The kun’yomi (Japanese reading) pronunciation of the Kanji 後 is ato (あと), meaning “after,” “ushi-ro” (うし-ろ), meaning “behind,” “nochi” (のち), meaning “later,” and “oku-reru” (おく-れる), meaning “be late.” The on’yomi (Chinese reading) pronunciation of 後 is ko (コウ) or go (ゴ). The meaning of the Kanji 後 extends from relating to time to the position of phy

                                                                  Kanji for "After," "Behind," "Later": 後 (ato / ushi-ro)
                                                                • 顔の映像から心拍・血圧などをAI解析 ⽇本と台湾スタートアップ3社が提携、PLEN Cubeと画像解析技術の連携で健康管理DXを開発 - ロボスタ ロボスタ - ロボット情報WEBマガジン

                                                                  PLEN Robotic、SS SAICHIと台湾のSGAItekは、画像解析による健康管理サービスの実現に向けて技術業務提携することに合意した。 具体的にはPLEN Roboticsが開発したエッジAI搭載カメラ端末「PLEN Cube」にSGAItekの画像解析プログラム「FACARE」を連携させ、約8秒の顔の映像データから血管の変化を捉え、呼吸、心拍、血圧、血中酸素などの生理パラメータを測定することにより、非接触かつスピーディーな健康管理サービスのDXが可能となる。 本サービスは、介護や建設現場など、さまざまな分野で利用されることが予想されている。 画像解析プログラム「FACARE」 「FACARE」は血液中のヘモグロビンが緑色光を吸収する性質を利用し、画像解析により、血管の拡張及び収縮を計測するソフトウェアプログラムです。「FACARE」は血圧、心拍数、発熱、血糖値、血中酸素など多

                                                                    顔の映像から心拍・血圧などをAI解析 ⽇本と台湾スタートアップ3社が提携、PLEN Cubeと画像解析技術の連携で健康管理DXを開発 - ロボスタ ロボスタ - ロボット情報WEBマガジン
                                                                  • Kanji for "Between", "Interval", "Duration": 間 (aida / ma)

                                                                    The kanji 間 means “Between (in-between),” “Interval,” or “duration.” The kun’yomi (Japanese reading) pronunciation of the Kanji 間 is “ma” (ま) or “aida” (あいだ). The on’yomi (Chinese reading) pronunciation of 間 is “ken” (ケン) or “kan” (カン). The meaning of the Kanji 間 extends from relating to time intervals to space or gap between physical objects or places. 間 quite commonly appears in Japanese names a

                                                                      Kanji for "Between", "Interval", "Duration": 間 (aida / ma)
                                                                    • Next.js 14.2

                                                                      Next.js 14.2 includes development, production, and caching improvements. Turbopack for Development (Release Candidate): 99.8% tests passing for next dev --turbo. Build and Production Improvements: Reduced build memory usage and CSS optimizations. Caching Improvements: Configurable invalidation periods with staleTimes. Error DX Improvements: Better hydration mismatch errors and design updates. Upgr

                                                                        Next.js 14.2
                                                                      • X-Silicon、一つのコアでCPUとGPUの両方を実現できる「C-GPU」アーキテクチャ ~ 命令にはRISC-Vを活用 - Nishiki-Hub

                                                                        3行まとめ 米国のスタートアップであるX-Siliconは、非常に面白い構想と展開を明らかにしました。それは、CPUとGPUの両方の処理を行えるアーキテクチャ「C-GPU」です。 C-GPU コアの構造 動作 オープン 関連リンク C-GPU 今回明かされたのは「C-GPU」(Unified Compute Graphics Engine)の計画です。このC-GPUは、GPUの命令もCPUと同じ命令にしてしまって、単一のコアでCPUとGPU両方(あるいはその他のアクセラレータ全て)の処理を行えたら良いことあるやん。というものになります。つまり、C-GPUアーキテクチャでのコアは「何でも屋」になるわけです。あるいは、CPUにもなれる、分割可能なFPGAとしても正しいでしょうか。 具体的に説明します。現在普及しているシステムにおいて、CPUとGPUは別々のアーキテクチャとして設計されています。

                                                                          X-Silicon、一つのコアでCPUとGPUの両方を実現できる「C-GPU」アーキテクチャ ~ 命令にはRISC-Vを活用 - Nishiki-Hub
                                                                        • 元Appleデザイナーのジョナサン・アイブとOpenAIのサム・アルトマンが「AI駆動のパーソナルデバイス」開発に向けて1500億円の資金調達を計画中との報道

                                                                          by • glub • and TechCrunch 元Appleのデザインリーダーであるジョナサン・アイブ氏とOpenAIのCEOであるサム・アルトマン氏が「AIを搭載したパーソナルデバイス」を製造するスタートアップの資金調達を目指していると、IT系メディアのThe Informationが報じています。 Jony Ive and Sam Altman’s AI Device Startup in Funding Talks With Emerson, Thrive — The Information https://www.theinformation.com/articles/jony-ive-and-sam-altmans-ai-device-startup-in-funding-talks-with-emerson-thrive AI hardware company from

                                                                            元Appleデザイナーのジョナサン・アイブとOpenAIのサム・アルトマンが「AI駆動のパーソナルデバイス」開発に向けて1500億円の資金調達を計画中との報道
                                                                          • Interview with Anand Joshi of SmartNews, Japan

                                                                            Name: Anand Joshi Title: Software Engineer Organization: SmartNews Inc., Japan Hometown: Mumbai, India Living in Japan: Since January, 2017 LinkedIn: https://www.linkedin.com/in/anandhjoshi/ Blog: https://anandjoshi.me/about/ This is the 12th interview in the “Interviews with Foreign Information Technology Engineers in Japan” series. “ EJable.com’s Ryoko Nagai talks to Anand Joshi of SmartNews, Ja

                                                                              Interview with Anand Joshi of SmartNews, Japan
                                                                            • 1位は70億円 3月の資金調達額にみるテックスタートアップ動向

                                                                              日本発スタートアップが3月に発表した資金調達のうち、最も金額が大きかったものは──起業支援事業などを手掛けるフォースタートアップス(東京都港区)がこんなランキングを発表した。 1位は宇宙ごみの除去技術を開発するアストロスケールホールディングス(70億円)、2位は自動運転システムを開発するティアフォー(65億円)。フォースタートアップスは科学的な発見によって社会に影響を及ぼす「ディープテック」系スタートアップが上位に並んだとしている。 3位は電力の小売などを手掛けるエナジーグリッド(36億円)、4位は電子回路基板の製造開発を手掛けるエレファンテック(30億円)、5位はAIを活用した内視鏡システムを手掛けるアイリス(23億円)だった。 他には、核融合炉の商用化を目指すBlue Laser Fusionが6位に(21億円)、商用EVの製造販売を手掛けるEVモーターズ・ジャパン(16億4000万円

                                                                                1位は70億円 3月の資金調達額にみるテックスタートアップ動向
                                                                              • 新会社「ソニーサーモテクノロジー」始動 “着るエアコン”事業を拡充へ

                                                                                ソニーは4月8日、新会社・ソニーサーモテクノロジーが1日付で事業を始めたと発表した。社内のスタートアップ支援プログラムから生まれた「REON POCKET(レオンポケット)」事業を独立させた。 新会社の社長には、REON POCKETのハードウェア設計を担当してきた伊藤健二さんが就任した。8日からは法人向けIoTクラウドサービス「REON BIZ(レオンビズ)」も提供する。 REON POCKETは、ペルチェ素子を使った冷温デバイスを下着に装着することで、外出時も涼しく/温かく過ごせるデバイス。ソニー社内のスタートアップ創出を支援するSony Startup Acceleration Program(SSAP)のオーディションから生まれた。 商品は猛暑が続いた2019年にクラウドファンディングで登場し、“着るエアコン”として大きな注目を集めた。その後、市販して数度のアップデートを経た他、女

                                                                                  新会社「ソニーサーモテクノロジー」始動 “着るエアコン”事業を拡充へ
                                                                                • AWS 初学者向けの勉強方法 6 ステップ!2024 年版! | Amazon Web Services

                                                                                  Amazon Web Services ブログ AWS 初学者向けの勉強方法 6 ステップ!2024 年版! こんにちは、AWS トレーニングデリバリーマネージャー の西村航です。 本記事は 2022 年 4 月に投稿した AWS 初学者向けの勉強方法 6 ステップ!2022 年版! という記事を 2 年ぶりにアップデートした内容になります。投稿してから経過した 2 年間で公開された勉強方法を追記して、一部の勉強方法に関してはリンクの最新化を行いました。 皆さん、もしくは皆さんの周りでこんな方はいませんか。「AWS を勉強したいんだけど何から勉強すればよいだろう。どこかに勉強方法がまとまってないかな?」という悩みを抱えている方、または「同僚や部下に AWS の勉強を促しているけど、ちょうど良い教材とか無いかな?」という悩みを抱えている方。本記事はそういった AWS を勉強する際の悩みを抱え

                                                                                    AWS 初学者向けの勉強方法 6 ステップ!2024 年版! | Amazon Web Services