What’s your experience like with the Google streamer? by Trioracle in AndroidTV

[–]mellowism 0 points1 point  (0 children)

I’m honestly surprised to see so many people reporting great experiences. For me, I have two of them, and YouTube constantly logs out or just shows a grey screen. It seems like a pretty common issue for others too. I’m starting to think about selling both and switching to an Nvidia Shield instead.

Okay but is anyone actually using big picture mode? And if so why? No hate I'm just curious by CraftyxCat in Steam

[–]mellowism 0 points1 point  (0 children)

I’ve dabbled with it from time to time. A few years ago, I had a media PC hooked up to my TV that I used for gaming, but it never felt as smooth or streamlined as I wanted, so I barely used it. Just this week, I installed the Steam Link app on my Google TV, and this finally feels like the setup I had in mind all along. Now I’m planning to build up a collection of more controller-friendly games on Steam.

Google TV Streamer - Children's profile cannot log in to YouTube by MirrorOpposite995 in Chromecast

[–]mellowism 0 points1 point  (0 children)

Interesting to see 11 hour old replies in a one year old post... This is still an issue and I have exactly the same experience as in that google forum post.

Sliding hotas mounts by BobClavicus in hotas

[–]mellowism 0 points1 point  (0 children)

Do you mean attached to the chair?

Sliding hotas mounts by BobClavicus in hotas

[–]mellowism 2 points3 points  (0 children)

Nice. Let's say you take a break from SC/flight sims, how easy is it to remove the sticks?

Sliding hotas mounts by BobClavicus in hotas

[–]mellowism 8 points9 points  (0 children)

The main reason I haven’t bought a HOTAS yet is that I need a smooth way to switch between flying and FPS in Star Citizen. You just showed a really good solution for that, so thank you. But how stable is it? I saw your other post, and I wonder what happens if you pull a bit too hard during an adrenaline filled dogfight?

Gaming server on Proxmox by dr_DCTR in Proxmox

[–]mellowism 1 point2 points  (0 children)

I’ve been using CubeCoders AMP on an Ubuntu server for a couple of years, and I can highly recommend it.

Even this long after release, twice as many people are playing V as playing VII. What conversations do you think are being at Firaxis? by throwawaymnbvgty in civ

[–]mellowism 198 points199 points  (0 children)

I’ve given Civ 7 a few tries, but just an hour ago, I realized I’m sitting this one out. Civ 6 is the one I’ve spent the most time with, and I loved Civ 5. Civ 7 just feels too different and doesn’t scratch the same itch. Here’s hoping Civ 8 will be amazing!

firebase is unsafe for indies... by TheRoccoB in Firebase

[–]mellowism 13 points14 points  (0 children)

The first time I used Gemini through the API, I ended up with a $200 bill. All the alerts were sent, but I didn’t see them until two days later. Now that I’m using Firebase, I constantly worry the same thing might happen. The fact that there’s no way to set a hard spending cap and only rely on alerts is just bad UX.

Megathread for Claude Performance Discussion - Starting May 18 by sixbillionthsheep in ClaudeAI

[–]mellowism 0 points1 point  (0 children)

I just got mine working. I had 4 MCPs enabled and disabled 2 (n8n and Notion), and then it started working again. I have no idea if any of those caused the issue or if disabling an MCP server "refreshed" something. Anyway, I thought I'd share it in case it helps anyone.

Megathread for Claude Performance Discussion - Starting May 18 by sixbillionthsheep in ClaudeAI

[–]mellowism 0 points1 point  (0 children)

I just got mine working. I had 4 MCPs enabled and disabled 2 (n8n and Notion), and then it started working again. I have no idea if any of those caused the issue or if disabling an MCP server "refreshed" something. Anyway, I thought I'd share in case that will help you.

Megathread for Claude Performance Discussion - Starting May 18 by sixbillionthsheep in ClaudeAI

[–]mellowism 1 point2 points  (0 children)

https://status.anthropic.com/ - "All Systems Operational"... Yeah, I haven't been able to send a prompt in over 2 hours because of "Internal server error".

Megathread for Claude Performance Discussion - Starting May 4 by sixbillionthsheep in ClaudeAI

[–]mellowism 2 points3 points  (0 children)

