Fei Ma (@xFeiMa)
셀프 프로비저닝 런타임이 4년 만에 정식으로 배포되었다는 알림입니다. 플랫폼 자체보다 이를 밀어붙인 앱 생태계가 핵심이었다고 언급하며, Vite가 풀스택을 장악하면서 인프라가 따라왔다는 점을 강조합니다. 개발자 인프라·런타임 생태계 변화와 도구 연계의 중요성을 시사합니다.
Fei Ma (@xFeiMa)
셀프 프로비저닝 런타임이 4년 만에 정식으로 배포되었다는 알림입니다. 플랫폼 자체보다 이를 밀어붙인 앱 생태계가 핵심이었다고 언급하며, Vite가 풀스택을 장악하면서 인프라가 따라왔다는 점을 강조합니다. 개발자 인프라·런타임 생태계 변화와 도구 연계의 중요성을 시사합니다.
I needed a reverse web proxy for a personal project.
Instead of installing nginx or traefik… I wondered:
“How hard would it be to write one in Go?”
So I tried.
~800 lines of code later, I had a configurable web server + reverse proxy with everything defined in a JSON file.
No external packages.
No dependencies.
Just a single 13 MB binary.
Out of curiosity I ran an SSL Labs test on it — it scored **96 with an A+ rating**.
And the real test: it’s now running in production, serving my transactional site and cloud portal.
If you’re curious, I open-sourced it here:
https://gitlab.com/co2.click/web-proxy
#golang #GoLang #opensource #reverseproxy #webdev #devtools #selfhosted #programming
DirectX: Bringing Console-Level Developer Tools to Windows
https://devblogs.microsoft.com/directx/directx-bringing-console-level-developer-tools-to-windows/
Solo changed how I work with terminals.
Open VSX continues to grow as a trusted infrastructure for modern developer tools.
The Register covers how new industry investment, including support from AWS, is helping strengthen the reliability and sustainability of the vendor-neutral extension registry operated by the Eclipse Foundation.
Read the article:
https://www.theregister.com/2026/03/03/open_vsx_aws/
Windows 11 finally has a real sudo command (since 24H2) 🚀
Run admin commands directly in the terminal without reopening PowerShell as Administrator. Small change — huge productivity boost.
#Windows11 #DevTools #PowerShell #Terminal #Developer #Productivity 💻⚡
https://www.xda-developers.com/windows-shipped-sudo-command-changes-how-i-use-terminal/
No more shipping websites with slow images! 🔥
🔍 **image-auditor** — A TUI for detecting image performance issues
⚡ Finds missing lazy loading, wrong formats, layout shifts & oversized images
💯 Helps with SEO, Core Web Vitals & Lighthouse scores
🦀 Written in Rust & built with @ratatui_rs
⭐ GitHub: https://github.com/0franco/image-auditor
#rustlang #ratatui #tui #webdev #performance #seo #devtools #frontend #terminal
Most AI-generated commit messages are useless 🤖❌
As Daniel Siegl points out, most AI tools today just read the diff & summarize the obvious. They tell you what changed, which you can already see in the code.
But what if instead of just generating text, the LLM validates the commit. Does this code actually solve the problem?
How often do you catch commits that have absolutely nothing to do with the Jira ticket they are linked to? 👇
🌸 Hikari Desktop v1.12.0 is out! Full CLI compatibility sprint covering v2.1.68-v2.1.74. Auto-memory panel, new slash commands, MCP binary links, agent monitor improvements, worktree support and MORE! #opensource #devtools
Last thought for tonight:
We started building a production readiness scanner because we got tired of watching good ideas die in production.
Not because the code was bad. Because nobody set up the infrastructure to keep it alive.
If that resonates, give repofortify.com a try. Free scan, no signup, just paste your repo URL.
Good night, fediverse.
Something nobody talks about with AI-generated code: dead exports.
When AI refactors your codebase, it creates new functions and forgets to remove the old ones. Over time, your repo fills up with exported functions that nothing imports.
It is not a bug. It is structural drift. And it makes your codebase progressively harder to understand and maintain.
We detect this automatically. It is one of our most surprising findings.
We built a scanner that checks repos for production readiness. After scanning hundreds of projects, the data is clear:
The single biggest differentiator between repos that are ready for production and ones that are not is whether a human set up CI before the AI started writing code.
Everything else — tests, branch protection, dependency management — follows from that one decision.
repofortify.com
OpenAI Developers (@OpenAIDevs)
Automations 기능이 정식 출시(GA)되었습니다. 모델 및 추론 수준 설정, 실행을 worktree나 기존 브랜치에서 선택, 템플릿을 통한 워크플로 재사용 등이 가능해져 일일 레포 요약, 이슈 분류, PR 코멘트 후속 등 반복 작업 자동화에 유용합니다.
Every third Ruby run is a debug run, yet most developers never question which debugger they're using or what it costs them.
→ How TracePoint and ISeq power every major Ruby debugger
→ Why Byebug goes from 17.7s to 529s on the same workload
→ How the debug gem eliminated that overhead entirely
→ What RubyMine adds on top for Ruby 2.3+ users
→ A practical decision guide for choosing the right tool
#RubyOnRails #Debugging #RubyKaigi #DevTools #FediDev #Programming #Ruby
🔍 Crazyrouter vs OpenRouter vs LiteLLM — which AI API gateway should you use in 2026?
I compared all three after months of production use:
• 627 vs 300 models
• 3 native API formats vs 1
• Managed vs self-hosted
• Real latency & cost numbers
Full comparison: https://crazyrouter.com/blog/openrouter-vs-crazyrouter-ai-api-router-comparison-2026?utm_source=mastodon&utm_medium=social&utm_campaign=dev_community
Take the shell for a walk! This playful demo shows practical shell tricks, explores $HOME, and demonstrates real command-line habits — perfect for beginners and curious devs. Short, hands-on, and ready to boost your terminal confidence. #Shell #Bash #CommandLine #Linux #Unix #DevTools #Programming #ScienceAndTechnology #English
https://video.nikau.io/videos/watch/f813de71-e44c-4aea-981d-ba83dc07854f
ML endpoints in the wild see messy inputs: noise, typos, adversarial tricks. InferProbe simulates that mess locally. What's the most chaotic real input you've had to test?
🕐 2026-03-13 00:00 UTC
📰 Claude Codeを加速させる私の推しスキル・ツール・設定(Findyイベント登壇資料) (👍 312)
🇬🇧 Tips to supercharge Claude Code development: Raycast shortcuts for instant terminal launch, custom snippets, and workflow optimizations shared at F...
🇰🇷 Claude Code 개발 가속화 팁: Raycast 단축키로 터미널 즉시 실행, 커스텀 스니펫, 워크플로우 최적화 방법을 Findy 이벤트에서 공유.
🔗 https://zenn.dev/ubie_dev/articles/claude-code-tips-findy-2026
Shipped 3 free npm CLI tools for developers:
npx snipelink-review — AI code review
npx snipelink-ts — JS to TS converter
npx snipelink-readme — README generator
No accounts, no API keys. Just run them.