Can I put the extensionsGallery on my vscode fork? · Issue #31168 · microsoft/vscode
By default the https://github.com/Microsoft/vscode does not come with key: "extensionsGallery": { "serviceUrl": "", "cacheUrl": "", "itemUrl": "" } on its https://github.com/Microsoft/vscode/blob/m...
Many command line utilities support short form options (-f) and long form options (--force).
Short form is for interactive usage. In scripts, use the long form.
andrewromanenco/cocommit: Cocommit is a command-line tool that works with your HEAD commit and leverages an LLM of your choice to enhance commit quality.
Cocommit is a command-line tool that works with your HEAD commit and leverages an LLM of your choice to enhance commit quality. - andrewromanenco/cocommit
Tracking time worked is unsexy at best, intrusive micro-management at worst. But I think understanding where time is spent lets individuals drive velocity through better choices. We can do this automatically with git hooks.
We’ve all been there: headphones on, music pumping, fingers flying across the keyboard, lost in the “flow” with your favorite AI agent. This, my friends, is vibe coding. It’s when you’re in the zone, seemingly effortlessly producing code.
It’s the idea that you can create great software simply by immersing yourself in the feeling of coding, trusting your intuition and riding the wave of inspiration. But lately, I’ve realized that for me, at least, the vibe is…off.
PostgreSQL Database Lands Initial Support For IO_uring: "Can Be Considerably Faster"
As a very exciting improvement for the open-source PostgreSQL database server, it has merged initial support for making use of IO_uring on Linux servers for asynchronous I/O and can provide for some nice performance improvements.
When working on a new feature that’s not quite ready for production, it’s helpful to hide it without introducing a bunch of complexity or new dependencies.
seuros/mcp_rails_template: A minimal Rails API template for creating MCP (Model Context Protocol) servers with robust tool execution capabilities and examples.
A minimal Rails API template for creating MCP (Model Context Protocol) servers with robust tool execution capabilities and examples. - seuros/mcp_rails_template
Development Division/Platform Team/Sys-Infra Unit では、よりセキュアな状態を維持できるように様々なことに取り組んでいます。 背景 Repro ではメインとなる AWS アカウントに以下の環境で利用するリソースを全て作成していました。1 production 所謂本番環境…
Next.js plugin for alternate bundler by wbinnssmith · Pull Request #76186 · vercel/next.js
This adds a new package allowing users to opt-into using Rspack in place of webpack in Next.js. While there is some logic to handle rspack in core, the actual third-party dependencies are not inclu...
Node.js API Security Vulnerabilities with Path Traversal in files-bucket-server
A path traversal vulnerability in the files-bucket-server npm package allows attackers to access files outside the intended directory. API Security is crucial, and this post dives into the vulnerability and how to exploit it.