• 12 Posts
  • 1.01K Comments
Joined 1 year ago
cake
Cake day: July 14th, 2024

help-circle

  • Der Artikelteaser (auch entsprechend dem ersten Anteil im Artikel) sagt

    Ein Vermieter darf einen Mietvertrag auch dann kündigen, wenn er die Wohnung umbauen und dann verkaufen möchte. Das hat der Bundesgerichtshof jetzt entschieden.

    Es ging aber in dem Gerichtsverfahren und -urteil nicht um den Umbau und Verkauf der gekündigten Wohnung.

    Ich lese den von mir zitierten Text als “Vermieter kündigt dem Mieter, baut dann die Wohnung um und verkauft sie dann”. Was falsch ist. Liest du das anders als ich?

    Tatsächlich wurde bezüglich der Kündigung auf Eigenbedarf geurteilt, dass diese in diesem Fall rechtens ist. Der Vermieter plant dann auch einzuziehen und dort fortlaufend zu wohnen.

    Für mich sind das völlig verschiedene Dinge. Insbesondere, weil man vom Titel als Mieter Angst bekommen muss oder kann, finde ich das sehr problematisch.












  • In this video I found it felt AI padded with repetition and no coherent direction across the entire video.

    I’ve seen more of this channels videos in my recommended videos, and one or two were briefly interesting, but ultimately, all felt padded and unfocused, and yeah, the clickbait titling and thumbnails is horrendous (may have gotten worse even). I evade them now; no interest in recommendations like that.

    Nevertheless, I linked this video here because the first half or third was interesting to me when I watched it and I haven’t seen an alternative resource for this info and overview of it myself.


  • We kinda have that already

    Some frameworks/standard libs do support that, making use of OS webrendering capabilities.

    For example MAUI WebView

    WebView uses different browser engines on each platform to render web content:

    • Windows: Uses WebView2, which is based on the Microsoft Edge (Chromium) browser engine. This provides modern web standards support and consistent behavior with the Edge browser.
    • Android: Uses android.webkit.WebView, which is based on the Chromium browser engine. The specific version depends on the Android WebView system component installed on the device.
    • iOS and Mac Catalyst: Uses WKWebView, which is based on the Safari WebKit browser engine. This is the same engine used by the Safari browser on iOS and macOS.