Tag: Tools
All the articles with the tag "Tools".
-
Possibly the Best Tab Management Extension for Chrome
2023.01.24 Updated: In Chrome (M121), we’re introducing experimental generative AI features, including smart tabs: Chrome is getting 3 new generative AI features TL;DR: Chrome brow...
-
Using ChatGPT to Customize a Team-Specific ESLint Ruleset
This article is primarily for frontend and Node.js development teams. It explains how to more efficiently turn code review experience into an ESLint ruleset to raise the baseline quality of team development. Topics covered include: 1. How to write: using ChatGPT to generate ESLint rules and validate them through snapsho...
-
📝 New MacBook Pro Setup Notes
My MBP (2020 13″ 32G 512G) had become unbearably laggy—how bad was it? There was a 2~3s delay between typing on the keyboard and seeing the output in the editor! My first Mac (MBP 2015 13″ 8G + 128G) handled development as well as security research (Web ...
-
Optimizing zsh Cold-Start Performance (Oh My Zsh)
One time when I opened Terminal, the commands I casually typed wouldn’t appear on screen, and I had to wait nearly 10 seconds before I could interact with the terminal. It was time to optimize the shell cold start! ❯ for i in $(seq 1 10); do /usr/bin/time $SHELL -i -...