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/)KS
Posts
2
Comments
41
Joined
1 yr. ago

  • That is an always ON approach? For example with an NAS? While that is a very save approach, it does not fit the idea of having something "on the shelf". Thank you for the advice though :)

  • In m opinion, practicing with real life problems is the best teacher. There are some ways to cut and convert videos, audio and images via terminal. Maybe there is still a way to enrich or streamline your workflow with that. Maybe a script which will prepare the folder of your next project. Also, xdotools let you automate a lot of sometimes tedious routines.

  • Yes I am interested. It is very insightful. I have a follow up question, if you don't mind. I like the idea of getting off-grid... or off-mega-corp. You use home assistant for heating and lightning. With heating you mean, by any chance, automatic thermostats on single radiators? I dabbled a bit with that but had a hard time to find some without the necessity to Link them via telemetry sending apps. What is your take from that?

  • That's a great list. Thank you. I thought about vault warden, it is great as a self hosted alternative to bit warden. At the same time, I am not sure if I would be able to properly secure it.

    I just read about forgejo, while reading up on Codeberg, which seems to be very popular here.

    I am intrigued about baserow. What are you using it for?

  • Interesting, this one needs definitely a deep research from me. I love rss feeds, at the same time the summaries tend to be click baity. I was fantasizing to get the full articles and use ollama to boil them down. Remove all the bloat text.

    I saw in the feature list the possibility to play yt videos directly in miniflux. What is your typical use Case miniflux<->YouTube wise?

  • Oh yeah, that was it for me as well. Great recommendation! That reminds me to check, if there is a release for the new version yet. I think they rewrote a lot of code.

    Had some "conversations" about why Google shopping doesn't work anymore... Wasn't able to convey the reason properly :/

  • To crawl I use playwright and cheerio to traverse through the html. I startet with another library, but playwright is more stable in my opinion (or just in my use Case). After the crawl I use nodecron to send Mails with nodemailer to myself, on a daily basis. All together it is a node.js app I wrote, inside a docker container.

  • Thank you, I will look into KWin.

    Turns out, it is awesome and does more than I need. I already move a lot of my applications with xdotool to prediscribed positions and sizes, via hotkeys, which start some scripts. Now I found out, it also can move them across virtual desktops. Nice :)