carnha@lemm.eetoAndroid@lemdro.id•A closer look at e/OS: Murena's privacy-first 'deGoogled' Android alternative - TechCrunchEnglish
91·
1 year agoAccrescent is in early alpha, but it looks like it’s on its way to be a great, modern app store.
(old account was @[email protected])
Accrescent is in early alpha, but it looks like it’s on its way to be a great, modern app store.
Starting with Android 12 (and maybe earlier, I think it may be a part of a Google Play update?), you can delete your advertising ID in settings - definitely worth doing!
There’s a github issue about this if you want to add anything to it, this separate issue also has some details about the sanitation. The issue seems to have been introduced in v0.18.3.
For my 6a, when it gives me trouble I’ve run my finger against the outside of my nose and tried again - that’s consistently worked for me.
pdfcrop
(commonly included with LaTeX) for cropping margins - it cuts the pdf down to its contents then adds a margin of your choosing, extremely useful for forcing academic papers to have consistent margins, pdfcrop --margins 72 *pdf here*
will create a document with a ~1in margin all around (it uses bp as its units)vips
for resizing/converting images - it’s a bit faster and lighter than imagemagick in my experience, although the main reason I use it instead of imagemagick is just because I like playing around with stuff I haven’t used before :) It has an officially supported python binding too
You may like this pattern of starting all custom commands with a comma - benefits against a wrapper command would be shorter command names and built-in tab completion.