First thing I do on every Firefox installation on every device. 3 clicks and most of this nonsense stops.
I’d appreciate Mozilla not doing something like that in the first place, maybe don’t try to build products and focus on the browser. 🤷♂️
Moved from Scratch2003@feddit.de
First thing I do on every Firefox installation on every device. 3 clicks and most of this nonsense stops.
I’d appreciate Mozilla not doing something like that in the first place, maybe don’t try to build products and focus on the browser. 🤷♂️
Oh, I forgot one thing:
sorry, but it wasn’t you who did it.
This sounds like you want to prove something. That you can do it better than the maintainers of the library. That you can solve hard problems on your own instead of relying on other people.
That’s all great and sometimes it’s good to do hard things on your own and make sure you could do it just in case. But it’s not always necessary to do everything yourself and learn every lesson yourself. It’s a valid way to build on knowledge and work of others to achieve your goals.
This assumes that I could implement something as well as the maintainers of the library I use. I agree that something trivially should be implemented on your own, but if there is special knowledge required (the obvious example is cryptography, but also something like HTTP requests) I rather rely on a widely used library than my own code that I now have to maintain and check for security issues instead of just updating the dependency version whenever a CVE is published.
Also if there is. A client by an API provider for my language, why shouldn’t I use it instead of rolling my own?
Another example is a framework like React or Angular or Svelte, which brings along a whole lot of dependencies. Sure, I could not use something like that and write everything from scratch.
But where is the value of all that code to customers? If I want to roll my own HTTP server up from the sockets, I can do that as a play project. But not using libraries for a real world project to solve business needs is a bit of an odd take.
Anyways, that’s enough of a rant. Have fun in the replies. 😎
Can’t find the info in the repository. Can I share a collection or specific links via RSS? I built my own application to archive URLs and grab the text content, and I also build a RSS feed from that. Can Linkwarden do something similar?
I’m using Notion for everything now. I heavily rely on reminders scattered everywhere because Todo lists don’t work for me.
Me too, but this looks like a good replacement. The docker setup of wallabag also was a bit of a pain for me, but this looks pretty straightforward and doesn’t need redis, S3 API and a bunch of other plumbing. Will give it a try later.
If you just want a remote to push your code to without issues, projects, pull requests and such you can use git only: https://git-scm.com/book/en/v2/Git-on-the-Server-Setting-Up-the-Server
Removed by mod
I tried, but the first days with the long queues were unplayable. Then queue got better, so I could actually play, but the game bugged out after 30min and I had to restart… I will check back in a couple months and play Starfield in the meantime.
Other than that the coop missions were real fun and I’d really like to play. But my time is limited and I decided to spent it otherwise.
That’s why your color your production windows red.
Always a good idea to base decisions on 10 year old information.
I’m running https://www.arqbackup.com/ to Storj and Synology on my desktops and plain NFS copy on my server.
I’m hosting my own email for several years now with https://docker-mailserver.github.io/docker-mailserver/latest/ which supports all the useful things like SPF, fail2ban, postgrey, sieve, spamassassin. I’m not hosting at home, I rented a server with a hoster which I also use for other services.
It’s pretty unremarkable, mostly it just works. I do have more spam than with gmail because I have to feed all spam to spamassassin myself. I also had one issue with larger attachments where I had to modify the maximum size, but that was also pretty easy using https://docker-mailserver.github.io/docker-mailserver/latest/config/environment/#postfix_message_size_limit
I recently modified my setup to support DMARC and I occassionally check if I can improve something via https://mxtoolbox.com/. But other than that I never had any issues, never looked back.
This looks great. I was looking at Watchtower again a few days ago, but I don’t want to auto update my containers, just get notified for updates. I usually just keep the RSS feed of the project in my feed reader, but diun looks like a proper solution. Thanks!
Miniflux also supports content manipulation https://miniflux.app/features.html#content-manipulation. I use this to download and clean up articles for some feeds. There are also filter and rewrite rules https://miniflux.app/docs/rules.html and a way to rewrite article URLs fetch the original source for paged articles (like on Heise.de) or replace with text-only version (like NPR).
I decided to not use tt-rss after discovering how that developer treats others. I don’t want to be involved or support someone like that.
I’m using https://miniflux.app/ and I’m very happy with it.
Intellijs build in HTTP client is good enough for me to use it for my testing purposes and even for short one-off thing I previously might’ve done with curl.