

This is a specific type of chili pepper: https://en.wikipedia.org/wiki/Piri_piri.


This is a specific type of chili pepper: https://en.wikipedia.org/wiki/Piri_piri.


Some people just like to complain. If they’re really bothered by it, they can easily rip it off and screw it back on when they’re done instead of whining about it. The net effect is still positive.


I think you might have missed it, but they mentioned 35% unrefined cane sugar.
You said Amsterdam, though. I know Arnhem, so I don’t have to look it up. Arnhem is less than 30 minutes from the border. Amsterdam is about 1.5 hours from the border, but doesn’t give any information about which part of the border, since it’s about as far to the west as you can be.
That being said, I meant it lightly, it wasn’t important for what you were saying.
Amsterdam is not close to any border. On the other hand, the Netherlands is very small, so in that sense you’re always close to a border :)


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).
In Europe there is a credit card sized identity card which is valid in the EU and EFTA.


But 2K and 4K do refer to the horizontal resolution. There’s more than one resolution that’s referred to as 2K, for example 2048 x 1080 DCI 2K, but also 1920 x 1080 full HD, since it’s also almost 2000 pixels wide. The total number of pixels is in the millions, not thousands.
For 4K some common resolutions are 4096 x 2160 DCI 4K and 3840 x 2160 UHD, which both have a horizontal resolution of about 4000 pixels.


I use that one on iOS. In Firefox I use the native functionality (the cookiebanners.service.mode flag). See https://community.mozilla.org/en/campaigns/firefox-cookie-banner-handling/. I also set cookiebanners.ui.desktop.enabled to true to make this setting appear in the settings menu.
What you might be referring to is the question whether you’d like to import the GPG key for that repository. That happens when you first install a package from that repository. Could that be the one? I’m not aware of any other prompts.


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.
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.
Not only that, but there are also two arrows on this map going into the UK. It’s up to the UK to take care of how well these arrows connect to important locations within their borders. There really doesn’t appear to be an issue whatsoever.


Agreed. In the past you would pay for calling and text messages and data was often unlimited at the higher tiers, but since nobody pays extra for calling and texting anymore, they’re now charging for data. Luckily they can’t charge extra for EU roaming anymore.
Data caps on landlines is something that I haven’t seen for a very long time in my EU country. The last time I had a subscription with a data cap must have been with a 56k modem, if at all. Cable and DSL might have had fair use policies back in the day (or maybe they still do, who knows), but no hard cap. Or at least not that I can remember.
Internet nowadays is way too important to have data caps, especially at home. 5G should definitely be next. Differentiate in speed all you want, but ditch the caps.


Some of those options exist in Bash too, but need to be enabled in your profile: https://www.gnu.org/software/bash/manual/html_node/The-Shopt-Builtin.html. Bash is also more like to be available on random machines that you have access to. Lastly, if you’re working a lot with Bash scripts in your (work) environment you might feel more at home using Bash in interactive mode too.
Those are just some counter arguments for the sake of completeness. I think zsh is great, even though I personally don’t use it (yet).
By default Tailscale devices prefer the local DNS server for any hostname that’s not part of your Tailscale network, unless you’ve configured a global DNS server. There’s also the option to configure split DNS and have a different DNS server for certain domains (for example your own domain). You can also add search domains to allow short hostnames to be resolved to FQDNs of your choice.