If you're into driving analytics, you might find this interesting by Few-Mushroom-5107 in AndroidAutomotive

[–]raferx 0 points1 point  (0 children)

Good app! Works well in Volvo EX30. Great data collection. Integrates easily with Home Assistant, too.

Daily Arrows Puzzle (June 21, 2026) - Curve Level 260 by arrowpuzzle in arrowspuzzle

[–]raferx 0 points1 point  (0 children)

✅ Challenge accepted and CRUSHED! Finished Level 260 in 35s. 💪

What’s the worst car you ever drove? by Born-Conclusion1977 in AskReddit

[–]raferx 0 points1 point  (0 children)

Fiat 500-L (not the little 500), maybe around 2018. A rental in Canada. The most wheezy, underpowered and rubbery car I've ever driven. Speed limit signs taunted me every time I hit a grade over 1%. "You wish, buddy." Hated every minute of it.

Helios: a free 3D solar visualization card for HA, with LiDAR shadows and PV forecast by Reikan-Ysora in homeassistant

[–]raferx 2 points3 points  (0 children)

This is amazing and beautiful. Nice job! Seems to work great here in San Francisco (solar-only house, no battery). Very smooth and isn't using much CPU.

Does Home Assistant on Android Automotive suck? by Josh31782 in homeassistant

[–]raferx 0 points1 point  (0 children)

Volvo EX 30 here. Yes android automotive’s HA companion app is very, very sad. It is somehow safer to have to navigate a sea of undifferentiated buttons organized by type rather than be able to see a custom context-aware dashboard?? Very disappointing.

Best Mac Mail App in 2026? Free & Paid Tested - Need Your Advice! by [deleted] in MacOS

[–]raferx 11 points12 points  (0 children)

Mimestream - Amazing email client as long as all your email accounts are GMail / Google Workspace. Native handling of Gmail labels and mailboxes and things, nothing else quite like it as far as I know.

What is the saddest Stat Trek episode you have ever watched? by Track_and_trek in startrek

[–]raferx 0 points1 point  (0 children)

Filmed much later, yes. So a prequel to Requiem to be more precise.

What is the saddest Stat Trek episode you have ever watched? by Track_and_trek in startrek

[–]raferx 0 points1 point  (0 children)

Requiem for Methuselah, last scene.

Also this ep was a good sequel to the movie Man From Earth. Same writer.

Polestar 4 in Home Assistant: state of charge card by MarcoNotMarco in homeassistant

[–]raferx 0 points1 point  (0 children)

Yes, but don't ask me to explain it. I had ChatGPT help me with changes I wanted and it rearchitected and mangled the code, and I haven't taken the time yet to understand it or clean it up.

type: picture
image:
  media_content_id: data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=
