ArrowMax
@ArrowMax@feddit.org
- Comment on Germany confirms long-range missile delivery to Ukraine amid strategic shift 1 week ago:
Primary german source on this, a transcript of the press conference: bundesregierung.de/…/pressekonferenz-merz-krister…
Question regarding long range weapons
Frage: Herr Bundeskanzler, als Oppositionsführer haben Sie mehrfach gefordert, Deutschland solle Taurus – ein schwedisch-deutsches Projekt – an die Ukraine liefern. Bisher haben Sie es jedoch nicht getan. Können Sie meinen schwedischen Lesern bitte erklären, warum? An den schwedischen Ministerpräsidenten: Was würde es bedeuten, wenn Ihr Land Zugang zu ähnlichen Systemen wie Taurus, also Langstreckensystemen, erhalten würde? Bundeskanzler Merz: Wir sind in den letzten Monaten intensiv dabei, mit der ukrainischen Regierung auch Projekte für „Long-Range Fire“, wie wir es technisch sagen, umzusetzen. Die ukrainische Armee wird mit solchen Waffensystemen ausgerüstet. Wir haben verabredet, dass wir über Details nicht mehr öffentlich reden, auch weil wir der Meinung sind, dass es eine gewisse Unklarheit gegenüber der russischen Seite geben muss, inwieweit wir hier auch militärische Unterstützung leisten. Ich kann nur so viel sagen: Wir tun alles, was wir tun können, um die ukrainische Armee auch mit Waffensystemen auszurüsten, die eine entsprechende Reichweite haben. Das wird in den nächsten Wochen und Monaten, sofern es notwendig sein wird, auch mehr werden, bis hin zur Produktion solcher Waffensysteme in der Ukraine selbst.
The information presented in the article seems valid, but the relevance is questionable, since no concrete actionable information was shared.
- Comment on Unit Tests 3 months ago:
Test-driven-development is gaslighting the source code until it agrees with the developer.
- Comment on Life hack 3 months ago:
SCP-5031, we understand your distinct preference for rotisserie chickens and will ensure a suffient supply thereof.
Regrettably, rotisserie chickens are in fact not the answer to everything.
- Comment on Lemmy is a tech literate echo chamber 3 months ago:
Webcomics are second nature to us geeks, so it’s easy to forget that the average person probably knows just ADHDinos and Loving Reaper.
And xkcd, of course.
- Comment on Low resource, Performant WAF 8 months ago:
WAF custom rules are more flexible, of course, and from a business perspective, I can understand why they would recommend that option instead.
I currently filter on an nginx access log file among other filters (sshd, bot-search, bad-requests) and let fail2ban execute the ban/unban action itself.
From a quick search, it should be possible to handle bans/unbans externally, if that’s what you’re after.
- Comment on Low resource, Performant WAF 8 months ago:
FYI, IP access rules don’t count towards the 5 custom rules limit, but the more generous 50k limit.
With fail2ban, you can setup IP access rules via the cftoken-action quite easily.
Security --> WAF --> Tools to access the IP rules in the dashboard. developers.cloudflare.com/waf/…/ip-access-rules/
- Comment on Self-hosting minecraft 8 months ago:
Hijacking: With the above solution, it’s also super easy to install modpacks and I would recommend Modrinth as both the modded Minecraft launcher and mod-shareplace.
…readthedocs.io/…/mods-and-plugins/
Went the same route last year and had no issues.