“Made in EU”—It Was Harder Than I Thought, by (not on Mastodon or Bluesky):
https://www.coinerella.com/made-in-eu-it-was-harder-than-i-thought/
“Made in EU”—It Was Harder Than I Thought, by (not on Mastodon or Bluesky):
https://www.coinerella.com/made-in-eu-it-was-harder-than-i-thought/
Building a New Flash, by (not on Mastodon or Bluesky):
ToolFolio (@toolfolio)
혼자 스타트업을 시작할 때 유용한 툴 스택 추천 목록(북마크용): 빌드(코드)에는 cursor_ai·Claude(코딩 AI), 디자인은 Mobbin·referodesign, 백엔드용 nocodebackend, 배포는 Vercel, 결제는 Paddle(HQ), 소셜 트래픽용 reel_farm, 분석은 DataFast, SEO 항목 등이 제시되어 있어 초기 스타트업 툴 체인을 빠르게 구성할 수 있도록 안내합니다.
After trying a few different LLMs, I'm starting to think that letting them directly modify your project's code leads to non-deterministic output and knowledge that’s hard to reuse.
A better pattern might be using LLMs to build tools that then apply those changes in a deterministic way.
The knowledge stays in the tool instead of disappearing when the session ends.
Next thing I'll try to share these tools with others, or maybe letting an agent run them at scale.

zefram.eth (@boredGenius)
AI 보안 툴링이 암호화(crypto) 분야의 혁신을 무한히 열어줄 것이라는 긍정적 관점의 짧은 주장입니다. AI 기반 보안 도구가 암호화/블록체인 관련 개발과 혁신을 촉진할 것이라는 기대를 표현하고 있습니다.
Oxfmt Beta, by @boshen.github.io and @dunqing.bsky.social and others:
Upskilling in the AI Age, by @dachary:

I've been using Claude Code as my daily driver for coding tasks. Over time, I've built up a pretty specific configuration that makes the whole experience better. I keep everything in my dotfiles repo under config/claude/, so it's easy to sync across machines. In this post I'll walk through my setup.…