spongebue

joined 2 years ago
MODERATOR OF
[–] spongebue 2 points 1 hour ago

That Uber driver was not amused

[–] spongebue 1 points 1 hour ago

That would be a problem... If it were a thing. At least here in the US, it's not. Can you tell me where you're not allowed to fix your own car, assuming no specialty tools are needed?

[–] spongebue 7 points 6 hours ago

on January 3, 2005

I get that it's hard to break the habit after a new year, but come on! You've had 20 years to move on from 2005

[–] spongebue 4 points 7 hours ago* (last edited 7 hours ago) (6 children)

I mean, I'm pretty sure cars' lifespans have generally increased over the years, despite not being able to easily tweak valves or what have you. So many older cars don't have a 6th digit on the odometer because it was so common for a car to die after about 100,000 miles anyway. Now you might hit some issues, but that kind of mileage is basically your car's equivalent of a person's 40th birthday.

[–] spongebue 6 points 14 hours ago

I've had a kid in the last couple years. I'd have a hard time figuring out how much money it would take to get me to RTO, not to mention vacation time.

Thankfully my company never really gave a damn where/how/when/if we worked, so long as our customers are happy.

[–] spongebue 11 points 1 day ago (2 children)

In other* words

[–] spongebue 12 points 1 day ago (1 children)

Are we really supposed to take the story seriously when they're basically talking to an LLM and taking what they say at face value?

[–] spongebue 20 points 3 days ago

Nah, I figure they're probably a bit of a tool.

Although I did buy a used coffee maker from a guy with one. He seemed kinda sheepish about it when I asked what car he was in in the parking lot. Anyway, now I'm drinking a ton of cappuccinos with a machine I got really cheap thanks to this guy.

[–] spongebue 22 points 3 days ago (2 children)

Some batteries, particularly those little button/coin ones, are pretty big choking hazards and some are starting to have a bitter coating put on them so if a baby does get their hands on one and tries to eat it, they'll probably spit it back out.

This spoof is pretending that kids were eating batteries because they were so appetizing to begin with with frosting and sprinkles (which I guess may also echo candy flavors of vape juice and vodka for teens being a thing)

[–] spongebue 5 points 3 days ago

Very well said. I think at the end of the day, the human element is too easy to overlook and that's a problem. We have one bot, a search engine, keeping an eye open for content. SEO wants to stand out for that bot, so it demands content (and in a certain way) be created so the search engine picks it up... But that takes effort, so we have another bot creating content to get the attention of another. And the thing a person wants just becomes an afterthought and dead Internet theory is that much more real

[–] spongebue 1 points 3 days ago

It's not exactly difficult to fire employees who are citizens either

 

Looking at a couple receivers. I'm not a huge audiophile or anything, but have some functional things I'm looking for (Zone 2, phono, network control, Bluetooth transmission would be nice). I tend to hang on to this stuff for a while, so 8K would be nice so I don't need to buy a receiver if/when the day comes that I get a new TV (Sharp 1080p sorta-smart TV still going strong 12 years in!)

Anyway, I'm down to two receivers:

  • Denon AVR-X1700H (new at Costco)
  • Marantz NR1711 (used on Facebook, includes some nice speakers I could probably resell if needed)

On paper, the Denon has a little more power and a few more 8k HDMI ports but otherwise similar. Since they're both run by the same company behind the scenes, I suspect most components inside are identical.

In practice, I know the Marantz is supposed to be the better brand... but it seems conceivable that a lower-end slimline, slightly older Marantz could probably be beaten by a midrange Denon, yeah?

For what it's worth, this is replacing an Onkyo TX-NR709 I've had for about 14 years. It's been a workhorse but I really want proper Zone 2 functionality and it's been giving me troubles there (no HDMI sources work, even with the "source" mode)

 

Solved!

Solution was to create a group and perform an action on that:

action: light.turn_on
target:
  entity_id: light.kitchen_cabinet_sink