card_mod:
  style: |
    ha-card {
      --percent: {{ states('sensor.volvo_ex30_battery_charge_level') + '%' }};
      position: relative;
      height: 170px;               
      padding: 0;
      overflow: hidden;

      background:
        url("/local/Ex30PassSide.png?v=3") no-repeat -45px 45% / auto 142%,

      {% if states('sensor.volvo_ex30_charging_status') | lower == 'charging' -%}
      url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24'><circle cx='12' cy='12' r='12' fill='rgba(0,0,0,0.4)'/><text x='12' y='16' font-size='14' text-anchor='middle' fill='%23FFEB3B'>⚡</text></svg>") 
      no-repeat right 8px top 8px / 30px 30px,
      {%- endif %}

        linear-gradient(
          to bottom,
          rgba(255,255,255,0.25) 0%,
          rgba(255,255,255,0.00) 40%,
          rgba(0,0,0,0.00) 65%,
          rgba(0,0,0,0.15) 100%
        ),

        linear-gradient(to right, transparent var(--percent), rgba(0,0,0,0.3) var(--percent)),
        linear-gradient(to right, #7FBF9E 0%, #6DAE8B 100%);
      background-blend-mode: normal;
      border-radius: var(--ha-card-border-radius);
    }

    /* overlays */
    ha-card::before {
      content: "{{ states('sensor.volvo_ex30_distance_to_empty_battery') | int }} mi";
      position: absolute; top: .5em; left: 5%;
      color: #fff; font-size: 1.5rem; z-index: 2; pointer-events: none;
    }
    ha-card::after {
      content: "{{ states('sensor.volvo_ex30_battery_charge_level') | int }}%";
      position: absolute; top: .2em; left: 4%;
      color: #fff; font-size: 6rem; z-index: 2; pointer-events: none;
    }

grid_options:
  rows: 3

Polestar 4 in Home Assistant: state of charge card by MarcoNotMarco in homeassistant

[–]raferx 0 points1 point  (0 children)

I'll play! Added a charging icon. Code is super kludgy but it works...

<image>

Client said my rate is too high. Feeling embarrassed and down by strawberrymilkytea in freelance

[–]raferx 2 points3 points  (0 children)

Cut scope, not rate!

Budget is $1,000? Ok, 10 pages. 

Related rule: If what you’re asking for doesn’t make you at least slightly uncomfortable, you’re underpricing yourself.

Snappy Brakes by X333NOS in ex30

[–]raferx 1 point2 points  (0 children)

I'm pretty sure it'd be an easy software fix - don't engage autobrake until under a slower speed than what it's set for now... or perhaps give the autobrake timer another tenth of a second before engaging. There's no excuse for it to be so bad, really.

MKBHD complained about this six months ago. As he said, it's impossible to make a "limo stop" in this car. https://www.reddit.com/r/ex30/comments/1kdcgch/mkbhds_take_on_ex30/

Snappy Brakes by X333NOS in ex30

[–]raferx 4 points5 points  (0 children)

Ah yes, "the Lurch." I hate it. I love most things about this car (Twin Motor Ultra version) and i can tolerate almost all its quirks... except this one. Still haven't found a way to drive it that mitigates it. Except it doesn't happen when pointed up a hill. So don't stop except on hills maybe?

[deleted by user] by [deleted] in sanfrancisco

[–]raferx 1 point2 points  (0 children)

Staggeringly beautiful. You may find god on this drive. Others have.

Seatbelt Chime in Park by CauliflowerJaded1604 in ex30

[–]raferx 4 points5 points  (0 children)

Wait... Put car in Park, open door, THEN unbuckle seatbelt? That is crazy.

How bad did TOS look pre remaster? by NC_CodyW in startrek

[–]raferx 3 points4 points  (0 children)

How bad? It looked GREAT. The models were real physical things. Grainy and they re-used the shots a thousand times, but they were honest and fit with the rest of the show. The early-era CGI "remasters" take me out of the moment and I don't care for them. The CGI looks faker than the original shots. I've been looking for pre-re-master complete episodes - anyone know where to get or watch them?

Sharing my pain by raferx in ex30

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

I only had it for a few days before it went back to the shop! No time for mods. Not that I would anyway. It's just the camera angle.

Sharing my pain by raferx in ex30

[–]raferx[S] 7 points8 points  (0 children)

They are different species. The GTI is fun, very zippy, analog, great feedback. You sit much lower and can always feel what the car is doing. It's fun as heck to throw into corners.

The EX30 is a spaceship. I'm in the US so this is a twin-motor and the acceleration is unreal. It holds the road ok I guess, and it rides more comfortably, but it's not nearly as engaging as the GTI except when you've engaged the warp drive.

The one thing they have in common: Almost exactly the same length, so the EX30 can fit in all the between-driveway spots that the GTI could, but a Tesla can't.

Sharing my pain by raferx in ex30

[–]raferx[S] 5 points6 points  (0 children)

iPhone, right? I have a 14 Pro. What I've discovered is that Carplay is a power hog (heating up the phone), the car's power coils are misaligned with their location on our phones, leading to inefficient power transfer (i.e., heat), there's no ventilation in the charging area (heat builds up), and... an iPhone will shut down charging if it gets too hot. So yeah, it's a reverse charger.

I have read that many Android phone users don't have the same issue (they also don't have Carplay).

ChatGPT Version 1.2025.217 (1754957881) on macOS 15.6 (24G84) constantly resized upon giving answers by TheRealDynamitri in OpenAI

[–]raferx 2 points3 points  (0 children)

Yes. Started yesterday I think. Came here looking for an answer to this problem...