• 13 Posts
  • 470 Comments
Joined 2 years ago
cake
Cake day: June 22nd, 2024

help-circle

  • Hey Samstags Kram über Bücher, Filme, Musik usw. lesen ist gar nicht verkehrt.

    Hörbuch Never Flinch von Stephen King gelesen von Jessie Mueller

    Das ich weiss nicht wie vielte Buch mit Holly Gibney als Hauptcharakter. Die leicht neurotische Privatermittlerin Holly und ihre Sidekicks Jerome und Barbara Robinson bleiben einige meiner liebsten Charaktere die Stephen King geschrieben hat, aber Never Flinch ist glaube ich das schwächste Buch der Holly-Bücher. Die Handlung folgt einem Serienmörder der durch Stellvertretermorde einen zu unrecht Verurteilten rächen will, der im Gefängnis gestorben ist und einer politischen Aktivistin, die Holly als Bodyguard engagiert hat, da sie einen gewaltbereiten Stalker hat.

    Diese beiden Handlungstränge laufen die ganze Zeit parallel und berühren sich leider nur durch Zufälle, ohne das die Erzählung des einen Falles ein irgendwie interessantes Licht auf den anderen Handlungsstrang wirft.

    Für lange Zugfahrten ist Never Flinch ok, wer aber mehr von Büchern erwartet ist mit jedem anderen Holly-Buch besser dran, vor allem verglichen mit der Bill Hodges Trilogie oder The Outsider, in denen Stephen King Krimi und übernatürlichen Horror kombiniert, wirkt Never Flinch banal und langweilig, da hilft es auch nicht, dass King weiterhin die aktuelle gesellschaftliche Gemängelage der USA sehr gekonnt in die Geschichte webt.








  • proton offers functions to windows programs that those programms expect to be there, however those functions might differ from what the program expect, because they might not implemnted be fully or they don’t cause something to happen that would happen with the windows implementation.

    different proton versions might contain fixes for certain games that break other games or simply do things different enough that game x can habdle that but game y not.






  • yep, a team with “enough” workers when everybody is there and not sick is understaffed, working in those teams can become a nightmare the whole year round.

    and for questions the colleague does not know the answere to? we are atleast two people with a functioning brain, we can figure stuff out. Most of the time if a new dev asks me something and i have time, i’ll comb through docs with them or we debug something together even if i am pretty sure what’s to do, because i don’t want to become a search engine for my colleagues, i want colleagues who can figure stuff out, so i’ll show them how I figure stuff out, and I learn stuff along the way pretty often doing that.

    if I don’t have time I probably have some links that should lead to answeres and often enough a time window later in the day where we can talk, just because its christmas time and most of my meetings are cancelled :D


  • but christmas shift is imho pretty great for new team members (unless it collides with vacation plans, because the job switch was rather sudden and no one else is there), atleast here it tends to slow going, not many meetings and we get to do stuff that accumulated over the year that we wanted to do, but couldn’t for various reasons, so there are enough tasks for which you’ll see a lot of the code base and colleagues actually have time for pair programming and such.

    and christmas itself is 2 and a half holidays in germany, so that helps too.


  • kommt auf deine strings an und was du mit denen machen willst.

    query parameter aus ner url raussuchen? gute wahl.

    strukturiertes komplexes zeug wie xml oder json? nimm n speziellen parser, ausser dich interessiert nur ob irgend ein muster darin vorkommt und willst sonst nix machen.

    du brauchst n rekursives muster? ekelig, voll ekelig. kann irgendwer machen den ich nicht mag oder wir machen das nicht mit nem regulären ausdruck. pfui daibel.