ich finde wir sollten das in eine andere Richtung denken.
ich schlage vor:
Curling von Mexiko.
ich finde wir sollten das in eine andere Richtung denken.
ich schlage vor:
Curling von Mexiko.
lesenswerter artikel, echt porno.
und ja, das internet ist verklemmt und leute sind es auch, keine ahnung wieso Sex wieder so ein Schmuddelding ist, gefühlt war das vor 20 jahren noch ein bisschen anders in DE oder meine Freunde und Eltern sind moralisch einfach alle völlig verkommen und hätten nie über mehr als Verhütung reden dürfen.
nur wenn keine andere koffeinquellen vorhanden sind. außerdem ist da pfand drauf!
jo wenn beim fotografieren schon klar ist in welche kategorie es gehört ist das bedeutend angenehmer als später alles “nach Auge” sortieren zu müssen.
cool, klingt als dürftest du mit YOLO und raspi kamera modulen spielen.
ich hoffe du musst nicht alleine saatgut fotos kategorisieren :D
glaube das ist Jan van Aken von “die Linke”
hmm
what about mare nostrum?
“Das Kapital” (kommentierte Fassung) anfangen.
ich würde mich über eine isbn freuen :)
Wenn ich ihn finde, frag ich ihn.
Notfalls kann unser Hippikomounenmörderatory mir beim verschwinden lassen helfen :)
Will Smith slapped Chris’ face not his rocks though
niemals! Ich kämpfe bis mein Rückfutter äh Futterrücken gehöhr findet!
Rückfutter
Futterrücken. Ich fühle mich gemobbt.
hmm habe noch nie ne Pediküre machen lassen, sollte ich vllt mal ausprobieren.
mainly java dev here:
if i only have few classes i want to serialize/deserilize i implement the logic for that in the class, if they need special logic for that, and implement the serilizable interface. writing objects to somewhere or reading them from somewhere belongs in a different class.
if i have a lot of classes or use a framework like spring i’ll employ whatever they offer for serilization and deserilization or more likely a databinding library like jackson.
other languages with classes or structs offer simmiliar options(pythons pickling and unpickling or the json package in their standardlib for example) so my approach would stay mostly the same.
gala?! bin ich in nem Wartezimmer beim Arzt gelandet? :D
never heard of it and assuming you mean streamlit.io
the framework itself seems quite nice, even if pretty much only tailored to presenting data in a good looking way, but i’d never run anything on their cloud service.
By making Provider Content available and/or accessible through the Service, Provider hereby grants to Company a non-exclusive, irrevocable, transferable, sub-licensable, worldwide, royalty-free license to use, display, publish, perform, reproduce, distribute, copy, modify, and create derivative works of Provider Content in connection with operating and providing the Service.
yeah, no screw that i am more than willing to share code, but nothing more.
and it’s probably easier to find help for flask or django on the internet, both are well known frameworks that see industry use for years, where streamlit seems to be very young and less known(plus the aggressive pointing to there ‘free’ cloud stuff)
multiple other objects might be holding a reference to the object you want to change, so you’d either have to recreate those too or mutate them to let them point to the new object.
however if you can do what you want to do in a side effect free way i suggest doing that, as it is indeed easier to reason about what happens this way.