Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)B
Posts
0
Comments
43
Joined
1 yr. ago

  • Deleted

    Permanently Deleted

    Jump
  • My son takes it and says it helps him sleep much better at nights.

  • Seems like AI wrote this. And did a good job!

  • Deleted

    Permanently Deleted

    Jump
  • This is in Turkey, not the US. Also not TikTok employees but Telus Digital employees. Shit headline.

  • Light olive oil on the crust before topping with sauce. Corn meal or corn meal/salt mixture under the crust to help absorb moisture trapped underneath. Perforated pans also help. I also cook at a higher temperature. 450 degrees Fahrenheit. Make sure to preheat. A brick oven or pizza stone will help with consistent heating.

  • Maybe take a look at CanI.RootMy.TV. Seems to be mainly focused at LG WebOS but I’m not sure what vendor, model, and firmware you’re running. If you provide some more specific information you might get some more helpful answers for the situation you described. I totally respect that you might have left some detail out for privacy.

  • Deleted

    Permanently Deleted

    Jump
  • Predicting Trump and co are going to start saying Wall Street went woke and corporate boards are being paid for their opposition by China and George Soros. All the greatest hits.

  • I literally just deleted one of these texts before reading this post. Started seeing a lot more of these after creating a LinkedIn account… hmmm.

  • An alternative to MusicBrainz Picard is Lidarr. No sonic analysis but it can organize and rename your library among other things.

    Picard is the better option for music organization though.

  • Have you tried deleting /etc/systemd/resolved.conf and restarting the service with systemctl restart systemd-resolved?

  • Did you undo the reverse path strict filtering your guide suggested?

     
        
    
    net.ipv4.conf.default.rp_filter = 1
    net.ipv4.conf.all.rp_filter = 1
    
    
      

    Above is what the guide suggests to force reverse path strict filtering. Try setting as shown below:

     
        
    
    net.ipv4.conf.default.rp_filter = 0
    net.ipv4.conf.all.rp_filter = 0
    
    
      

    According to the guide, “By default, these are set in /usr/lib/sysctl.d/50-default.conf

  • Fair points! I’ve been tinkering with Homeassistant for a while now. The community has come very far so I’m hopeful that more advanced features will be added as the user base grows.

  • Yes, the voice recognition is decent. I mainly wanted a way to control some smart light switches without using a Google device. If you’re looking for something more advanced I don’t have any experience using his tool in that use-case.

  • Have you heard of Ollama? It’s an LLM engine that you can run at home. The speed, model size, context length, etc. that you can achieve really depends on your hardware. I’m using a low-mid graphics card and 32GB of RAM and get decent performance. Not lightning quick like ChatGPT but fine for simple tasks.

    Ollama

  • Have you heard of Homeassistant? It’s a self-hosted smart home solution that fills a lot of the gaps left by the most smart home tech. They’ve recently added and refined support for various different voice assistants, some of which run completely on your hardware. I have found they have great community support for this project and you can also buy their hardware if you don’t feel like tinkering on a Raspberry Pi or VM. The best thing (IMHO) about Homeassistant is that it is FOSS.

    Homeassistant Voice Control

  • Deleted

    Permanently Deleted

    Jump
  • Debian is one of the largest GNU/Linux variants out there. Who and what you trust are personal decisions but they’ve got a good reputation.