Accrescent is in early alpha, but it looks like it’s on its way to be a great, modern app store.
(old account was @carnha@lemmy.one)
Accrescent is in early alpha, but it looks like it’s on its way to be a great, modern app store.
There’s been an issue about this on lemmyverse’s Github for about a month, link here. It seems like there’s an issue where lemmy.world is responding incorrectly when it is scanned for communities, and since it hasn’t been fixed lemmyverse hasn’t been scanning lemmy.world.
I found the My Deep Guide youtube channel to be a really good source of reviews when I was choosing an eink tablet, here’s a link to his 2022 roundup.
I went with a Supernote A5X around 2.5 years ago. My usecase was for college to take lecture notes and to read academic papers/epubs. I went with the Supernote over the reMarkable for the software support: I really like the concept of reMarkable’s Linux-based OS and being able to use community mods, but it felt like I would need the mods to have all the features I wanted, while the Supernote wouldn’t allow for modification but would have everything I wanted built in. I’ve been satisfied with the writing and reading experience, customer support is responsive via email and Reddit, and OS updates have been adding new features without a subscription.
Jerboa does maintain a list of instances for you to select how to open in the app - list here and see my other comment on how to pick the instances you want.
The list can be updated with this generation script, it seems to get all the Lemmy instances with at least 50 users from fediverse.observer.
Disclaimer: I’ve only tried this with my home instance and it’s worked fine, I think I ran into issues with links from other instance, but try it out and see if it works now!
If you hold down on the app and click on “app info”, then go to “open by default”, you can select which websites should open in the jerboa app:
It’s worked perfectly for me with links from my home instance.
(This “Open by Default” feature is very useful to know about for unofficial frontends like squawker, because if it isn’t an official app this setting is how you choose it to be the default app.)
I’d love to try out Apple News, but as far as I can tell you can only access it on an Apple device, there’s no web access :(
I’m very excited about this - Apple has such a polished customer care experience where you can walk into any Apple Store that Google hasn’t matched. Increasing the options for in-store repair from just Asurion/uBreakiFix to more stores is big for my peace of mind.
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.
Edit: fixed :)
Hi! Incredibly small note - it looks like the community name has a trailing space (it seems like it’s "Android ", with a space after the d), so it looks a bit goofy on non-lemmy.world instances with a space before the @:
This isn’t exactly what you’re going for since it isn’t automatic, but Apple is introducing NameDrop in iOS 17 which will allow you to share contact info by holding iPhones next to each other (similar to Bump back in the early 2010s). Of course NameDrop is closed to Apple devices which sucks (Android has Nearby Share, but it doesn’t default to sharing your contact), but the idea of being able to hold phones to each other to share contact info would be ideal for me - it’d be quick so I wouldn’t have to think about it and would be willing to do it for brief interactions, but also ensures my info is only shared with who I choose.
Google recently announced they’re backing the new RFC 9420 standard - no clue what that means for the future of RCS or if this standard will go anywhere but optimistically this can be the one everyone gets behind and is open to everyone? 🤷
Eh, maybe take this with a grain of salt - I cross posted this from !android@lemdro.id, but taking a closer look at the article their source is this tweet (nitter link), and the account directly says in the account bio “Not a Google Account, not affiliated with Google”. So just be warned this is not an official announcement from the Pixel team like the article claims.
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 tooI’m a software nerd, my biggest priority is keeping Android up-to-date on security and features, so it really seems like Samsung would be the best fallback option with a proven track record of getting security updates out as quick (or quicker) than Google and typically promising 4 years of OS upgrades/5 years of security patches (here’s an article with many phone manufacturers policies). I’d really miss the stock Android experience and unlockable bootloader though!
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.