I have no experience with Wallabag, but I have been pretty happy with Readeck. Skimming through Wallabag’s documentation, I would say they are pretty similar, while both have unique features. For example, Wallabag has annotations (you can only highlight in Readeck), and Android and iOS apps; whereas Readeck can export collections to eBooks, has RSS feeds for pretty much anything (all articles, unread, archives, collections, etc.) and its browser extension allows to only save part of a page (by selecting it first) and to directly send the page content to your instance (which is useful when saving paywalled content)
BlackEco
- 61 Posts
- 419 Comments
BlackEco@lemmy.blackeco.comto
Web Development@programming.dev•Has this React thing I've been doing been incredibly bad practice all along??English
10·4 days agoUsing Context is fine, but you have to keep in mind that if any state in a Context is updated, all components that uses that Context will re-render, even if they don’t use the state that has been updated.
Redux and Zustand allow to subscribe only to the values you need, reducing the amount of re-renders. There are also library-free alternatives like this one from romgrk.
BlackEco@lemmy.blackeco.comto
Selfhosted@lemmy.world•Internal domain and reverse proxyEnglish
11·6 days agoCaddy with DNS provider module: https://caddy.community/t/how-to-use-dns-provider-modules-in-caddy-2/8148
BlackEco@lemmy.blackeco.comto
France@jlai.lu•MàJ trafic anormal avec des cloaks CNAME sur les pages de connexion des banques BPCE, pas de compromission avérée Français
2·13 days agoEt… Aeris a crié au loup beaucoup trop tôt https://firefish.imirhil.fr/notes/adzxplllt9f003nu
BlackEco@lemmy.blackeco.comto
France@jlai.lu•MàJ trafic anormal avec des cloaks CNAME sur les pages de connexion des banques BPCE, pas de compromission avérée Français
4·14 days agoJ’ai quand même l’impression que Aeris est le seul à tirer l’alarme et toute information à ce sujet sourcent uniquement ses threads sur ses différents comptes.
BlackEco@lemmy.blackeco.comto
France@jlai.lu•Le Conseil d’Etat rejette le recours de Marine Le Pen contre son inéligibilité immédiateFrançais
13·17 days agoComme on dirait en sumérien : « Cheh ».
BlackEco@lemmy.blackeco.comto
France@jlai.lu•[Mégafil] Crise politique octobre 2025Français
1·19 days agoJe joue au jeu des 7 différences entre les deux gouvernements Lecornu, j’ai dû mla a voir ce qui diffère.
BlackEco@lemmy.blackeco.comto
Programmer Humor@programming.dev•Who cares about time complexity
2·19 days agoOh right, my Java is a bit rusty. But if it was Javascript, that would have been a problem.
BlackEco@lemmy.blackeco.comto
Programmer Humor@programming.dev•Who cares about time complexity
4·20 days agoDepending on the language, you may be mutating the input value, which isn’t great.
BlackEco@lemmy.blackeco.comto
Not The Onion@lemmy.world•Struggling to heat your home? Try 500 Raspberry Pi unitsEnglish
5·22 days agoNothing new, there’s a company called Qarnot that provides similar “computers as radiators” for distributed compute and they pay you for the electricity bill
RenderCV looks cool!
Personally, I’ve been using a plain old HTML page exported as PDF using Gotenberg for a few years now. I recently replaced the manually written HTML page by a server-side rendered React app so I could build reusable components, avoiding me the trouble to to search and replace everytime I needed to change something.
BlackEco@lemmy.blackeco.comOPto
Games@sh.itjust.works•EA will be a very different company under private ownershipEnglish
8·1 month agoThey get paid $215 for every share they owned. So if you held 100 shares, you get a fat $21,500 check.
BlackEco@lemmy.blackeco.comto
Games@sh.itjust.works•EA Announces Agreement to be Acquired by PIF, Silver Lake, and Affinity Partners for $55 BillionEnglish
3·1 month agoOh yes, I did not mean to undermine the worrisome aspect of the new owners, I just struggle to understand why EA would agree to the financial operation in the first place.
BlackEco@lemmy.blackeco.comto
Games@sh.itjust.works•EA Announces Agreement to be Acquired by PIF, Silver Lake, and Affinity Partners for $55 BillionEnglish
4·1 month agoDoes EA need to become privately owned? I mean, it does “OK” financially and the acquisition being done with the help of a 20 billion loan will surely put pressure onto the company to increase profits, most likely at the expense of developers who are already spread thin (see reported BF6 development woes)
It was true until Minecraft 1.17, now it requires at least Java 17
BlackEco@lemmy.blackeco.comto
France@jlai.lu•Le cinéma chahuté entre la chute de la fréquentation en salle et l’arrivée de Canal+ chez UGCFrançais
1·1 month agoJe suis curieux de savoir quel va être le discours des autorités de la concurrence concernant le rachat de UGC par Canal+. Il me semble que outre-atlantique il est interdit aux studios de production de posséder des cinémas.
En tant qu’abonné UGC Illimité et défenseur d’un cinéma pluriel, j’ai peur que ça mène à une censure comme décrite dans l’article.
BlackEco@lemmy.blackeco.comto
France@jlai.lu•Le cinéma chahuté entre la chute de la fréquentation en salle et l’arrivée de Canal+ chez UGCFrançais
2·1 month agoAyant cédé deux tiers de ses multiplexes à une foncière immobilière, UGC doit payer des loyers élevés.
Ah yes, la manœuvre court-termiste qui crée un retour de flamme ! C’est pas possible que des entreprises pareilles soient gérées ainsi…
BlackEco@lemmy.blackeco.comto
Firefox@lemmy.ml•why would my privacy settings mess with this?
20·1 month agoFrom I have found on Mozilla Support:
Random data is introduced to background images when the website reads back the image. If a website merely renders data to the background, it will render without alteration. Although typically this does not happen, if the website reads the image data in the background (and potentially displays it to you again), it will have subtle noise that may affect how the image is displayed.
BlackEco@lemmy.blackeco.comto
Buy European@feddit.uk•Apple publically criticizes European regulatorsEnglish
25·1 month agoApple sounds like a broken record by now.


















I don’t think Pi-Hole can query DoT and DoH resolvers directly. People usually set up unbound or AdGuard’s dnsproxy, configure it to forward queries to the DoT/DoH resolver and set it as Pi-Hole’s upstream resolver.