data_template:
  brightness_pct: "{{100*state_attr('light.kitchen_sink_ceiling','brightness')/255}}"

Original:

Trying to run an automation to match one light's state (on/off/dim) to another's. Have this currently:

alias: Sync cabinet lights with sink light
if:
  - condition: device
    type: is_on
    device_id: [something]5710
    entity_id: [something]a438
    domain: light
then:
  - type: turn_on
    device_id: [something]b447
    entity_id: [something]470f
    domain: light
    brightness_pct: 100
else:
  - type: turn_off
    device_id: [something]b447
    entity_id: [something]470f
    domain: light

That works fine to turn the lights on or off, and I have triggers in the automation for that and changes in brightness. But using a non-static number for brightness_pct (yes, I know I'll probably have to math the 0-100 scale instead of 0-255) is giving me trouble. When I try something like this:

alias: Sync cabinet lights with sink light
if:
  - condition: device
    type: is_on
    device_id: [something]5710
    entity_id: [something]a438
    domain: light
then:
  - type: turn_on
    device_id: [something]b447
    entity_id: [something]470f
    domain: light
    brightness_pct: {{state_attr("light.kitchen_sink_ceiling", "brightness")}}
else:
  - type: turn_off
    device_id: [something]b447
    entity_id: [something]470f
    domain: light

I have also tried {{states.light.kitchen_sink_ceiling.attributes.brightness}} instead. Both seem to have the correct value when I play around in the developer tools. But when I put it in the automation, I get an error that a float value was expected. I see some similar issues online, but it always seems to be in a different context and people fix it by changing some value I never had.****

 

My, how the tables have returned!

 

Year and a half old. It may feel silly, but she's always been in the single-digit percentile, usually low-single-digits at that. She was born about 3 months premature, and after her weight gain stalling, they prescribed a medication with a side effect of increased appetite to give things a jump start. I think it's going to work 🙂

 

So many instructions to cut an onion are essentially

  1. Cut off the top
  2. Peel
  3. Cut in half
  4. Cut horizontally (in parallel to the cut you just made)
  5. Cut vertically into strips from just shy of the bottom to top, with the bottom holding things together
  6. Cut vertically perpendicular to your last cuts to get little squares

On something like a potato, I'd understand it. You'll be cutting a 3-dimensional object along all 3 axes to get cubes. But as Shrek taught me, onions have layers. Why make that first set of horizontal cuts when the onion's natural layers do the same thing already, albeit a little bit curved?

 

Running on a Raspberry Pi 400

Lately my home has been dumb and unassisted at random times, and the HA app can't connect to my HA rpi server. Ditto when I go to homeassistant:8123 in a browser. I'm trying to see what's causing this, but the logs in app only show since last restart. Tried plugging my Pi into a monitor and getting something from the command line but not sure how to do the equivalent of a Linux tail or whatever. Searching was surprisingly unhelpful. Any advice?

Thanks much!

 

I get that some instances use the domain + TLD to make a word, like lemm.ee or to an extent, sh.itjust.works. But I've seen so many TLDs I had no idea existed, like .world, .zone, .social, and yes .works as well.

Is there any real reason for that? Trying to look cool or kinda underground-y? Cheaper and more varied domain options? Something actually kinda functional?

Interestingly, I started on vlemmy.net because I was a scared Reddit refugee and the .net TLD gave me comfort. Then it vanished a few days later without a trace. So here I am on lemmy.world

2
Check out [email protected] (self.antiqueradios)
submitted 1 year ago by spongebue to c/antiqueradios
 

I originally created this community to post a few of my own projects and get a few others, but found retrolemmy before I could post anything. I'll still keep my lemmy.world account and all, but in the interest of keeping themes within instances, I think retrolemmy is a better fit. Admin, feel free to nuke this community if you wish! I don't see a way to on my end.

[email protected]

view more: next ›