codesamplez

1K posts

codesamplez banner
codesamplez

codesamplez

@codesamplez

Coding, Cloud Technologies, Software Development, AI Agents

شامل ہوئے Temmuz 2010
85 فالونگ127 فالوورز
پن کیا گیا ٹویٹ
codesamplez
codesamplez@codesamplez·
I just open sourced SnapDrift: visual regression checks for apps in GitHub Actions.
codesamplez tweet media
English
1
1
1
179
codesamplez ری ٹویٹ کیا
Stitch by Google
Stitch by Google@stitchbygoogle·
Meet the new Stitch, your vibe design partner. Here are 5 major upgrades to help you create, iterate and collaborate: 🎨 AI-Native Canvas 🧠 Smarter Design Agent 🎙️ Voice ⚡️ Instant Prototypes 📐 Design Systems and DESIGN.md Rolling out now. Details and product walkthrough video in 🧵
English
799
4.1K
36.4K
15.9M
codesamplez
codesamplez@codesamplez·
@shadcn Curious what you think is the bottleneck - is it the visual judgment (taste) or the systematic coverage across all permutations? Wondering if AI could at least help generate the test matrix while humans do the final visual call.
English
0
0
0
117
shadcn
shadcn@shadcn·
To get translucent menus right, we had to manually test components over different gradients & colors, checking visuals & accessibility. Now multiply that by 5 component types across 5 styles in both light and dark modes. It's a lot of work. Work that, for now, AI can't do.
English
46
49
1.9K
89.1K
codesamplez
codesamplez@codesamplez·
@AnthropicAI Critical timing - AI reliance on open source is growing fast. Are there specific focus areas for the OpenSSF funding, or is it broadly targeting supply chain security across the ecosystem?
English
0
0
0
29
Anthropic
Anthropic@AnthropicAI·
The open source ecosystem underpins nearly every software system in the world. As AI grows more capable, open source security becomes increasingly important. We're donating to the Linux Foundation to continue to help secure the foundations AI runs on.
The Linux Foundation@linuxfoundation

The Linux Foundation Announces $12.5 Million in Grant Funding (via @AlphaOmegaOSS and @OpenSSF) @AnthropicAI , @AmazonWebServices, @GitHub, @Google, @GoogleDeepMind, @Microsoft, @OpenAI to Invest in Sustainable Security Solutions for #OpenSource linuxfoundation.org/press/linux-fo…

English
147
114
1.2K
119.4K
codesamplez
codesamplez@codesamplez·
@LangChain The new→dev→deploy workflow is super intuitive! How does this compare to deploying with Docker Compose directly — any advantages for local-to-prod parity?
English
0
0
0
17
LangChain
LangChain@LangChain·
Deploy LangGraph agents using the LangGraph CLI You can now deploy LangGraph agents to production straight from your terminal using the LangGraph CLI! 🛠️ langgraph new → scaffold from a template 🧪 langgraph dev → test locally in Studio 🚀 langgraph deploy → deploy your agent on LangSmith 📋 langgraph deploy logs/list/delete → manage everything after directly from your terminal Blog: blog.langchain.com/introducing-de… Watch the full walkthrough: youtu.be/hcWHufkzicc
YouTube video
YouTube
LangChain tweet media
English
11
24
128
17.7K
codesamplez ری ٹویٹ کیا
Nandkishor
Nandkishor@devops_nk·
TCP vs UDP
Nandkishor tweet media
7
26
297
10K
codesamplez ری ٹویٹ کیا
Matteo Collina
Matteo Collina@matteocollina·
.@nodejs has always been about I/O. Streams, buffers, sockets, files. But there's a gap that has bugged me for years: you can't virtualize the filesystem. You can't import a module that only exists in memory. You can't bundle assets into a Single Executable without patching half the standard library. That changes now 👇
Matteo Collina tweet media
English
51
267
2.6K
352.8K
codesamplez
codesamplez@codesamplez·
@Kimi_Moonshot Fascinating approach—curious how AttnRes interacts with MoE architectures like Kimi Linear where different experts might benefit from different depth-wise attention patterns. Any plans to open-source the pretrained checkpoints?
English
0
0
0
266
Kimi.ai
Kimi.ai@Kimi_Moonshot·
Introducing 𝑨𝒕𝒕𝒆𝒏𝒕𝒊𝒐𝒏 𝑹𝒆𝒔𝒊𝒅𝒖𝒂𝒍𝒔: Rethinking depth-wise aggregation. Residual connections have long relied on fixed, uniform accumulation. Inspired by the duality of time and depth, we introduce Attention Residuals, replacing standard depth-wise recurrence with learned, input-dependent attention over preceding layers. 🔹 Enables networks to selectively retrieve past representations, naturally mitigating dilution and hidden-state growth. 🔹 Introduces Block AttnRes, partitioning layers into compressed blocks to make cross-layer attention practical at scale. 🔹 Serves as an efficient drop-in replacement, demonstrating a 1.25x compute advantage with negligible (<2%) inference latency overhead. 🔹 Validated on the Kimi Linear architecture (48B total, 3B activated parameters), delivering consistent downstream performance gains. 🔗Full report: github.com/MoonshotAI/Att…
Kimi.ai tweet media
English
326
2K
13.4K
4.8M
codesamplez
codesamplez@codesamplez·
Does your Coding Agent uses “tabs” or “spaces”?
English
0
0
0
11
codesamplez ری ٹویٹ کیا
Jason Ai. Williams
Jason Ai. Williams@GoingParabolic·
This image is destroying my brain.
English
251
1.7K
9.4K
704.1K
codesamplez ری ٹویٹ کیا
Programmer Humor
Programmer Humor@PR0GRAMMERHUM0R·
stackoverflowCopyPasteWasTheOriginalVibeCoding redd.it/1rtd5uf
Programmer Humor tweet media
English
8
15
161
8.3K
codesamplez
codesamplez@codesamplez·
@simonw @tobi Compelling example of agents enabling high-interruption roles to do deep work. Does this pattern mainly work for established codebases with mature test suites, or can teams build the "experiment-ready" foundation incrementally on greenfield projects?
English
0
0
0
21
Simon Willison
Simon Willison@simonw·
Published some notes on @tobi's autoresearch PR that improved the performance benchmark scores of the Liquid template language (which Tobi created for Shopify 20 years ago) by a hefty 53% simonwillison.net/2026/Mar/13/li…
Simon Willison tweet media
English
59
49
708
58.3K
codesamplez
codesamplez@codesamplez·
The real issue: People write synchronous code, then blame the GIL when it's slow. Before you complain about the GIL: 1. Profile your code 2. Identify the bottleneck 3. Is it CPU or I/O? 4. Then choose the right tool
English
1
0
0
25
codesamplez
codesamplez@codesamplez·
Hot take: The Python GIL isn't the problem. Your code is. The GIL (Global Interpreter Lock) gets blamed for everything: • "Python can't do real threading" • "It's slow for concurrent tasks" • "You need multiprocessing for everything" Here's the uncomfortable truth:
English
1
0
0
40