diff --git a/posts/2026/2026-my-2026-tech-stack-snapshot.md b/posts/2026/2026-my-2026-tech-stack-snapshot.md new file mode 100644 index 0000000..3ba4b4b --- /dev/null +++ b/posts/2026/2026-my-2026-tech-stack-snapshot.md @@ -0,0 +1,57 @@ +--- +tags: ["hardware", "software", "tools", "productivity", "development"] +description: "A snapshot of the hardware, software, and tools I'm using in 2026" +date: 2026-06-04T00:00:00 +title: "My 2026 Tech Stack Snapshot" +slug: "my-2026-tech-stack-snapshot" +author: "Curtis Timson" +image: "/post/2026/2026-tech-stack-snapshot/cover.png" +id: "0cb79d0a-0970-46b3-803b-fa999ad7b4d3" +--- +![My 2026 Tech Stack](/post/2026/2026-tech-stack-snapshot/banner.png) + +A snapshot of the hardware, software, and tools I use day-to-day in 2026. See [uses.tech](https://uses.tech/) for other setups, and see my [/uses](/uses) page for my current setup. + +## Hardware + +- MacBook Pro M5 +- 2× [LG UHD 27UP85NP 27" 4K Monitor](https://www.lg.com/uk/monitors/) +- [Logitech C920 HD Pro Webcam](https://www.logitech.com/en-gb/products/webcams/c920-pro-hd-webcam.html) +- [Logitech MX Master 3S](https://www.logitech.com/en-gb/shop/p/mx-master-3s) +- [Logitech Ergo K860](https://www.logitech.com/en-gb/shop/p/k860-split-ergonomic) +- [Flexispot E7](https://www.flexispot.co.uk/flexispot-best-standing-desk-e7) standing desk +- [Humanscale Diffrient World Task Chair](https://uk.humanscale.com/products/seating/diffrient-world-task-office-chair) + +## Audio + +- [Blue Yeti USB Microphone](https://www.bluemic.com/en-gb/products/yeti/) +- [Creative Pebble Speakers](https://uk.creative.com/p/speakers/creative-pebble) + +## Development + +- [Warp Terminal](https://www.warp.dev/) with the Dracula theme and [oh-my-zsh](https://ohmyz.sh/) +- [Visual Studio Code](https://code.visualstudio.com/) with One Dark theme +- [Google Chrome](https://www.google.com/chrome/) +- [Claude Code](https://docs.anthropic.com/en/docs/claude-code/overview) ([referral link](https://claude.ai/referral/X0ncmirfXw)) + +## Productivity + +- [Todoist](https://todoist.com/) +- [Obsidian](https://obsidian.md/) + +## Services + +- [NordVPN](https://refer-nordvpn.com/NHSSmDWRrIr) — the VPN I use (referral link) + +## This Site + +- Built with [Next.js](https://nextjs.org/) and [TypeScript](https://www.typescriptlang.org/) +- Styled with [DaisyUI](https://daisyui.com/) +- Comments powered by [Giscus](https://giscus.app/) +- Hosted on [Netlify](https://www.netlify.com/) +- Source code on [GitHub](https://github.com/) +- Content written in Markdown + +--- + +Feel free to ask any questions below! diff --git a/public/post/2026/2026-tech-stack-snapshot/banner.png b/public/post/2026/2026-tech-stack-snapshot/banner.png new file mode 100644 index 0000000..a3f41b3 Binary files /dev/null and b/public/post/2026/2026-tech-stack-snapshot/banner.png differ diff --git a/public/post/2026/2026-tech-stack-snapshot/cover.png b/public/post/2026/2026-tech-stack-snapshot/cover.png new file mode 100644 index 0000000..65a6402 Binary files /dev/null and b/public/post/2026/2026-tech-stack-snapshot/cover.png differ