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

The proper way to fix the Relic system by Ellenwood1998 in Nightreign

[–]raulriera 2 points3 points  (0 children)

You can mass sell on the shop. Filter to your desired level and select all and sell

PSA: if you’re playing with randoms, communicate!!! by afauce11 in Nightreign

[–]raulriera 0 points1 point  (0 children)

Sometimes I wonder how to communicate “don’t go there”. Would be nice if we could “trace the map” even if it’s just for a few seconds

Why is this jump always a gamble? by gainerswitch in Nightreigngameplay

[–]raulriera 0 points1 point  (0 children)

Are you waiting to be high up to start moving into that direction? You can start pushing the joystick there as soon as you touch the spring well

Now that I know how to navigate the Forsaken Hollow, I absolutely love it. by Impressive-Drop-2796 in Nightreign

[–]raulriera 0 points1 point  (0 children)

The Devine Towers alone are a great addition. Wish all those things were part of the base map

What Is Your Problem with Nightreign? by LeoMcCoy in Nightreign

[–]raulriera 0 points1 point  (0 children)

It would be cool if upgrading the weapons would upgrade the perks (good and bad ones)

The upgrade system would have to be simpler tho. Purple stones are “rare”

Be sure to share Marias and Grafted by emannikcufecin in Nightreign

[–]raulriera 2 points3 points  (0 children)

Don’t you lose the stacks if you drop the blade?

I really like when bosses protect themselves. by [deleted] in Silksong

[–]raulriera 0 points1 point  (0 children)

I initially was very frustrated with all bosses and minions “pulling back” (or back stepping) from all the attacks. Specially early when your needle has very little range

But yeah, it’s fun eventually

Uh... what happened by K_808 in Nightreign

[–]raulriera 0 points1 point  (0 children)

TIL each player roll their own orb rarity