Is it fair to say the US has been a bit erratic lately? Seems to me its hard to maintain trust in these circumstances.
HN user
Icingdeath
I think it's not that bad, when you consider all goods ands services:
"For technical reasons, there is not one “absolute” figure for the average tariffs on EU-US trade, as this calculation can be done in a variety of ways which produce quite varied results. Nevertheless, considering the actual trade in goods between the EU and US, in practice the average tariff rate on both sides is approximately 1%. In 2023, the US collected approximately €7 billion of tariffs on EU exports, and the EU collected approximately €3 billion on US exports."
https://ec.europa.eu/commission/presscorner/detail/en/qanda_...
Exactly, that's why supporting Ukraine is extremely important. As long as the aggressor still thinks there's a chance to conquer more territory, the war won't end.
Appeasement doesn't work with this aggressor; it only emboldens them and increases the likelihood of another landgrab in a few years. The only thing they understand is force.
Using nginx in front of my local confluence server (not listening on the internet) and used the following:
location ~\* \$\{. {
deny all;
}
but this only helps if this vulnerability is triggered using the request uri otherwise it's useless