

With flatpak updates, new tabs usually show a message that the browser needs to be restarted, or that something failed, I don’t remember exactly. At least that’s what happens on my machine.
With flatpak updates, new tabs usually show a message that the browser needs to be restarted, or that something failed, I don’t remember exactly. At least that’s what happens on my machine.
Ive been using the OISD list for myself and family members for the past couple of years without issues. It’s specifically made to to be unnoticeable, by whitelisting hosts that would cause issues.
One thing to note is that it’s not a full replacement for adblockers, as DNS blockers can only block full hosts and not all ads and tracking are served from dedicated hostnames. Things like YouTube ads will be unaffected by DNS based blocking. It does really make a difference, though, including for apps with banners.
Not very convenient if a date change happens during your typical workday and that your meeting is from Monday 23:00 o’clock until Tuesday 1:00 o’clock. I mean, sure, we could deal with it, but locally it only adds new complexity.
Sure, you could talk with anyone in the world and agree on a time without misunderstandings, but as soon as you want to know if people in the other country are even awake at that time, or if it’s during business hours, you need to do the same calculations as before and need to look up how many hours the schedule is shifted in that country, similar to before.
My Anki deck (flashcards app) would like to know when it’s the next day. It now uses a standard (configurable) value worldwide (4:00 o’clock, to allow for late nights). If we used UTC everywhere, a standard value wouldn’t make any sense, and you would have to know the local offset, and change it when you are traveling.
Taking about traveling: instead of just changing the time zone on your devices and be done with it, you need to look up what time you should go to sleep and wake up and at what time the stores open to fit the local schedule and none of the hours that you’re used to would make any sense. Let’s have dinner at 19:00 o’clock. No, wait, that’s in the early morning here.
We already have UTC as a standard reference, and we don’t need to adopt it for local time, as long as the offset is clear when communicating across borders. Digital calendars already take time zones into account, so when I’m inviting people from overseas, they know at what time in their local timezone the meeting starts.
The issue is not the time zones, but the fact that we live on a sphere revolving around a star and that our biological system likes to be awake when it’s light outside.
I’ve been using the DS620slim for 4.5 years now without any issues. It’s small (2.5” drives) and produces little noise (with SSDs).
Millennial here. I’ve been consuming Reddit, and now Lemmy, almost exclusively on my phone and for me it’s card view all the way. Often the graphic content is more important than the title and opening posts only to find out it’s not funny or interesting feels like a waste of time. Only when I find a post interesting enough that I want to comment or see the comments, I open it. Instances or communities that I don’t like go on the blocklist.
If I really need to use Reddit, I open old Reddit in the browser with an extension that turns it into a mobile friendly site with card view. The new design has always felt sluggish and bloated to me, but not because of the card view.
The kernel is written in C and a bit of assembly. When support for a new language is added, that’s big news and worthy of headlines. The other languages are just there for various tools and helper scripts and are not used for kernel code, so not newsworthy by any means.
I might be wrong, but I think they will probably let the OS handle the biometrics offline, which means that they won’t have access to your biometrics, they just work with cryptographic keys. Otherwise it doesn’t make sense, as apps usually don’t have direct access to the fingerprint reader. It will probably be similar to how a passkey works.
“Our analysis shows that the two voices are similar but likely not identical,” Berisha said.
They also point out the main differences between the two voices in the paragraphs below this quote. I do believe that they hired a voice actress and that they didn’t train on SJ’s voice, or at least not entirely. However, I wouldn’t be surprised if there was big push for finding a voice similar to SJ’s voice in Her, no matter how much they deny this.
It is, though. Safari has native support for 3rd party adblockers, it’s just that many people don’t know. AdGuard is one of the good options. Safari is doing the actual blocking for the most part (the extension just hands over the filterlists), but nowadays some of the adblockers include an optional extension that applies some rules for complex ads that are not supported by the Apple API, such as on YouTube. As an end user you just have to install and enable the adblocker.
Then there are also other browsers available with built-in adblockers. Admittedly those are all limited in some ways because they’re forced to use the same browser engine (outside of the EU), but they are very effective at blocking ads.
WSL 1 is a compatibility layer that lets Linux programs run on the Windows kernel by translating Linux system calls to Windows system calls, so in that sense I understand the name: it’s a Windows subsystem for Linux [compatibility]. It doesn’t use the Linux kernel at all. With WSL 2 they’re using a real Linux kernel in a virtual machine, so there the name doesn’t make much sense anymore.
I’m not sure, it depends on your configuration and blocking list. I don’t use native tracking protection, and my blocklist (oisd) prioritizes functionality over blocking, so in my case everything just works and I don’t have anything special added to my whitelist. I don’t like DNS blocking to be in the way and I also share my configuration with some family members, so that’s why I’ve made this choice, but if you prefer a stricter approach you might have to do some whitelisting.
If the iCloud Private Relay ODoH DNS server is used it will show up as a DNS leak, even if the IP address from its response isn’t used for browsing. For privacy it doesn’t matter, as with ODoH the DNS resolver doesn’t know your IP or identity, the most important thing is whether it will bypass the NextDNS blocklist. In my testing I couldn’t visit any website that was blocked by NextDNS, meaning that the iCloud DNS resolver wasn’t used as the primary DNS resolver, which matches with their documentation (that page 10 that I linked to earlier). Note that Apple will only use a custom DNS resolver if you’re using the native DoH option, so for example the configuration that you can get from https://apple.nextdns.io/.
You can easily test it yourself: block a hostname in NextDNS that you haven’t visited recently (due to cache) and try to visit it in Safari.
I don’t know why Apple still uses the Cloudflare DNS resolver even if it seems to be ignoring its responses. Maybe they use it for some custom metadata that’s sent along with the request which somehow is important for the relay. All I know is that I’ve never seen it bypassing the NextDNS blocklist, which again is exactly how it’s documented by Apple.
So for some reason Apple keeps using their DNS resolver even with a custom DoH resolver configured, but in my testing it didn’t affect the blocking capabilities of NextDNS at all, meaning that the answers from their resolver are just ignored (or used for some other purpose). The way NextDNS knows that you’re using another resolver is by letting the browser resolve some unique hostnames, so that way it will show up even if the answers from that resolver aren’t used. As to why Apple does this I don’t know. In theory it could be the case that Apple just used whichever answer arrives first and that NextDNS just happened to be faster in my testing, but that doesn’t match with how it’s documented in their PDF.
Which one to pick (if you don’t just want to use them at the same time) depends on what your goal is. I use iCloud Private Relay + NextDNS + AdGuard, but nowadays I mainly use another browser with a built-in adblocker, so iCloud Private Relay and AdGuard aren’t used in that case.
I use NextDNS everywhere I can and use a list that prioritizes not breaking anything. It’s a nice backstop. It’s not a replacement for an in-browser adblocker in my opinion, unless you don’t care that it’s less effective.
Contrary to common believe, iCloud Private Relay and NextDNS are compatible and can both be enabled at the same time, see page 10 of https://www.apple.com/icloud/docs/iCloud_Private_Relay_Overview_Dec2021.pdf. When you try to visit a blocked hostname in Safari, you’ll see that it won’t work. This is something that I’ve personally confirmed.
What NextDNS solves and iCloud Private Relay doesn’t, is blocking hostnames system wide, thereby completely blocking some ads and tracking. What iCloud Private Relay solves is hiding your browsing traffic a bit better within your local network and from your ISP, as well as hiding your IP from trackers and hiding your identity from their DNS resolver (not from NextDNS, though).
Some background information why using HTTPS together with encrypted DNS doesn’t fully hide which websites you visit (yet): https://blog.cloudflare.com/announcing-encrypted-client-hello.
If I had to choose, I’d go with NextDNS for system wide blocking and I’d add an adblocker browser extension to block trackers and ads that can’t be blocked with DNS based blocking. But you don’t have to choose and can use both at the same time.
And it does proper split DNS by default, using the search domains of each interface. That way you can configure a global DNS resolver while still being able to resolve local hostnames and without leaking other queries. I just hope they’ll also add DoH support, which is less likely to be blocked on a corporate network.
For me it works fine, but I guess that might be because I use the flatpak version of Firefox.
deleted by creator
It’s Markdown syntax. You can actually format it nicely in a code block:
bool isEven( long long x ) {
if ( x < 0 ) x = -x;
if ( x == 1 )
return false;
if ( x == 2 )
return true;
return isEven( x - 2 );
}
You do that by adding ``` above and below it. To force single line breaks, you can terminate your sentences with two spaces, or a backslash.
But then when you’re talking about 10:00 hours without specifying anything else, it actually means something completely different in the local context, apart from it being the exact same time globally. It doesn’t tell you whether it’s night or day at the other persons location. Your default point of reference in that system is the world, while even today, time is mostly used in a local context for most people. When I’m talking to someone abroad and I say “my cat woke me up at 5:00 in the morning”, I expect the other person to get the meaning of that, because the other person understands my local context.
When planning meetings you’d have to now the offset either way, because I’m not going to meet at idiotic times if there is an overlap in working hours between the two countries, which is something that you’d have to look up regardless of the time system. And if I send out a digital invite to someone abroad, the time zone information is already encoded inside it, and it shows up correctly in the other person’s agenda without the need to use a global time. In that sense UTC already is the global time and the local context is already an offset to that in the current system. We just don’t use UTC in our daily language.
But if it helps: I do agree that in an alternative universe the time system could’ve worked like that and it would have functioned. I just don’t see it as a better alternative. It’s the same complexity repackaged and with its own unique downsides.
In your situation I would probably order my weekly groceries online, if that was an option. I would still visit the grocery store occasionally, in which case I would walk and/or go by bus. Well, in reality I would probably own a bike, but that also depends on your infrastructure over there. I’ve never lived that far from the nearest grocery store, though. There are many options here within that radius, the nearest ones being basically next door.