Skip Navigation

Posts
20
Comments
2,052
Joined
2 yr. ago

  • Living in a place with earthquakes is also suck. You could be fast asleep and suddenly awaken by the shakes and had to evacuate out of the house within seconds. Doubly so if it's on a shore because you may need to evacuate the area if the quake is large enough to potentially trigger a tsunami. I wonder when we finally have an earthquake version of tornado warning.

  • Bloat

    Jump
  • EndeavourOS iso also does the same thing but with half the size.

  • Now that I think about it, the decline of ubuntu began when they inserted amazon affiliate links in their ui a long time ago. The final straw for me is forcing snaps when attempting to install some apps via apt. I replaced all my ubuntu machines with debian without any issue.

  • Whelp, if you're on desktop, you can always use autohotkey or similar app to assign a shortcut to automatically type that signature.

  • I think every programmer should know how to write frontend and backend code, and how to deploy their code. Sure, everyone has their own specialization and things they like to do, but that doesn't mean they should be ignorant of all aspects of software development.

  • Maybe try emailing the dev asking to add support for RAZR+. Some devs actually respond to requests on emails. The dev probably doesn't have that phone, so if they do respond, they might ask your help debugging the issue. Again, not all devs do this so don't get your hopes up, but I've seen some devs actually do this.

  • Wtf?! You copy and paste them manually? I thought you were using an app that let you set footer/signature.

  • Soon it'll be drone vs drone, with the operators working at home chasing each other with FPV goggles.

  • When a dev abandon a live service game, I hope they do what Marvel's Avengers did: patch the game to work offline, unlock all paid contents, then has one final big discount before shutting everything off.

  • When reddit fuck up again, the alternatives are already pretty mature, at least compared to last year. Back then the only app we have was jerboa (and it was pretty shitty back then too, unlike now). Now we have gazillion of lemmy apps that can suit everyone taste.

  • Never thought that home assistant os would actually use docker under the hood. I thought it's running home assistant directly with supervisor method.

  • Could be cdn issue. Try updating your router setting to use cloudflare dns or google dns. Some people fixed similar issue by using those dns servers.

  • OnlyOffice has an Android version.

  • Marginalia is interesting because it attempt to search non-commercial contents. this might unearth some contents you can't find on google. If you search something on google and the result is full of spam or ecommerce product pages, try the same keyword on marginalia. Unlike google, it's a keyword search engine, so keep in mind not to ask question in it, but put the keyword that might be included in the content you want to search.

    Kagi is a paid search engine. it does use data from other big search engines, but apply its own weighting and filtering and unearth contents normally buried on the big search engines. There is a free trial account if you want to test it yourself to see if it's better than google for your use case.

    There are also various searxng instances. searxng is an opensource meta search engines, which uses data from other search engine. Each instances may be configured differently, so you might want to test some of them to decide which instance works the best for your use case.

    Some interesting comparison: https://danluu.com/seo-spam/

  • Is this the tutorial you followed? https://www.home-assistant.io/installation/generic-x86-64

    On which step did you encounter the error? The step where the home assistant os already written to the target disk and you're told to restart the system with usb stick unplugged?

    http error 500 when downloading the container image might be a temporary error on github docker repo side. Try restarting the device and see if the error persist.

  • From the posted log, it appears to try to download ghcr.io/home-assistant/generic-x86-64-homeassistant:2024.4.4 docker image and failed due to http 500 server error .

    Can you post how you were trying to install home assistant? E.g are you using docker compose?

  • Why not using ghcr.io/home-assistant/home-assistant:2024.4.4?