JNJim Newpowerinjimnewpower.hashnode.dev·Jun 10 · 2 min readWhen a new model is releasedAnthropic released Fable 5 this week. Here's what I'm doing with it. Using this prompt for Fable 5: You are auditing this codebase as a newly assigned staff engineer with no prior context. Do not assu00
JNJim Newpowerinjimnewpower.hashnode.dev·Jun 3 · 5 min readStream Gatherers: Custom Intermediate Operations for Java StreamsJava Streams give you a fixed menu of intermediate operations: map, filter, flatMap, limit, and a handful of others. That covers a lot, but the moment you need something stateful — batching elements i00
JNJim Newpowerinjimnewpower.hashnode.dev·Jun 1 · 5 min readHow I Actually Use Claude, Copilot, and Grok (today)I've used AI in my development workflow every day now for about two full years. Most of that work at this moment happens across three tools: Copilot, Claude, and Grok. Developing your prompting skills00
JNJim Newpowerinjimnewpower.hashnode.dev·Apr 28, 2023 · 3 min readInstall and Configure JenkinsInstalling and Configuring Jenkins on Ubuntu Prerequisites Before you start, make sure you have the following: A server running Ubuntu 22.04 or later (I'm using Ubuntu 22.04 on an EC2 t2.medium instance) sudo access to the server A web browser Step...00
JNJim Newpowerinjimnewpower.hashnode.dev·Mar 24, 2023 · 13 min readLeveraging AI in Software DevelopmentAs I write this, there is an arms race going on between the world's largest tech companies to build the best AI. Google, IBM, Tesla, Microsoft, and Amazon (among others) are all investing heavily in AI research and development, with the goal of creat...00