Video yükleniyor...

Video Yüklenemedi

Ana Sayfaya Dön

Sugar High v2 is here 🍭 • Builtin multi languages support • React & components • Remark plugin • Tailwind friendly themes • 1.74 KB core and 8.6KB full gzip Built to be small, extensible and agent-friendly.

27,775 görüntüleme • 10 gün önce •via X (Twitter)

0 Yorum

Yorum bulunmuyor

Orijinal gönderinin yorumları burada görünecek

Benzer Videolar

React Native now has its own shadcn/ui equivalent — introducing 𝗡𝗮𝘁𝗶𝘃𝗲𝗨𝗜. If you love the flexibility of copying customisable components directly into your project (avoiding heavy, dependency-laden packages), NativeUI is designed for you. 𝗡𝗮𝘁𝗶𝘃𝗲𝗨𝗜 offers beautifully crafted, accessible components tailored for React Native, following the same copy-paste philosophy as shadcn/ui. Built with 𝗡𝗮𝘁𝗶𝘃𝗲𝗪𝗶𝗻𝗱 for fast, declarative, and flexible styling optimised for React Native. ➡️ 𝗖𝗼𝗽𝘆 𝗰𝗼𝗺𝗽𝗼𝗻𝗲𝗻𝘁 𝗰𝗼𝗱𝗲 𝗱𝗶𝗿𝗲𝗰𝘁𝗹𝘆 𝗶𝗻𝘁𝗼 𝘆𝗼𝘂𝗿 𝗽𝗿𝗼𝗷𝗲𝗰𝘁 — no black-box dependencies required. ➡️ 𝗖𝗼𝗺𝗽𝗼𝗻𝗲𝗻𝘁𝘀 𝗮𝗿𝗲 𝗮𝗰𝗰𝗲𝘀𝘀𝗶𝗯𝗹𝗲 𝗯𝘆 𝗱𝗲𝗳𝗮𝘂𝗹𝘁, supporting screen readers and keyboard navigation, and designed to align with native iOS and Android UX patterns. ➡️ 𝗙𝘂𝗹𝗹 𝗰𝗼𝗻𝘁𝗿𝗼𝗹 𝗼𝘃𝗲𝗿 𝘆𝗼𝘂𝗿 𝗨𝗜 without rebuilding common elements like buttons, inputs, or sliders from scratch. ➡️ 𝗖𝗼𝗺𝗽𝗮𝘁𝗶𝗯𝗹𝗲 𝘄𝗶𝘁𝗵 𝗘𝘅𝗽𝗼 𝗮𝗻𝗱 𝘃𝗮𝗻𝗶𝗹𝗹𝗮 𝗥𝗲𝗮𝗰𝘁 𝗡𝗮𝘁𝗶𝘃𝗲 𝗽𝗿𝗼𝗷𝗲𝗰𝘁𝘀, but not yet integrated with Tamagui’s styling system (future support may be planned). ➡️ 𝗦𝘂𝗽𝗽𝗼𝗿𝘁𝘀 𝘁𝗵𝗲𝗺𝗶𝗻𝗴 𝘃𝗶𝗮 𝗡𝗮𝘁𝗶𝘃𝗲𝗪𝗶𝗻𝗱 — though you’ll need to wire it up manually using Tailwind variables, context providers, and config files. Note: The term “install” in the documentation refers to using the shadcn CLI (e.g., npx shadcn@latest add component) to fetch and copy component code into your project, not adding a package to your dependencies. NativeUI isn’t a plug-and-play library; it’s a lightweight toolbox that empowers you to shape your UI with precision and control. 𝗪𝗵𝗮𝘁’𝘀 𝘆𝗼𝘂𝗿 𝗽𝗿𝗲𝗳𝗲𝗿𝗲𝗻𝗰𝗲: npm install a pre-built UI kit for speed, or copy/paste NativeUI components for ultimate customisation? #ReactNative #KeyboardUX #MobileDev #OpenSource #JSDev #Performance #iOSDev #KeyboardExtensions #ReactNativeKeyboard #UIUX #shadcn #nativeui

The React Native Rewind

118,542 görüntüleme • 1 yıl önce

