I think this is the most beautiful blog post that I have ever read.
www.espn.com/espn/featur...
@alexvue.bsky.social
simple dev currently learning react native you can check out my blog https://alexop.dev/
I think this is the most beautiful blog post that I have ever read.
www.espn.com/espn/featur...
The free Antropic courses are so nice. The advanced MCP course explains the difference between the two communication modes that MCP server has: stdio transport and HTTP.
08.08.2025 10:00 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0Of course, that path is crowded many developers are thinking the same thing. But thatโs no excuse. The ones who focus, ship, and learn fast still have a shot.
08.08.2025 03:00 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0And yet, if youโre a developer worried about AI replacing your job, building your own company might be the safest long-term move. Be your own CEO, CTO, and COO.
08.08.2025 03:00 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0But itโs also harder. The internet is one giant distraction machine (hello doomscrolling), and staying focused feels like a superpower in itself.
08.08.2025 03:00 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0Easier, because AI gives software developers superpowers. I donโt need a designer, an SEO expert, or a sales team. With the right prompts, I can build, market, and ship on my own.
08.08.2025 03:00 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0I think weโre living through a paradox. It's never been easier and never been harder to build your own startup.
08.08.2025 03:00 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0Ah, good point. Yes, but I am still new to Vim, so I like that I can see that I actually selected everything inside "". I also agree with Stack Overflow. Maybe I need to come up with a funny personality for ChatGPT when it comes to learning, so it will sometimes yell at me.
07.08.2025 18:59 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0So funny that @simonw is always using the pelican on a bicycle as his benchmark for AI models.
07.08.2025 18:56 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0This was one of the more interesting podcasts about AI. I like the utopia that they talk about, a utopia where nobody is forced to work anymore to survive, a world where we can all just spend our time on our hobbies and hang out with the people we love.
www.youtube.com/watch?v=S9a...
The great thing about LLMs is that you can learn more effectively than ever before in human history. Here's an example: I asked ChatGPT how to copy and paste text enclosed in quotation marks in Vim.
07.08.2025 10:00 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0The best positive outcome if humanity ever achieves AGI would be that AI and AI robots can do everything for us. Nobody has to work anymore, capitalism will end, and there won't be a difference between rich and poor anymore.
05.08.2025 18:31 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0Writing MCP Servers is easy
05.08.2025 10:00 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0When using Vite, there's a helpful plugin that detects unused dependencies in your project.
github.com/unplugin/un...
how it feels to customize VSCode with the Vim extension and add custom motions
04.08.2025 00:00 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0When using the Vim extension for VSCode, you can add custom Vim motions. For example, when you type "gcc," it comments a line.
03.08.2025 16:00 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0i wonder why Claude's code always wants to add his name when I tell him to generate a pull request
03.08.2025 14:47 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0What it does:
Grabs the edited file path from Claude's JSON input
If itโs a .ts file:
โ Lints the file with --fix
โ Typechecks the whole project
โ Blocks the edit if anything fails (exit 2)
Now create .claude/hooks/postedit_ts.sh:
02.08.2025 17:05 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0This runs postedit_ts.sh after any tool action that edits files.
The matcher ensures it only runs on edits, not unrelated tool calls.
Add this to your .claude/project.json:
02.08.2025 17:05 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0Claude Code has hooks:
You can run a shell script after Claude edits a file, and block the change if something breaks.
Weโll use this to lint & typecheck on every .ts file change.
Every time Claude Code edits a TypeScript file, it should prove it still works.
Hereโs how I added auto-linting and type checking with one Claude hook.
(Thread)
you can literally self-study and become an AI engineer
02.08.2025 11:31 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0I love naval so much . Just find what you love to do and then "success" will come to you
www.youtube.com/watch?v=FB8...
You don't need to pay anything to get a good AI agent to help you while coding. You just need VS Code Copilot and this.
gist.github.com/burkehollan...
you literally have to enable the chat to be indexed by Google, so I don't understand the problem with the ChatGPT sharing on Google.
01.08.2025 03:00 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0Everyone wants to be happy, but do you even know what flow is?
31.07.2025 19:23 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0Such a good video on building MCP servers and using VSCode with GPT 4.1 and the custom Beast Mode. I have been using beast mode with gpt4.1 now for 2 weeks at work and its really nice how useful gpt4.1 can be with a custom system prompt and the correct tools.
www.youtube.com/watch?v=hCb...
Implementing a related content function for my @astro.build project was a piece of cake thanks to prior art by @alexvue.bsky.social and @logarithmicspirals.comโฌ. Pasting some of their posts into Claude Code and saying "make this" got me most of the way there too ๐ตโ๐ซ
alexop.dev/posts/semant...