I recently found jtx board.
It has journal, todo list, and notes functions but it can be customized to only show whichever function you use on the main screen.
I recently found jtx board.
It has journal, todo list, and notes functions but it can be customized to only show whichever function you use on the main screen.
Don’t click anything. Those are fake links.
This is the official revanced github and the website is:
https://revanced.app/
Edit: i see my comments weren’t updated and someone was waaay quicker than me. :)
That makes so much more sense. Thanks for explaining!
Okay cool. I’ll have a closer look at the code at some point.
I might absolutely be wrong as i know nothing about making extensions. But from my short glimpse at it, it looks like it just crawls ~300 named instances from a list and adds up to 50 communities from each to the database. And that it does so as often as you’ve set it to run.
If i’m right (and i’m probably not), wouldn’t that drastically limit the capabilities of the extension?
Or are those named instances basically carying all of the fediverse?
I know you might be the wrong person to ask as you just adapted the crawler, i’m just curious and like poking my nose in to places it doesn’t belong. 😁
Awesome.
I couldn’t seem to find any info on the github, so i’ll just ask you here.
How is the database populated? Will it be possible to add missing communities manually?
Lemmy Go will search its database for any community that has the text firefox in its name (e.g. linux_gaming) or title (Linux Gaming).
Is this an typing error or am i misunderstanding something?
If i write lg firefox why would linux gaming show up?
But cool add-on non the less. I’m looking forward to trying it.
I haven’t used MX, but as far as i know Anbox still works for it.
I don’t have a specific emulator in mind, but there’s plenty of options. I even think there’s an emulator running in a chrome browser.
I’m just providing the way i would try to attack the problem. :)
Maybe an android emulator for your computer could help?
You could set it up as a tablet if the app supports tablet sizes. That would make it more readable and you could screenshot stuff you wanted to save.
Oh alright. I’ll have to do that then.
Thanks for the info.
Where do you see Proton being 50% off for students?
I can’t find anything about that.
I use a snippet manager called keep.
It runs in the terminal, and helps remember commands. I use it for remembering commands with lots of flags and parameters that i don’t use often. But it can be used to remember any command you need.
You can also add comments to each command to remind you what it does.
I add the command i need to remember with
keep new
And when i forget it i can run
keep list
To get a list of commands.
It can do more, but i’ve only ever used those two functions.