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

与「FOCUS」相关的搜索结果

FOCUS 贴吧
一个关键词就是一个贴吧,路径全站唯一。
创建贴吧
用户
未找到
包含 FOCUS 的内容
Former New York Governor @andrewcuomo, a board member at crypto exchange @okx, calls for Congress to pass the CLARITY Act focused on regulating cryptocurrency. "The world is passing us by," he says.
显示更多
On January 15, 2025, Falcon 9 successfully deployed Firefly Aerospace’s Blue Ghost Mission 1 and ispace’s RESILIENCE lunar landers on a trajectory to the Moon from pad 39A in Florida. For most of our missions, we plan a controlled deorbit of the Falcon second stage so it safely reenters over the ocean. For higher energy missions like those to a lunar transfer orbit, nearly all performance on the vehicle is devoted to successfully placing the payload in the intended orbit, and a controlled disposal maneuver is not always possible. We actively work to be as responsible as possible with hardware left in space to ensure space safety, including for more complex missions. In this case, over time, solar activity and gravity led the second stage toward the Moon. Impacts like this are rare, but they can happen with objects in these types of orbits, and we worked with NASA on the optimal disposal solution. Our focus remains on advancing reliable access to space while working toward even more sustainable operations with Starship in the future. As a fully reusable vehicle, Starship is designed to eliminate expendable upper stages entirely, reducing hardware left in orbit and enabling even more missions to the Moon, Mars, and beyond.
显示更多
0
258
5.8K
724
转发到社区
Yes, the rumors are true: The more powerful Notebook experience is now 100% rolled out to ALL Pro users. You might be asking... How exactly do I use it? Here are a few queries to try (ofc dependent on your sources). Hot Tip: bookmark this post! Free users too 😉 For Learning: "Create 5 quizzes of ascending difficulty focusing on a different topic from my sources" "Turn my raw lecture notes into a formatted PDF study guide complete with a 5-question practice quiz." "Add all of the URLs from this class syllabus as sources" For Business: "Calculate revenue growth across each product line and plot the trends" "Read our marketing brief, search the web for competitors, and recommend how we should tune our messaging" For Personal: "I uploaded a bunch of receipts from our kitchen renovation, make a spreadsheet to track all the work and costs" "Help me analyze this property purchase. Look up recent market performance in the neighborhood, predict trends, and make a spreadsheet to model all the data you find"
显示更多
0
87
2.4K
269
转发到社区
@JennaLynnMeowri leon, focus on work bro 😭 you look so fine, jenna 😋
Dash now runs Zcash's privacy tech. Orchard powers Dash's new privacy layer—with a focus on delivering the same privacy model through a much better user experience. @TheDesertLynx explains why, with @VladCostea on @BTCTKVR.
显示更多
0
15
79
25
转发到社区
Grok Build keeps getting smarter.....this update expands Auto mode, gives developers more control over Bash permissions, speeds up /btw, and makes long conversations easier to navigate Release Notes: v0.2.119 Features: • Always allow for bash commands now lets you edit a free-form glob pattern instead of only word-prefix scopes. • Long responses now show a clickable arrow that jumps back to the start of the answer. • Auto mode now auto-approves more common read-only git commands and harmless file appends. • Plan previews now show Mermaid diagram buttons (Open Image, Copy Image Path, Copy Source). Bug Fixes: • Gateway connections now detect and recover from dead sockets more reliably. • Question cards now let you Tab through answers instead of losing focus to the scrollback. • Resume picker no longer tries to load a session from pasted garbage when you press Enter. • Background task completion messages no longer grow unbounded when the task produced a huge log. • Plan viewer scrollbar now responds to clicks on the border column and renders without dark stripes in • Expired external auth provider credentials now correctly trigger the interactive sign-in flow instead of a silent 401 loop. Performance: • /btw side questions now reuse the parent session’s cached prefix for faster responses. • Doctor and tmux-backed startup are now faster when no live tmux processes remain.
显示更多
0
21
200
36
转发到社区
No special gear. One hand in his pocket. Ice-cold focus. Yusuf Dikeç at #Paris2024# will forever be iconic. 🔫 #Olympics#
0
7
472
52
转发到社区
[前端设计 Skills 分享] Make Interfaces Feel Better 把界面的"高级感"翻译成了一套可执行、可审查的量化细节规则,能系统地发现并修复那些单个不起眼、叠加起来却决定界面高级感的细节问题。 开源作者 @jakubkrehel 👍🏻 这个 Skill 的核心设计想法 细节复利:优秀界面来自小细节的叠加,而非单一亮点。 融入既有体系:修复必须用项目现有的样式方案表达(Tailwind 项目就用 Tailwind),绝不为了润色引入第二套样式系统。 慢速审查法:在浏览器动画面板以 10% 速度重放动效,并遍历 hover/focus/active/loading/empty 所有状态——慢速下感觉不对的,就是全速下隐约出错的地方。 # Skill 的十九条原则(五大类) 1. 表面与布局(Surfaces) · 同心圆角:外层圆角 = 内层圆角 + 内边距,嵌套圆角不匹配是最常见的"感觉不对"来源。 · 视觉对齐优先于几何对齐:图标按钮图标侧内边距减 2px、播放三角形右移、不对称图标直接修 SVG。 · 阴影表达层级、边框表达结构:仅为制造深度的边框应换成三层透明 box-shadow;分割线、选中/聚焦态保留边框。 · 图片描边:1px 低透明度内缩 outline,亮色模式用纯黑、暗色用纯白(oklch 10%),绝不用 slate/zinc 等带色调的近黑——会吸附底色显得脏。 · 最小点击区域:触屏 44×44px,密集桌面端至少 40×40px,可用伪元素扩展,但两个元素的热区永不重叠。 2. 动画(Animations) · 可中断性:交互动画用 CSS transition(中途可转向),keyframes 只用于一次性序列。 · 入场拆分交错:低频入场按语义分块、约 100ms 交错;高频交互(行悬停、键入)绝不加动画。 · 退场弱于入场:小固定位移(如 translateY(-12px)),时长更短(150ms),均用 ease-out。 · 图标情境动画:固定参数——scale 0.25→1、opacity 0→1、blur 4px→0;spring 的 bounce 必须为 0;无动效库时双图标同 DOM 交叉淡入淡出。 · 按压缩放:固定 scale(0.96),不低于 0.95;提供 static prop 关闭。 · 页面加载跳过动画:AnimatePresence 加 initial={false},但要确认不破坏有意设计的入场。 · 动效克制:动效是预算不是装饰;动效不能是唯一反馈渠道,必须配静态提示(颜色/图标/文字)。 3. 排版(Typography) · text-wrap: balance 用于标题(≤6 行),pretty 用于正文防孤词,长文本都不用。 · macOS 根布局统一加 antialiased 字体平滑。 · 动态数字用 tabular-nums 等宽数字防布局抖动;不要求更换项目字体族。 4. 图标(Icons) · 描边粗细匹配文字字重:常规文本配 1.5px,半粗配 2px。 · 单一 SVG + currentColor,状态全靠 CSS 颜色和透明度,绝不为每个状态出独立资源。 · 默认描边样式、填充样式只标记激活态;按渲染尺寸设计;RTL 场景只翻转方向性图标。 5. 性能(Performance) · 禁用 transition: all,明确列出过渡属性。 · will-change 仅用于 transform/opacity/filter,且只在观察到首帧卡顿(尤其 Safari)时才加。 审查输出规范 Skill 对审查报告有严格格式要求,这也是它区别于普通"设计建议清单"的地方: · 覆盖声明:列出五类各自实际检查了什么,未检查的必须标注"Not reviewed",不许暗示已审。 · 发现表格:按原则分组,含严重度(HIGH/MEDIUM/LOW)、精确到行的位置、Before/After、违反的原则及用户影响。系统性问题合并为一行并列出所有受影响位置。 · 已否决候选:必须列出 1–5 个考虑过但否决的修改及理由,防止"为改而改"。 · 验证与裁决:列出实际运行的验证命令;有 HIGH 未解决则 Block,仅中低优问题则 Needs changes,无问题才 Approve。
显示更多
0
7
32
10
转发到社区