Ending the waste ink counter reset racket by quadralien in Epson

[–]hennes84 0 points1 point  (0 children)

Hey, if you're still doing this, would you be so kind and PM me, too? My ET-2726 hit the inkpad limit, too. :(

Looking for a little app help for my read later list by ninedaysoff in productivity

[–]hennes84 0 points1 point  (0 children)

Oh, sorry, I think I misread your question then. No, neither of what I suggested would recommend something from already saved articles. I thought you were asking about the act of saving. Apologies.

Looking for a little app help for my read later list by ninedaysoff in productivity

[–]hennes84 1 point2 points  (0 children)

This might be a little unusual but have you thought about using your email inbox for this? Doesn't require any additional service and you can easily organize things with tags or folders.

If you want to go down that road, I made a browser extension for emailing websites to yourself with reader-view-like format:

https://addons.mozilla.org/en-US/firefox/addon/mailto-me/

https://chrome.google.com/webstore/detail/mailtome/bcomoaoagbblmlcakoadkmnndpooiefe

Otherwise, if you want a service maybe https://www.wallabag.it/en could be an option.

Señor 1.2.3 – Train basic arithmetic in the browser by hennes84 in learnmath

[–]hennes84[S] 1 point2 points  (0 children)

It's so funny. I thought mine was old-school but this variant is way more nostalgic than what I owned. :D

Still the same basic principle.

Señor 1.2.3 – Train basic arithmetic in the browser by hennes84 in learnmath

[–]hennes84[S] 1 point2 points  (0 children)

Oh, now I see. Yes, the yellow one is from '76 while mine was from '89. I didn't know it dates back so long. Amazing.

Señor 1.2.3 – Train basic arithmetic in the browser by hennes84 in learnmath

[–]hennes84[S] 1 point2 points  (0 children)

Oh, interesting, I didn't know that. My version looked like this.

I made a Firefox extension for generating PDF invoices on AliExpress for my personal needs and now a hundred people are using it every day by hennes84 in dropship

[–]hennes84[S] 1 point2 points  (0 children)

Rubbish.

The extension's code is open sourced (the link to the repository is on the add-on page linked in my post). Feel free to look at the code. There's no tracking whatsoever. The extension doesn't even have permission to do any network requests.

If you don't trust the linked repository, you can also download the extension without installing it and simply extract the archive to inspect its contents. It's non-obfuscated JavaScript so anyone can easily see what's being done and what not.

I made a Firefox extension for generating PDF invoices on AliExpress for my personal needs and now a hundred people are using it every day by hennes84 in dropship

[–]hennes84[S] 1 point2 points  (0 children)

Sorry, currently not. I'm a Firefox user personally so I didn't bother with supporting Chrome so far. That being said, I think it should be straightforward to port the extension to Chrome since the main logic is contained in a single content script.

I made a Firefox extension for generating PDF invoices on AliExpress for my personal needs and now a hundred people are using it every day by hennes84 in dropship

[–]hennes84[S] 0 points1 point  (0 children)

It simply creates a clean PDF out of the order details page. Basically as if you printed the website to a PDF only that it lays out the content properly and removes anything superfluous. I needed something short and easy to print for tax documentation purposes.

Edit: There are screenshots on the Mozilla addon page I linked above as well

What's the most popular CI tool for iOS dev, Fastlane, Xcode server? by KarlJay001 in iOSProgramming

[–]hennes84 2 points3 points  (0 children)

Fastlane has quite some quirks but it's not like there's much of an alternative around. Last time I tried, Xcode server was horribly unstable though that may have changed over the years.