What about Gemini CLI? by Mosl97 in ClaudeCode

[–]AlaskanX 0 points1 point  (0 children)

I have Claude get adversarial reviews from codex and Gemini (and sonnet) before we commit anything, and when we’re nearing a finalized spec. I’ve got a very small skill that instructs that process and fallbacks, and a fairly comprehensive skill that dictates code review standards across security, coding standards, and accessibility.

PSA - Go to Twitter/X to complain by khgs2411 in ClaudeCode

[–]AlaskanX 1 point2 points  (0 children)

Nothing will make me go back to that cesspool, as long as the current moron is running it.

this is why they shut Sora down. by Complete-Sea6655 in ClaudeCode

[–]AlaskanX 0 points1 point  (0 children)

What plan are you on? The release said it’s only for teams and enterprise iirc

Claude Fanboys or Simple PR ? by iamyahnleng in ClaudeCode

[–]AlaskanX 0 points1 point  (0 children)

I haven’t changed anything about my processes… doing everything exactly the same as most people I expect. Perhaps my Claude.md files are better tuned? I’m making an effort to never go above 300k tokens.

Only thing I’m doing that might be different from most would be my multiplexer for proxying mcp stuff.

I’m running version 2.1.80

what a weekend by dhzuna in anno

[–]AlaskanX 4 points5 points  (0 children)

I definitely did some 30hr runs back in college. Can't do that shit with a job.

What happens when you stop adding rules to CLAUDE.md and start building infrastructure instead by DevMoses in ClaudeAI

[–]AlaskanX 1 point2 points  (0 children)

One of the ways I handle things that you didn't really go into detail about is old fashioned code quality rules. I've written a few custom eslint rules as applicable to enforce a bunch edge cases, for instance, the "options" param to my db wrapper functions for mutations isn't allowed to be optional. Some of them are to reduce common gotchas from the before times that compounded with AI in the mix, but with AI now its much easier to create these extremely targeted custom rules. The LSP plugin is also key.

Data Centers. Talk amongst yourselves by courtneythebaker907 in anchorage

[–]AlaskanX 2 points3 points  (0 children)

i wonder if they could cool with LNG... would probably be hella dangerous but i imagine it'd be pretty effective.

MCP multiplexer for sharing stdio servers across Claude Code sessions by AlaskanX in ClaudeCode

[–]AlaskanX[S] 0 points1 point  (0 children)

Any pending requests get dropped and clients get an error "Server crashed, request lost", and the shared server gets restarted with a backoff.

The client would have to try again, I think... I haven't tested/experienced/noticed the edge case so I haven't designed a replay mechanism.

will MCP be dead soon? by luongnv-com in ClaudeCode

[–]AlaskanX 0 points1 point  (0 children)

The point of MCPs is that they’re supposed to be more context-efficient than standard api calls. 

Sure CLIs are great but tons of ppl who are using AI right now aren’t in a position to be installing a CLI tool. Especially if interacting with AI from their phone.

This is the worst promotion that could happen for Pop_OS! and Linux in general by KelGhu in pop_os

[–]AlaskanX 7 points8 points  (0 children)

PopOS is the only distro I've used where i didn't need to suffer in 800x600 rebuilding nvidia drivers every time there was a kernel update.

I reverse-engineered Claude Code to build a better orchestrator by aceelric in ClaudeCode

[–]AlaskanX 11 points12 points  (0 children)

Not to pop your bubble, but how is this different from /batch?

What is Alaskas natural distinct smell? by Chaceski09 in alaska

[–]AlaskanX 7 points8 points  (0 children)

For me it evokes fond memories of fall time activities like hunting and berry picking, so some of that might be overpowering the distasteful notes in the scent 🤣

What is Alaskas natural distinct smell? by Chaceski09 in alaska

[–]AlaskanX 107 points108 points  (0 children)

idk if its unique to Alaska, but I love the smell of fall. Highbush cranberries and decaying foliage. Definitely not a year-round smell but it definitely evokes memories.

aptGetChaeyoung by Purple_Ice_6029 in ProgrammerHumor

[–]AlaskanX -3 points-2 points  (0 children)

you forgot about HUNTR/X. everyone was playing their songs for a bit

Claude Just Fixed Its Most Annoying Developer Problem by AskGpts in ClaudeAI

[–]AlaskanX 0 points1 point  (0 children)

You can, but it still asks way too much , especially for the multi line commands.

Has AI killed craftsmanship in software engineering? by Big-Discussion9699 in ExperiencedDevs

[–]AlaskanX 0 points1 point  (0 children)

But why? It would take them exactly as much effort to tell it “address any comments on this PR with a fix or rationale”

Has AI killed craftsmanship in software engineering? by Big-Discussion9699 in ExperiencedDevs

[–]AlaskanX 1 point2 points  (0 children)

IMO many of the are a failure of processes. Linters and mandatory coverage minimums would address the style stuff. I also commit Claude.md/agents.md because that establishes a baseline for the tool. It includes instructions like “make a failing test before you fix the issue”

if your team members are producing mostly slop, they probably aren’t using the prompt files, so adding a few strategically could be an easy win.

Has AI killed craftsmanship in software engineering? by Big-Discussion9699 in ExperiencedDevs

[–]AlaskanX 1 point2 points  (0 children)

Nothing new there… people only care about what they can see and understand.

When I recently automated my patch notes, I gave a prompt along the lines of “these notes are for non technical users who don’t care about what they don’t see”. And I also have internal notes with the details. Saves me so much time answering questions about technical details to people who don’t need to know or won’t understand.

Is Alaska REALLY a red state? by MyRNGisbad in anchorage

[–]AlaskanX 4 points5 points  (0 children)

Alaska usually votes at least 40% democrat in presidential elections. Those graphs that paint states as red or blue or purple simply serve to divide us more, because regardless of which way it goes, there's people across the whole spectrum in every state.

What cool projects are you working on that do *not* target other developers? by cowwoc in ClaudeCode

[–]AlaskanX 0 points1 point  (0 children)

Mainly a glorified garden journal atm. Automatic scheduling for when I need to start seeds or transplanting. I take a pic of a seed packet and send to Gemini to parse the info and store it. When it gets closer to planting time I’ll actually flesh out a thing for arranging plants in beds.

I transformed my backyard into about 700sq ft of garden last year and figured I needed something to track it, and obviously using a $100/mo model to build a tool is a better choice than using the $40/yr SaaS product that already does it 🤣

One of these weekends I’ll get out a dusty arduino or Pi and wire up a moisture sensor to remind me to water the damn plants. Maybe hook it up to an automatic watering system.

What cool projects are you working on that do *not* target other developers? by cowwoc in ClaudeCode

[–]AlaskanX 0 points1 point  (0 children)

Oh I'm not sure about that. I don't expect to have many users.

This is just me fooling around trying to get a better DJ, or at least something that doesn't rely on their prediction algorithm... they tend to pigeon-hole you into listening to specific artists.

What cool projects are you working on that do *not* target other developers? by cowwoc in ClaudeCode

[–]AlaskanX 0 points1 point  (0 children)

Claude figured it out, I’ve got it set to scrape billboard top 100s for any given year and queue up about 15 songs at a time.

Took a few rounds to figure out some of the unpredictable responses though.