AgentLinter is here! Is your agent sharp & secure? I built AgentLinter, a linter for and agent config files. Here's why. Whether you're vibe-coding or agent-coding, your AI's output quality comes down to one thing: how well you wrote your But managing these files properly? Way harder than it looks. 🎯 The Silent Failure Problem Vague instructions like "write good code" let the agent interpret however it wants. Output gets inconsistent, but nothing throws an error. The failure is silent. Anthropic's own docs say write "Use 2-space indentation" not "Format code properly." But as the file grows, spotting these with your eyes alone is nearly impossible. 🔐 The Security Problem People hard-code API keys and tokens directly into or and commit them, way more often than you'd think. AgentLinter stats show 1 in 5 workspaces has exposed credentials. .gitignore doesn't catch secrets buried inside markdown files. 💥 The Consistency Problem Multiple config files = contradictions. says "be a friendly assistant," says "concise, direct tone." The agent gets confused. references files that don't exist. Past 5 files, these conflicts triple. So I thought: is code. Code has ESLint. Why doesn't this have a linter? 🔍 What AgentLinter Does It diagnoses your agent config across 8 categories: 1) Structure: file organization 2) Clarity: instruction specificity 3) Completeness: missing definitions 4) Security: exposed secrets 5) Consistency: cross-file contradictions 6) Memory: session handoff 7) Runtime Config: gateway/auth settings 8) Skill Safety: dangerous shell commands & injection patterns Each scored 0–100 with concrete fix suggestions. Write "be helpful" and it tells you to specify response length, tone, and format. Find an API key? Instant CRITICAL alert to rotate. 🔒 Privacy-First & 100% Local Everything runs on your machine. Files never leave. Only the results are shared, and you can turn that off in settings. This matters — these files can contain system prompts, security rules, and personal context. Fully open source, MIT license, 100% free. 🛠️ Multi-Tool Support Works with Claude Code, Cursor, Windsurf, and Clawdbot. Detects for project mode, or clawdbot.json for agent mode and adjusts diagnostics automatically. 🚀 Get Started with one line npx agentlinter Node.js 18+, no config needed. Run it, check your score, fix what needs fixing. Happy vibe-coding & happy agent life! 🤙 Website: Github:

Simon Kim

44,224 görüntüleme • 6 ay önce

I just built a complete SEO audit plugin in Claude Code that replaces your $200/mo Ahrefs subscription 🤯 One Claude Plugin audits any store: technical SEO, product schema, content, Core Web Vitals, and AI-search readiness. Parallel agents, a 0-100 score, and a dashboard that renders right in the panel. All inside Claude Code. So I pointed it at Ridge .com, one of the sharpest DTC operators out there. It came back 56/100, and what stood out wasn't a knock on them at all: Ridge has a better AI-commerce setup than 99% of stores. A real llms.txt, an agent-discovery sitemap, a live MCP endpoint, genuinely ahead of the curve. And even on a store that dialed-in, the audit surfaced fixable gaps in ~90 seconds: → Room to add product structured data → A mobile Core Web Vitals score worth tightening → A thin meta description on a high-traffic collection Perfect for e-comm operators and SEO agencies who are sick of paying $200/mo for tools that bury the real issues, running quarterly audits that take a week, and shipping reports nobody can act on. So I put together the full playbook to build your own. The complete guide to building this Plugin in Claude Code: branded to you, tuned to exactly how you audit, repeatable across every client. The kind of audit you run in minutes and hand over as a deliverable that looks like it cost thousands. What's inside: → The architecture (orchestrator + parallel sub-agents) → How to fetch any store past Cloudflare → The 0-100 scoring + falsifiable-findings framework → How to ship the HTML dashboard for client demos → The full build, start to finish Want the playbook for free? > Like this post > Comment "SEO" And I'll send it over (must be following so I can DM)

Mike Futia

55,514 görüntüleme • 2 ay önce

