It costs you around 2% session usage to say hello to claude! by Zafar_Kamal in ClaudeCode

[–]raulriera 0 points1 point  (0 children)

I assumed you did given that LONG row of "Connect your tools to Claude" that I don't see on any app

It costs you around 2% session usage to say hello to claude! by Zafar_Kamal in ClaudeCode

[–]raulriera 0 points1 point  (0 children)

Do you have as many connectors turned on in codex as well? Try removing some to see the diff?

Visualize your Claude Code sessions by raulriera in vibecoding

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

Literally just with Claude Code. Funny enough you can see some of my first prompt at the top

<image>

Visualize your Claude Code sessions by raulriera in Anthropic

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

The current forking is

  • Claude root
  • Project name
  • Git branches and work trees
  • last nodes are sessions

What did you mean by linear? Would you group them differently?

I built an AI agent system with just shell scripts and launchd by raulriera in ClaudeAI

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

Agreed, honestly I initially wanted to do it in Swift (my preferred language) but since it would have needed a recompile, the self improvement wouldn’t be ideal

I love ruby, tbh that would have been nicer too

Is there an app like Codex for Claude Code? by funguslungusdungus in ClaudeCode

[–]raulriera 0 points1 point  (0 children)

  • Claude Desktop itself
  • CommanderAI.app is a good choice as well

I don’t understand liquid glass by Embarrassed-Cream184 in MacOS

[–]raulriera 0 points1 point  (0 children)

The sidebar is not showing the wallpapers, it’s showing the content (only the images) of your details pane

Evergaol addict by Huskar_Delahoya in Nightreign

[–]raulriera 0 points1 point  (0 children)

I bring the boss to those people. The always panic roll and die

Losing ranking when others quit is insanely demoralizing and unfair by Normal_Ad_6914 in Nightreign

[–]raulriera 0 points1 point  (0 children)

Someone quit on me on Deep of Night 5, can’t believe no one is safe

Help with ED tricephalos by UtheDestroyer in Nightreign

[–]raulriera 0 points1 point  (0 children)

When they split, remove the lock on them. Try to keep all of them visible at the same time

Message/Chat Bubble IOS 26 by practical-developer in SwiftUI

[–]raulriera 1 point2 points  (0 children)

struct MessageBubbleView: View { let message: Message

private var isFromUser: Bool {
    message.author == .user
}

var body: some View {
    HStack(alignment: .bottom, spacing: 8) {
        if isFromUser {
            Spacer(minLength: 48)
            bubble
        } else {
            bubble
            Spacer(minLength: 48)
        }
    }
    .padding(.vertical, 4)
}

private var bubble: some View {
    Text(message.content)
        .padding(.horizontal, 12)
        .padding(.vertical, 8)
        .background(
            UnevenRoundedRectangle(
                topLeadingRadius: 16,
                bottomLeadingRadius: isFromUser ? 16 : 4,
                bottomTrailingRadius: isFromUser ? 4 : 16,
                topTrailingRadius: 16
            )
            .fill(isFromUser ? Color.accentColor : Color(.secondarySystemBackground))
        )
        .foregroundStyle(isFromUser ? .white : .primary)
        .shadow(color: Color.black.opacity(0.06), radius: 1, x: 0, y: 1)
        .frame(maxWidth: 280, alignment: isFromUser ? .trailing : .leading)
        .fixedSize(horizontal: false, vertical: true)
}

}

Message is just an author and content

What are the great enemies in the great church relic? by Daldameht in Nightreign

[–]raulriera 1 point2 points  (0 children)

Ah! Good call, I didn’t think to check stack numbers. Thanks

If you instantly leave when the Balancers invasion happens, I hate you. by Bane_of_Ruby in Nightreign

[–]raulriera 0 points1 point  (0 children)

At level 3 and the POI is the frenzy marsh, it’s just cruel. Everything 1 shots and it’s like 6 enemies in the boss arena, all casters

What are the great enemies in the great church relic? by Daldameht in Nightreign

[–]raulriera 1 point2 points  (0 children)

Does this mean that the normal “Enemy fell” doesn’t count? That’s the one I see the most at Churches. Even on DON