• 0 Posts
  • 30 Comments
Joined 1 year ago
cake
Cake day: July 5th, 2023

help-circle






  • tbh, a lot of big players (Microsoft, Facebook, Google) host a lot of AI stuff on huggingface and quite likely have to pay for that.

    Also they had a few successful funding rounds, last one led by Salesforce.

    Also Amazon is invested in them, probably offering a lot to them for free or discounted.




  • How is your coordinator linked to your home assistant?

    For example if you use Zigbee2MQTT and you have either Zigbee2MQTT or Homeassistant pointing to the internal ip of mosquito (192.168.1.11 for example) and your router goes down (with dhcp), it’s possible it cannot communicate anymore.

    This isn’t the case if it’s all running on the same box using localhost as address, running it in a docker network or when you run ZHA however.








  • The biggest feature of Wayland for me is mixed refreshrate monitors works OOB. On X this is a pain to get even remotely working and it’s impossible if your monitors aren’t dividable (120/60 works, 144/60 stutters).

    This is from my experience something that is starting to be a way more common issue (high refreshrate laptops with 60 external monitors at businesses or high refreshrate monitor for gaming and a smaller secondary monitor for info lookup/discord).

    other than that, Xorg does win the “more stable” prize for me, but if I wanted stability, I should’ve become a carpenter.


  • Willem@kutsuya.devtoMemes@lemmy.ml#memes
    link
    fedilink
    arrow-up
    1
    ·
    6 months ago

    Kont is also not the most used, nicest way of saying it. “Billen” is a better match.

    I do blame the “why is it so different from English” on “Het Nederlands taalgenootschap”, that was an organization that decided that a lot of Dutchified English would be changed to more Dutch terms. So is “Math” changed into “Wiskunde/Rekenen”.


  • It’s quite a bad UX, but generally error 2 from make means the called program resulted into an error.

    Usually this is accompanied with another error somewhere up the log. Multiple cores can make this a challenge to scan the log for however, so maybe try compiling without the -j argument, that should get the actual error closer to the end.

    From my experience, it’s usually an outdated config for the kernel (like using a config for 5.1 while compiling 6.7) or a missing dependency. However the real error will be somewhere among the logs, who knows, maybe it’s a missing processor instruction (it’s really bad UX).