代々木上原にある紅茶屋“icsTEA”
注文してから目の前で作ってくれて茶葉の良い香りに包まれて癒される🥰
ロイヤルミルクティと夏限定【桃のティーソーダフロート】を母とシェア♪
洗双糖のガムシロップはミネラルたっぷり優しい甘みとコクがあるの✨
ぜひ見てみてね⬇️
@ics_tea_
#
icsTEA#
#
PR#
显示更多
"Controversy for controversy's sake." 🎙️ Let's talk about the real issues instead of making something out of nothing.
📺 Watch now:
Instead, I think most institutional locked holders have already shorted it heavily since the IPO. I’m not bearish when the locked shares start releasing tomorrow, given yesterday’s great ER.
NVIDIA is reportedly working on a feature that could let future GeForce GPUs use an SSD as extra VRAM.
When a graphics card runs out of VRAM, it could use data stored on a fast NVMe SSD instead.
Your SSD won’t be as fast as real VRAM, but it could help when a game or AI app needs more memory than your graphics card has.
That could mean fewer stutters and better performance in some situations.
The feature is reportedly based on RTX IO and Microsoft’s DirectStorage technology.
显示更多
开发系统最极致高效的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.
显示更多
mattpocock/skills v1.2 is out!
We're now the 19th most-starred repo of all time. 13.5m downloads on skills.sh. Thanks for your support!
Here's what's new:
- Docs: the community's biggest ask. Every skill documented, with explanations of the main flows + troubleshooting
- Claude Plugin: install via Claude's official marketplace
- Codex Support: full Codex support via agents/openai.yaml files
Updated Skills:
- /grilling now asks you questions in rounds, not one-by-one
- /prototype now uses HTML instead of a TUI for building logic prototypes - easier to share and far richer
- /writing-for-agents renamed from /writing-great-skills, use it for ANYTHING your agents read (AGENTS.md, system prompts, docs)
New Skills:
- /wizard: tired of provisioning infra? Get your agent to build you a TUI to walk you through it
- /to-questionnaire: hit a grilling question you can't answer? Turn the session into a doc you can walk through on a call with a colleague
- /wait-what: no idea what the model said? Refocus it in your domain language and simplify with ASD-STE100
Full changelog + docs below. Video soon!
显示更多
🚨NEWS: A migrant surgeon in the NHS has been fired after he connected the wrong organs during a surgery
Dr Abdel Rahman connected a patients small bowel back to their stomach creating a feedback loop meaning the patient did not defecate for 3 weeks before being rushed in for an emergency procedure to fix it
We should train our own surgeons instead of importing people from the third world
显示更多
Teams spend months aggregating the best markets on one network. The best quotes under one roof… but a lot of work.
Do they want to replicate that work for the next network… and the next?
Instead of building per-network infrastructure, try the SODAX SDK next time.
显示更多
🚨 NEW GROK BUILD UPDATE 🚨
SpaceXAI is pushing new Grok Build updates almost daily.
Grok Build v0.2.120 is now live.
Bug Fixes:
• Model picker now updates the status bar and /model menu immediately, even before the first prompt creates a session.
• Changes panel now refreshes after the agent commits on the current branch instead of showing stale unstaged files.
• Background task completions now report the full log size and read hint even when only a short prefix was captured.
• GitHub export on old hibernated sessions now shows a clear message to start a new chat instead of a generic error.
To download Grok Build Visit:
To update to Alpha Version use command: grok update --alpha
To update to Stable Version use command: grok update
显示更多
i built a way to generate full ai vlogs for youtube using seedance 2.5, without ever picking up a camera
this was supposed to stay internal but f*ck it, i'm leaking the whole thing
you give it a script or even just a topic and it comes back with a finished vlog, voiceover, b-roll, captions, ready to upload
here's how it works: a custom claude skill breaks your script into scenes and writes timestamped storyboard prompts for each one, matched to pacing so nothing feels random. those prompts get fed into seedance 2.5, using its 30 second continuous generation and reference asset support to keep the visuals consistent across scenes instead of looking like ten unrelated clips stitched together. then it pulls in an ai voiceover that matches the tone of the script, stitches every scene together, and burns in captions automatically
you're not filming, not voicing, not editing, not exporting from three different apps
the whole thing runs start to finish and outputs a finished 16:9 vlog ready to post, and it costs a fraction of what an editor or camera setup would run you
i'm sharing the full breakdown, which includes:
the claude skill that handles scene breakdown and storyboard prompts the seedance 2.5 setup that keeps visuals consistent scene to scene the voiceover setup that keeps it from sounding robotic the exact workflow from script to finished vlog
RT + reply "PROMPTS" and i'll send it over (must follow so i can dm)
显示更多