solidgrue

joined 2 years ago
[–] solidgrue@lemmy.world 5 points 2 weeks ago (1 children)

This is so meta it hurts.

[–] solidgrue@lemmy.world -1 points 1 month ago* (last edited 1 month ago)

Yeah, I know.

Aurora is immutable, I fucked up. Oops.

Edit: unsubscribed. My life will be better.

[–] solidgrue@lemmy.world 17 points 1 month ago* (last edited 1 month ago) (1 children)

Be the change you want to see.

Edit: I mean it as a challenge to the rest of us

[–] solidgrue@lemmy.world 16 points 4 months ago

Grok's got some jokes.

[–] solidgrue@lemmy.world 9 points 4 months ago (1 children)

I read this post using the Alexandrite front end on my laptop browser, then I opened Voyager app on my phone and it shows the post as already having been read.

[–] solidgrue@lemmy.world 6 points 4 months ago

And we all get a share!

 
 
 

She whispered, "they're right behind you."

 

A cargo ship with links to Russia packed with explosive fertiliser is floating off the Kent coast after being denied entry at other ports over safety fears.

Ruby, a Maltese-flagged cargo ship carrying 20,000 tonnes of ammonium nitrate fertiliser from a port in Russia, was ordered out of Tromso in Norway and turned away from Danish waters.

More alleged shenanigans with this craft drifting around the North Sea, ostensibly enroute to the Canaries.

 

Now that I think about it, it was probably before the pandemic. 🤔

 

ethical edit: For a toss-off gag that even I thought was a bit sketch, I'm learning a lot about this situation and I appreciate it

 
 
 
 

Fartology is an up and coming science.

 

I missed it in the release notes, but there's a breaking change in the ota component in ESPHome 2024.6.0. I figured I'd save folks some time and share the fix here.

If your OTA config looks like this;

...

ota:
  password: "*************"
  num_tries: 3
  safe_mode: on

...

Now you'll need to add a platform key to start a list, and either comment out the other option or move them to a new component.

...

ota:
  - platform: esphome
    password: "*************"
  #num_tries: 3
  #safe_mode: on

...

edit: Here's the PR introducing this change https://github.com/esphome/esphome/pull/6459

view more: next ›