注册并分享邀请链接,可获得视频播放与邀请奖励。

与「ProjectC」相关的搜索结果

ProjectC 贴吧
一个关键词就是一个贴吧,路径全站唯一。
创建贴吧
用户
未找到
包含 ProjectC 的内容
❤️‍🔥AGF 2024❤️‍🔥 이제야 조금 휴식을 취하고 있어요 그리고 그동안 계속 인사를 못드린 게 걸렸어요 사실 조금 힘들다 느꼈는데 돌아보니, 뒤에서 훨씬 더 고생해주신 분들이 있었네요. ㅠㅠ 진심으로 감사드립니다! 하나의 부스를 위해 기백명의 고생이 있었겠지요? 무대와 부스 기획부터 설치, 장비, 연출, 아나운서/크리에이터분들, 스탭분들, 프로모터분들, SOOP과 젠크리에이티브 - RZCOS, 그리고 라이온하트! 등등 다 헤아릴 수도 없이 많은 분들과 멋진 무대를 함께 할 수 있어 영광이었습니다! 지스타에 이어 힐다라는 캐릭터와 무려 한 달 남짓 함께하니 뭔가 더 애착이 생기네요! 게임 출시되면 찍먹이라도 한 번? >_< 그리고 가장 감사드리는 건 역시 이번 AGF를 방문해주시고, 최선을 다해 즐겨주신 분들이겠죠! 라이온하트 프로젝트C 부스를 방문해주셔서 감사합니다! 여러분들 덕에 정말 많이 힘이 났던 거 같아요!!! 모쪼록 재미있게 즐기셨길 바라며 또 다른 곳에서 뵙겠습니다 ;D❤️ 📸 @zevgraphy 바쁘셨을텐데 모델들 사진까지 찍으시느라 고생 많으셨습니다 🫡🫡 #라이온하트# #RZCOS# #ZENCREATIVE# #AGF2024# #ProjectC# #프로젝트C# #AGF# #힐다#
显示更多
0
19
154
23
转发到社区
#ProjectC# #지스타# #라이온하트# 마지막날 힘내서 보아요 ❤️‍🔥 P.@zevgraphy
0
6
199
23
转发到社区
🚨 NEW GROK BUILD UPDATE 🚨 Grok Build v1.0.0 is now live. SpaceXAI is pushing new Grok Build updates almost daily. Updates: UI & navigation • Dashboard rows show a short summary of what the agent did in the previous turn • Extensions modal groups items alphabetically with collapsible Skills sections • Grok skips the project-directory prompt when launched from home or other non-project directories • /feedback opens a dedicated report box instead of prompt mode • Auto theme detection works over SSH and inside tmux • Markdown tables reflow inside cells on narrow panes instead of clipping • Typing exit or quit in the dashboard exits the CLI • Mode indicator (plan/agent/ask) stays in sync after resume and mode changes • /delete returns to the dashboard when you delete a session opened from it • Enter in the slash command menu runs the highlighted command • Session-only slash commands show a message when used from the dashboard • /new from the dashboard returns to the dashboard from an empty prompt Permissions & input • Permission prompts show the complete script; long bash bodies expand with Ctrl-F • Tab and Esc behave consistently on question, permission, and cancel-turn cards • Rapid send-now presses no longer lose earlier queued messages • Esc and stop prevent background tasks from restarting the model after cancel • Queued prompts stay visible while waiting on subagents; slash/image rows can be reordered Reliability & correctness • MCP tools that return images no longer drop or corrupt large screenshots • Sandboxed Grok starts on large directories with many deny-glob matches • Login no longer skips when an invalid API key is in the environment • Model picker and command palette work while reviewing a plan • Codebase restore no longer hangs on large or shallow git repositories • Remote resume restores conversation only unless --restore-code is passed • Copying CJK text with the mouse includes every character at the selection edges • API errors appear as clean banners instead of raw JSON dumps • Grok retries more server errors during outages • Auto recaps no longer appear mid-turn or while busy • /btw error messages wrap fully • Forking very large sessions no longer uses many times the session file size in memory • Exiting an empty session is instant, even on slow networks Update now with "grok update" command.
显示更多
0
61
87
13
转发到社区
I keep seeing buddy on tiktok live. people in the chat can pay to pelt him with some kind of projectiles
0
37
1.9K
71
转发到社区
@shaunmmaguire Major new construction projects are de facto illegal in California
0
344
13.2K
476
转发到社区
Microsoft just disclosed for the first time taht OpenAI supplied ~70% of Microsoft's AI revenue, per new filings. based on projected growth and previous disclosures that relate to revenue derived from OpenAI. Most of the $24.1B is OpenAI's cloud bill for the Microsoft data centers that train and serve ChatGPT, topped up by model-development costs and a share of OpenAI's own sales, all booked together as revenue by the Microsoft that has also funded $11.9B into OpenAI.
显示更多
New Elon Musk documentary slated for release in US theaters on October 16. Oscar-winning director Alex Gibney’s nearly 4-hour film “MUSK” will world premiere at the Venice Film Festival in September before screening at TIFF 2026, with an HBO debut to follow. • Runtime: ~4 hours, with an intermission • Gibney spent 4 years on the project, originally planned for Cannes 2025 but delayed as new developments kept emerging • Musk is not believed to have cooperated with Gibney
显示更多
0
10
46
4
转发到社区
New Elon Musk documentary slated for release in US theaters on October 16. Oscar-winning director Alex Gibney’s nearly 4-hour film “MUSK” will world premiere at the Venice Film Festival in September before screening at TIFF 2026, with an HBO debut to follow. • Runtime: ~4 hours, with an intermission • Gibney spent 4 years on the project, originally planned for Cannes 2025 but delayed as new developments kept emerging • Musk is not believed to have cooperated with Gibney Will you be watching this one in theaters, or waiting for HBO?
显示更多
0
123
406
34
转发到社区
Anybody else? 🤭 Btw this full project is dropping tonight 🩶 It’s my Evie inspired look from Stellar Blade
0
522
77.4K
2.8K
转发到社区
开发系统最极致高效的Agents.md,没有之一: # AGENTS.md ## Core Principles - Choose the simplest implementation that fully satisfies the current requirements. Avoid unnecessary abstraction, configuration, indirection, or speculative extensibility. - Make the smallest necessary change that fixes the root cause. Do not refactor unrelated modules or change strategy semantics unless explicitly requested. - Grow the system in layers. Start from the smallest working end-to-end version and add new capabilities incrementally. Never replace a working system with unfinished complexity. - Reuse existing project components before creating new ones. Prefer extending proven modules over introducing parallel implementations. - Prefer well-maintained libraries when they reduce overall complexity or improve reliability. Do not reimplement common functionality without a clear benefit. - Keep components modular with clearly defined responsibilities. Avoid unnecessary coupling between strategy logic, execution, accounting, replay, and infrastructure. - Design for long-term maintainability once a feature or strategy has been validated. Do not over-engineer speculative ideas before evidence exists. --- ## Strategy Development - Validate hypotheses with historical replay before introducing forward-only logic whenever historical validation is possible. - Every trading strategy must progress through Replay → Shadow → Canary → Live. Do not skip validation stages. - Base design decisions on measurable evidence rather than intuition. Optimize only after demonstrating that an edge exists. - Treat every strategy as an independent contract. Do not silently alter frozen behavior without explicit authorization. --- ## Existing Systems - Do not break running Shadow or Live systems for unrelated work. - Preserve compatibility only when required by active production or validation workflows. Otherwise, remove obsolete code instead of accumulating compatibility layers. - Reuse existing infrastructure whenever possible, including replay engines, accounting, execution, wallet management, order book handling, logging, monitoring, and daemon frameworks. --- ## Engineering Standards - Prefer deterministic behavior over hidden automation. - Fail loudly when assumptions are violated. Do not silently ignore errors or fall back to unexpected behavior. - Keep configuration minimal. Introduce new configuration only when behavior genuinely needs to vary. - Remove dead code instead of leaving unused paths behind. - Write code that is easy to inspect, replay, test, and reason about. - Keep implementation consistent with existing project architecture unless an architectural change is explicitly requested. --- ## Scope Discipline - Implement only the requested scope. - Do not introduce unrelated optimizations, redesigns, migrations, or feature expansions. - Non-blocking findings outside the requested scope may be noted separately but must not be merged into the current task. - Consider a task complete once its agreed acceptance criteria are satisfied. Treat subsequent improvements as separate work items.
显示更多
0
10
201
39
转发到社区