Straightedge is a punk subculture, so if you’re not into the music then I wouldn’t use the term.
Straightedge is a punk subculture, so if you’re not into the music then I wouldn’t use the term.
Actually, moderators have access to a new tool that flags accounts suspected of ban evasion. The cannot see IPs or which other accounts were related, but they can see if an account is suspected and with what level of confidence. Many subreddits have a policy to ban all such flagged accounts.
That doesn’t work for the workflow of sending articles to my Kindle with a bookmarklet.
I have a Kindle. It does not support EPUB. This does affect me. I used to use a bookmarklet to send articles to my Kindle, and this would make that unfeasible.
Some of us still use devices that only support .mobi
The joke is that it contains the letter E, which is banned on the instance.
Aaaand you have to leave the app open for the connection to stay active. Ugh.
I don’t care about moisture. Those are features that I need on a regular basis.
Carrier locks don’t exist in my country.
Mine has an expanding battery and is worthless. I won’t be buying this again as it has no headphone jack or SD slot and it’s been really frustrating to use a phone without them.
I also didn’t buy it from a carrier, and it said it was unlocked, so there was no way to know it would be like this.
Which is why I got it, but you can’t unlock the bootloader on mine. I spent hours on this.
The Pixel 2 I got can’t even be bootloader unlocked. Bad choice if you want a custom ROM.
I’ve owned both an X220T and a first generation Yoga. Each has different pen technology, but both worked out of the box on all apps on Linux.
Rnote is a good app for handwritten notes on Linux. Xournal++ used to be the one recommended, but the UI is not great. I still use it occasionally to mark-up PDFs, since I don’t think Rnote is quite there on that feature yet.
Nothing quite compares to OneNote for organizing notes, however, since it has built-in OCR and you can search your handwritten notes. Unfortunately, there is no Linux implementation of it that supports inking. I’ve seen people say that OneNote 2010 works through WINE, but I couldn’t get it running. I also tried an Android emulator to use the Android version, but it didn’t work with my high DPI display and crashed a lot.
The swipe typing on the fork works very well. I would advise people to no be turned off by the “experimental” tag, as I have used this fork for a year with no issues at all.
My Note 4 died last year so I don’t have any android suggestions, sorry. On Linux I like Rnote, but it’s fairly early in development and I last time I wanted to annotate a PDF I had to do so in Xournal++
Consider dropping your built-in sync requirement, and use Syncthing instead. It opens up your options.
Yes, the generic names make it a nightmare to search for things relating to them.
Install Stylus > Write New Style > Import and then copy/paste this in. Keep in mind that I removed a lot of my specific tweaks for sites I use, because that’s PII. You will encounter many more weird issues on random sites than you do with DarkReader, but if you’re used to working with userCSS you’ll probably have no issues fixing those. The way this essentially works is by inverting your entire browser screen, then rotating the hue so the colours of website themes aren’t weird, then it inverts images back to normal. I’m sure there is a way to do this without inverting the images in the first place, but it would involve one hell of a lot more code than this. I wrote this originally in about 3 minutes.
html, iframe {
filter: invert(1) hue-rotate(180deg);
}
img, div[background-image], div[style*="background-image"], video {
filter: invert(1) hue-rotate(180deg);
}
@-moz-document domain("lemmy.ml"), domain("ultimate-guitar.com"), domain("open.spotify.com"), domain("discord.com"), domain("localhost") {
/* Exemptions for sites that already have a dark mode */
html, iframe {
filter: none;
}
img, div[background-image], div[style*="background-image"], video {
filter: none;
}
}
@-moz-document domain("youtube.com") {
#movie_player {
filter: invert(1) hue-rotate(180deg);
}
video {
filter: none;
}
}
@-moz-document url-prefix("https://www.google.com/maps") {
div[aria-label="Street View"] canvas, div[aria-label="Photo"] canvas, button[data-photo-index] {
filter: invert(1) hue-rotate(180deg);
}
div[role="img"] {
filter: none;
}
}
I made my own with Stylus. At its simplest it’s 2 lines of CSS which pales in comparison to what Dark Reader is going with, and then I have one section for exempted websites, and two sections for websites I use a lot that needed specific small fixes. It uses basically no resources, and doesn’t slow anything down.
The one downside is that because it uses CSS filters, some colors become less brilliant. This is a known flaw with how CSS calculates colors for hue-rotate
.
Pasted in a comment below.
The APKs are right there on the Github. https://github.com/Helium314/openboard/releases
https://voiceinput.futo.org/
I use it and it works very well.