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

help-circle

  • Personally I’m more in the “oh yes please take my job as a programmer” mindset, yet none of the currently available tools seem to be anywhere near capable of it.

    When they do, I guess I’ll just translate the b.s. customers spit into something that’s even humanly readable, just merely distilling the intent often isn’t enough. Also A.I. needs to ‘learn’ to say no, because even though the customer asks for something, doesn’t mean they actually want to have the result of their question.



  • journalctl is usually the way yes, you can also check dmesg if it’s part of your distro. Errors are usually highlighted in red, that’s something to scan for. You can use journalctl -ef to keep the log updating on your screen, if the issue is intermittent, it might take a bit before it shows up. If the issue is logged on boot, it should be in journalctl -b

    Does htop/free show the correct amount of memory?

    Also try applying load on the system, maybe it’s a thermal or power delivery issue.

    Do you have a overclock enabled in your bios? Try disabling that and XMP if enabled.














  • 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.