Annnd the rss is hosted on fireside instead of their own domain
Annnd the rss is hosted on fireside instead of their own domain
Holy crap it took way too long for me to realise what you’re doing
“Nobody will take care of you if you don’t take care of yourself”
Apply this to pushing back on contracts, double checking what you’re asked to do, and putting yourself first, and you’ll get a lot more respect in my experience. If you primarily put others first, your self will feel neglected. It doesn’t mean you should not care for others, but that your highest priority should be yourself, and then others.
Did something happen with NextDNS? Last I heard they were pretty good among the non-selfhosted bunch.
That’s the most cursed toolbar I’ve seen and I love it! Kinda like vertical tabs were at first sight I guess
It might be a bit overkill but I use Grafana to do this (with Loki). It’s a pretty involved setup as well, but you can filter and search by content, or date/time. It’s doable on a desktop but mainly servers use it
I typed :q and it just says :q on the bottom, all this advice and I’m still stuck in vim. My electricity bill has been high since 2022 because of this heavy editor with no x button
You mean I can okay modded Cities Skylines and be mayor at more than 29 fps? Sign me up!
No way to know if you meant to typo type or typo
Glass cups work unfailingly for me. As far as I know they don’t see very well, so once, I tried slowly lowering one over them, and have been doing it since. Nothing else needed, just wait for it to land near you on a hard and even surface. They so far have not noticed it until the cup was fully down. After catching one, I slide a thin paper/something under the cup, and take the whole thing outside to release it.
They’re talking about the comment you replied to originally, not some other thread
Well he did just say designing, so lucky there. I’ll send over some wireframes, sure
The same kinda people who name their browsers Firefox or Chromium. We just got used to those names.
I can only imagine this happening if the chart receives data out of order, but renders them by timestamp without sorting, and connects the points by the order they’re sent
Ngl this looks like astroturfing to me too
There’s a lot more to an application than its configuration. It may require certain specific system libraries, need a certain way of starting up, or a whole host of other special things. With a container, the app dev can precreate a perfect environment for their program and save you LOADS of hassle trying to set it up.
The benefit of all this is that you can know exactly where application state is stored, know that you’re running the app in it’s right environment, and it becomes turbo easy to install updates, or roll back if needed.
Totally spin up a VM, install docker on it, and deploy 2-3 web apps. You’ll notice that you use the same way of configuring them, starting and stopping them, and you might not want to look back ;)
The most popular way of configuring containers are by using environment variables that live outside the container. But for apps that use files to store configuration, you can designate directories on your host that will be available inside the container (called “volumes” in Docker land). It’s also possible to link multiple containers together, so you can have a database container running alongside the app.
I’ve heard of Revolut and Curve so far.
I’m wondering if this is preparation for replacing Dolphin with Index. Hopefully Dolphin keeps being maintained as it has way more features.