• 2 Posts
  • 24 Comments
Joined 1 year ago
cake
Cake day: September 20th, 2023

help-circle




  • Not exactly. My main use-case here is for my girlfriend and me to see each both of our calendars in one place, and HA had support for it and is a web portal we both have access to. To do automations on them is secondary.

    Currently, whenever I look at the calendar control panel it will load for a bit while pulling all the calendars, and sometimes timeout and not show anything. I believe this to be because it’s pulling from Fastmail / iCloud everytime and might be rate limited or just have a poor connection, this wouldn’t be an issue if the calendars were stored on the instance itself because then it would only miss the latest entries.

    The idea that maybe I can self-host an app that does it is that if HA can’t do the caching, then maybe this self-hosted app can and it wouldn’t matter that HA fetches it remotely each time since the remote is on the same local network. Having them as separate calendars is still desirable since that gives some additional information.




  • IMO Discord is the best platform for this right now, which is unfortunate. The little I’ve tried Matrix has not been very impressive (single chatrooms, slow, bad self-hosting experience IMO), IRC is a bit better (though very dated in many regards, esp. user management) but still doesn’t have the categories/channels that make discord nice. And most other chats are proprietary with discord just being the best one.

    Which one would you like them to use?




  • I think Twitter is going down, may or may not go bankrupt but I think it will lose relevance. Wonder if it will be replaced. Lots of people (myself included) kinda assume that bluesky, mastodon or some other twitter-like service will take over. But Twitter is not really necessary, so I don’t think it’s a given that something will take its place.

    As a time sink, more multimedia-oriented platforms like Reddit/Lemmy, Instagram, Tiktok or Youtube, seem more attractive.


  • Right before the Mozilla buyout, Fakespot added a clause to their TOS giving them the right to give user data to Mozilla.

    There’s one possible interpretation of that, which would be my guess, that this was somehow necessary as part of the purchase. Before purchasing a company the company being purchased has to show the buyer what their assets are and give them a fair and accurate representation of what the company is. It’s possible that this clause was necessary in order to enable this.





  • This is what happens when you think you have a story, but it turns out you don’t. Image editing apps exist and are getting easier to use, big whoop?

    I for sure thought this was gonna be about “AI cameras”. Seems all phones nowadays have some kind of software to make the camera seem less shitty, but nope, it’s about people making a choice to edit their photos.






  • If a directory has multiple words in it I usually do kebab case: i-like-mine-in-a-way-i-can-read-them-properly. Both easier to read and type than pascal case.

    For more complex filenames I use a combination of kebab-case and snake_case, where the underscore separates portions of the file name and kebab-case the parts of those portions. E.g. movie-title_release-date-or-year_technical-specifications.mp4


  • I don’t think most people use oh-my-zsh. It’s very popular, and a lot of people use it, but I think most is a stretch.

    Either way, it’s just a set of plugins and configs so of course you can get it to work on any setup. Just saying that it’s not inherent to zsh, and you can probably get similar behavior in most shells with a similar config.