登録して招待リンクを共有すると、動画再生報酬と紹介報酬を獲得できます。

検索結果 RUN_TO_YOU
RUN_TO_YOU コミュニティ
1つのキーワードが1つのコミュニティです。
コミュニティ作成
アカウント
見つかりません
RUN_TO_YOU を含む検索結果
「AHOF」3rdミニアルバム「RUN TO YOU」でカムバック、チャ・ウンギが格別な思いを語る
☃️ Snow Man 1st POP-UP 2025年 夏にスタートした “Snow Man 1st POP-UP” おかげさまで、すべての日程を終えることができました。 会場に足を運んでくださった皆さま、 そしてこのイベントに想いを寄せてくださった すべての皆さまへ。 心より、ありがとうございました。 ❄️ ❄️ ❄️ ❄️ ❄️ ❄️ ❄️ ❄️ ❄️ “Snow Man 1st POP-UP” kicked off in the summer of 2025 and, with your support, has now wrapped up its run. To everyone who took the time to visit us, and to everyone who kept this POP-UP close to your hearts throughout this journey — Thank you. From the bottom of our hearts. #SnowMan1stPOPUP_SEOUL# #SnowMan1stPOPUP_TAIPEI# #SnowMan1stPOPUP_BANGKOK# #SnowMan1stPOPUP_OSAKA# #SnowMan1stPOPUP_TOKYO#
もっと見る
0
552
81.2K
13.6K
コミュニティへ転送
【Dragon Pony 2026 Run to Run JAPAN TOUR】 🎥Special End-roll videoをお届け 🔗 Dragon Ponyの初めての日本での単独ツアー、一緒に夢を叶えてくださった皆様、ありがとうございました🍀✨ 熱い声援を届けてくださったFor youngの皆様のおかげで、メンバーにとって本当に幸せな時間でした! また次のステージでお会いしましょう🤘 #DragonPony# #ドラゴンポニー# #Run_to_Run#
もっと見る
✨🐴New year, new adventures💕 Can’t wait to run through it all with you! 🌸🐴新しい年も、きみと一緒に駆け抜けたいな💖
# Learning Palantir Foundry 🚀 Put business logic right on the ontology. Functions cure the "numbers don't match across departments" problem by centralizing logic in one place. 📌 Title and Feature URL Title: ファンクション URL: 📝 Overview Functions let you write server-side logic that executes in isolated environments, powering operational apps like dashboards and decision-support tools. They are designed to work with Foundry ontologies, so they can read object properties, traverse links, and perform flexible ontology edits. 🔧 How It Works - Supported languages: TypeScript (full feature support) and Python (beta, with growing support especially for serverless and deployed execution). - Serverless execution: spins up on demand when invoked and bills only during execution, with a 60-second total wall-clock timeout (30s CPU plus a 30s network buffer). Multiple versions can run simultaneously, making upgrades safer. - Deployed execution: reserves dedicated resources for cases serverless cannot meet, runs a single version at a time, and bills continuously while deployed. - Capability differences: ontology read/write, Workshop integration, and external API calls work in both languages. Pipeline Builder is Python, while model embedding and semantic search are TypeScript. 🛠 Practical Usage - Derived properties: display function-computed values as table columns. - Function-backed Actions: implement complex edits spanning multiple objects. - Workshop integration: run functions to compute or display variables. - API gateway: invoke query functions programmatically to reuse the same logic everywhere. 🎯 Use Cases - Implement derived-KPI logic once and return identical results to Workshop, OSDK, and the API. - Query external systems to enrich ontology objects. - Build complex validation or bulk updates as function-backed Actions. ⚠️ Caveats - The 60-second timeout applies uniformly across execution modes, so optimize for efficiency. - Available capabilities depend on the invocation context (for example, model embedding and semantic search are TypeScript only), so decide on language early. #PalantirFoundry# #DataEngineering#
もっと見る
📻 #ニッポン放送# ポッドキャスト 『Anime English Club with Sally Amaki』 エピソード49が配信されました🔥📣 ㅤ 🎧 🎥 ㅤ 引き続き今回の作品は、 「だがしかし」🍬 ㅤ 💭「ココノツくん!これで1500メートル…きっちり走れるわね…」
(枝垂ほたる) Kokonotsu-kun! With this, you’ll be able to run... the entire 1500 meters. 一緒に英語を勉強しましょう✨📚 ㅤ #天城サリー# #SallyAEC# @aec1242 #ナナニジ#
もっと見る
📻 #ニッポン放送# ポッドキャスト 『Anime English Club with Sally Amaki』 エピソード65が配信されました🔥📣 ㅤ 🎧 🎥 今回の作品は、『時をかける少女』🗣️ どうしてるんだろう。いつか必ず戻って来るって言ってた。 待つつもりはなかったけど、こんなに時間が経っちゃった….。 長くはなかった。あっという間だった。 でも真琴、あなたは、わたしみたいなタイプじゃないでしょ? 待ち合わせに遅れて来た人がいたら、走って迎えに行くのがあなたでしょ? (和子) I wonder what he's up to. He promised to come back for me. I wasn't intending to wait for him, but so much time has passed. It didn't seem long. Time flew by quickly. But Makoto... You're not like me, are you? If a guy is late meeting up with you, you're the type to go run and look for him, right? #天城サリー# #SallyAEC# #ナナニジ#
もっと見る
# Learning Palantir Foundry 🚀 Action Types are what decisively separate Foundry from read-only BI. Approvals and assignments become safe, validated, structured writes. 📌 Title and Feature URL Title: アクションタイプ URL: 📝 Overview An Action Type defines a set of changes a user can apply to ontology objects, properties, and links in a single transaction. It encapsulates both the data modifications and any side effects triggered on submission, letting users think in terms of overall goals rather than individual property edits. 🔧 How It Works - Write-back to the ontology: when an action runs, all changes are committed to the ontology and reflected across every app. The latest object data, including user edits, is captured in the object type's write-back dataset. - Parameters and defaults: parameters standardize input, supporting default values, filtered dropdown results, and overrides. - Rules: define when and how an action executes, including object relationships and property constraints. - Submission criteria and validation: validation rules control execution eligibility and error handling before changes persist. - Action logs: a full audit trail of every executed action supports accountability and compliance. 🛠 Practical Usage - Run an "Assign Employee" style action that changes a role property, auto-creates a manager-employee link, and notifies stakeholders in one transaction. - Embed submission criteria like "only a director may submit amounts over 1M yen" as validation, replacing Excel-plus-email approvals with structured operations. - Reuse the same validation logic and workflow consistently across every user-facing app. 🎯 Use Cases - Standardize status changes, approvals, and assignments as permissioned, criteria-bound operations. - Let non-technical users safely execute multi-step changes spanning several objects. - Use the action log of every operation as an audit trail for internal controls. ⚠️ Caveats - Actions execute only after passing their validation rules, so submission-criteria design drives the quality of your controls. - Changes propagate immediately across the ontology and all apps, so do not leave rule and parameter design ambiguous. #PalantirFoundry# #Ontology#
もっと見る
Sakana AI CEOの David Ha(@hardmaru)が、Tim Romero 氏のポッドキャスト Disrupting Japan Podcast に出演しました。 日本におけるAIの未来は、米国や中国とは少し違った形を取り得るのか。Sakana AIの内側から何が見えているのか。そうしたテーマで、長めの対談を行っています。 Davidは、Sakana AI の事業展開戦略、メガバンクとの取り組みがPoCから本番運用へと進みつつある現状、巨大なフロンティアモデル一つに依存するよりも複数のモデルを束ねるオーケストレーションのほうが長期的には合理的であるという見方、そして実務における「AI主権」とはスタック全体を自前で所有することではなく、グローバルなサプライチェーンの中で、AIを国内で開発・適応・運用していく能力を確保することだと、Davidは語りました。 対話のなかでは、当社の研究成果やプロダクトにも多く触れました。Sakana Fuguは、強化学習で訓練したオーケストレーションモデルで、複数ステップのタスクを多様なLLMに振り分けます。Namazuは、日本の知識や価値観を反映するようにポストトレーニングを施した、オープンウェイトモデルのシリーズです。東京のRSI Labは、The AI Scientistから続く取り組みとして、再帰的自己改善とAIによる科学的発見を専門に扱う研究組織です。共同創業者のLlion Jonesは、Transformerそのものを超えるアーキテクチャの探求という、より長期的な目標を追い続けています。 最後に「日本について一つだけ変えられるとしたら」と問われたDavidの答えは、「希望(hope)」でした。 「皆が集団として希望を感じていることが必要だと思います。その希望こそが、物事を動かしていく。日本に希望をもたらすのは何でしょうか。お金でしょうか。減税でしょうか。社会保障の充実でしょうか。おそらく、そのどれでもないはずです。もし魔法の杖を一本持てるとしたら、日本の人々が未来をもっと楽観的に捉えられるようにしたい。希望によって変化が起こり、その変化がさらなる希望をもたらすのではないでしょうか。」 ⸻⸻⸻⸻⸻⸻ Our CEO David Ha joined Tim Romero on Disrupting Japan Podcast for a long conversation on how the future of AI may take a different shape in Japan than in the U.S. or China, and on what that looks like from inside Sakana AI. David walks through Sakana AI’s go-to-market strategy, how Japanese megabanks have moved real AI workflows from proof-of-concept into production, why orchestration across many models is likely to win out over a single massive frontier model, and what sovereign AI actually means in practice: not owning the entire stack, but having the capability to develop, adapt, and run AI domestically as part of a global supply chain. The conversation also covers the research directions behind the company. Sakana Fugu is our orchestration model, trained with reinforcement learning to route multi-step tasks across a variety of underlying LLMs. Namazu is our line of post-trained open-weight models tuned to reflect Japanese knowledge and values. The RSI Lab in Tokyo is dedicated to recursive self-improvement and AI-driven scientific discovery, continuing the work that began with The AI Scientist. And our co-founder Llion Jones keeps pushing on a longer-horizon goal of moving beyond the Transformer architecture itself. Asked at the end what one thing he would change about Japan, David’s answer was “hope.” “To really move the needle in terms of innovation, like the era in Japan when you have companies like Sony or Panasonic come out, there are a few factors. One is that the nation needs to have a collective sense of hope. A nation needs to feel hopeful. It could be poor. Everyone can be dirt poor, but they have hope. And that hope leads to things being done. So, what creates hope in Japan? Is it more money? Is it less taxes? Or is it more benefits? Probably not. I think it’s stories and narratives. If I have a magic wand, if the population in Japan is more optimistic about the future of this country, suddenly they’re persuaded, to be more optimistic. People should be optimistic. With optimism comes change. And change leads to more optimism.” Listen to the full episode: 🎏
もっと見る
【Dragon Pony 2026 Run to Run JAPAN TOUR】 06.21 OSAKA 東京公演に続き、大阪公演が終了しました🐲🐴✨ 一緒に盛り上げてくださった皆様、ありがとうございました!! またすぐお会いしましょう!🏃‍♂️🔥 - 🎼 SET LIST 01. Morse Code 02. Zombie 03. Summerless Dream 04. Waste 05. STUPID 06. Radio Silence 07. Rehearsal 08. Deneb 09. Pity Punk 10. Palm Lines 11. Stand Together 12. One Light, One Time 13. Break the Chain 14. Ouroboros 15. Oh Perfect! 16. POP UP 17. Not Out 18. Run to Win 19. Look Back 20. On Air #DragonPony_# #ドラゴンポニー ##Run_to_Run#
もっと見る