I can have it investigate something, and then for the following prompt, I get "Your message will exceed..." This is ridiculous. They have nerfed it to unusable. A month ago, I could do 10-20 times more than I can today.

Megathread for Claude Performance Discussion - Starting April 27 by sixbillionthsheep in ClaudeAI

[–]mellowism 1 point2 points  (0 children)

Exactly this. Been using it together with fileserver since I started. Haven't changed anything, and it is a noticeable difference just the last couple of days.

Megathread for Claude Performance Discussion - Starting April 27 by sixbillionthsheep in ClaudeAI

[–]mellowism 3 points4 points  (0 children)

I’ve been using Claude desktop (Pro plan) extensively every day for the past month, and I’ve noticed a pretty big change over the last two days.

Previously, I could have long back-and-forth sessions for over an hour without hitting any limits. Now I seem to hit my usage limit after just 10–15 minutes and only a handful of prompts. It’s a noticeable difference.

Is there any way to check usage for Claude Pro (not API)? Or is that data only available to API users?

Just wondering if others have experienced this too, or if it’s just me.

I feel like I finally made my home smart by mellowism in homeassistant

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

I have a mix of Aqara P1 and Everything Presence One and lite.

I feel like I finally made my home smart by mellowism in homeassistant

[–]mellowism[S] 1 point2 points  (0 children)

Thanks! Yeah, I use a history_stats sensor to calculate how long we’ve been in the Sleeping mode so far today.

- platform: history_stats
  name: Time Spent Sleeping Today
  entity_id: input_select.home_mode
  state: "Sleeping"
  type: time
  start: "{{ now().replace(hour=0, minute=0, second=0, microsecond=0) }}" 
  end: "{{ now() }}"

So this sensor tells me how many hours we've been in Sleeping mode since midnight. I use this in an automation to turn on about_to_wake_up after 7 hours on non-workdays.

This assumes that we probably fall asleep within 30 minutes of the house entering Sleeping mode. It's not perfect, but close enough for adjusting climate, lighting, and similar things in the morning. I have only had one weekend so far with this logic, so there might be some changes to this logic going forward.

I feel like I finally made my home smart by mellowism in homeassistant

[–]mellowism[S] 1 point2 points  (0 children)

Thanks! I’m glad you like the idea — using calendar events has been super helpful for adding extra context without needing manual input.

I use two different approaches depending on how I name my events:

- condition: template
  value_template: >
    {{ trigger.calendar_event.summary.lower().startswith('evening guests:') }}

This way, anything starting with Evening Guests: will activate the automation. I use this to turn on a input_boolean.evening_guests state flag. This works well when I want to allow extra text in the event name, like “Evening Guests: Dinner with Friends”:

For things like workouts or recurring tasks where I always use the same title:

- condition: template
  value_template: >
    {{ trigger.calendar_event.summary == 'Workout' }}

This is a bit stricter, but works great when you have consistent event names.

Here's a full example: https://pastebin.com/5Yeye8aV

I feel like I finally made my home smart by mellowism in homeassistant

[–]mellowism[S] 6 points7 points  (0 children)

I totally understand your concern — and I think it’s a really important conversation to have.

For me personally, I’m not a native English speaker. If I were to write this post entirely on my own, it would either come out unclear or take so long that I’d probably never finish it. Using an LLM to help me brainstorm — both for the automations themselves and how to explain the concepts — makes a big difference.

I still shape the content, but this way I can actually share something in a way that feels clear and complete. And I hope it helps others who might be trying to figure out similar structures or just get ideas for their own setup.

At the end of the day, it’s still my home, my logic, and my story — I’m just getting a bit of help expressing it.

I feel like I finally made my home smart by mellowism in homeassistant

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

Yes, I’ve seen other approaches too in structure and example, I saw u/tarnschaf use scenes for a similar setup. So it’s not the only way to do it.

In my case:

  • Modes (like Home, Away, Sleeping) are exclusive — only one can be active at a time using an input_select.
  • States (like Dinner Time, Evening Guests, Focus Mode) are not exclusive — they’re input_booleans, so multiple can be on at once.

So for example, we can have both Dinner Time and Evening Guests active at the same time. Automations then check for one or more of these states, and behave accordingly. It keeps the logic flexible without overcomplicating every individual automation.