Hi everyone! We are STEJAY HARBOR ⚓️ 🚢 We are a fanbase. A small group with big dreams, brought together by one shared purpose: to support, promote, and uplift Stejay across all platforms. As a dedicated fanbase, we are built on love and guided by loyalty. We exist to protect what we value, celebrate every moment, and stand firm through it all. We are committed to giving equal support, respect, and love to both Steven and JL. This is a Stejay-focused fanbase. Intentional, grounded, and here for the long journey. Every project, every effort, and every voice is rooted in genuine support and collective passion. For us, a harbor is more than a place. It is a safe space. A point of return. A place where you can rest, stay, and feel protected no matter how strong the tides get. That is what we want this fanbase to be for Stejay and for everyone who supports them. What started as admiration grew into something deeper. A shared feeling, a quiet understanding, a choice to stay. This fanbase is made up of people who found comfort, joy, and connection through Stejay, and chose to build something meaningful from it. We aim to create thoughtful and organized projects that amplify their presence across platforms. We work as one team to ensure consistency, impact, and purpose in everything we do. More than anything, we want to build a space where fans feel safe, welcomed, and understood. A place where excitement is shared, efforts are valued, and support is given wholeheartedly. A place where no one feels alone. We may be starting small, but we are growing with direction, discipline, and heart. We believe that even the smallest beginnings can create something lasting when it is built with sincerity. We believe in showing up consistently, supporting responsibly, and protecting what we stand for. Through every milestone and every challenge, we remain steady. We rise together. We move as one. We stay grounded and anchored no matter the tide. This is more than support. This is a fanbase built to stay. 🤍 #AnchoredWithStejay #STEVEN #JL #STEJAY #스티븐 #제이엘 #AHOF #아홉 AHOF Video Editor 🎥: Aurora

SteJay Harbor

132,451 görüntüleme • 3 ay önce

Claude Code + Google Stitch 2.0 is f*cking cracked 🤯 Google just dropped a free AI design agent that solves Claude Code's biggest weakness: frontend design. One screenshot of a high-converting landing page → a production-ready site for your brand in minutes. All inside Google Stitch + Claude Code. Perfect for DTC brands and agencies who are building advertorial pages and product launch pages for Meta but burning days on designer back-and-forth. If you're running Meta ads and need 5-10 different landing pages testing different hooks, angles, and offers — each one targeting a different audience and pain point — you know the bottleneck isn't the ads. It's the pages. Briefing designers, waiting for revisions, paying $2-5K per page. Stitch eliminates the design bottleneck: → Find a high-converting advertorial that's scaling on Meta → Screenshot it and drop it into Stitch (powered by Gemini 3.1) → Stitch redesigns it with your brand's colors, fonts, and imagery using Nano Banana 2 → Edit sections visually — headlines, CTAs, layouts — without touching code → Export the code and paste it into Claude Code → Claude builds the full production site and deploys to Vercel or Netlify in 60 seconds No designer. No $3K per landing page. No Claude Code frontend that looks like a template from 2019. What you get: → Designer-quality landing pages and advertorials built in minutes, not weeks → Visual editing so you actually see the design before you code it → Nano Banana 2 generating on-brand product imagery and hero shots → A repeatable system — new angle, new page, same pipeline Built 100% with Google Stitch 2.0 + Claude Code. I put together a full playbook showing the exact workflow: how to find winning pages, redesign them in Stitch, and deploy with Claude Code. Want it for free? > Like this post > Comment "STITCH" And I'll send it over (must be following so I can DM)

Mike Futia

126,049 görüntüleme • 4 ay önce

