• 0 Posts
  • 10 Comments
Joined 1 year ago
cake
Cake day: June 3rd, 2024

help-circle
  • Remote desktop support is buggy on gnome and nearly non-existant on other DE’s, which speaks to how poor a job wayland does at managing functions between DE’s, where each individual DE has to build their own solution for basic functions, further fragmenting development efforts.

    Then there’s accessibility functions, which wayland breaks almost by design by denying apps access to each other. Even something as simple as an on screen keyboard becomes nearly impossible to implement.

    Any software thats being pushed to users as the “main” experience, should not break things as common and fundemental as remote desktop or onscreen keyboards. Great way to drive away potential users switching from windows 10.


  • I was the first in my workplace to take paternity leave when it became law in my state. I didn’t take it in one chunk, but used every single day I was entitled to. I got many similar comments as you from older guys, and I believe they came from a place of jealousy at worst and self-rationalization at best, since those people weren’t afforded the same rights when they had kids.

    Pay then no attention, the first few months as a dad to a new kid are some of the most important and precious moments you’ll ever have, and if you miss them you will never ever get a do over. Take every second you can without an ounce of shame.

    You may also find yourself setting an example, as I noticed none of the new Dads in my workplace after me had any reservations about taking their full leave, and I work in construction with some needlessly macho guys.





  • endlessvoid@lemmy.todaytoMemes@sopuli.xyzBasic courtesy
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    5 months ago

    ITT people simp for corporations.

    I’m sure daddy supermarket chain loves it when you offer your free labor to him after he’s finished ripping you off with his shrinkflation and grocery prices rising faster than inflation.

    As a union household we don’t steal work from unionized grocery workers. Not even something as small as cart wrangling. Anyone who does is a scab.



  • Yeah I feel that 100%, ran a Google assistant for a little bit before just being creeped out by the privacy concerns and sick of it constantly trying to sell me things. Unfortunately I think that any service reliant on a 3rd party is ultimately going to be a huge privacy invasion, since they can’t turn a profit without vacuuming up your data.

    Of all the mainstream assistants, Apple seems to be the least bad in that regard, so you could consider picking up a homepod. But I would also say that for basic stuff, home assistant has been fairly painless to set up. The GUI is good enough now that no yaml coding is required unless you get into the more complex stuff, and I found the ootb functions to be “good enough” for what I wanted a voice assistant to do.


  • Home assistant has a built in voice assistant function that can be as simple or robust as you need it to be. The whole thing can be setup fully locally and mine runs easily on an old micro-pc I got for $100. I had it running on a Pi3b originally but the STT and TTS would take 10+ seconds to process, which was too long.

    Out of the box it controls local devices, does to-do lists, controls media, sets timers. Setting reminders doesn’t work out of the box, but can be setup with some great community templates. Services that require web content like “tell me the news” or “what’s the weather in Seattle” need to be either setup with custom commands that have access to the info you want, or need to go through an LLM.

    Luckily, the past few months have seen the open home foundation add integrations for LLM’s, both local and web-based (chatgpt, gemini, etc) are possible, so you can have it run queries through models run on a local GPU. Though this is currently fairly bleeding edge and I haven’t tried running a local LLM myself yet so I can’t speak to it’s complexity.

    More on that here: https://www.home-assistant.io/blog/2024/06/07/ai-agents-for-the-smart-home/