That is not the case for every country though. In France and Germany for example almost 3/4 of google requests are via IPv6.
That is not the case for every country though. In France and Germany for example almost 3/4 of google requests are via IPv6.
Hab ich mir auch mal gedacht, und habs bereut.
Ich vermute bei einer solchen Frage lebst du in einer Stadt, und nicht iwo auf dem Land mit Haus und Hof. Suche mal nach Rad-Waschboxen/-Waschanlagen in deiner Umgebung, so Zeug gibt’s. Es gibt sogar Tankstellen die in den Waschboxen für Autos ausklappbare Fahrradständer haben. Und zur Not würd ich es einfach in ner Auto-Waschbox auf den Boden legen und fertig.
Ausprobieren würde ich dir auch vorschlagen! Grundsätzlich passt das schon relativ gut zuammen. Nachdem beim E-Bike bei ~25km/h schluss ist, liegt der Schnitt natürlich da drunter. Aber zumindest für mein Gefühl ist es immer noch schnell genug damit es nicht langweilig wird, und Bergauf kommt man dann mit dem Rennrad schonmal ins Hintertreffen wenn man nicht am Akku spart. Ich habe mit meiner Partnerin ne ähnliche Konstellation, nur dass das E-Bike ein (sportlicheres) Lastenrad mit unserem Kind drin ist. Die Länge der Touren fällt dadurch natürlich kürzer aus, weil kein kleines Kind stundenlang ohne Pause da drin sitzen will. Aber auch ohne Kind und auf einem normalen E-Bike wird das für deine angepeilten Längen und Höhenmeter mit einem Akku nicht reichen. Man kann sich aber einfach nen zweiten Akku Besorgen, in eine Fahrradtasche werfen und unterwegs tauschen. Am wichtigsten ist aber dass deine Freundin auch Lust auf so Lange Touren haben muss. Sonst macht man halt kleinere, und möglicherweise will sie irgendwann selber weiter fahren :)
Das BS ist ja egal, das kann man einfach kostenlos wieder runterladen und installieren. Die ganzen persönlichen Daten wie Passwörter, Geburtsdatum/Ort usw. was man alles so im Dokumente-Ordner und den E-Mails findet ist doch viel interessanter! Für Identitätsdiebstahl zum Beispiel, oder Bestellung von Zeugs mit dem Konto von jemandem anders.
Das kann ich nicht mit Sicherheit sagen, weil ich noch nichts gefunden habe wo das steht, und gewogen hab ich auch nicht. Geschätzt könnte es aber hinkommen (vor allem weil der Fahrer relativ weit hinten sitzt (es ist ein long john))
Schwalbe Pick-up? Es ist größenabhängig, aber z.B. unser Lastenrad hat hinten 27.5" für 170Kg und vorne 20" für 128Kg, bei einem Fahrradgewicht von 50Kg + Fahrer max. 100Kg + Zuladung max. 60Kg = 210Kg.
Yes. But the more advanced LLMs get, the less it matters in my opinion. I mean of you have two boxes, one of which is actually intelligent and the other is “just” a very advanced parrot - it doesn’t matter, given they produce the same output. I’m sure that already LLMs can surpass some humans, at least at certain disciplines. In a couple years the difference of a parrot-box and something actually intelligent will only merely show at the very fringes of massively complicated tasks. And that is way beyond the capability threshold that allows to do nasty stuff with it, to shed a dystopian light on it.
Yes, if it was as object based as it claims, Get-WmiObject would subtract WmiObject from Get. Instead it is like having all the clutchy drawbacks from being object based without reaping any of the potential bemefits.
If you want anything that actually is object based, just use xon.sh - sane and familiar syntax with insane amounts of power just like that
Also lots of command line tools have a flag to output json, and then you can do everything powershell can
The most unfortunate of which for me is remote development. So convenient, nothing compares :(
I once wrote an interpreter for a subset of the java bytecode in python. The jvm being a stack machine allowed me to store its state in IPFS and reference past states by their hash, i.e. you get a blockchain of execution states. It worked for a hello world program and was slow as fuck.
With something like this, how do you handle the period of time while copying? I mean you can’t really leave it running as it wouldn’t be in a consistent state. A “under maintenance” page instead? Copy to a fresh folder and when done tell the webserver to serve the new location?