Karpathy's Agentic Engineering finally has proper tooling! (built by Google) Karpathy defined agentic engineering as the discipline that separates production agent work from vibe coding. The core skills he listed were spec design, eval loops, and security oversight. The problem has been that practicing this still requires a different tool for every phase: - editor for code - a terminal for scaffolding - a browser for testing - a cloud console for deployment - and a separate framework for evals. Every transition is a context switch. The solution to production-grade Agentic Engineering is now actually implemented in Google’s Agents CLI. It covers the entire workflow in one place for scaffolding, evaluating, and deploying ADK agents. One setup command injects 7 ADK-specific skills into a coding agent's context, which lets it handle scaffolding, evals, deployment, and enterprise registration through natural language. I tested this end-to-end by building a RAG agent from scratch using Claude Code. It scaffolded the full project from the ADK agentic_rag template, generated 20 eval scenarios with LLM-as-judge scoring, and returned a quantitative scorecard. Finally, it also deployed everything to Agent Runtime and registered the agent to Gemini Enterprise, so the entire org can discover and use it. The video below shows this in action, and I worked with the Google Cloud team to put this together. Agents CLI GitHub repo → (don't forget to star it ⭐ ) I wrote up the full build covering all six steps from install to enterprise registration. It includes the eval scorecard, the instruction loophole the eval caught before deployment, and what the deployment process actually looks like end-to-end. Read it below.

Akshay 🚀

257,831 görüntüleme • 1 ay önce

OpenAI's AgentKit will be so insane, build every step of agents on one platform. These visual agent builders make the whole process of iterating and launching agents far more efficient. It sits on top of the Responses API and unifies the tools that were previously scattered across SDKs and custom orchestration. It lets developers create agent workflows visually, connect data sources securely, and measure performance automatically without coding every layer by hand. The core of AgentKit is the Agent Builder, a drag-and-drop canvas where each node represents an action, guardrail, or decision branch. Developers can link these nodes into multi-agent workflows, preview results instantly, and version each setup. It supports inline evaluation so that developers can see how changes affect output before deploying. The Connector Registry is a single admin panel that manages how data and tools connect across the OpenAI ecosystem. It centralizes integrations like Google Drive, SharePoint, Dropbox, and Microsoft Teams. Large organizations can govern access and flow of data between agents securely under one global console. ChatKit provides a ready-to-use chat interface for embedding agents inside apps or websites. It manages streaming, message threads, and model reasoning displays automatically. Developers can skin the interface to match their product without writing custom front-end code. Under the hood, all these blocks use the same execution core that runs agent reasoning through OpenAI’s APIs. Workflows in Agent Builder compile down to structured instructions for the Responses API, which handles model calls, tool use, and context passing. Connector Registry handles authentication and routing for external tools, while Evals and RFT provide feedback loops that improve agents over time. This integration means developers no longer need to handle orchestration logic, model evaluation pipelines, or safety layers separately. Everything runs natively within OpenAI’s control plane with managed security, automatic versioning, and built-in testing. In short, AgentKit standardizes the entire life cycle of an AI agent—from visual design to deployment and performance tuning—inside a single unified system.

Rohan Paul

178,460 görüntüleme • 10 ay önce

Proud to announce the in-depth collaboration between Kingnet and Alibaba Cloud in AI Gaming. Alibaba Cloud provides world-leading cloud computing, big data, and AI services, with disclosed revenue exceeding $15 billion in 2024, which is one of the most renowned global server providers. When two superpowers collide, the game changes. 🌊AI Gaming R&D By integrating Qwen 's LLM and Alibaba Cloud 's PAI platform (including PAI-iTAG, PAI-Designer, PAI-DSW, PAI-DLC, and PAI-EAS), Kingnet has emerged as one of the gaming industry's pioneers in AIGC-powered content generation and AI rendering. Together, we are accelerating the realization of no-code game development. 🌊GPU Computing Resources Alibaba Cloud delivers GPU-accelerated elastic computing services with exceptional processing power, supporting diverse workloads including deep learning, scientific computing, graphics visualization, and video processing - providing robust GPU computing capabilities for KingnetAI's demanding requirements. 🌊Cloud Service Optimization Cloud server deployment has become the mainstream choice for small and mid-sized game studios in global operations. Leveraging Alibaba Cloud server advantages, we will develop and deploy more cloud-native games to meet user demands. The disruptive innovation we're bringing to the industry: 🔸Minute-scale game asset production replaces traditional week/month-long cycles 🔸Single-digit dollar development costs VS traditional four-figure entry thresholds 🔸AI-powered NPCs with behavioral engines deliver dynamic player interactions, breaking static story constraints, etc. 🔜Kingnet AI V2 is approaching launch. The Agent system and game generation engine will be officially deployed across 3 chains: 🔹Leveraging Solana high throughput and low gas fee , Solana has consistently been a developer favorite, latest product will be deployed on Solana - with users paying $SOL for on-demand asset creation fees. 🔹Another key partner is BNB Chain ,We are actively participating in both the #BNBAIHack and the latest MVB 10. Powered by BNB Chain long-standing support for AI innovation. Kingnet V2 and NFT drop will be deployed on BNB Chain, providing developers and the community with comprehensive game-generation tools and support. 🔹As an early strategic partner of Kingnet, TON 💎 @TONEastAsia was one of the earliest chain to connect Web2 and Web3, Kingnet V2 will be deployed on TON, providing TON game developers with low-cost, high-efficiency asset generation, and supporting users to use $TON as an asset generation cost. The Future of AI Gaming is coming.

Kingnet AI

149,774 görüntüleme • 1 yıl önce

Today I conducted several surprise oversight visits in the Western Cape. The point of these visits is simple, to test the real conditions under which police officers are expected to serve, not only what appears in official presentations. What I saw again is that many police officers are doing serious, difficult and often dangerous work with far too little support. That must be said clearly. The problem is not the commitment of the cops on the ground. The problem is a system that too often expects results without providing the people, vehicles, facilities, equipment and basic support required to do the job properly. At Khayelitsha FCS, the unit is dealing with some of the most sensitive crimes in the criminal justice system, including sexual offences, child victims and family violence. The reported ideal staffing level is about 43 personnel. The current number is about 21. That means a specialist unit dealing with deeply traumatic cases is reportedly about 22 people short. This is not an administrative issue. Every shortage affects victims, investigations, court preparation, forensic follow-up and the ability of detectives to give proper attention to each case. FCS work cannot be reduced to moving dockets. It involves children, families, trauma, dignity and justice. At the FCS unit serving Kuils River, Kleinvlei, Mfuleni and Mfuleni Satellite, the same pattern emerged. The unit reportedly has only about seven to eight investigators and one administrative clerk, while receiving around 40 dockets per month. The D1 and D7 rape-kit stock was reported as sufficient at the time of the visit. That is important. The immediate problem there is not current rape-kit stock. The urgent pressure is too few investigators, too little administrative support and inadequate victim-friendly office space. Victim-friendly facilities are not a luxury. They are part of proper policing. A child victim or rape survivor should not be failed by an office environment that is not designed for trauma-sensitive work. At Khayelitsha SAPS, the vehicle situation is deeply concerning. The station recorded 38 vehicles, but 15 were at garages. That means almost 40% of the fleet was unavailable. This affects visible policing, complaint response, scene attendance, hotspot policing and detective work. Some vehicles have reportedly been stuck for long periods, including detective vehicles delayed for 88 and 121 days. A police station cannot properly serve a high-demand community if so many vehicles are unavailable. A vehicle in a garage is not a vehicle serving the public. SAPS must explain the repair delays, garage bottlenecks and fleet management failures. At TRT, the concern is structural and operational. These are police officers expected to perform high-risk specialist policing, yet there are serious concerns about structural certainty, vehicles, ICT, accommodation, equipment and deployment governance. Specialist policing cannot run on goodwill alone. If SAPS expects tactical units to confront gangs, violent criminals and high-risk threats, then those units must be properly formalised, properly equipped, properly housed and properly supported. Across all the visits, the pattern is clear: Police officers are doing too much with too little. FCS units are under-resourced while dealing with some of the most vulnerable victims. Vehicle shortages are weakening visible policing and investigations. Victim-friendly infrastructure is still not where it should be. Specialist units are being expected to deliver without the full structural and logistical support they need. SAPS must now provide formal written answers and time-bound corrective plans. Oversight is not about attacking frontline police officers. It is about making sure the system gives them what they need to serve communities properly. Citizens deserve effective policing. Victims deserve dignity and justice. Police officers deserve the tools and support to do the job. Feedback to follow IC

Ian Cameron

18,063 görüntüleme • 2 ay önce

I built a custom TradingView indicator with Claude Code & Fable 5. It's called the Storm Gauge and is built off a real quant trading strategy. I open-sourced the full code on GitHub. Free to install, free to fork, yours to improve. Here's how to install a quant indicator on your TradingView chart: What it actually is The Storm Gauge is a live implementation of the GARCH model, a Nobel Prize-winning volatility framework that real quant desks run daily. It forecasts how "violent" tomorrow's market could be by combining three inputs: an asset's baseline volatility, yesterday's shock, and where volatility was already sitting before that shock happened. It doesn't predict market direction. Instead, it measures risk, in real time, on your actual chart. How to install it Method 1. Plugin command Open the GitHub repo: Find the installation section, copy the command, and paste it into Claude Code. It runs the plugin install automatically. Method 2. Manual config Open garchmethod.md in the repo, copy the entire file, and paste it into Claude Code. It fetches the skill files directly and verifies the strategy for you. (you only need one method; I'm just showing both) Getting it onto your TradingView chart Inside the repo, there's a Pine Script folder. Open it, copy the entire file. Go into TradingView's Pine Editor, paste it in, hit Enter, and refresh. That's it. The Storm Gauge now runs live on your chart as a real number. Once it's installed, just talk to it: → "What's the volatility forecast on Bitcoin?" → "Explain what the current volatility forecast means on $BTC and how it should impact my position sizing" → "Help me size my S&P500 position according to current market volatility" Does it actually work? I backtested the same EMA cross strategy two ways across 15 years of BTC data. Same entries, same exits. → Fixed position sizing: $17,957 final equity → Storm Gauge (GARCH) sizing: $21,205 final equity Fewer drawdowns, less risk, better result. Full breakdown of the entire build process in my recent article - pinned on my profile.

Miles Deutscher

56,355 görüntüleme • 27 gün önce

The Visual Studio Code insiders version that just shipped and will ship in the next few days will come with an insane amount of new capabilities. A few highlights: - You can now run sub-agents in parallel. Yes, really. I even attached a video. - Major UX improvements for sub agents, especially visible in the chat window - A new search tool wrapped as a sub-agent that iteratively runs multiple search tools: semantic_search, file_search, grep_search Which connects nicely to the point above: multiple searches running in parallel, efficiently and fast - Anthropic’s Message API is now enabled by default - You can choose the model for the cloud agent (three available, all premium) - Extended thinking support when using the Claude cloud agent This is part of the broader multi-vendor cloud support under AgentsHQ I wrote about a few weeks ago - Tasks sent to the background agent (basically the CLI tool) now always run in isolation, each with its own git worktree - In a multi-repo workspace, assigning a task to a cloud agent prompts you to choose the target repo Same behavior when opening an empty workspace with no repo - Support for building an external index for files not supported by GitHub’s default indexing - UI/UX improvements for starting new sessions and switching between local / background / cloud agents - Skills are now first-class citizens, just like prompt files, with better UX indicating when a skill is loaded - Improved API for dynamic contribution of prompt files New V2 includes skills as part of the model. Curious to see the extensions that will leverage this - Finally, initial support for showing context usage percentage per session - Skills are enabled by default - Resizable chat window and session view. Small thing, but it was driving me crazy 😁 - A new integrated browser meant to replace the old simple browser Maybe the beginning of real browser use? - Better UI/UX for token streaming in chat - Ability to index external files not supported by GitHub There’s a lot more. Some of it hasn’t fully landed yet, but everything that has is already in Insiders. The next stable release should drop in early February. As usual, I’m just shocked by the volume of features this team ships every month. After the holiday slowdown, this one is shaping up to be a wild release.

Oren Melamed

29,555 görüntüleme • 7 ay önce

🚨 FOR $POLY AIRDROP FARMERS Nobody is talking about how airdrop should actually be structured. Here is my honest take and why it matters for every active Polymarket user right now: The platforms that got airdrops right, had one thing in common. (Hyperliquid for example) They rewarded real usage. Not farming behavior designed specifically to game the criteria. Here is what a fair $POLY distribution should look like in my opinion: Core criteria should be three things only. Total volume traded. Total trade count. Number of days active on the platform. These three metrics together accurately reflect a genuine long-term Polymarket user. Hard to fake. Hard to game quickly. Directly tied to what the platform is actually built for. LP farming and market sponsorships should be multipliers on top of the base allocation. Not core criteria. Something like 1.2x or 1.3x for consistent LP providers. The platform is a prediction market, not a liquidity farming protocol. Making LP a core criteria incentivizes behavior that has nothing to do with the actual product. Plenty of LP farmers already made serious money from daily rewards anyway. The allocation percentage matters too. 20% minimum with no vesting would send a clear signal that Polymarket is serious about rewarding its community. Hyperliquid did this and the token pumped hard because holders trusted the distribution was genuine. $POLY has the same potential if the structure is clean and user-first. Drag it out with vesting schedules and complex criteria and the narrative shifts fast. Ship it clean. Reward real users. Watch the token react the same way HYPE did. The formula is not complicated, just requires the right priorities. What you think about this airdrop structure? Full guide on how to farm it right is quoted below.

Oracle Boar

14,571 görüntüleme • 3 ay önce

There’s been some confusion/comments about my use of the phrase “pull the goalie” … so I’ll explain what it means, why I use it and why I think it’s the right starting point to use for defining urban Family Friendly housing Like from this clip from Marley and Me, it has simply meant a couple having sex, while being open to having kids. The word " trying" can feel really strange at first ... so it's just the shift from preventing a pregnancy to being willing for one to happen. And there’s a very big difference between getting pregnant and deciding to be willing to get pregnant. That difference is *key* when it comes both to designing housing and to making a City more family friendly. I know plenty of couples who have gotten pregnant immediately, like on the honeymoon. And for others it has taken years of ACTUAL trying (tracking cycles, having sex at specific times of day, hormones, IVF) ... and for some of our friends despite all efforts it just has not happened. Only God knows when or if a couple will have a baby. Babies truly are a miracle. (On a related note, Marley and Me is a beautiful movie in telling the story of wanting a family and losing a baby. My wife and I have lost children, so we know a *bit* of what the heartbreak of miscarriage is like) But the shift for a couple to become WILLING to have a baby is one of the core reasons people struggle to have kids in cities. If someone looks around their apartment and thinks, “There is no way we could raise a baby here,” then they’re less likely to stop using birth control. Your home has to feel like it could accommodate a baby. A "Baby Maybe" home: a second small bedroom or a tiny home office, that could have be a nursery in a pinch. It enables the small, almost subconscious, mental threshold where you say, “You know what … we’d be fine if this happened.” That’s the moment. And for each couple, there will be 1000 other things that go into the equation: Can we afford for 1 of us to stay home, or full-time childcare? Do we see other kids around us? Is it safe enough for kids? Are there parks nearby? Do we need to be closer to family and cousins? All will be different for each family, but they ALL require that their current home is sufficient to be able to have a kid Otherwise, as soon as a couple finds out they are pregnant ... they call their parents, friends and family and tell them the good news ... and then immediately look on Zillow to move right away so they aren't giving birth AND moving the same time. It's kind of a bummer in an otherwise wonderful magical moment. We've seen many many couples move out of the City at that exact period. "Well, since we are moving anyway, we might as well go to where we think we will live long term." But it doesn't need to be that. Babies are small. At least for the first year, if you have a place to put them you're probably better off just staying in your current place and then figuring things out later. Maybe you DO need to move to the suburbs or be closer to family or you want a house with a yard. But that decision doesn't need to be right away. TLDR: Family Friendly housing doesn’t begin at birth. It begins when a couple can imagine a child fitting into their current home ... whether that's a rowhome with tiny bedrooms or a 1BR+Den apartment.

Bobby Fijan

219,453 görüntüleme • 8 ay önce

Claude Code Agent Teams are f*cking ridiculous 🤯 One prompt → a team lead breaks your project into pieces, spins up multiple AI agents, and they all work on different parts simultaneously. Research, builds, reviews, and debugging: all happening at the same time. All inside Claude Code. If you're running complex projects where every step waits on the last one... Agent teams eliminate the entire bottleneck: → Tell Claude what you need and describe the team structure in plain English → A lead agent breaks the work into a shared task list → It spawns 3-5 teammates — each with their own context and workspace → Teammates research, build, test, and review in parallel → They message each other, share findings, and challenge each other's work → The lead synthesizes everything into a finished deliverable No managing agents yourself. No waiting for step 1 to finish before step 2 starts. No single-lens reviews that miss half the issues. What you get: → Competitive research across 5 brands done in minutes instead of hours → Multi-component builds where frontend, backend, and data layers happen simultaneously → Creative reviews from 3 different angles at once — brand voice, conversion, differentiation → Funnel debugging where 4 agents investigate 4 theories and debate until they find the real answer Built 100% in Claude Code with one settings change. I put together a full DTC playbook: 5 workflows with copy-paste prompts, the exact setup process, token management tips, and honest guidance on when agent teams are worth it vs. when a simpler approach is the better move. Want it for free? > Like this post > Comment "AGENTS" And I'll send it over (must be following so I can DM)

Mike Futia

46,429 görüntüleme • 5 ay önce