I am so sorry for your loss of Zeus. ๐Ÿ˜ข He was a very handsome boy!

7

I'm trying to sell an unused Pixel 10.

I searched for Lemmy communities with "sell", "sales", and "marketplace", but only a few come up and none of them had any posts in years.

Can you please suggest a good community for me to try?

Thanks.

3

I own a house/land outright (as much as a government will let you own anything): I have no mortgage or liens. For examples when comparing options, let's use a nice round number and say that the house is worth $100,000.

I'm interesting in buying a different house/land in another area.

One option would be to use the equity I have in my current house towards the purchase of a second house. I'd put less cash down, end up with 2 houses, have a smaller mortgage than financing the entire price of the new house, but also have a lien on my old house.

Another option would be to sell my current house and then buy the new house. I'd put much less cash down (or none), have a small or non-existant mortgage, and end up with 1 house.

What are financial advantages and disadvantages of those options? Are there other options?

I appreciate your thoughts and insight.

10

I own a house/land outright (as much as a government will let you own anything): I have no mortgage or liens. For the sake of ease, let's use a nice round number and say that the house is worth $100,000.

I'm interesting in buying a different house/land in another area.

One option would be to use the equity I have in my current house towards the purchase of a second house. I'd end up with 2 houses.

Another option would be to sell my current house and then buy the new house. I'd end up with 1 house.

What are financial advantages and disadvantages of those options? Are there other options?

I appreciate your thoughts and insight.

96

I'd give Maggie and her leaf more than 1 upvote if I could.

What about the trope of lighting up after sex?

46
Cookie management dark patterns (lemmy.thewooskeys.com)

The Purina for Professionals website's "cookie management" (to opt out of cookies) is heavily dark-patterned. Not only does the popup at the bottom of the page not have cookie management (it has a link that takes you to a page that has a link to take you to cookie management), but the wording is intentionally counter-intuitive to opt out: Manage Cookies UI The option is called "Do Not Sell or Share My Personal Information", which suggests that by selecting the option, you want them to not sell or share your information. But in parentheses it adds "slide left to opt out of sale/share", which suggests that disabling the option means for them to not sell or share your information.

IT-Tools is kind of fun: a web page full of common tools, converters, references, cheat sheets, etc.

208
Vague design choice (lemmy.thewooskeys.com)

Which of the 3 buttons does which of the 4 commands listed next to them?

20

I recently integrated self-hosted Ollama with Home Assistant and it's pretty cool.

I'd like to also be able to ask the Home Assistant Assist things like "What movies are playing in MyCity?" and have the model in Ollama search the web and summarize the results. I use Open-WebUI as a frontend for Ollama and it can do that, but I can't see how configure HA's Assist to do it.

Has anyone done this?

Another example would be to ask "what's the weather today?", and I realize that HA has a weather integration built in and thus I wouldn't need Ollama to search the web for results. Is there a web search integration for HA, so that any question (like "what movies are playing") could be passed to it?

My ultimate goal is to be able to ask questions about the world (i.e., search the web and summarize the results) and control Home Assistant devices. It doesn't have to be HA's Assist, but if I were to use Open-WebUI* for example, I'd have to come up with a way to link my audio-listening devices to it. It also doesn't have to be one "entity", but it should "feel like" one entity to the user (i.e., I don't want to have to speak to a different device or have a different wakeword to ask about the world than I do to control Home Assistant).

*Open-WebUI has integrations to control Home Assistant.

-17
Which button does which function? (lemmy.thewooskeys.com)

Of the 3 buttons in the red-outlined-box on this Brother printer control panel, which does what function? Grrr!

[-] mike_wooskey@lemmy.thewooskeys.com 28 points 10 months ago

E.g., NAS on my LAN, especially for streaming high res video to devices in my house.

9
M5Stack Atom Echo configuration (lemmy.thewooskeys.com)

Can someone please paste the configuration yaml for an M5Stack Atom Echo that is currently working as a voice assistant satellite for Home Assistant using open wake word? (remember to redact your private data)

I installed a bunch of these Echos following these instructions back when they were first introduced. They have tiny little speakers which are essentially useless, but I routed the output sound to a media player in the same room. At that time the only option was to use open-wake-word - Nabu Casa even provided instructions and virtual-gpu resources to train your own wakeword, which I did.

The Echos worked great with my own custom wakeword for a long time!

Then sometime within the past year they stopped working. Their "wake word" entity is unavailable. I know Home Assistant came out with micro-wake-word, but I wasn't aware they ended (or broke) the open-wake-word functionality. I'd love to get my Echos working again - I'd prefer to use open-wake-word, but if the only way they're going to work now is with a pre-set wakeword, that's better than no voice assist at all!

Thanks for any help you can provide.

5

I want to install smart blinds on 4 windows, from small (2'x3') to kind of large (4'x5').

I need them blinds to be local-only and integrate into Home Assistant.

I'm looking at SmartWings, but blinds with a z-wave motor for one of my large windows would cost Just under $400. That seems a bit expensive to me (especially considerin that I got my current non-motorized, non-smart blinds for those windows for like $50 each - and they're good blinds!). Is that just what smart blinds are going to cost? Or did I land on an expense option?

Do you have a preferred make or model of local-only smart blinds?

[-] mike_wooskey@lemmy.thewooskeys.com 42 points 1 year ago* (last edited 1 year ago)

I don't code so I can't possibly audit FOSS software. However, I also can't audit proprietary software. Lots of people can and do audit FOSS software, though, and can and do share their findings. But no matter how many people "audit" propietary software, it remains propietary - a black box. Untrustable, especially considering corporations' incentives and historical actions.

Why are you sharing a product/service that's in maintenance mode? From the README:

Trilium is in maintenance mode - see details in #4620

I recommend TriliumNext Notes, a current and active fork.

7
Question about gum (lemmy.thewooskeys.com)

Is anyone familiar with gum?

I have a simple:

while true; do
    CHOICE=$(gum choose "one" "two" "three")
    case "$CHOICE" in
        "one")
            <do something>
        "two")
            <do something>
        "three")
            <do something>
    esac
done

If the user hits ESC, gum displays "nothing selected" and exits.

Is there a way to disable the "nothing selected"? I tried redirecting 2>/dev/null but it suppresses the entire menu. I also tried adding $'\x1b' to the case, but it did nothing.

I also tried adding:

    if [ -z "$CHOICE" ]; then
        exit 0
    fi

directly after CHOICE=$(gum choose...).

No dice.

5
Searching for travel-planning app (lemmy.thewooskeys.com)

Within the past couple months, I saw someone's pet-project where they were cobbling together a self-hostable FOSS app/service to allow people to collaborate on travel planning. It included note taking, images, possibly some functionality around dates, and a map to drop pins and see a route (I'm not sure which backend but I would guess OSM).

Now I can't find it. :(

Does anyone use an app like this? Does anyone have any recommendations? My needs are loose - my only requirements are a FOSS license and to be self-hostable.

Thanks for ideas/suggestions.

Thanks for this very rational pep talk!

view more: next โ€บ

mike_wooskey

0 post score
0 comment score
joined 2 years ago