CINXE.COM

🎙Hören Sie von uns – unsere Podcasts | heise online

<!DOCTYPE html> <html lang="de" data-responsive data-consentmanagement > <head> <script>performance.mark('HEAD Anfang');</script> <script> var config = JSON.parse(window.localStorage["akwaConfig-v2"] || '{}') var scheme = config.colorScheme ? config.colorScheme.scheme : 'auto' if (scheme === 'dark' || (scheme === 'auto' && window.matchMedia('(prefers-color-scheme: dark)').matches)) { document.documentElement.classList.add('dark') } </script> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title> 🎙Hören Sie von uns – unsere Podcasts | heise online </title> <!-- ########################################################################################################## %%% 888 d8b 888 d8b %%% 888 Y8P 888 Y8P %%% 888 888 %%% 88888b. .d88b. 888 .d8888b .d88b. .d88b. 88888b. 888 888 88888b. .d88b. %%% %%% 888 "88b d8P Y8b 888 88K d8P Y8b d88""88b 888 "88b 888 888 888 "88b d8P Y8b %%% %%% 888 888 88888888 888 "Y8888b. 88888888 888 888 888 888 888 888 888 888 88888888 %%% %%% 888 888 Y8b. 888 X88 Y8b. Y88..88P 888 888 888 888 888 888 Y8b. %%% %%% 888 888 "Y8888 888 88888P' "Y8888 "Y88P" 888 888 888 888 888 888 "Y8888 👩‍💻 Du interessierst dich für Code? Schau dir doch mal unsere Job-Angebote an und werde Teil unseres Teams: https://heise.de/s/qpVqX ########################################################################################################## --> <link rel="dns-prefetch" href="//heise.cloudimg.io"> <link rel="dns-prefetch" href="//cmp.heise.de"> <link rel="dns-prefetch" href="//data-fb7f8b3ae8.heise.de"> <link rel="dns-prefetch" href="//responder.wt.heise.de"> <link rel="dns-prefetch" href="//prophet.heise.de"> <link rel="preconnect" href="//heise.cloudimg.io"> <link rel="preconnect" href="//cmp.heise.de"> <link rel="preconnect" href="//data-fb7f8b3ae8.heise.de"> <link rel="preconnect" href="//responder.wt.heise.de"> <link rel="preconnect" href="//prophet.heise.de"> <script>performance.mark('CSS-Crit Anfang');</script> <style type="text/css" > a-img{box-sizing:border-box;display:block;overflow:hidden;width:100%}a-img *,a-img :after,a-img :before{box-sizing:inherit}a-img[box] img{height:100%;margin:auto;max-height:100%;width:auto}a-img img{height:auto;max-width:100%;width:100%}@supports not (aspect-ratio:1/1){a-img{height:0;padding-top:calc(var(--aspect-ratio-height, 9)/var(--aspect-ratio-width, 16)*100%);position:relative;will-change:padding}a-img img{left:0;position:absolute;top:0}}</style> <script> performance.mark('CSS-Crit Ende'); performance.measure('CSS-Crit', 'CSS-Crit Anfang', 'CSS-Crit Ende'); </script> <link as="font" crossorigin href="/assets/fonts/v1/source-sans-variable/ss3vf.woff2" rel="preload" type="font/woff2" > <link as="image" href="/icons/common-icons.svg" rel="preload" > <link as="style" href="/assets/styles/index.css?.ltc.e73a3d76051df714e977" rel="preload" > <script>performance.mark('JS-Inline Anfang');</script> <script>!function(e){var t={};function o(n){if(t[n])return t[n].exports;var i=t[n]={i:n,l:!1,exports:{}};return e[n].call(i.exports,i,i.exports,o),i.l=!0,i.exports}o.m=e,o.c=t,o.d=function(e,t,n){o.o(e,t)||Object.defineProperty(e,t,{configurable:!1,enumerable:!0,get:n})},o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,"a",t),t},o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},o.p="/assets/heise/",o(o.s=474)}({342:function(e,t,o){"use strict";(function(t){var o=function(){function e(e,t){for(var o=0;o<t.length;o++){var n=t[o];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}return function(t,o,n){return o&&e(t.prototype,o),n&&e(t,n),t}}();e.exports=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.desktopUserAgents=/(Macintosh|X11|Windows NT|iPad|Tablet|Nexus 10|KF.*Silk)/i}return o(e,[{key:"forceDesktop",value:function(){return 1===parseInt(this.store.mobile_detect_force_desktop)}},{key:"forceMobile",value:function(){return 1===parseInt(this.store.mobile_detect_force_mobile)}},{key:"isDesktop",value:function(){return!/Windows Phone 10/.test(this.userAgent)&&(this.portraitWidth>640||!(!this.desktopUserAgents.test(this.userAgent)||/(ZuneWP7|Mobile Safari)/.test(this.userAgent)))}},{key:"isMobile",value:function(){return!!/Windows Phone 10/.test(this.userAgent)||!(this.portraitWidth>640)&&(!!/(Android|Phone|Mobile|iPod|ZuneWP7|NokiaN97)/i.test(this.userAgent)||!this.desktopUserAgents.test(this.userAgent))}},{key:"persistForce",value:function(){var e=t.window.document.location;"mobile_detect_force_desktop"===e.hash.slice(1)?(this.store.mobile_detect_force_desktop=1,this.store.mobile_detect_force_mobile=0):"unset_mobile_detect_force_desktop"===e.hash.slice(1)&&(this.store.mobile_detect_force_desktop=0),"mobile_detect_force_mobile"===e.hash.slice(1)?(this.store.mobile_detect_force_mobile=1,this.store.mobile_detect_force_desktop=0):"unset_mobile_detect_force_mobile"===e.hash.slice(1)&&(this.store.mobile_detect_force_mobile=0)}},{key:"userAgent",get:function(){return t.window.navigator.userAgent}},{key:"width",get:function(){return t.window.screen.width}},{key:"height",get:function(){return t.window.screen.height}},{key:"portraitWidth",get:function(){return Math.min(this.width,this.height)}},{key:"store",get:function(){return t.window.localStorage}}]),e}()}).call(t,o(43))},43:function(e,t,o){"use strict";var n,i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e};n=function(){return this}();try{n=n||Function("return this")()||(0,eval)("this")}catch(e){"object"===("undefined"==typeof window?"undefined":i(window))&&(n=window)}e.exports=n},474:function(e,t,o){"use strict";var n=function(e){return e&&e.__esModule?e:{default:e}}(o(475));document.documentElement.setAttribute("data-device",n.default)},475:function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=new(function(e){return e&&e.__esModule?e:{default:e}}(o(342)).default),i="desktop",r=window.matchMedia("(max-width: 768px)").matches,s=document.querySelector("html[data-responsive]");(n.isMobile()||r&&s)&&(i="mobile"),t.default=i}});</script> <script>performance.mark('JS-Kamel Anfang');</script> <script id="kameleoon-js"> var ls = JSON.parse(window.localStorage.getItem('akwaConfig-v2')) if (ls.consent && ls.consent[820]) { (function(){var a=1000;window.kameleoonQueue=window.kameleoonQueue||[];window.kameleoonStartLoadTime=new Date().getTime();if(!document.getElementById("kameleoonLoadingStyleSheet")&&!window.kameleoonDisplayPageTimeOut){var b=document.getElementsByTagName("script")[0];var c="* { visibility: hidden !important; background-image: none !important; }";var d=document.createElement("style");d.type="text/css";d.id="kameleoonLoadingStyleSheet";if(d.styleSheet){d.styleSheet.cssText=c}else{d.appendChild(document.createTextNode(c))}b.parentNode.insertBefore(d,b);window.kameleoonDisplayPage=function(e){if(!e){window.kameleoonTimeout=true}if(d.parentNode){d.parentNode.removeChild(d)}};window.kameleoonDisplayPageTimeOut=window.setTimeout(window.kameleoonDisplayPage,a)}; window.kameleoonIframeURL="https://www.heise.de/kameleoon-iframe.html";var f=document.createElement("a");window.kameleoonLightIframe=false;f.href=window.kameleoonIframeURL;window.kameleoonIframeOrigin=f.origin||(f.protocol+"//"+f.hostname);if(location.href.indexOf(window.kameleoonIframeOrigin)!=0){window.kameleoonLightIframe=true;var g=function(event){if(window.kameleoonIframeOrigin==event.origin&&event.data.slice&&event.data.slice(0,9)=="Kameleoon"){window.removeEventListener("message",g);window.kameleoonExternalIFrameLoaded=true;if(window.Kameleoon){eval(event.data);Kameleoon.Analyst.load()}else{window.kameleoonExternalIFrameLoadedData=event.data}}};if(window.addEventListener){window.addEventListener("message",g,false)}var h=document.createElement("iframe");h.src=kameleoonIframeURL;h.id="kameleoonExternalIframe";h.style="float: left !important; opacity: 0.0 !important; width: 0px !important; height: 0px !important;";document.head.appendChild(h)};})(); var kameleoonScript = document.createElement('script'); kameleoonScript.async = true; kameleoonScript.src = '//yxsu5ufd2m.kameleoon.eu/kameleoon.js'; document.getElementsByTagName('head')[0].appendChild(kameleoonScript); } </script> <script> performance.mark('JS-Kamel Ende'); performance.measure('JS-Kamel', 'JS-Kamel Anfang', 'JS-Kamel Ende'); </script> <script>performance.mark('JS-Cmp Anfang');</script> <script>function _typeof(t){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}!function(){for(var t,e,o=[],n=window,r=n;r;){try{if(r.frames.__tcfapiLocator){t=r;break}}catch(t){}if(r===n.top)break;r=n.parent}t||(function t(){var e=n.document,o=!!n.frames.__tcfapiLocator;if(!o)if(e.body){var r=e.createElement("iframe");r.style.cssText="display:none",r.name="__tcfapiLocator",e.body.appendChild(r)}else setTimeout(t,5);return!o}(),n.__tcfapi=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];if(!n.length)return o;"setGdprApplies"===n[0]?n.length>3&&2===parseInt(n[1],10)&&"boolean"==typeof n[3]&&(e=n[3],"function"==typeof n[2]&&n[2]("set",!0)):"ping"===n[0]?"function"==typeof n[2]&&n[2]({gdprApplies:e,cmpLoaded:!1,cmpStatus:"stub"}):o.push(n)},n.addEventListener("message",(function(t){var e="string"==typeof t.data,o={};if(e)try{o=JSON.parse(t.data)}catch(t){}else o=t.data;var n="object"===_typeof(o)?o.__tcfapiCall:null;n&&window.__tcfapi(n.command,n.version,(function(o,r){var a={__tcfapiReturn:{returnValue:o,success:r,callId:n.callId}};t&&t.source&&t.source.postMessage&&t.source.postMessage(e?JSON.stringify(a):a,"*")}),n.parameter)}),!1))}();</script> <script> window._sp_queue = []; window._sp_ = { config: { accountId: 1603, baseEndpoint: 'https://cmp.heise.de', propertyId: 14602, gdpr: { }, events: { onMessageChoiceSelect: function() { console.log('[event] onMessageChoiceSelect', arguments); }, onMessageReady: function() { console.log('[event] onMessageReady', arguments); }, onMessageChoiceError: function() { console.log('[event] onMessageChoiceError', arguments); }, onPrivacyManagerAction: function() { console.log('[event] onPrivacyManagerAction', arguments); }, onPMCancel: function() { console.log('[event] onPMCancel', arguments); }, onMessageReceiveData: function() { console.log('[event] onMessageReceiveData', arguments); }, onSPPMObjectReady: function() { console.log('[event] onSPPMObjectReady', arguments); }, onConsentReady: function (consentUUID, euconsent) { console.log('[event] onConsentReady', arguments); }, onError: function() { console.log('[event] onError', arguments); }, } } } </script> <script src='https://cmp.heise.de/unified/wrapperMessagingWithoutDetection.js' async></script> <script> performance.mark('JS-Cmp Ende'); performance.measure('JS-Cmp', 'JS-Cmp Anfang', 'JS-Cmp Ende'); </script> <script type="application/json" data-akwa-config> { "channel": "ho", "contentId": "2530631", "isHeisePlus": false, "upscore": { "recommendations": { "config": { "config": { "reco_key": "FCD54E2B52", "template_selector": { "item_free": "#upscore-reco-template-free", "item_premium": "#upscore-reco-template-premium", "wrapper": "#upscore-reco-template-wrapper-article" } } } } }, "clickPerformance": { "keywords": [], "pagetype": "Sonstige" , "language": "de" } } </script> <script> performance.mark('JS-Inline Ende'); performance.measure('JS-Inline', 'JS-Inline Anfang', 'JS-Inline Ende'); </script> <script>performance.mark('CSS Anfang');</script> <link href="/assets/akwa/v24/css/akwa.css?.ltc.8bc725c02c47e78a2c3b" media="print" onload="this.media='all';this.onload='null'" rel="stylesheet" type="text/css" > <noscript> <link href="/assets/akwa/v24/css/akwa.css?.ltc.8bc725c02c47e78a2c3b" rel="stylesheet" type="text/css" > </noscript> <noscript> </noscript> <link href="/assets/styles/index.css?.ltc.e73a3d76051df714e977" rel="stylesheet" type="text/css" > <link href="/assets/heise/ho/css/ho.css?.ltc.2b81df323fb5a2a87ee4" rel="stylesheet" type="text/css" > <noscript> </noscript> <script> performance.mark('CSS Ende'); performance.measure('CSS', 'CSS Anfang', 'CSS Ende'); </script> <script>performance.mark('JS Anfang');</script> <script defer src="/assets/akwa/v24/js/akwa.js?.ltc.36c1769a84f3508254a8"></script> <script defer src="/assets/heise/ho/js/ho.js?.ltc.abbb297b626579039365" ></script> <script defer src="/assets/heise/delete-ppid/js/delete-ppid.js?.ltc.e3f4d146cc5656f9db45" ></script> <script> performance.mark('JS Ende'); performance.measure('JS', 'JS Anfang', 'JS Ende'); </script> <script>performance.mark('Meta Anfang');</script> <link rel="author" title="Kontakt" href="mailto:kontakt%40heise.de?subject=heise%20online"> <link rel="search" title="Suche" href="https://www.heise.de/suche/"> <link href="/icons/ho/touch-icons/manifest.json" rel="manifest" > <link color="#323232" href="/icons/ho/touch-icons/safari-pinned-tab.svg" rel="mask-icon" > <link href="/icons/ho/touch-icons/apple-touch-icon-180x180.png" rel="apple-touch-icon" sizes="180x180" > <link href="https://www.heise.de/rss/heise-atom.xml" rel="alternate" title="Aktuelle News von heise online" type="application/atom+xml" > <link href="https://www.heise.de/rss/heise.rdf" rel="alternate" title="Aktuelle News von heise online (für ältere RSS-Reader)" type="application/rss+xml" > <link href="/favicon.ico?v=JykvN0w9Yf" rel="icon" > <link href="/icons/ho/favicon/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png" > <link href="/icons/ho/favicon/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png" > <link href="/icons/ho/favicon/favicon.svg" rel="icon" type="image/svg+xml" > <meta content="heise online" name="application-name" > <meta content="heise online" name="msapplication-tooltip" > <meta content="https://www.heise.de" name="msapplication-starturl" > <meta content="#323232" name="msapplication-TileColor" > <meta content="/icons/ho/touch-icons/mstile-144x144.png" name="msapplication-TileImage" > <meta content="/icons/ho/touch-icons/browserconfig.xml" name="msapplication-config" > <meta content="#ffffff" name="theme-color" > <meta content="heise online" name="DC.creator" > <meta content="app-id=333214314" name="apple-itunes-app" > <meta name="publisher" content="Heise Medien"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta property="article:content_tier" content="free"> <meta property="article:opinion" content="false"> <meta name="format-detection" content="telephone=no"> <meta name="title" content="🎙Hören Sie von uns – unsere Podcasts"> <meta name="description" content="News und Foren zu Computer, IT, Wissenschaft, Medien und Politik. Preisvergleich von Hardware und Software sowie Downloads bei Heise Medien."> <meta property="fb:pages" content="333992367317"> <meta property="og:image" content="https://heise.cloudimg.io/bound/1200x1200/q85.png-lossy-85.webp-lossy-85.foil1/_www-heise-de_/icons/ho/opengraph/opengraph.png"> <meta property="og:locale" content="de_DE"> <meta property="og:site_name" content="heise online"> <meta property="og:title" content="🎙Hören Sie von uns – unsere Podcasts"> <meta property="og:type" content="website"> <meta property="og:url" content="https://www.heise.de/Hoeren-Sie-von-uns-unsere-Podcasts-4206659.html"> <meta property="twitter:card" content="summary_large_image"> <meta property="twitter:image" content="https://heise.cloudimg.io/bound/1200x1200/q85.png-lossy-85.webp-lossy-85.foil1/_www-heise-de_/icons/ho/opengraph/opengraph.png"> <meta property="twitter:site" content="@heiseonline"> <meta property="twitter:title" content="🎙Hören Sie von uns – unsere Podcasts"> <link rel="home" type="text/html" title="Startseite" href="/"> <link rel="copyright" title="Copyright" href="/impressum.html"> <meta name="generator" content="InterRed V24.2.9, http://www.interred.de/, InterRed GmbH" /> <meta data-embetty-server="https://api.heise.de/svc/embetty"> <link rel="me" href="https://social.heise.de/@heiseonline"> <script> performance.mark('Meta Ende'); performance.measure('Meta', 'Meta Anfang', 'Meta Ende'); </script> <style type="text/css"> @media screen and (min-width: 768px) { a-collapse .header__content { height: auto !important; } a-menu:not([disabled]) [data-collapse-target]:not([is-open]) { height: 0; overflow: hidden; } a-paternoster[media="(min-width: 320px) and (max-width: 767px)"] { display: none; } .perf-cls-reduc-leaderboard { min-height: 90px; } .perf-cls-reduc-rectangle { min-height: 350px; margin-bottom: 3rem; } } a-pur-indicator { display: block; border-top-width: 5px; border-top-style: solid; } a-pur-indicator .close { display: none; } a-pur-indicator:not([disabled]) [data-collapse-target]:not([is-open]) { height: 0; } .a-login__link:link { color: var(--akwa-link-color); text-decoration: none; } body { overflow-y: scroll; } @media screen and (max-width: 767px) { a-collapse:not([disabled]) [data-collapse-target]:not([is-open]) { height: 0; overflow: hidden; } } @media screen and (min-width: 320px) and (max-width: 767px) { a-paternoster[media="(min-width: 320px) and (max-width: 767px)"] { display: block; min-height: 306px; margin-bottom: 1.5rem; } } .inread-cls-reduc:has(.ad) { min-height: 230px; } @media screen and (max-width: 767px) { .incontent3-cls-reduc:has(.ad) { min-height: 300px; } } @media screen and (min-width: 768px) { .inread-cls-reduc:has(.ad) { min-height: 350px; } } @media screen and (min-width: 992px) { #wtma_teaser_ho_vertrieb_mini_1 { min-height: 500px; } } .legacy-img { max-width: 100%; width: 100%; height: auto; } .article-image { display: block; margin-bottom: 1.5rem; } a-paid-content-teaser { display: none; } </style> <script> performance.mark('HEAD Ende'); performance.measure('HEAD', 'HEAD Anfang', 'HEAD Ende'); </script> </head> <body class="ho a-theme a-theme--ho" data-mapp-branding="HEISE_ONLINE" data-ad-unit="/6514/www.heise.de" > <script>performance.mark('BODY Anfang');</script> <a-android-native-app-prompt></a-android-native-app-prompt> <a-analytics type="webtrekk"> <script type="application/json"> {"options":{},"vars":{"contentGroup":{"1":"www.heise.de","10":"sonderseite","2":"ho","3":"hoeren-sie-von-uns-unsere-podcasts-4206659","9":"hoeren-sie-von-uns-unsere-podcasts-4206659"},"contentId":"www.heise.de.ho.hoeren-sie-von-uns-unsere-podcasts-4206659","customEcommerceParameter":{},"customParameter":{"17":"undefiniert","25":"🎙Hören Sie von uns – unsere Podcasts","26":"v5"},"launchLiveaccount":"1","tiDomain":"responder.wt.heise.de","tiId":"288689636920174"}} </script> </a-analytics> <a-analytics type="infonline-base"> <script type="application/json"> { "vars": { "cp":"unt_komm", "co":"%2FHoeren-Sie-von-uns-unsere-Podcasts-4206659.html", "dg": true }, "options": { "disableSurvey": false } } </script> </a-analytics> <a-analytics type="upscore"> <script type="application/json"> { "options": { "enableRecommendations": true, "enablePaywall": true }, "vars": { "config": { "article": "", "track_positions": true }, "data": { "section": "heise online", "object_id": "4206659", "pubdate": "", "object_type": "landingpage", "content_type":0} } } </script> </a-analytics> <script> (window.__ba = window.__ba || {}).publisher = window.__ba.publisher || {}; window.__ba.publisher.section = "rotation"; window.__ba.publisher.keywords = ""; </script> <a-script src="https://www.heise.de/assets/ad/adlib.js" needs-consent name='["GoogleAdvertisingProduct", "Stroer", "DoubleVerify"]' event-after-loading="__baCMPReady" ></a-script> <a-click-performance></a-click-performance> <a-script src="/js/ho/mbmedien-reporting.js" needs-consent name="Mbmedien" ></a-script> <div class=" topnavigation " > <header role="banner" class="topnavigation__header"> <div class="topnavigation__content"> <div class="topnavigation__logo"> <a href="/" title="heise online" name="topnavi.ho.news" data-google-interstitial=false class="topnavigation__logo-link topnavigation__item"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1504 214" role="img" preserveAspectRatio="xMinYMin" class="heise-online-logo topnavigation__heiseonline-logo" > <style> .heise-online-logo-svg-path-online { fill: #6f7d93; } .heise-online-logo-svg-path-heise { fill: #14315b; } .dark .heise-online-logo-svg-path-online, .dark .heise-online-logo-svg-path-heise { fill: #f2f2f2; } </style> <title>heise online Logo</title> <path class="heise-online-logo-svg-path-online" d="M869.84 139.56c0-43.75 29.74-69 62.47-69s62.47 25.25 62.47 69-29.74 68.79-62.47 68.79-62.47-25.25-62.47-68.79m93.29 0c0-26.32-11.55-43.86-30.81-43.86s-30.81 17.54-30.81 43.86 11.55 43.65 30.81 43.65 30.81-17.33 30.81-43.65m49.9-65.79h25.25l2.35 17.76h.86c11.77-11.45 25.14-20.97 43.11-20.97 28.13 0 40.44 19.04 40.44 52.2v82.37h-30.81v-78.41c0-21.61-6.2-29.74-20.43-29.74-11.55 0-19.15 5.67-29.95 16.37v91.78h-30.81V73.77Zm135.54 97.56V16.22h30.81v156.72c0 7.6 3.42 10.27 6.63 10.27 1.39 0 2.46 0 4.81-.54l3.85 23c-3.74 1.5-8.88 2.67-16.26 2.67-21.82 0-29.85-14.12-29.85-37.01Zm52.93-138c0-10.38 8.13-17.44 19.04-17.44s19.04 7.06 19.04 17.44-8.13 17.44-19.04 17.44-19.04-7.27-19.04-17.44m3.53 40.44h30.81v131.37h-30.81zm54.66 0h25.25l2.35 17.76h.86c11.77-11.45 25.14-20.97 43.11-20.97 28.13 0 40.44 19.04 40.44 52.2v82.37h-30.81v-78.41c0-21.61-6.2-29.74-20.43-29.74-11.55 0-19.15 5.67-29.95 16.37v91.78h-30.81V73.77Zm129.52 65.79c0-42.68 29.63-69 60.55-69 35.52 0 54.24 25.67 54.24 62.37 0 5.88-.64 11.77-1.34 14.98h-83.39c2.57 23.32 17.54 36.59 38.73 36.59 11.23 0 20.86-3.53 30.49-9.52l10.48 19.15c-12.52 8.45-28.35 14.23-45.04 14.23-36.26 0-64.72-25.46-64.72-68.79Zm88.15-12.62c0-20.22-8.99-32.52-26.96-32.52-15.3 0-28.78 11.45-31.45 32.52z"/><path class="heise-online-logo-svg-path-heise" d="M258.47 15.22h30.81v48.89L288 89.46c11.02-10.38 24.07-19.9 42.04-19.9 28.13 0 40.44 19.04 40.44 52.2v82.37h-30.81v-78.41c0-21.61-6.2-29.74-20.43-29.74-11.55 0-19.15 5.67-29.95 16.37v91.78h-30.81V15.22Zm129.58 123.34c0-42.68 29.63-69 60.55-69 35.52 0 54.24 25.67 54.24 62.37 0 5.88-.64 11.77-1.34 14.98h-83.39c2.57 23.32 17.54 36.59 38.73 36.59 11.23 0 20.86-3.53 30.49-9.52l10.48 19.15c-12.52 8.45-28.35 14.23-45.04 14.23-36.26 0-64.72-25.46-64.72-68.79Zm88.14-12.62c0-20.22-8.99-32.52-26.96-32.52-15.3 0-28.78 11.45-31.45 32.52zm41.46-93.6c0-10.38 8.13-17.44 19.04-17.44s19.04 7.06 19.04 17.44-8.13 17.44-19.04 17.44-19.04-7.27-19.04-17.44m3.53 40.43h30.81v131.37h-30.81zm44.04 116.29 14.33-19.58c11.66 9.09 22.95 14.66 36.26 14.66 14.33 0 21.07-6.74 21.07-15.72 0-11.02-14.23-15.94-28.24-21.29-17.22-6.47-36.91-16.37-36.91-38.3s18.4-39.26 47.82-39.26c18.29 0 32.95 7.43 43.65 15.73l-14.12 18.93c-9.2-6.74-18.45-11.45-28.78-11.45-13.21 0-19.47 6.31-19.47 14.55 0 10.38 13.27 14.33 27.49 19.58 17.76 6.63 37.65 15.19 37.65 39.69 0 22.57-17.86 40.76-51.03 40.76-17.97 0-36.91-7.7-49.74-18.29Zm111.39-50.5c0-42.68 29.63-69 60.55-69 35.52 0 54.24 25.67 54.24 62.37 0 5.88-.64 11.77-1.34 14.98h-83.39c2.57 23.32 17.54 36.59 38.73 36.59 11.23 0 20.86-3.53 30.49-9.52l10.48 19.15c-12.52 8.45-28.35 14.23-45.04 14.23-36.26 0-64.72-25.46-64.72-68.79Zm88.15-12.62c0-20.22-8.99-32.52-26.96-32.52-15.3 0-28.78 11.45-31.45 32.52zM114.88 2.89c15.41 7.19 22.08 25.51 14.89 40.92l-71.06 152.4c-7.19 15.41-25.51 22.08-40.92 14.9C2.38 203.92-4.29 185.6 2.9 170.18L73.95 17.79C81.14 2.38 99.46-4.29 114.88 2.9m49.2 97.26c-15.41-7.18-33.73-.52-40.92 14.9l-25.7 55.12c-7.19 15.41-.52 33.74 14.89 40.93s33.73.52 40.92-14.89l25.71-55.12c7.19-15.42.52-33.74-14.9-40.93"/> </svg> </a> <a href="/api/accountservice/subscribe/plus?affiliateId=32501_HP000028_21806_3_57&wt_mc=intern.abo.plus.hp_nk.navilink.desktop1.desktop1" class="abo-link " data-google-interstitial=false > <span class="abo-link"> heise+ gratis testen </span> </a> </div> <div class="topnavigation__actions"> <section class=" topnavigation-login topnavigation__item topnavigation__item " > <svg class="topnavigation-login__icon"> <use href="/icons/common-icons.svg#login"></use> </svg> <a-login label="" class="topnavigation-login__link" > <a href="/sso/login/" class="a-login__link a-login__link--sso" rel="nofollow">Anmelden</a> </a-login> </section> <form accept-charset="utf-8" method="get" action="/suche/" class="topnavigation-search" role="search" id="heisetopnavi_search" rel="nofollow" > <fieldset class="topnavigation-search__container"> <input type="text" class="topnavigation-search__input" value="" name="q" placeholder="Suchen" data-autocomplete="true" autocomplete="on" spellcheck="false" data-searchpath="/suche/" role="textbox" aria-autocomplete="list" aria-label="Suchen" > <input type="hidden" name="sort_by" value="date" > <button class="topnavigation-search__button" type="submit" aria-label="suchen" > <svg class="topnavigation-search__search-icon"> <use href="/icons/common-icons.svg#search"></use> </svg> </button> <input type="hidden" class="search_hidden" value="search" name="rm" > </fieldset> </form> <a href="#topnavigation__sub" class=" topnavigation-menu js-topnavigation-menu topnavigation-menu " aria-controls="topnavigation__sub" > <svg class="topnavigation-menu__icon js-topnavigation-menu__icon"> <use href="/icons/common-icons.svg#menu"></use> </svg> </a> </div> </div> <div id="topnavigation__sub" class="topnavigation__sub js-topnavigation__sub" > <div class="magazine-nav a-u-mb-3"> <ul class="magazine-nav__items a-u-remove-list-style"> <li class=" magazine-nav__item magazine-nav__item--ct a-theme a-theme--ct " > <a href="/ct/" title="c't – Magazin für Computertechnik" name="topnavi.ho.magazine-nav.ct" data-google-interstitial=false class="magazine-nav__link magazine-nav__link--ct" > <svg preserveAspectRatio="xMinYMin" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 370" class="ct-logo magazin-nav__svg" > <title>c't Magazin Logo</title> <path d="M329,0H429.54L406.65,93.08H500L477.72,183.7H384.29l-10.5,42.73s-3.22,10.79-2.08,17.61a26.5,26.5,0,0,0,5.07,12.62c3.63,5.13,6.81,7.56,12.56,10.09,5.46,2.39,15.07,2.51,15.07,2.51h73L452.6,370h-76c-66.62.67-108.38-45.12-108.38-101.55,0-12.32,3.53-32,11-66.06L284,183,329,0ZM231.46,0,211.65,80.56h42.5L228.78,183.7h43L317,0Zm-57.8,93.08C75.55,92.93,0,188.15,0,268.08,0,324.52,41.32,371.47,108.08,370H211.86l24.76-100.71H130.27c-21.92-.12-28.59-22.21-28.59-35.61,0-23.49,26.37-49.88,51.77-49.95H216.8l22.28-90.62Z" fill="#2288c6"/> </svg> <span class="magazine-nav__title"> c't – Magazin für Computertechnik </span> </a> </li> <li class=" magazine-nav__item magazine-nav__item--ix a-theme a-theme--ix " > <a href="/ix/" title="iX – Magazin für professionelle Informationstechnik" name="topnavi.ho.magazine-nav.ix" data-google-interstitial=false class="magazine-nav__link magazine-nav__link--ix" > <svg preserveAspectRatio="xMinYMin" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 610" class="ix-logo magazin-nav__svg" > <title>iX Magazin Logo</title> <path d="M238.41,610h-139L346.17,248.34,294.41,69.72H421.75l12.81,45.67,31.26-45.67H600L475.16,252.6l70.42,242.66H418.23L387.41,385.48Zm-100-20.61h89.17L395.36,337.6l38.47,137h84.33L452.68,249,561,90.34H476.67l-50,73.08-20.5-73.08H321.82l46.83,161.6Zm-2.07-95.46H0L186.69,220.48H323ZM39,473.31h86.47L284,241.1h-86.4ZM260.28,183.12A91.56,91.56,0,1,1,323,25l2,1.89L306.87,46.13l-2-1.88a65,65,0,1,0-21.15,108l2.56-1L295.83,176l-2.56,1A91,91,0,0,1,260.28,183.12Z" fill="#4c5c64"/> </svg> <span class="magazine-nav__title"> iX – Magazin für professionelle Informationstechnik </span> </a> </li> <li class=" magazine-nav__item magazine-nav__item--foto a-theme a-theme--foto " > <a href="/foto/" title="c't Fotografie - Das Magazin rund ums digitale Bild" name="topnavi.ho.magazine-nav.foto" data-google-interstitial=false class="magazine-nav__link magazine-nav__link--foto" > <svg preserveAspectRatio="xMinYMin" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 140" class="foto-logo magazin-nav__svg" > <title>c't Fotografie Logo</title> <path fill="#0a0a0a" d="M2 75.8h28.95v4.36H6.79v16.01h17.52v4.36H6.79v21.58H2zm27.75 29.53c0-2.57.44-4.93 1.31-7.08s2.08-4.02 3.63-5.59 3.41-2.8 5.59-3.67 4.55-1.31 7.12-1.31 4.93.44 7.08 1.31 4.02 2.1 5.59 3.67 2.8 3.44 3.67 5.59c.87 2.16 1.31 4.52 1.31 7.08s-.44 4.93-1.31 7.08c-.87 2.16-2.1 4.02-3.67 5.59s-3.44 2.8-5.59 3.67c-2.16.87-4.52 1.31-7.08 1.31s-4.94-.44-7.12-1.31-4.04-2.09-5.59-3.67c-1.55-1.57-2.76-3.44-3.63-5.59s-1.31-4.52-1.31-7.08m4.36 0c0 1.89.3 3.67.91 5.34s1.49 3.12 2.65 4.36c1.16 1.23 2.57 2.22 4.21 2.94 1.65.73 3.49 1.09 5.52 1.09s3.87-.36 5.52-1.09 3.05-1.71 4.21-2.94 2.05-2.69 2.65-4.36c.61-1.67.91-3.45.91-5.34s-.3-3.67-.91-5.34-1.49-3.12-2.65-4.36c-1.16-1.23-2.57-2.22-4.21-2.94-1.65-.73-3.49-1.09-5.52-1.09s-3.88.36-5.52 1.09c-1.65.73-3.05 1.71-4.21 2.94s-2.05 2.69-2.65 4.36c-.61 1.67-.91 3.45-.91 5.34m52.63-12.86h-8.96v21.87c0 1.5.41 2.66 1.23 3.49.82.82 1.96 1.23 3.41 1.23.82 0 1.66-.11 2.51-.33q1.275-.33 2.43-.84l.36 3.92c-.82.29-1.77.56-2.83.8-1.07.24-2.01.36-2.83.36-1.55 0-2.88-.23-4-.69-1.11-.46-2.01-1.08-2.69-1.85s-1.17-1.68-1.49-2.72-.47-2.17-.47-3.38V92.46h-6.64v-3.92h6.64V75.8h4.36v12.74h8.96v3.92Zm2.75 12.86c0-2.57.44-4.93 1.31-7.08s2.08-4.02 3.63-5.59 3.41-2.8 5.59-3.67 4.55-1.31 7.12-1.31 4.93.44 7.08 1.31 4.02 2.1 5.59 3.67 2.8 3.44 3.67 5.59c.87 2.16 1.31 4.52 1.31 7.08s-.44 4.93-1.31 7.08c-.87 2.16-2.1 4.02-3.67 5.59s-3.44 2.8-5.59 3.67c-2.16.87-4.52 1.31-7.08 1.31s-4.94-.44-7.12-1.31-4.04-2.09-5.59-3.67c-1.55-1.57-2.76-3.44-3.63-5.59s-1.31-4.52-1.31-7.08m4.35 0c0 1.89.3 3.67.91 5.34s1.49 3.12 2.65 4.36c1.16 1.23 2.57 2.22 4.21 2.94 1.65.73 3.49 1.09 5.52 1.09s3.87-.36 5.52-1.09 3.05-1.71 4.21-2.94 2.05-2.69 2.65-4.36.91-3.45.91-5.34-.3-3.67-.91-5.34-1.49-3.12-2.65-4.36c-1.16-1.23-2.57-2.22-4.21-2.94-1.65-.73-3.49-1.09-5.52-1.09s-3.88.36-5.52 1.09c-1.65.73-3.05 1.71-4.21 2.94s-2.05 2.69-2.65 4.36c-.61 1.67-.91 3.45-.91 5.34m72.1 13.45c0 4.18-.61 7.56-1.82 10.13-1.21 2.58-2.72 4.57-4.54 5.98s-3.77 2.36-5.85 2.84c-2.08.49-3.97.73-5.67.73s-3.35-.16-4.98-.47a23.7 23.7 0 0 1-4.61-1.39q-2.175-.915-3.96-2.22c-1.19-.87-2.22-1.87-3.09-2.99l3.41-3.21c1.55 2.19 3.49 3.79 5.81 4.81q3.48 1.53 7.41 1.53c2.23 0 4.1-.29 5.63-.87s2.78-1.35 3.78-2.3c.99-.95 1.77-1.99 2.32-3.13.56-1.14.97-2.29 1.23-3.43.27-1.14.42-2.22.47-3.24s.07-1.85.07-2.48v-3.4h-.15c-1.26 2.04-2.97 3.65-5.12 4.81-2.16 1.17-4.69 1.75-7.59 1.75-2.47 0-4.79-.45-6.97-1.35q-3.27-1.35-5.7-3.72a17.8 17.8 0 0 1-3.85-5.5c-.94-2.09-1.42-4.33-1.42-6.71s.47-4.62 1.42-6.71a17.5 17.5 0 0 1 3.85-5.47q2.43-2.325 5.7-3.72c2.18-.92 4.5-1.39 6.97-1.39 2.91 0 5.44.58 7.59 1.75s3.86 2.77 5.12 4.81h.15v-5.69h4.36v30.23Zm-4.22-13.89q0-2.76-1.05-5.19c-.7-1.62-1.65-3.03-2.83-4.21-1.19-1.19-2.59-2.13-4.21-2.83q-2.43-1.05-5.19-1.05c-2.76 0-3.57.35-5.19 1.05s-3.03 1.65-4.21 2.83c-1.19 1.19-2.13 2.59-2.83 4.21q-1.05 2.43-1.05 5.19c0 2.76.35 3.57 1.05 5.19s1.65 3.03 2.83 4.21c1.19 1.19 2.59 2.13 4.21 2.83q2.43 1.05 5.19 1.05c2.76 0 3.57-.35 5.19-1.05s3.03-1.65 4.21-2.83c1.19-1.19 2.13-2.59 2.83-4.21q1.05-2.43 1.05-5.19m13.36-6.9c0-.63-.03-1.39-.07-2.29-.05-.9-.09-1.8-.11-2.72-.03-.92-.06-1.78-.11-2.58s-.07-1.42-.07-1.85h4.36c.05 1.26.08 2.47.11 3.63q.03 1.74.18 2.25c1.11-1.99 2.54-3.61 4.29-4.87q2.61-1.89 6.39-1.89c.44 0 .86.04 1.27.11s.84.16 1.27.25l-.51 4.29c-.58-.19-1.14-.29-1.67-.29-1.89 0-3.52.3-4.9.91s-2.52 1.44-3.41 2.51c-.9 1.07-1.56 2.31-2 3.74s-.65 2.97-.65 4.61v18.31h-4.36V97.99Zm48.04 10.03c0 1.65.01 3.12.04 4.43a122 122 0 0 0 .29 6.75q.105 1.455.33 2.91h-4.07c-.29-1.65-.44-3.46-.44-5.45h-.15c-1.26 2.18-2.82 3.78-4.69 4.79q-2.805 1.53-7.08 1.53c-1.45 0-2.88-.18-4.29-.55-1.41-.36-2.66-.94-3.78-1.74a9.35 9.35 0 0 1-2.72-3.09c-.7-1.26-1.05-2.78-1.05-4.58 0-2.57.65-4.6 1.96-6.1s2.92-2.63 4.83-3.38 3.95-1.23 6.1-1.45 4.06-.33 5.7-.33h5.09v-2.03c0-2.91-.9-4.99-2.69-6.25s-4.04-1.89-6.76-1.89c-3.88 0-7.29 1.26-10.24 3.78l-2.54-2.98c1.6-1.55 3.58-2.72 5.96-3.52 2.37-.8 4.65-1.2 6.83-1.2 4.07 0 7.31.96 9.73 2.87s3.63 5 3.63 9.26v8.21Zm-8.72-2.76q-2.76 0-5.34.36t-4.65 1.23c-2.07.87-2.48 1.36-3.31 2.32q-1.23 1.455-1.23 3.63c0 1.02.23 1.93.69 2.72.46.8 1.05 1.45 1.78 1.96s1.54.9 2.43 1.16c.9.27 1.8.4 2.72.4 2.32 0 4.24-.34 5.74-1.02s2.7-1.56 3.6-2.65a9.14 9.14 0 0 0 1.85-3.71c.34-1.38.51-2.77.51-4.18v-2.25h-4.79Zm19.85-12.79h-6.36v-3.92h6.36v-5.14c0-2.18.33-3.98.98-5.41q.975-2.145 2.43-3.45c.97-.87 2.05-1.49 3.23-1.85 1.19-.36 2.31-.54 3.38-.54q3.045 0 5.01.87l-.87 3.78c-.97-.48-2.28-.73-3.92-.73q-5.88 0-5.88 8.94v3.54h8.46v3.92h-8.46v29.64h-4.36V92.48Zm18.54-13.71c0-.92.31-1.69.94-2.32s1.4-.94 2.32-.94 1.69.32 2.32.94c.63.63.94 1.41.94 2.32s-.32 1.7-.94 2.32c-.63.63-1.41.94-2.32.94s-1.7-.31-2.32-.94c-.63-.63-.94-1.4-.94-2.32m1.09 9.79h4.36v33.56h-4.36zm43.1 27.24c-1.7 2.57-3.79 4.41-6.28 5.52s-5.24 1.67-8.24 1.67c-2.57 0-4.89-.44-6.97-1.31s-3.87-2.09-5.38-3.67c-1.5-1.57-2.65-3.44-3.45-5.59s-1.2-4.54-1.2-7.16.41-4.84 1.24-6.97c.82-2.13 1.99-3.98 3.49-5.56 1.5-1.57 3.27-2.81 5.3-3.7 2.03-.9 4.29-1.34 6.76-1.34s4.83.45 6.79 1.34c1.96.9 3.61 2.08 4.94 3.56s2.34 3.16 3.01 5.05c.68 1.89 1.02 3.8 1.02 5.74v3.05h-28.19c0 .92.18 2.1.55 3.52.36 1.43 1.03 2.82 2 4.18s2.26 2.52 3.89 3.49c1.62.97 3.72 1.45 6.28 1.45 2.23 0 4.38-.53 6.47-1.6 2.08-1.06 3.68-2.52 4.79-4.36l3.2 2.69Zm-3.34-13.29c0-1.5-.3-2.91-.91-4.21-.61-1.31-1.43-2.46-2.47-3.45s-2.28-1.78-3.7-2.36c-1.43-.58-2.94-.87-4.54-.87-2.37 0-4.35.48-5.92 1.45s-2.82 2.08-3.74 3.34-1.57 2.48-1.96 3.67-.58 2-.58 2.43h23.83Z"/><path fill="#c3172e" d="M114.59 2v66.41h69.09V2zm31.36 62.44H133.5c-7.26 0-12.88-4.63-12.88-12.17 0-9.54 9.04-20.92 20.71-20.92h7.83l-2.63 10.82h-7.54c-3.06 0-6.19 3.2-6.19 5.98 0 1.64.78 4.27 3.42 4.27h12.67l-2.92 12.03Zm2.71-22.27 2.99-12.31h-5.76l2.35-9.61h9.54l-5.41 21.92h-3.7Zm28.96 0h-11.1l-1.28 5.12s-.36 1.28-.21 2.13c.36 2.06 1.92 2.99 3.84 2.99h8.75l-2.99 12.03h-9.04c-7.12 0-12.95-4.63-12.95-12.03 0-1.57.43-3.91 1.28-7.97l5.98-24.19h12.03l-2.78 11.1h11.17z"/> </svg> <span class="magazine-nav__title"> c't Fotografie - Das Magazin rund ums digitale Bild </span> </a> </li> <li class=" magazine-nav__item magazine-nav__item--macandi a-theme a-theme--macandi " > <a href="/mac-and-i/" title="Mac &amp; i – Nachrichten, Tests, Tipps und Meinungen rund um Apple" name="topnavi.ho.magazine-nav.macandi" data-google-interstitial=false class="magazine-nav__link magazine-nav__link--macandi" > <svg preserveAspectRatio="xMinYMin" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 145" class="mac-logo magazin-nav__svg" > <title>Mac an i Logo</title> <path d="M115.67,142.81l8.41-57c2.33-15.42,4.66-29.45,7.1-42.59-6.78,15.58-13.49,30.1-19.25,41.61L84,140.61H59.55l-4.9-55.72c-.89-11-1.75-25.1-2.56-42q-1,4.95-2.07,9.94c-2.56,12.32-5,24-7.2,33.5L29.2,142.81H0L34.41,5.59H75.26l4.3,52.33c.2,3.22.44,6.59.69,10.1.62,8.54,1.3,18,1.59,27.5C87.05,81.44,93.6,67.27,98.27,57.44L123.59,5.59h41.35L146.41,142.81Zm115.07-16c-.07,1.09-.15,2.18-.22,3.25-.28,4-.55,7.77-.67,11.29l0,1.43H259l-.05-1.43c-.41-12.63,1.74-31.88,4-43.57l10.41-52.29-1.18-.37a115.86,115.86,0,0,0-32.73-4.86c-48.93,0-71.21,36-71.21,69.41,0,21.12,12.42,35.3,30.91,35.3C211.76,145,222.84,138.59,230.74,126.84Zm7-61.49L233.67,86.5c-4.61,24.06-14.94,32.59-22.38,32.59-9,0-10.39-9.25-10.39-14.77,0-18.27,13.43-39.51,30.74-39.51A38.56,38.56,0,0,1,237.79,65.35Zm115,74.12.79-.38-.23-24.64-1.88.75a47.9,47.9,0,0,1-18.83,3.89c-8.59,0-17.77-4.93-17.77-18.77C314.85,78,331.2,66,346.58,66a31.81,31.81,0,0,1,12.64,2.28l1.38.58L368.66,44l-1.26-.46A61.37,61.37,0,0,0,347,40.29c-37.07,0-65,27.19-65,63.23,0,25.08,16.67,41.28,42.48,41.28C335.29,144.8,345.88,142.81,352.77,139.47Zm222.05,3.34L593.9,42.49H562.36L543.28,142.81Zm6.84-109.72c10.62,0,18.34-7.38,18.34-17.54,0-9.3-6.41-15.55-16-15.55a17.65,17.65,0,0,0-17.94,17.74c0,9,6.23,15.35,15.15,15.35ZM510,140.52l2,2.29H474.44l-.41-.44a72.72,72.72,0,0,1-5.6-7l-.86-1.17c-10.26,7.29-22,10.83-35.81,10.83-26.17,0-43.07-14.48-43.07-36.89,0-17.69,10.88-31.92,32.36-42.3-4.79-8.23-7-15.42-7-22.53C414,20.16,432.3,3.39,457.5,3.39,478.73,3.39,493,16,493,34.7c0,15.14-10.48,27.18-33,37.82,5,7.75,11.49,16.76,16.31,23.38A88.38,88.38,0,0,0,489,74.78h29.56c-7.19,17.43-15.84,30.6-27.31,41.69A293,293,0,0,0,510,140.52Zm-55.62-25C447,105.82,438.81,94.22,432.2,84c-5.22,4-11.42,10.16-11.42,19.14,0,10.67,7.52,17.57,19.16,17.57A22,22,0,0,0,454.4,115.49ZM464.69,34.9c0-2.39-.71-10.19-9.79-10.19-6.94,0-12.38,6.84-12.38,15.57a25.7,25.7,0,0,0,5,15C455.61,51.41,464.69,44.82,464.69,34.9Z" fill="#2a2521"/> </svg> <span class="magazine-nav__title"> Mac &amp; i – Nachrichten, Tests, Tipps und Meinungen rund um Apple </span> </a> </li> <li class=" magazine-nav__item magazine-nav__item--make a-theme a-theme--make " > <a href="/make/" title="Make – Kreativ mit Technik" name="topnavi.ho.magazine-nav.make" data-google-interstitial=false class="magazine-nav__link magazine-nav__link--make" > <svg preserveAspectRatio="xMinYMin" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 178" class="make-logo magazin-nav__svg" > <title>Make Logo</title> <path d="M559.08,49.1H600V85.87H559.08Zm0,89.6H600v36.77H559.08ZM430,112.34c0-49.1,37.39-66,63.39-66s58,13,58,70.41v5.76H467.76c1.92,20.91,13.51,28.89,29.33,28.89,14.92,0,28.83-7.37,37.4-15.15L549.2,159c-14.71,12.52-32.86,19-54.93,19C461.41,178,430,161.13,430,112.34ZM517.15,100c-1.91-17.78-9.88-26.26-24.19-26.26-11.89,0-22,7.77-24.79,26.26ZM319.3,0h38.1V96.17L396.71,49h40.92L396.41,96.17,440,175.37H400.74l-27.92-51.52L357.4,141.13v34.14H319.3V0ZM188.68,143.15c0-29.2,24.59-45.26,79.92-49.81V90.21c0-9.29-4.73-15.15-17-15.15-16,0-29.73,6.57-41.42,15.66l-16-21.82c12.5-11.32,31.45-22.53,62.89-22.53,34.47,0,48.79,17.07,48.79,49.5v48.69c0,15.16,1,24.45,3.52,30.81H271.43a61.15,61.15,0,0,1-2.83-18.48c-11.59,13-25.29,20.4-44,20.4C205.31,177.19,188.68,164.67,188.68,143.15Zm79.92-5.56V114.26c-30,3.13-42.83,10.7-42.83,22.22,0,8.08,5.74,12.12,13.91,12.12C253.08,148.6,262.25,144.06,268.6,137.59ZM0,0H50.8l39,129h.41L126.69,0h52V175.47H141.61V55.66h-.4c-2.62,15.16-6,26.27-9.68,39.1l-26.2,80.61H71.16l-26-80.61A322.28,322.28,0,0,1,35,53.74h-.4V175.37H0V0Z" fill="#e2001a"/> </svg> <span class="magazine-nav__title"> Make – Kreativ mit Technik </span> </a> </li> <li class=" magazine-nav__item magazine-nav__item--select a-theme a-theme--select " > <a href="/select/" title="Alle Magazine im Browser lesen" name="topnavi.ho.magazine-nav.select" data-google-interstitial=false class="magazine-nav__link magazine-nav__link--select" > <span class="magazine-nav__title"> Alle Magazine im Browser lesen </span> </a> </li> </ul> </div> <nav class="sitemap topnavigation__sitemap" aria-label="Sitemap"> <a-collapse class="sitemap-group " has-indicator media="(max-width: 929px)" toggle-attr-on-media="disabled" > <div class=" sitemap-group__header " data-collapse-trigger > IT News </div> <div class="sitemap-group__content" data-collapse-target > <ul class="sitemap-group__items "> <li class="sitemap-group__item sitemap-group__item--newsticker"> <a href="/newsticker" title="heise online - Newsticker" name="topnavi.ho.sitemap.newsticker" data-google-interstitial=false class="sitemap-group__link " >Newsticker</a> </li> <li class="sitemap-group__item sitemap-group__item--Hintergründe"> <a href="/hintergrund" title="heise online - Hintergründe" name="topnavi.ho.sitemap.Hintergründe" data-google-interstitial=false class="sitemap-group__link " >Hintergründe</a> </li> <li class="sitemap-group__item sitemap-group__item--Ratgeber"> <a href="/ratgeber" title="heise online - Ratgeber" name="topnavi.ho.sitemap.Ratgeber" data-google-interstitial=false class="sitemap-group__link " >Ratgeber</a> </li> <li class="sitemap-group__item sitemap-group__item--Tests"> <a href="/tests" title="heise online - Testberichte" name="topnavi.ho.sitemap.Tests" data-google-interstitial=false class="sitemap-group__link " >Tests</a> </li> <li class="sitemap-group__item sitemap-group__item--Meinung"> <a href="/meinung" title="heise online - Meinungen" name="topnavi.ho.sitemap.Meinung" data-google-interstitial=false class="sitemap-group__link " >Meinungen</a> </li> </ul> </div> </a-collapse> <a-collapse class="sitemap-group " has-indicator media="(max-width: 929px)" toggle-attr-on-media="disabled" > <div class=" sitemap-group__header " data-collapse-trigger > Online-Magazine </div> <div class="sitemap-group__content" data-collapse-target > <ul class="sitemap-group__items "> <li class="sitemap-group__item sitemap-group__item--heiseplus"> <a href="/plus/" title="heise+ - Immer mehr Wissen." name="topnavi.ho.sitemap.heiseplus" data-google-interstitial=false class="sitemap-group__link sitemap-group__link--heiseplus" >heise<span class="sitemap_group__heiseplus-icon">+</span></a> </li> <li class="sitemap-group__item sitemap-group__item--tp"> <a href="/tp/" title="Telepolis" name="topnavi.ho.sitemap.tp" data-google-interstitial=false class="sitemap-group__link " >Telepolis</a> </li> <li class="sitemap-group__item sitemap-group__item--autos"> <a href="/autos/" title="heise Autos – News, Tests, Technik, Service rund ums Auto" name="topnavi.ho.sitemap.autos" data-google-interstitial=false class="sitemap-group__link " >heise Autos</a> </li> <li class="sitemap-group__item sitemap-group__item--bestenlisten"> <a href="/bestenlisten" title="bestenlisten by TechStage" name="topnavi.ho.sitemap.bestenlisten" data-google-interstitial=false class="sitemap-group__link " >bestenlisten</a> </li> <li class="sitemap-group__item sitemap-group__item--tipps-tricks"> <a href="/tipps-tricks/" title="tipps+tricks" name="topnavi.ho.sitemap.tipps-tricks" data-google-interstitial=false class="sitemap-group__link " >tipps+tricks</a> </li> </ul> </div> </a-collapse> <a-collapse class="sitemap-group sitemap-group--2-col" has-indicator media="(max-width: 929px)" toggle-attr-on-media="disabled" > <div class=" sitemap-group__header " data-collapse-trigger > Services </div> <div class="sitemap-group__content" data-collapse-target > <ul class="sitemap-group__items "> <li class="sitemap-group__item sitemap-group__item--Shop"> <a href="https://shop.heise.de/" title="heise Shop – IT Fachzeitschriften, Bücher, CD/DVD/Blu-ray" name="topnavi.ho.sitemap.Shop" data-google-interstitial=false class="sitemap-group__link " >heise Shop</a> </li> <li class="sitemap-group__item sitemap-group__item--Arbeiten bei Heise"> <a href="https://jobs.heise.de/" title="heise jobs – Jobbörse für qualifizierte Fach- und Führungskräfte aus der IT-Branche" name="topnavi.ho.sitemap.Arbeiten bei Heise" data-google-interstitial=false class="sitemap-group__link " >Stellenmarkt</a> </li> <li class="sitemap-group__item sitemap-group__item--heise academy"> <a href="https://heise-academy.de/" title="heise academy - Weiterbildung für IT-Profis von heise medien" name="topnavi.ho.sitemap.heise academy" data-google-interstitial=false class="sitemap-group__link " >heise academy</a> </li> <li class="sitemap-group__item sitemap-group__item--download"> <a href="/download/" title="heise Download – Software zum Download für Windows, Mac, Linux, iPhone, Symbian, Android" name="topnavi.ho.sitemap.download" data-google-interstitial=false class="sitemap-group__link " >heise Download</a> </li> <li class="sitemap-group__item sitemap-group__item--heise preisvergleich"> <a href="https://preisvergleich.heise.de" title="heise preisvergleich – Günstige Preise, Meinungen und Bewertungen zu vielen Produkten" name="topnavi.ho.sitemap.heise preisvergleich" data-google-interstitial=false class="sitemap-group__link " >heise preisvergleich</a> </li> <li class="sitemap-group__item sitemap-group__item--Tarifrechner"> <a href="https://www.heise.de/tarifrechner" title="Tarifrechner" name="topnavi.ho.sitemap.Tarifrechner" data-google-interstitial=false class="sitemap-group__link " >Tarifrechner</a> </li> <li class="sitemap-group__item sitemap-group__item--heise compaliate"> <a href="https://compaliate.heise.de/" title="heise compaliate – Entdecke die heise Affiliate Plattform" name="topnavi.ho.sitemap.heise compaliate" data-google-interstitial=false class="sitemap-group__link " >heise compaliate</a> </li> <li class="sitemap-group__item sitemap-group__item--Abo bestellen"> <a href="https://shop.heise.de/zeitschriften-abo/" title="Abo – c't, iX, c't Fotografie, Mac &amp; i, Make" name="topnavi.ho.sitemap.Abo bestellen" data-google-interstitial=false class="sitemap-group__link " >Abo bestellen</a> </li> <li class="sitemap-group__item sitemap-group__item--Mein Abo"> <a href="https://www.heise.de/sso/registration/add_subscriber_id?forward=https%3A%2F%2Fwww.heise.de%2F" title="Abo verwalten - Mein persönlicher Abo-Bereich" name="topnavi.ho.sitemap.Mein Abo" data-google-interstitial=false class="sitemap-group__link " >Mein Abo</a> </li> <li class="sitemap-group__item sitemap-group__item--Netzwerktools"> <a href="https://www.heise.de/tools/" title="heise online - Netzwerktools" name="topnavi.ho.sitemap.Netzwerktools" data-google-interstitial=false class="sitemap-group__link " >Netzwerktools</a> </li> <li class="sitemap-group__item sitemap-group__item--iMonitor"> <a href="https://www.heise.de/netze/netzwerk-tools/imonitor-internet-stoerungen/" title="heise iMonitor" name="topnavi.ho.sitemap.iMonitor" data-google-interstitial=false class="sitemap-group__link " >iMonitor</a> </li> <li class="sitemap-group__item sitemap-group__item--loseblattwerke"> <a href="/loseblattwerke/" title="Loseblattwerke" name="topnavi.ho.sitemap.loseblattwerke" data-google-interstitial=false class="sitemap-group__link " >Loseblattwerke</a> </li> <li class="sitemap-group__item sitemap-group__item--spiele"> <a href="https://spiele.heise.de" title="heise Spiele" name="topnavi.ho.sitemap.spiele" data-google-interstitial=false class="sitemap-group__link " >Spiele</a> </li> </ul> </div> </a-collapse> <a-collapse class="sitemap-group " has-indicator media="(max-width: 929px)" toggle-attr-on-media="disabled" > <div class=" sitemap-group__header " data-collapse-trigger > Über Uns </div> <div class="sitemap-group__content" data-collapse-target > <ul class="sitemap-group__items "> <li class="sitemap-group__item sitemap-group__item--heise medien"> <a href="https://www.heisegroup.de/artikel/heise-medien-3904998.html" title="heise medien - Hochwertiger und unabhängiger Journalismus" name="topnavi.ho.sitemap.heise medien" data-google-interstitial=false class="sitemap-group__link " >heise medien</a> </li> <li class="sitemap-group__item sitemap-group__item--heise regioconcept"> <a href="https://www.heise-regioconcept.de/" title="heise regioconcept - Regionales Marketing für Unternehmen" name="topnavi.ho.sitemap.heise regioconcept" data-google-interstitial=false class="sitemap-group__link " >heise regioconcept</a> </li> <li class="sitemap-group__item sitemap-group__item--heise Business Services"> <a href="https://business-services.heise.de/" title="heise Business Services – Produkte und Lösungen namhafter IT-Hersteller" name="topnavi.ho.sitemap.heise Business Services" data-google-interstitial=false class="sitemap-group__link " >heise Business Services</a> </li> <li class="sitemap-group__item sitemap-group__item--heise96"> <a href="https://www.heisegroup.de" title="Sponsoring Hannover 96" name="topnavi.ho.sitemap.heise96" data-google-interstitial=false class="sitemap-group__link " >Sponsoring<img src="/icons/ho/h96-logo.svg" width="48" height="55" alt="Logo Hannover 96" class="sitemap-group__img sitemap-group__img--h96" loading="lazy" /></a> </li> <li class="sitemap-group__item sitemap-group__item--mediadaten"> <a href="https://mediadaten.heise.de/" title="Mediadaten heise medien" name="topnavi.ho.sitemap.mediadaten" data-google-interstitial=false class="sitemap-group__link " >Mediadaten</a> </li> <li class="sitemap-group__item sitemap-group__item--Karriere"> <a href="https://www.heisegroup.de/artikel/heise-als-Arbeitgeber-1812545.html" title="Arbeiten bei heise – Heise als Arbeitgeber" name="topnavi.ho.sitemap.Karriere" data-google-interstitial=false class="sitemap-group__link " >Karriere</a> </li> <li class="sitemap-group__item sitemap-group__item--presse"> <a href="https://www.heisegroup.de/presse/" title="Pressemitteilungen und Interviews" name="topnavi.ho.sitemap.presse" data-google-interstitial=false class="sitemap-group__link " >Presse</a> </li> </ul> </div> </a-collapse> </nav> <div class="topnavigation__footer"> <div class="topnavigation__brandworld"> <span class="wrbg-note topnavigation__brandworld-label"> Anzeige </span> <a href="https://it-kenner.heise.de/it-summit-by-heise/" class=" topnavigation__brandworld-link a-tag a-tag--ad " name="dachzeile.ho.nativelink" title="IT Summit" > IT Summit </a> <a href="https://it-kenner.heise.de/secure-it-fuer-unternehmen/" class=" topnavigation__brandworld-link a-tag a-tag--ad " name="dachzeile.ho.nativelink" title="Secure IT für Unternehmen" > Secure IT für Unternehmen </a> </div> <div class=" notification-links " > <a href="/newsletter/" class=" link notification-links__link " name="topnavi.ho.sitemap.newsletter" data-google-interstitial=false > <svg class="link__svg" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin" viewBox="0 0 24 24"> <path id="paper-plane-outline" d="M24,3,0,10l7.92,4.4L8,20l3.78-3.46L18,20ZM17,17.34l-5.48-3L20.85,6.4ZM20.46,5.9,9.6,13.25,4.66,10.51Z" transform="translate(0)"/> </svg> <span > Newsletter </span> </a> <a href="/benachrichtigungen/heise-bot/" class=" link notification-links__link " name="topnavi.ho.sitemap.heisebotti" data-google-interstitial=false > <svg id="logo-botti" xmlns="http://www.w3.org/2000/svg" class="link__svg" viewBox="0 0 24 24" > <title>heise-Bot</title> <path d="M9.3,17.66c-.24.56-.62,1.21-1.32,1.21A.89.89,0,0,1,7.05,18a3,3,0,0,1,.36-1.14l3.18-7.26c.24-.55.55-.95,1.18-.95a.86.86,0,0,1,.89.89A3.36,3.36,0,0,1,12.25,11Zm2.76,1.21c.71,0,1.08-.63,1.34-1.2L14.58,15A3.74,3.74,0,0,0,15,13.59a.86.86,0,0,0-.89-.89c-.64,0-.94.43-1.19,1l-1.42,3.2A2.65,2.65,0,0,0,11.16,18,.86.86,0,0,0,12.06,18.87ZM23.64,8.3a1,1,0,0,0-1.53,1.08A9.42,9.42,0,0,1,19,10.68c-.52-4.49-4.34-7.14-8.87-7.14A10.33,10.33,0,0,0,4.4,5.22,11.49,11.49,0,0,1,2.09,1.78,1,1,0,0,0,2.51.91,1,1,0,0,0,.56,1a1,1,0,0,0,1,.91,15.71,15.71,0,0,1,1,4.84,10.36,10.36,0,0,0-2.58,7c0,5.77,4.64,9.85,10.27,9.85a10.08,10.08,0,0,0,7.47-3.53l-.42-.63a7.92,7.92,0,0,1-1,.86,10.65,10.65,0,0,1-6.16,1.94A7.51,7.51,0,0,1,2.7,14.53c0-4.82,1.92-9.13,7.37-9.13,4.07,0,7.37,2.74,7.37,7a6.65,6.65,0,0,1-1.46,4l.72.62a7.79,7.79,0,0,0,2.23-3.91,16,16,0,0,1,3.51-3.27,1,1,0,0,0,1.35-.17A1,1,0,0,0,23.64,8.3ZM10.08,21c.39.09.18-.36.48-.56s.75-.39.81-.69a1.58,1.58,0,0,1-.93.05,6.43,6.43,0,0,1-1.27-.49,2,2,0,0,0,.15,1A1,1,0,0,0,10.08,21Z" transform="translate(0 0)"/> </svg> <span > heise-Bot </span> </a> <a href="/benachrichtigungen" class=" link notification-links__link " name="topnavi.ho.sitemap.pushnachrichten" data-google-interstitial=false > <svg id="cp-bell-outline" xmlns="http://www.w3.org/2000/svg" class="link__svg" viewBox="0 0 24 24" > <title>Push Nachrichten</title> <path d="M15,20.9c0,1.6-1.3,2.9-3,3c-1.6-0.1-2.9-1.4-3-3h1.7c0,0,0,0,0,0.1c0,0.7,0.6,1.3,1.3,1.3 c0.7,0,1.3-0.6,1.3-1.3c0,0,0,0,0-0.1H15z M21.9,17.2v1.7H2.1v-1.7C6.9,15.6,4.2,6.7,8.9,4c0.6-0.4,1-1.1,1-1.8l0,0 c0-1,0.7-2,1.7-2.2C11.9,0,12.1,0,12.4,0c1,0.2,1.7,1.1,1.7,2.1l0,0c0,0.7,0.4,1.4,1,1.8C19.7,6.7,17.1,15.6,21.9,17.2z M19.2,16.9 c-4-2-1.4-9.6-5.8-12.2c-0.1-0.1-0.2-0.1-0.4-0.2c-0.3-0.2-0.6-0.3-1-0.3c-0.3,0-0.6,0.1-0.9,0.2c-0.2,0.1-0.3,0.1-0.5,0.2 C6.1,7.4,8.8,14.9,4.8,16.9H19.2z"/> </svg> <span class="a-u-hide-from-tablet"> Push </span> <span class="a-u-show-from-tablet"> Push-Nachrichten </span> </a> <a-color-scheme class="a-u-show-from-tablet a-cholor-scheme-tablet"></a-color-scheme> </div> </div> </div> </header> </div> <template id="upscore-reco-template-free"> <article class=" a-article-teaser a-article-teaser--mobile-in-list a-theme " data-upscore-object-id="${object_id}" data-cid="${object_id}" > <a href="${url}" title="${title}" class=" a-article-teaser__link " data-upscore-url > <figure class=" a-article-teaser__image-container" > <div > <a-img width="16" height="9" layout="responsive" src="${image}" alt="${title}" quality="70" high-dpi-quality="50" style=" aspect-ratio: 16 / 9;" > <img src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='696px' height='391px' viewBox='0 0 696 391'%3E%3Crect x='0' y='0' width='696' height='391' fill='%23f2f2f2'%3E%3C/rect%3E%3C/svg%3E" width="16" height="9" alt="${title}" style="aspect-ratio: 16 / 9; object-fit: cover;" > </a-img> <noscript> <img src="https://heise.cloudimg.io/width/16/q50.png-lossy-50.webp-lossy-50.foil1/_www-heise-de_/$%7Bimage%7D" srcset=" https://heise.cloudimg.io/width/336/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/$%7Bimage%7D 336w, https://heise.cloudimg.io/width/1008/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/$%7Bimage%7D 1008w, https://heise.cloudimg.io/width/16/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/$%7Bimage%7D 16w, https://heise.cloudimg.io/width/32/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/$%7Bimage%7D 32w " sizes="" alt="${title}" width="16" height="9" class="legacy-img " loading="lazy" decoding="async" style="background-color: #f2f2f2;" onload="this.style=null;" > </noscript> </div> </figure> <div class=" a-article-teaser__content-container " > <header> <h3 class=" a-article-teaser__title " > <span class=" a-article-teaser__kicker " > ${intro} </span> <span class="a-article-teaser__title-text" data-upscore-title>${title} </span> </h3> </header> <p class=" a-article-teaser__synopsis " >${lead} </p> </div> </a> </article> </template> <template id="upscore-reco-template-premium"> <article class=" a-article-teaser a-article-teaser--mobile-in-list a-theme " data-upscore-object-id="${object_id}" data-cid="${object_id}" > <a href="${url}" title="${title}" class=" a-article-teaser__link " data-upscore-url data-google-interstitial=false > <figure class=" a-article-teaser__image-container" > <div > <a-img width="16" height="9" layout="responsive" src="${image}" alt="${title}" quality="70" high-dpi-quality="50" style=" aspect-ratio: 16 / 9;" > <img src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='696px' height='391px' viewBox='0 0 696 391'%3E%3Crect x='0' y='0' width='696' height='391' fill='%23f2f2f2'%3E%3C/rect%3E%3C/svg%3E" width="16" height="9" alt="${title}" style="aspect-ratio: 16 / 9; object-fit: cover;" > </a-img> <noscript> <img src="https://heise.cloudimg.io/width/16/q50.png-lossy-50.webp-lossy-50.foil1/_www-heise-de_/$%7Bimage%7D" srcset=" https://heise.cloudimg.io/width/336/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/$%7Bimage%7D 336w, https://heise.cloudimg.io/width/1008/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/$%7Bimage%7D 1008w, https://heise.cloudimg.io/width/16/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/$%7Bimage%7D 16w, https://heise.cloudimg.io/width/32/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/$%7Bimage%7D 32w " sizes="" alt="${title}" width="16" height="9" class="legacy-img " loading="lazy" decoding="async" style="background-color: #f2f2f2;" onload="this.style=null;" > </noscript> </div> </figure> <div class=" a-article-teaser__content-container " > <header> <h3 class=" a-article-teaser__title " > <span class=" a-article-teaser__kicker " > ${intro} </span> <span class="a-article-teaser__title-text" data-upscore-title> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" role="img" preserveAspectRatio="xMinYMin" class="heise-plus-logo a-article-teaser__plus-icon" > <style> .plus-icon-svg-rec { fill: #14315b; } .plus-icon-svg-path { fill: #f2f2f2; } .dark .plus-icon-svg-rec { fill: #f2f2f2; } .dark .plus-icon-svg-path { fill: #323232; } </style> <rect class="plus-icon-svg-rec" width="32" height="32" rx="12" ry="12"/> <path class="plus-icon-svg-path" d="M24 14.3h-6.3V8h-3.4v6.3H8v3.4h6.3V24h3.4v-6.3H24z"/> </svg>${title} </span> </h3> </header> <p class=" a-article-teaser__synopsis " >${lead} </p> </div> </a> </article> </template> <template id="upscore-reco-template-wrapper-homepage"> <div class="teaser-grid teaser-grid--3 top-stage__row">${content}</div> </template> <template id="upscore-reco-template-wrapper-article-premium"> <aside class="stage stage--channel a-u-grid-pullout-mobile a-u-grid-pushin-mobile" aria-role="complementary"> <header class="a-container-header stage__header stage__header--no-mobile-padding a-container-header--bordered a-container-header--one-row"> <a href="/plus/" class="a-container-header__link"> <h2 class=" a-container-header__heading a-container-header__heading--small "> <span class=" a-container-header__logo a-container-header__logo--heiseplus a-container-header__logo--margin "> heise+ </span> <span class="a-container-header__slug"> Das Beste aus heise+ </span> </h2> <nav class="a-container-header__more"> <span class=" a-container-header__more-text a-u-show-from-tablet "> Zur heise+ Startseite </span> <span class="a-container-header__more-icon"></span> </nav> </a> </header> <div class=" teaser-grid teaser-grid--h-gutter teaser-grid--4 channel_ho "> ${content} </div> </aside> </template> <template id="upscore-reco-template-wrapper-article"> <aside class="stage stage--channel a-u-grid-pullout-mobile a-u-grid-pushin-mobile" aria-role="complementary"> <header class="a-container-header stage__header stage__header--no-mobile-padding a-container-header--bordered a-container-header--one-row"> <a href="/" class="a-container-header__link"> <h2 class=" a-container-header__heading a-container-header__heading--small "> <span class=" a-container-header__logo a-container-header__logo--ho a-container-header__logo--margin "> heise online </span> <span class="a-container-header__slug"> Top-Beiträge von heise online </span> </h2> <nav class="a-container-header__more"> <span class=" a-container-header__more-text a-u-show-from-tablet "> Zur heise online Startseite </span> <span class="a-container-header__more-icon"></span> </nav> </a> </header> <div class=" teaser-grid teaser-grid--h-gutter teaser-grid--4 channel_ho "> ${content} </div> </aside> </template> <template id="upscore-reco-template-wrapper-article-en"> <aside class="stage stage--channel a-u-grid-pullout-mobile a-u-grid-pushin-mobile" aria-role="complementary"> <header class="a-container-header stage__header stage__header--no-mobile-padding a-container-header--bordered a-container-header--one-row"> <a href="/" class="a-container-header__link"> <h2 class=" a-container-header__heading a-container-header__heading--small "> <span class=" a-container-header__logo a-container-header__logo--ho a-container-header__logo--margin "> heise online </span> <span class="a-container-header__slug"> Most popular articles by heise online </span> </h2> </a> </header> <div class=" teaser-grid teaser-grid--h-gutter teaser-grid--4 channel_ho "> ${content} </div> </aside> </template> <div class="a-layout a-layout--transparent a-u-no-margin-bottom"> <div class=" a-layout__container a-layout__container--full-width" > <div class="a-layout__item a-layout__item--full-width"> <div class="ad-ldb-container"> <script>performance.mark('FRAME-Ads Anfang');</script> <div class="perf-cls-reduc-leaderboard"> <div> <div id="HEI_D_Top" class="" ></div> </div> </div> <div class="ad ad--skyscraper a-u-show-from-tablet"> <div> <div id="HEI_D_Right" class="" ></div> </div> </div> <script> performance.mark('FRAME-Ads Ende'); performance.measure('FRAME-Ads', 'FRAME-Ads Anfang', 'FRAME-Ads Ende'); </script> </div> </div> </div> </div> <div class="a-layout a-u-mb-4" id="bottom-up"> <script>performance.mark('HEADER Anfang');</script> <div class=" a-layout__container a-layout__container--full-width a-layout__container--mobile-offset "> <div class="a-layout__item a-layout__item--full-width"> <header class="header "> <a-collapse media="(max-width: 767px)" toggle-attr-on-media="disabled" > <div class="header__menu"> <figure class="header-logo "> <a href="/" title="heise online" data-google-interstitial=false > <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1504 214" role="img" preserveAspectRatio="xMinYMin" class="heise-online-logo header-logo__svg header-logo__svg--mobile" > <style> .heise-online-logo-svg-path-online { fill: #6f7d93; } .heise-online-logo-svg-path-heise { fill: #14315b; } .dark .heise-online-logo-svg-path-online, .dark .heise-online-logo-svg-path-heise { fill: #f2f2f2; } </style> <title>heise online Logo</title> <path class="heise-online-logo-svg-path-online" d="M869.84 139.56c0-43.75 29.74-69 62.47-69s62.47 25.25 62.47 69-29.74 68.79-62.47 68.79-62.47-25.25-62.47-68.79m93.29 0c0-26.32-11.55-43.86-30.81-43.86s-30.81 17.54-30.81 43.86 11.55 43.65 30.81 43.65 30.81-17.33 30.81-43.65m49.9-65.79h25.25l2.35 17.76h.86c11.77-11.45 25.14-20.97 43.11-20.97 28.13 0 40.44 19.04 40.44 52.2v82.37h-30.81v-78.41c0-21.61-6.2-29.74-20.43-29.74-11.55 0-19.15 5.67-29.95 16.37v91.78h-30.81V73.77Zm135.54 97.56V16.22h30.81v156.72c0 7.6 3.42 10.27 6.63 10.27 1.39 0 2.46 0 4.81-.54l3.85 23c-3.74 1.5-8.88 2.67-16.26 2.67-21.82 0-29.85-14.12-29.85-37.01Zm52.93-138c0-10.38 8.13-17.44 19.04-17.44s19.04 7.06 19.04 17.44-8.13 17.44-19.04 17.44-19.04-7.27-19.04-17.44m3.53 40.44h30.81v131.37h-30.81zm54.66 0h25.25l2.35 17.76h.86c11.77-11.45 25.14-20.97 43.11-20.97 28.13 0 40.44 19.04 40.44 52.2v82.37h-30.81v-78.41c0-21.61-6.2-29.74-20.43-29.74-11.55 0-19.15 5.67-29.95 16.37v91.78h-30.81V73.77Zm129.52 65.79c0-42.68 29.63-69 60.55-69 35.52 0 54.24 25.67 54.24 62.37 0 5.88-.64 11.77-1.34 14.98h-83.39c2.57 23.32 17.54 36.59 38.73 36.59 11.23 0 20.86-3.53 30.49-9.52l10.48 19.15c-12.52 8.45-28.35 14.23-45.04 14.23-36.26 0-64.72-25.46-64.72-68.79Zm88.15-12.62c0-20.22-8.99-32.52-26.96-32.52-15.3 0-28.78 11.45-31.45 32.52z"/><path class="heise-online-logo-svg-path-heise" d="M258.47 15.22h30.81v48.89L288 89.46c11.02-10.38 24.07-19.9 42.04-19.9 28.13 0 40.44 19.04 40.44 52.2v82.37h-30.81v-78.41c0-21.61-6.2-29.74-20.43-29.74-11.55 0-19.15 5.67-29.95 16.37v91.78h-30.81V15.22Zm129.58 123.34c0-42.68 29.63-69 60.55-69 35.52 0 54.24 25.67 54.24 62.37 0 5.88-.64 11.77-1.34 14.98h-83.39c2.57 23.32 17.54 36.59 38.73 36.59 11.23 0 20.86-3.53 30.49-9.52l10.48 19.15c-12.52 8.45-28.35 14.23-45.04 14.23-36.26 0-64.72-25.46-64.72-68.79Zm88.14-12.62c0-20.22-8.99-32.52-26.96-32.52-15.3 0-28.78 11.45-31.45 32.52zm41.46-93.6c0-10.38 8.13-17.44 19.04-17.44s19.04 7.06 19.04 17.44-8.13 17.44-19.04 17.44-19.04-7.27-19.04-17.44m3.53 40.43h30.81v131.37h-30.81zm44.04 116.29 14.33-19.58c11.66 9.09 22.95 14.66 36.26 14.66 14.33 0 21.07-6.74 21.07-15.72 0-11.02-14.23-15.94-28.24-21.29-17.22-6.47-36.91-16.37-36.91-38.3s18.4-39.26 47.82-39.26c18.29 0 32.95 7.43 43.65 15.73l-14.12 18.93c-9.2-6.74-18.45-11.45-28.78-11.45-13.21 0-19.47 6.31-19.47 14.55 0 10.38 13.27 14.33 27.49 19.58 17.76 6.63 37.65 15.19 37.65 39.69 0 22.57-17.86 40.76-51.03 40.76-17.97 0-36.91-7.7-49.74-18.29Zm111.39-50.5c0-42.68 29.63-69 60.55-69 35.52 0 54.24 25.67 54.24 62.37 0 5.88-.64 11.77-1.34 14.98h-83.39c2.57 23.32 17.54 36.59 38.73 36.59 11.23 0 20.86-3.53 30.49-9.52l10.48 19.15c-12.52 8.45-28.35 14.23-45.04 14.23-36.26 0-64.72-25.46-64.72-68.79Zm88.15-12.62c0-20.22-8.99-32.52-26.96-32.52-15.3 0-28.78 11.45-31.45 32.52zM114.88 2.89c15.41 7.19 22.08 25.51 14.89 40.92l-71.06 152.4c-7.19 15.41-25.51 22.08-40.92 14.9C2.38 203.92-4.29 185.6 2.9 170.18L73.95 17.79C81.14 2.38 99.46-4.29 114.88 2.9m49.2 97.26c-15.41-7.18-33.73-.52-40.92 14.9l-25.7 55.12c-7.19 15.41-.52 33.74 14.89 40.93s33.73.52 40.92-14.89l25.71-55.12c7.19-15.42.52-33.74-14.9-40.93"/> </svg> </a> </figure> <div class="header_menu-group"> <a href="/plus" title="Jetzt heise+ abonnieren" name="header.ho.heiseplus" data-google-interstitial=false class="header_abo-link"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" role="img" preserveAspectRatio="xMinYMin" class="heise-plus-logo navigation__heiseplus-logo" > <style> .plus-icon-svg-rec { fill: #14315b; } .plus-icon-svg-path { fill: #f2f2f2; } .dark .plus-icon-svg-rec { fill: #f2f2f2; } .dark .plus-icon-svg-path { fill: #323232; } </style> <rect class="plus-icon-svg-rec" width="32" height="32" rx="12" ry="12"/> <path class="plus-icon-svg-path" d="M24 14.3h-6.3V8h-3.4v6.3H8v3.4h6.3V24h3.4v-6.3H24z"/> </svg> Abo </a> <div class="header__collapse-toggle" data-collapse-trigger title="Menü auf-/zuklappen" > <svg class="menu-icon header__menu_mobile-icon"> <use href="/icons/common-icons.svg#menu-mobile"></use> </svg> </div> </div> </div> <div class="header__content" data-collapse-target> <form accept-charset="utf-8" method="get" action="/suche/" class="a-form header__search" role="search" id="volltextsuche" > <fieldset class="header__search-container"> <input type="search" class=" a-form__input header__search-input " value="" name="q" placeholder="Suchen" data-autocomplete="true" data-searchpath="/suche/" autocomplete="off" role="textbox" aria-autocomplete="list" aria-haspopup="true" aria-label="Suchen" spellcheck="false" > <button class="header__search-button" type="submit" aria-label="suchen"> <svg class="header__search-icon"> <use href="/icons/common-icons.svg#search"></use> </svg> </button> <input type="hidden" name="sort_by" value="relevance" > </fieldset> </form> <a-collapse-group target="a-menu"> <div class="header__nav"> <div class="magazine-nav header__magazine-nav"> <ul class="magazine-nav__items a-u-remove-list-style"> <li class=" magazine-nav__item magazine-nav__item--ct a-theme a-theme--ct " > <a href="/ct/" title="c't – Magazin für Computertechnik" name="topnavi.ho.magazine-nav.ct" data-google-interstitial=false class="magazine-nav__link magazine-nav__link--ct" > <svg preserveAspectRatio="xMinYMin" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 370" class="ct-logo magazin-nav__svg" > <title>c't Magazin Logo</title> <path d="M329,0H429.54L406.65,93.08H500L477.72,183.7H384.29l-10.5,42.73s-3.22,10.79-2.08,17.61a26.5,26.5,0,0,0,5.07,12.62c3.63,5.13,6.81,7.56,12.56,10.09,5.46,2.39,15.07,2.51,15.07,2.51h73L452.6,370h-76c-66.62.67-108.38-45.12-108.38-101.55,0-12.32,3.53-32,11-66.06L284,183,329,0ZM231.46,0,211.65,80.56h42.5L228.78,183.7h43L317,0Zm-57.8,93.08C75.55,92.93,0,188.15,0,268.08,0,324.52,41.32,371.47,108.08,370H211.86l24.76-100.71H130.27c-21.92-.12-28.59-22.21-28.59-35.61,0-23.49,26.37-49.88,51.77-49.95H216.8l22.28-90.62Z" fill="#2288c6"/> </svg> <span class="magazine-nav__title"> c't – Magazin für Computertechnik </span> </a> </li> <li class=" magazine-nav__item magazine-nav__item--ix a-theme a-theme--ix " > <a href="/ix/" title="iX – Magazin für professionelle Informationstechnik" name="topnavi.ho.magazine-nav.ix" data-google-interstitial=false class="magazine-nav__link magazine-nav__link--ix" > <svg preserveAspectRatio="xMinYMin" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 610" class="ix-logo magazin-nav__svg" > <title>iX Magazin Logo</title> <path d="M238.41,610h-139L346.17,248.34,294.41,69.72H421.75l12.81,45.67,31.26-45.67H600L475.16,252.6l70.42,242.66H418.23L387.41,385.48Zm-100-20.61h89.17L395.36,337.6l38.47,137h84.33L452.68,249,561,90.34H476.67l-50,73.08-20.5-73.08H321.82l46.83,161.6Zm-2.07-95.46H0L186.69,220.48H323ZM39,473.31h86.47L284,241.1h-86.4ZM260.28,183.12A91.56,91.56,0,1,1,323,25l2,1.89L306.87,46.13l-2-1.88a65,65,0,1,0-21.15,108l2.56-1L295.83,176l-2.56,1A91,91,0,0,1,260.28,183.12Z" fill="#4c5c64"/> </svg> <span class="magazine-nav__title"> iX – Magazin für professionelle Informationstechnik </span> </a> </li> <li class=" magazine-nav__item magazine-nav__item--foto a-theme a-theme--foto " > <a href="/foto/" title="c't Fotografie - Das Magazin rund ums digitale Bild" name="topnavi.ho.magazine-nav.foto" data-google-interstitial=false class="magazine-nav__link magazine-nav__link--foto" > <svg preserveAspectRatio="xMinYMin" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 140" class="foto-logo magazin-nav__svg" > <title>c't Fotografie Logo</title> <path fill="#0a0a0a" d="M2 75.8h28.95v4.36H6.79v16.01h17.52v4.36H6.79v21.58H2zm27.75 29.53c0-2.57.44-4.93 1.31-7.08s2.08-4.02 3.63-5.59 3.41-2.8 5.59-3.67 4.55-1.31 7.12-1.31 4.93.44 7.08 1.31 4.02 2.1 5.59 3.67 2.8 3.44 3.67 5.59c.87 2.16 1.31 4.52 1.31 7.08s-.44 4.93-1.31 7.08c-.87 2.16-2.1 4.02-3.67 5.59s-3.44 2.8-5.59 3.67c-2.16.87-4.52 1.31-7.08 1.31s-4.94-.44-7.12-1.31-4.04-2.09-5.59-3.67c-1.55-1.57-2.76-3.44-3.63-5.59s-1.31-4.52-1.31-7.08m4.36 0c0 1.89.3 3.67.91 5.34s1.49 3.12 2.65 4.36c1.16 1.23 2.57 2.22 4.21 2.94 1.65.73 3.49 1.09 5.52 1.09s3.87-.36 5.52-1.09 3.05-1.71 4.21-2.94 2.05-2.69 2.65-4.36c.61-1.67.91-3.45.91-5.34s-.3-3.67-.91-5.34-1.49-3.12-2.65-4.36c-1.16-1.23-2.57-2.22-4.21-2.94-1.65-.73-3.49-1.09-5.52-1.09s-3.88.36-5.52 1.09c-1.65.73-3.05 1.71-4.21 2.94s-2.05 2.69-2.65 4.36c-.61 1.67-.91 3.45-.91 5.34m52.63-12.86h-8.96v21.87c0 1.5.41 2.66 1.23 3.49.82.82 1.96 1.23 3.41 1.23.82 0 1.66-.11 2.51-.33q1.275-.33 2.43-.84l.36 3.92c-.82.29-1.77.56-2.83.8-1.07.24-2.01.36-2.83.36-1.55 0-2.88-.23-4-.69-1.11-.46-2.01-1.08-2.69-1.85s-1.17-1.68-1.49-2.72-.47-2.17-.47-3.38V92.46h-6.64v-3.92h6.64V75.8h4.36v12.74h8.96v3.92Zm2.75 12.86c0-2.57.44-4.93 1.31-7.08s2.08-4.02 3.63-5.59 3.41-2.8 5.59-3.67 4.55-1.31 7.12-1.31 4.93.44 7.08 1.31 4.02 2.1 5.59 3.67 2.8 3.44 3.67 5.59c.87 2.16 1.31 4.52 1.31 7.08s-.44 4.93-1.31 7.08c-.87 2.16-2.1 4.02-3.67 5.59s-3.44 2.8-5.59 3.67c-2.16.87-4.52 1.31-7.08 1.31s-4.94-.44-7.12-1.31-4.04-2.09-5.59-3.67c-1.55-1.57-2.76-3.44-3.63-5.59s-1.31-4.52-1.31-7.08m4.35 0c0 1.89.3 3.67.91 5.34s1.49 3.12 2.65 4.36c1.16 1.23 2.57 2.22 4.21 2.94 1.65.73 3.49 1.09 5.52 1.09s3.87-.36 5.52-1.09 3.05-1.71 4.21-2.94 2.05-2.69 2.65-4.36.91-3.45.91-5.34-.3-3.67-.91-5.34-1.49-3.12-2.65-4.36c-1.16-1.23-2.57-2.22-4.21-2.94-1.65-.73-3.49-1.09-5.52-1.09s-3.88.36-5.52 1.09c-1.65.73-3.05 1.71-4.21 2.94s-2.05 2.69-2.65 4.36c-.61 1.67-.91 3.45-.91 5.34m72.1 13.45c0 4.18-.61 7.56-1.82 10.13-1.21 2.58-2.72 4.57-4.54 5.98s-3.77 2.36-5.85 2.84c-2.08.49-3.97.73-5.67.73s-3.35-.16-4.98-.47a23.7 23.7 0 0 1-4.61-1.39q-2.175-.915-3.96-2.22c-1.19-.87-2.22-1.87-3.09-2.99l3.41-3.21c1.55 2.19 3.49 3.79 5.81 4.81q3.48 1.53 7.41 1.53c2.23 0 4.1-.29 5.63-.87s2.78-1.35 3.78-2.3c.99-.95 1.77-1.99 2.32-3.13.56-1.14.97-2.29 1.23-3.43.27-1.14.42-2.22.47-3.24s.07-1.85.07-2.48v-3.4h-.15c-1.26 2.04-2.97 3.65-5.12 4.81-2.16 1.17-4.69 1.75-7.59 1.75-2.47 0-4.79-.45-6.97-1.35q-3.27-1.35-5.7-3.72a17.8 17.8 0 0 1-3.85-5.5c-.94-2.09-1.42-4.33-1.42-6.71s.47-4.62 1.42-6.71a17.5 17.5 0 0 1 3.85-5.47q2.43-2.325 5.7-3.72c2.18-.92 4.5-1.39 6.97-1.39 2.91 0 5.44.58 7.59 1.75s3.86 2.77 5.12 4.81h.15v-5.69h4.36v30.23Zm-4.22-13.89q0-2.76-1.05-5.19c-.7-1.62-1.65-3.03-2.83-4.21-1.19-1.19-2.59-2.13-4.21-2.83q-2.43-1.05-5.19-1.05c-2.76 0-3.57.35-5.19 1.05s-3.03 1.65-4.21 2.83c-1.19 1.19-2.13 2.59-2.83 4.21q-1.05 2.43-1.05 5.19c0 2.76.35 3.57 1.05 5.19s1.65 3.03 2.83 4.21c1.19 1.19 2.59 2.13 4.21 2.83q2.43 1.05 5.19 1.05c2.76 0 3.57-.35 5.19-1.05s3.03-1.65 4.21-2.83c1.19-1.19 2.13-2.59 2.83-4.21q1.05-2.43 1.05-5.19m13.36-6.9c0-.63-.03-1.39-.07-2.29-.05-.9-.09-1.8-.11-2.72-.03-.92-.06-1.78-.11-2.58s-.07-1.42-.07-1.85h4.36c.05 1.26.08 2.47.11 3.63q.03 1.74.18 2.25c1.11-1.99 2.54-3.61 4.29-4.87q2.61-1.89 6.39-1.89c.44 0 .86.04 1.27.11s.84.16 1.27.25l-.51 4.29c-.58-.19-1.14-.29-1.67-.29-1.89 0-3.52.3-4.9.91s-2.52 1.44-3.41 2.51c-.9 1.07-1.56 2.31-2 3.74s-.65 2.97-.65 4.61v18.31h-4.36V97.99Zm48.04 10.03c0 1.65.01 3.12.04 4.43a122 122 0 0 0 .29 6.75q.105 1.455.33 2.91h-4.07c-.29-1.65-.44-3.46-.44-5.45h-.15c-1.26 2.18-2.82 3.78-4.69 4.79q-2.805 1.53-7.08 1.53c-1.45 0-2.88-.18-4.29-.55-1.41-.36-2.66-.94-3.78-1.74a9.35 9.35 0 0 1-2.72-3.09c-.7-1.26-1.05-2.78-1.05-4.58 0-2.57.65-4.6 1.96-6.1s2.92-2.63 4.83-3.38 3.95-1.23 6.1-1.45 4.06-.33 5.7-.33h5.09v-2.03c0-2.91-.9-4.99-2.69-6.25s-4.04-1.89-6.76-1.89c-3.88 0-7.29 1.26-10.24 3.78l-2.54-2.98c1.6-1.55 3.58-2.72 5.96-3.52 2.37-.8 4.65-1.2 6.83-1.2 4.07 0 7.31.96 9.73 2.87s3.63 5 3.63 9.26v8.21Zm-8.72-2.76q-2.76 0-5.34.36t-4.65 1.23c-2.07.87-2.48 1.36-3.31 2.32q-1.23 1.455-1.23 3.63c0 1.02.23 1.93.69 2.72.46.8 1.05 1.45 1.78 1.96s1.54.9 2.43 1.16c.9.27 1.8.4 2.72.4 2.32 0 4.24-.34 5.74-1.02s2.7-1.56 3.6-2.65a9.14 9.14 0 0 0 1.85-3.71c.34-1.38.51-2.77.51-4.18v-2.25h-4.79Zm19.85-12.79h-6.36v-3.92h6.36v-5.14c0-2.18.33-3.98.98-5.41q.975-2.145 2.43-3.45c.97-.87 2.05-1.49 3.23-1.85 1.19-.36 2.31-.54 3.38-.54q3.045 0 5.01.87l-.87 3.78c-.97-.48-2.28-.73-3.92-.73q-5.88 0-5.88 8.94v3.54h8.46v3.92h-8.46v29.64h-4.36V92.48Zm18.54-13.71c0-.92.31-1.69.94-2.32s1.4-.94 2.32-.94 1.69.32 2.32.94c.63.63.94 1.41.94 2.32s-.32 1.7-.94 2.32c-.63.63-1.41.94-2.32.94s-1.7-.31-2.32-.94c-.63-.63-.94-1.4-.94-2.32m1.09 9.79h4.36v33.56h-4.36zm43.1 27.24c-1.7 2.57-3.79 4.41-6.28 5.52s-5.24 1.67-8.24 1.67c-2.57 0-4.89-.44-6.97-1.31s-3.87-2.09-5.38-3.67c-1.5-1.57-2.65-3.44-3.45-5.59s-1.2-4.54-1.2-7.16.41-4.84 1.24-6.97c.82-2.13 1.99-3.98 3.49-5.56 1.5-1.57 3.27-2.81 5.3-3.7 2.03-.9 4.29-1.34 6.76-1.34s4.83.45 6.79 1.34c1.96.9 3.61 2.08 4.94 3.56s2.34 3.16 3.01 5.05c.68 1.89 1.02 3.8 1.02 5.74v3.05h-28.19c0 .92.18 2.1.55 3.52.36 1.43 1.03 2.82 2 4.18s2.26 2.52 3.89 3.49c1.62.97 3.72 1.45 6.28 1.45 2.23 0 4.38-.53 6.47-1.6 2.08-1.06 3.68-2.52 4.79-4.36l3.2 2.69Zm-3.34-13.29c0-1.5-.3-2.91-.91-4.21-.61-1.31-1.43-2.46-2.47-3.45s-2.28-1.78-3.7-2.36c-1.43-.58-2.94-.87-4.54-.87-2.37 0-4.35.48-5.92 1.45s-2.82 2.08-3.74 3.34-1.57 2.48-1.96 3.67-.58 2-.58 2.43h23.83Z"/><path fill="#c3172e" d="M114.59 2v66.41h69.09V2zm31.36 62.44H133.5c-7.26 0-12.88-4.63-12.88-12.17 0-9.54 9.04-20.92 20.71-20.92h7.83l-2.63 10.82h-7.54c-3.06 0-6.19 3.2-6.19 5.98 0 1.64.78 4.27 3.42 4.27h12.67l-2.92 12.03Zm2.71-22.27 2.99-12.31h-5.76l2.35-9.61h9.54l-5.41 21.92h-3.7Zm28.96 0h-11.1l-1.28 5.12s-.36 1.28-.21 2.13c.36 2.06 1.92 2.99 3.84 2.99h8.75l-2.99 12.03h-9.04c-7.12 0-12.95-4.63-12.95-12.03 0-1.57.43-3.91 1.28-7.97l5.98-24.19h12.03l-2.78 11.1h11.17z"/> </svg> <span class="magazine-nav__title"> c't Fotografie - Das Magazin rund ums digitale Bild </span> </a> </li> <li class=" magazine-nav__item magazine-nav__item--macandi a-theme a-theme--macandi " > <a href="/mac-and-i/" title="Mac &amp; i – Nachrichten, Tests, Tipps und Meinungen rund um Apple" name="topnavi.ho.magazine-nav.macandi" data-google-interstitial=false class="magazine-nav__link magazine-nav__link--macandi" > <svg preserveAspectRatio="xMinYMin" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 145" class="mac-logo magazin-nav__svg" > <title>Mac an i Logo</title> <path d="M115.67,142.81l8.41-57c2.33-15.42,4.66-29.45,7.1-42.59-6.78,15.58-13.49,30.1-19.25,41.61L84,140.61H59.55l-4.9-55.72c-.89-11-1.75-25.1-2.56-42q-1,4.95-2.07,9.94c-2.56,12.32-5,24-7.2,33.5L29.2,142.81H0L34.41,5.59H75.26l4.3,52.33c.2,3.22.44,6.59.69,10.1.62,8.54,1.3,18,1.59,27.5C87.05,81.44,93.6,67.27,98.27,57.44L123.59,5.59h41.35L146.41,142.81Zm115.07-16c-.07,1.09-.15,2.18-.22,3.25-.28,4-.55,7.77-.67,11.29l0,1.43H259l-.05-1.43c-.41-12.63,1.74-31.88,4-43.57l10.41-52.29-1.18-.37a115.86,115.86,0,0,0-32.73-4.86c-48.93,0-71.21,36-71.21,69.41,0,21.12,12.42,35.3,30.91,35.3C211.76,145,222.84,138.59,230.74,126.84Zm7-61.49L233.67,86.5c-4.61,24.06-14.94,32.59-22.38,32.59-9,0-10.39-9.25-10.39-14.77,0-18.27,13.43-39.51,30.74-39.51A38.56,38.56,0,0,1,237.79,65.35Zm115,74.12.79-.38-.23-24.64-1.88.75a47.9,47.9,0,0,1-18.83,3.89c-8.59,0-17.77-4.93-17.77-18.77C314.85,78,331.2,66,346.58,66a31.81,31.81,0,0,1,12.64,2.28l1.38.58L368.66,44l-1.26-.46A61.37,61.37,0,0,0,347,40.29c-37.07,0-65,27.19-65,63.23,0,25.08,16.67,41.28,42.48,41.28C335.29,144.8,345.88,142.81,352.77,139.47Zm222.05,3.34L593.9,42.49H562.36L543.28,142.81Zm6.84-109.72c10.62,0,18.34-7.38,18.34-17.54,0-9.3-6.41-15.55-16-15.55a17.65,17.65,0,0,0-17.94,17.74c0,9,6.23,15.35,15.15,15.35ZM510,140.52l2,2.29H474.44l-.41-.44a72.72,72.72,0,0,1-5.6-7l-.86-1.17c-10.26,7.29-22,10.83-35.81,10.83-26.17,0-43.07-14.48-43.07-36.89,0-17.69,10.88-31.92,32.36-42.3-4.79-8.23-7-15.42-7-22.53C414,20.16,432.3,3.39,457.5,3.39,478.73,3.39,493,16,493,34.7c0,15.14-10.48,27.18-33,37.82,5,7.75,11.49,16.76,16.31,23.38A88.38,88.38,0,0,0,489,74.78h29.56c-7.19,17.43-15.84,30.6-27.31,41.69A293,293,0,0,0,510,140.52Zm-55.62-25C447,105.82,438.81,94.22,432.2,84c-5.22,4-11.42,10.16-11.42,19.14,0,10.67,7.52,17.57,19.16,17.57A22,22,0,0,0,454.4,115.49ZM464.69,34.9c0-2.39-.71-10.19-9.79-10.19-6.94,0-12.38,6.84-12.38,15.57a25.7,25.7,0,0,0,5,15C455.61,51.41,464.69,44.82,464.69,34.9Z" fill="#2a2521"/> </svg> <span class="magazine-nav__title"> Mac &amp; i – Nachrichten, Tests, Tipps und Meinungen rund um Apple </span> </a> </li> <li class=" magazine-nav__item magazine-nav__item--make a-theme a-theme--make " > <a href="/make/" title="Make – Kreativ mit Technik" name="topnavi.ho.magazine-nav.make" data-google-interstitial=false class="magazine-nav__link magazine-nav__link--make" > <svg preserveAspectRatio="xMinYMin" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 178" class="make-logo magazin-nav__svg" > <title>Make Logo</title> <path d="M559.08,49.1H600V85.87H559.08Zm0,89.6H600v36.77H559.08ZM430,112.34c0-49.1,37.39-66,63.39-66s58,13,58,70.41v5.76H467.76c1.92,20.91,13.51,28.89,29.33,28.89,14.92,0,28.83-7.37,37.4-15.15L549.2,159c-14.71,12.52-32.86,19-54.93,19C461.41,178,430,161.13,430,112.34ZM517.15,100c-1.91-17.78-9.88-26.26-24.19-26.26-11.89,0-22,7.77-24.79,26.26ZM319.3,0h38.1V96.17L396.71,49h40.92L396.41,96.17,440,175.37H400.74l-27.92-51.52L357.4,141.13v34.14H319.3V0ZM188.68,143.15c0-29.2,24.59-45.26,79.92-49.81V90.21c0-9.29-4.73-15.15-17-15.15-16,0-29.73,6.57-41.42,15.66l-16-21.82c12.5-11.32,31.45-22.53,62.89-22.53,34.47,0,48.79,17.07,48.79,49.5v48.69c0,15.16,1,24.45,3.52,30.81H271.43a61.15,61.15,0,0,1-2.83-18.48c-11.59,13-25.29,20.4-44,20.4C205.31,177.19,188.68,164.67,188.68,143.15Zm79.92-5.56V114.26c-30,3.13-42.83,10.7-42.83,22.22,0,8.08,5.74,12.12,13.91,12.12C253.08,148.6,262.25,144.06,268.6,137.59ZM0,0H50.8l39,129h.41L126.69,0h52V175.47H141.61V55.66h-.4c-2.62,15.16-6,26.27-9.68,39.1l-26.2,80.61H71.16l-26-80.61A322.28,322.28,0,0,1,35,53.74h-.4V175.37H0V0Z" fill="#e2001a"/> </svg> <span class="magazine-nav__title"> Make – Kreativ mit Technik </span> </a> </li> <li class=" magazine-nav__item magazine-nav__item--select a-theme a-theme--select " > <a href="/select/" title="Alle Magazine im Browser lesen" name="topnavi.ho.magazine-nav.select" data-google-interstitial=false class="magazine-nav__link magazine-nav__link--select" > <span class="magazine-nav__title"> Alle Magazine im Browser lesen </span> </a> </li> </ul> </div> <nav class="navigation " aria-label="heiseonline-Navigation" role="navigation" > <ul class="navigation__list navigation__list--two-cols"> <li> <a href="/plus" title="heise+ - Immer mehr Wissen." name="header.ho.heiseplus" data-google-interstitial=false class="navigation__logo-link navigation__head"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 860 200" role="img" preserveAspectRatio="xMinYMin" class="heise-plus-logo navigation__heiseplus-logo" > <style> .plus-logo-svg-path-heise { fill: #6f7d93; } .plus-logo-svg-path-plus { fill: #14315b; } .dark .plus-logo-svg-path-heise, .dark .plus-logo-svg-path-plus { fill: #f2f2f2; } </style> <path class="plus-logo-svg-path-heise" d="M786.24 179.42v-45.19h-43.23v-25.54h43.23V63.5h26.53v45.19H856v25.54h-43.23v45.19z" /> <path class="plus-logo-svg-path-plus" d="M234.56 191.7V17.43h28.39v44.93l-.99 23.45c5.1-4.77 10.78-9.01 17.04-12.71 6.25-3.7 13.49-5.55 21.73-5.55 13 0 22.47 4.2 28.39 12.59 5.93 8.39 8.89 20.24 8.89 35.55v76.03h-28.39V119.4c0-10.04-1.48-17.11-4.44-21.23-2.96-4.11-7.82-6.17-14.57-6.17-5.27 0-9.92 1.28-13.95 3.83-4.04 2.55-8.6 6.29-13.7 11.23v84.67h-28.39ZM412 194.66c-11.19 0-21.32-2.51-30.37-7.53q-13.575-7.53-21.48-21.72c-5.27-9.46-7.9-20.86-7.9-34.19s2.67-24.52 8.02-34.06 12.3-16.87 20.86-21.97q12.84-7.65 26.91-7.65c11.02 0 20.24 2.43 27.65 7.28 7.41 4.86 13 11.6 16.79 20.24 3.78 8.64 5.68 18.64 5.68 29.99 0 5.92-.41 10.53-1.23 13.82H379.9c1.32 10.7 5.18 19.01 11.6 24.93s14.48 8.89 24.19 8.89c5.27 0 10.16-.78 14.69-2.35 4.52-1.56 9.01-3.74 13.46-6.54l9.63 17.77c-5.76 3.79-12.18 6.91-19.26 9.38s-14.49 3.7-22.22 3.7Zm-32.35-75.04h53.82c0-9.38-2.06-16.74-6.17-22.09-4.12-5.35-10.29-8.02-18.52-8.02-7.08 0-13.37 2.59-18.89 7.78-5.52 5.18-8.93 12.63-10.25 22.34Zm107.62-70.35c-5.1 0-9.22-1.48-12.34-4.44-3.13-2.96-4.69-6.91-4.69-11.85s1.56-8.64 4.69-11.6c3.12-2.96 7.24-4.44 12.34-4.44s9.22 1.48 12.34 4.44 4.69 6.83 4.69 11.6-1.57 8.89-4.69 11.85c-3.13 2.96-7.24 4.44-12.34 4.44M472.95 191.7V70.5h28.39v121.2zm85.47 2.96c-8.23 0-16.46-1.6-24.69-4.81s-15.31-7.2-21.23-11.97l13.33-18.27q8.145 6.18 16.29 9.87c8.145 3.69 11.19 3.7 17.28 3.7 6.58 0 11.44-1.4 14.57-4.2 3.12-2.8 4.69-6.25 4.69-10.37 0-3.46-1.28-6.29-3.83-8.52-2.55-2.22-5.8-4.2-9.75-5.92-3.95-1.73-8.07-3.41-12.34-5.06-5.27-1.97-10.49-4.4-15.68-7.28-5.18-2.88-9.42-6.58-12.71-11.11-3.29-4.52-4.94-10.16-4.94-16.91 0-10.7 3.95-19.42 11.85-26.17s18.6-10.12 32.1-10.12c8.56 0 16.21 1.48 22.96 4.44s12.59 6.34 17.53 10.12l-13.09 17.28q-6.42-4.68-12.96-7.53a34.1 34.1 0 0 0-13.7-2.84c-6.09 0-10.62 1.28-13.58 3.83s-4.44 5.72-4.44 9.5q0 7.155 7.41 10.86c4.94 2.47 10.7 4.86 17.28 7.16 5.59 1.97 11.02 4.4 16.29 7.28s9.67 6.63 13.21 11.23q5.31 6.915 5.31 18.27c0 10.37-4.03 19.22-12.1 26.54s-19.75 10.98-35.06 10.98Zm113.24 0c-11.19 0-21.32-2.51-30.37-7.53q-13.575-7.53-21.48-21.72c-5.27-9.46-7.9-20.86-7.9-34.19s2.67-24.52 8.02-34.06 12.3-16.87 20.86-21.97q12.84-7.65 26.91-7.65c11.02 0 20.24 2.43 27.65 7.28 7.41 4.86 13 11.6 16.79 20.24 3.78 8.64 5.68 18.64 5.68 29.99 0 5.92-.41 10.53-1.24 13.82h-77.03c1.32 10.7 5.18 19.01 11.6 24.93s14.48 8.89 24.19 8.89c5.27 0 10.16-.78 14.69-2.35 4.53-1.56 9.01-3.74 13.46-6.54l9.63 17.77c-5.76 3.79-12.18 6.91-19.26 9.38s-14.49 3.7-22.22 3.7Zm-32.34-75.04h53.82c0-9.38-2.06-16.74-6.17-22.09-4.12-5.35-10.29-8.02-18.52-8.02-7.08 0-13.37 2.59-18.89 7.78-5.52 5.18-8.93 12.63-10.25 22.34ZM107.25 4.65c14.12 6.58 20.23 23.36 13.65 37.48L55.79 181.71c-6.59 14.12-23.37 20.22-37.49 13.64-14.12-6.59-20.23-23.37-13.65-37.48l65.1-139.58C76.34 4.17 93.12-1.93 107.24 4.65m45.08 89.09c-14.12-6.58-30.91-.47-37.49 13.64l-23.55 50.48c-6.59 14.12-.48 30.9 13.65 37.48 14.12 6.58 30.91.47 37.49-13.64l23.55-50.49c6.59-14.12.47-30.9-13.65-37.48" /> </svg> </a> </li> <li class="navigation__item "> <a href="/newsticker/it/" class="navigation__head " name="rubriknavi.ho.it" >IT</a> </li> <li class="navigation__item "> <a href="/newsticker/wissen/" class="navigation__head " name="rubriknavi.ho.wissen" >Wissen</a> </li> <li class="navigation__item "> <a href="/newsticker/mobiles/" class="navigation__head " name="rubriknavi.ho.mobiles" >Mobiles</a> </li> <li class="navigation__item "> <a href="/developer/" class="navigation__head " name="rubriknavi.ho.developer" >Developer</a> </li> <li class="navigation__item "> <a href="/newsticker/entertainment/" class="navigation__head " name="rubriknavi.ho.entertainment" >Entertainment</a> </li> <li class="navigation__item "> <a href="/newsticker/netzpolitik/" class="navigation__head " name="rubriknavi.ho.netzpolitik" >Netzpolitik</a> </li> <li class="navigation__item "> <a href="/newsticker/wirtschaft/" class="navigation__head " name="rubriknavi.ho.wirtschaft" >Wirtschaft</a> </li> <li class="navigation__item "> <a href="/newsticker/journal/" class="navigation__head " name="rubriknavi.ho.journal" >Journal</a> </li> </ul> <div class="navigation__list navigation__list--horizontal"> <a href="/newsticker/" class=" link navigation__item " name="header.ho.newstickerdropdown.siebentage" > <span > Newsticker </span> </a> <a href="/forum/" class=" link navigation__item " name="header.ho.forum" > <span > Foren </span> </a> </div> </nav> </div> <nav class="top-topics"> <div class="top-topics__section"> <ul class="topics top-topics__list" > <li class="topics__item top-topics__item"> <a class="a-tag" href="/thema/K%C3%BCnstliche-Intelligenz" name="themen.ho.Künstliche Intelligenz 🤖" title="News und Artikel zum Thema Künstliche Intelligenz 🤖" > Künstliche Intelligenz 🤖 </a> </li> <li class="topics__item top-topics__item"> <a class="a-tag" href="/thema/Windows" name="themen.ho.Windows 🪟" title="News und Artikel zum Thema Windows 🪟" > Windows 🪟 </a> </li> <li class="topics__item top-topics__item"> <a class="a-tag" href="/thema/Energie" name="themen.ho.Energie 🔥" title="News und Artikel zum Thema Energie 🔥" > Energie 🔥 </a> </li> <li class="topics__item top-topics__item"> <a class="a-tag" href="/thema/elektronische-Patientenakte-%28ePA%29" name="themen.ho.ePA für alle 📂" title="News und Artikel zum Thema ePA für alle 📂" > ePA für alle 📂 </a> </li> <li class="topics__item top-topics__item"> <a class="a-tag" href="/thema/Raumfahrt" name="themen.ho.Raumfahrt 🚀" title="News und Artikel zum Thema Raumfahrt 🚀" > Raumfahrt 🚀 </a> </li> <li class="topics__item top-topics__item"> <a class="a-tag" href="https://www.heise.de/Hoeren-Sie-von-uns-unsere-Podcasts-4206659.html" name="themen.ho.Podcasts 🎙" title="News und Artikel zum Thema Podcasts 🎙" > Podcasts 🎙 </a> </li> <!-- Alle Themen-Link soll erst nach Launch der Ziel-Seite ausgegeben werden <li class="topics__item top-topics__item"> <a class="topics__arrow-link" href="/themen/" name="themen.ho.allethemen" title="Alle Themen" > Alle Themen <svg class="topics__arrow"> <use href="/icons/common-icons.svg#arrow-right"></use> </svg> </a> </li> --> </ul> </div> <div class="top-topics__section top-topics__ad"> <span class="wrbg-note top-topics__label"> Anzeige </span> <a href="https://it-kenner.heise.de/it-summit-by-heise/" class=" a-tag top-topics__item a-tag--ad " name="themen.ho.nativelink" title="IT Summit" > IT Summit </a> <a href="https://it-kenner.heise.de/secure-it-fuer-unternehmen/" class=" a-tag top-topics__item a-tag--ad " name="themen.ho.nativelink" title="Secure IT für Unternehmen" > Secure IT für Unternehmen </a> </div> </nav> </a-collapse-group> <div class=" notification-links navigation__list navigation__list--horizontal a-u-hide-from-tablet " > <a href="/newsletter/" class=" link navigation__item notification-links__link " name="header.ho.newstickerdropdown.newsletter" data-google-interstitial=false > <svg class="link__svg" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin" viewBox="0 0 24 24"> <path id="paper-plane-outline" d="M24,3,0,10l7.92,4.4L8,20l3.78-3.46L18,20ZM17,17.34l-5.48-3L20.85,6.4ZM20.46,5.9,9.6,13.25,4.66,10.51Z" transform="translate(0)"/> </svg> <span > Newsletter </span> </a> <a href="/benachrichtigungen/heise-bot/" class=" link navigation__item notification-links__link " name="header.ho.newstickerdropdown.heisebotti" data-google-interstitial=false > <svg id="logo-botti" xmlns="http://www.w3.org/2000/svg" class="link__svg" viewBox="0 0 24 24" > <title>heise-Bot</title> <path d="M9.3,17.66c-.24.56-.62,1.21-1.32,1.21A.89.89,0,0,1,7.05,18a3,3,0,0,1,.36-1.14l3.18-7.26c.24-.55.55-.95,1.18-.95a.86.86,0,0,1,.89.89A3.36,3.36,0,0,1,12.25,11Zm2.76,1.21c.71,0,1.08-.63,1.34-1.2L14.58,15A3.74,3.74,0,0,0,15,13.59a.86.86,0,0,0-.89-.89c-.64,0-.94.43-1.19,1l-1.42,3.2A2.65,2.65,0,0,0,11.16,18,.86.86,0,0,0,12.06,18.87ZM23.64,8.3a1,1,0,0,0-1.53,1.08A9.42,9.42,0,0,1,19,10.68c-.52-4.49-4.34-7.14-8.87-7.14A10.33,10.33,0,0,0,4.4,5.22,11.49,11.49,0,0,1,2.09,1.78,1,1,0,0,0,2.51.91,1,1,0,0,0,.56,1a1,1,0,0,0,1,.91,15.71,15.71,0,0,1,1,4.84,10.36,10.36,0,0,0-2.58,7c0,5.77,4.64,9.85,10.27,9.85a10.08,10.08,0,0,0,7.47-3.53l-.42-.63a7.92,7.92,0,0,1-1,.86,10.65,10.65,0,0,1-6.16,1.94A7.51,7.51,0,0,1,2.7,14.53c0-4.82,1.92-9.13,7.37-9.13,4.07,0,7.37,2.74,7.37,7a6.65,6.65,0,0,1-1.46,4l.72.62a7.79,7.79,0,0,0,2.23-3.91,16,16,0,0,1,3.51-3.27,1,1,0,0,0,1.35-.17A1,1,0,0,0,23.64,8.3ZM10.08,21c.39.09.18-.36.48-.56s.75-.39.81-.69a1.58,1.58,0,0,1-.93.05,6.43,6.43,0,0,1-1.27-.49,2,2,0,0,0,.15,1A1,1,0,0,0,10.08,21Z" transform="translate(0 0)"/> </svg> <span > heise-Bot </span> </a> <a href="/benachrichtigungen" class=" link navigation__item notification-links__link " name="header.ho.newstickerdropdown.pushnachrichten" data-google-interstitial=false > <svg id="cp-bell-outline" xmlns="http://www.w3.org/2000/svg" class="link__svg" viewBox="0 0 24 24" > <title>Push Nachrichten</title> <path d="M15,20.9c0,1.6-1.3,2.9-3,3c-1.6-0.1-2.9-1.4-3-3h1.7c0,0,0,0,0,0.1c0,0.7,0.6,1.3,1.3,1.3 c0.7,0,1.3-0.6,1.3-1.3c0,0,0,0,0-0.1H15z M21.9,17.2v1.7H2.1v-1.7C6.9,15.6,4.2,6.7,8.9,4c0.6-0.4,1-1.1,1-1.8l0,0 c0-1,0.7-2,1.7-2.2C11.9,0,12.1,0,12.4,0c1,0.2,1.7,1.1,1.7,2.1l0,0c0,0.7,0.4,1.4,1,1.8C19.7,6.7,17.1,15.6,21.9,17.2z M19.2,16.9 c-4-2-1.4-9.6-5.8-12.2c-0.1-0.1-0.2-0.1-0.4-0.2c-0.3-0.2-0.6-0.3-1-0.3c-0.3,0-0.6,0.1-0.9,0.2c-0.2,0.1-0.3,0.1-0.5,0.2 C6.1,7.4,8.8,14.9,4.8,16.9H19.2z"/> </svg> <span class="a-u-hide-from-tablet"> Push </span> <span class="a-u-show-from-tablet"> Push-Nachrichten </span> </a> <a-color-scheme class="a-u-show-from-tablet a-cholor-scheme-tablet"></a-color-scheme> </div> <nav class="sitemap sitemap-group--in-navigation" aria-label="Sitemap"> <a-collapse class="sitemap-group " has-indicator media="(max-width: 929px)" toggle-attr-on-media="disabled" > <div class=" sitemap-group__header navigation__head " data-collapse-trigger > IT News </div> <div class="sitemap-group__content" data-collapse-target > <ul class="sitemap-group__items "> <li class="sitemap-group__item sitemap-group__item--newsticker"> <a href="/newsticker" title="heise online - Newsticker" name="header.ho.sitemap.newsticker" data-google-interstitial=false class="sitemap-group__link " >Newsticker</a> </li> <li class="sitemap-group__item sitemap-group__item--Hintergründe"> <a href="/hintergrund" title="heise online - Hintergründe" name="header.ho.sitemap.Hintergründe" data-google-interstitial=false class="sitemap-group__link " >Hintergründe</a> </li> <li class="sitemap-group__item sitemap-group__item--Ratgeber"> <a href="/ratgeber" title="heise online - Ratgeber" name="header.ho.sitemap.Ratgeber" data-google-interstitial=false class="sitemap-group__link " >Ratgeber</a> </li> <li class="sitemap-group__item sitemap-group__item--Tests"> <a href="/tests" title="heise online - Testberichte" name="header.ho.sitemap.Tests" data-google-interstitial=false class="sitemap-group__link " >Tests</a> </li> <li class="sitemap-group__item sitemap-group__item--Meinung"> <a href="/meinung" title="heise online - Meinungen" name="header.ho.sitemap.Meinung" data-google-interstitial=false class="sitemap-group__link " >Meinungen</a> </li> </ul> </div> </a-collapse> <a-collapse class="sitemap-group " has-indicator media="(max-width: 929px)" toggle-attr-on-media="disabled" > <div class=" sitemap-group__header navigation__head " data-collapse-trigger > Online-Magazine </div> <div class="sitemap-group__content" data-collapse-target > <ul class="sitemap-group__items "> <li class="sitemap-group__item sitemap-group__item--heiseplus"> <a href="/plus/" title="heise+ - Immer mehr Wissen." name="header.ho.sitemap.heiseplus" data-google-interstitial=false class="sitemap-group__link sitemap-group__link--heiseplus" >heise<span class="sitemap_group__heiseplus-icon">+</span></a> </li> <li class="sitemap-group__item sitemap-group__item--tp"> <a href="/tp/" title="Telepolis" name="header.ho.sitemap.tp" data-google-interstitial=false class="sitemap-group__link " >Telepolis</a> </li> <li class="sitemap-group__item sitemap-group__item--autos"> <a href="/autos/" title="heise Autos – News, Tests, Technik, Service rund ums Auto" name="header.ho.sitemap.autos" data-google-interstitial=false class="sitemap-group__link " >heise Autos</a> </li> <li class="sitemap-group__item sitemap-group__item--bestenlisten"> <a href="/bestenlisten" title="bestenlisten by TechStage" name="header.ho.sitemap.bestenlisten" data-google-interstitial=false class="sitemap-group__link " >bestenlisten</a> </li> <li class="sitemap-group__item sitemap-group__item--tipps-tricks"> <a href="/tipps-tricks/" title="tipps+tricks" name="header.ho.sitemap.tipps-tricks" data-google-interstitial=false class="sitemap-group__link " >tipps+tricks</a> </li> </ul> </div> </a-collapse> <a-collapse class="sitemap-group sitemap-group--2-col" has-indicator media="(max-width: 929px)" toggle-attr-on-media="disabled" > <div class=" sitemap-group__header navigation__head " data-collapse-trigger > Services </div> <div class="sitemap-group__content" data-collapse-target > <ul class="sitemap-group__items "> <li class="sitemap-group__item sitemap-group__item--Shop"> <a href="https://shop.heise.de/" title="heise Shop – IT Fachzeitschriften, Bücher, CD/DVD/Blu-ray" name="header.ho.sitemap.Shop" data-google-interstitial=false class="sitemap-group__link " >heise Shop</a> </li> <li class="sitemap-group__item sitemap-group__item--Arbeiten bei Heise"> <a href="https://jobs.heise.de/" title="heise jobs – Jobbörse für qualifizierte Fach- und Führungskräfte aus der IT-Branche" name="header.ho.sitemap.Arbeiten bei Heise" data-google-interstitial=false class="sitemap-group__link " >Stellenmarkt</a> </li> <li class="sitemap-group__item sitemap-group__item--heise academy"> <a href="https://heise-academy.de/" title="heise academy - Weiterbildung für IT-Profis von heise medien" name="header.ho.sitemap.heise academy" data-google-interstitial=false class="sitemap-group__link " >heise academy</a> </li> <li class="sitemap-group__item sitemap-group__item--download"> <a href="/download/" title="heise Download – Software zum Download für Windows, Mac, Linux, iPhone, Symbian, Android" name="header.ho.sitemap.download" data-google-interstitial=false class="sitemap-group__link " >heise Download</a> </li> <li class="sitemap-group__item sitemap-group__item--heise preisvergleich"> <a href="https://preisvergleich.heise.de" title="heise preisvergleich – Günstige Preise, Meinungen und Bewertungen zu vielen Produkten" name="header.ho.sitemap.heise preisvergleich" data-google-interstitial=false class="sitemap-group__link " >heise preisvergleich</a> </li> <li class="sitemap-group__item sitemap-group__item--Tarifrechner"> <a href="https://www.heise.de/tarifrechner" title="Tarifrechner" name="header.ho.sitemap.Tarifrechner" data-google-interstitial=false class="sitemap-group__link " >Tarifrechner</a> </li> <li class="sitemap-group__item sitemap-group__item--heise compaliate"> <a href="https://compaliate.heise.de/" title="heise compaliate – Entdecke die heise Affiliate Plattform" name="header.ho.sitemap.heise compaliate" data-google-interstitial=false class="sitemap-group__link " >heise compaliate</a> </li> <li class="sitemap-group__item sitemap-group__item--Abo bestellen"> <a href="https://shop.heise.de/zeitschriften-abo/" title="Abo – c't, iX, c't Fotografie, Mac &amp; i, Make" name="header.ho.sitemap.Abo bestellen" data-google-interstitial=false class="sitemap-group__link " >Abo bestellen</a> </li> <li class="sitemap-group__item sitemap-group__item--Mein Abo"> <a href="https://www.heise.de/sso/registration/add_subscriber_id?forward=https%3A%2F%2Fwww.heise.de%2F" title="Abo verwalten - Mein persönlicher Abo-Bereich" name="header.ho.sitemap.Mein Abo" data-google-interstitial=false class="sitemap-group__link " >Mein Abo</a> </li> <li class="sitemap-group__item sitemap-group__item--Netzwerktools"> <a href="https://www.heise.de/tools/" title="heise online - Netzwerktools" name="header.ho.sitemap.Netzwerktools" data-google-interstitial=false class="sitemap-group__link " >Netzwerktools</a> </li> <li class="sitemap-group__item sitemap-group__item--iMonitor"> <a href="https://www.heise.de/netze/netzwerk-tools/imonitor-internet-stoerungen/" title="heise iMonitor" name="header.ho.sitemap.iMonitor" data-google-interstitial=false class="sitemap-group__link " >iMonitor</a> </li> <li class="sitemap-group__item sitemap-group__item--loseblattwerke"> <a href="/loseblattwerke/" title="Loseblattwerke" name="header.ho.sitemap.loseblattwerke" data-google-interstitial=false class="sitemap-group__link " >Loseblattwerke</a> </li> <li class="sitemap-group__item sitemap-group__item--spiele"> <a href="https://spiele.heise.de" title="heise Spiele" name="header.ho.sitemap.spiele" data-google-interstitial=false class="sitemap-group__link " >Spiele</a> </li> </ul> </div> </a-collapse> <a-collapse class="sitemap-group " has-indicator media="(max-width: 929px)" toggle-attr-on-media="disabled" > <div class=" sitemap-group__header navigation__head " data-collapse-trigger > Über Uns </div> <div class="sitemap-group__content" data-collapse-target > <ul class="sitemap-group__items "> <li class="sitemap-group__item sitemap-group__item--heise medien"> <a href="https://www.heisegroup.de/artikel/heise-medien-3904998.html" title="heise medien - Hochwertiger und unabhängiger Journalismus" name="header.ho.sitemap.heise medien" data-google-interstitial=false class="sitemap-group__link " >heise medien</a> </li> <li class="sitemap-group__item sitemap-group__item--heise regioconcept"> <a href="https://www.heise-regioconcept.de/" title="heise regioconcept - Regionales Marketing für Unternehmen" name="header.ho.sitemap.heise regioconcept" data-google-interstitial=false class="sitemap-group__link " >heise regioconcept</a> </li> <li class="sitemap-group__item sitemap-group__item--heise Business Services"> <a href="https://business-services.heise.de/" title="heise Business Services – Produkte und Lösungen namhafter IT-Hersteller" name="header.ho.sitemap.heise Business Services" data-google-interstitial=false class="sitemap-group__link " >heise Business Services</a> </li> <li class="sitemap-group__item sitemap-group__item--heise96"> <a href="https://www.heisegroup.de" title="Sponsoring Hannover 96" name="header.ho.sitemap.heise96" data-google-interstitial=false class="sitemap-group__link " >Sponsoring<img src="/icons/ho/h96-logo.svg" width="48" height="55" alt="Logo Hannover 96" class="sitemap-group__img sitemap-group__img--h96" loading="lazy" /></a> </li> <li class="sitemap-group__item sitemap-group__item--mediadaten"> <a href="https://mediadaten.heise.de/" title="Mediadaten heise medien" name="header.ho.sitemap.mediadaten" data-google-interstitial=false class="sitemap-group__link " >Mediadaten</a> </li> <li class="sitemap-group__item sitemap-group__item--Karriere"> <a href="https://www.heisegroup.de/artikel/heise-als-Arbeitgeber-1812545.html" title="Arbeiten bei heise – Heise als Arbeitgeber" name="header.ho.sitemap.Karriere" data-google-interstitial=false class="sitemap-group__link " >Karriere</a> </li> <li class="sitemap-group__item sitemap-group__item--presse"> <a href="https://www.heisegroup.de/presse/" title="Pressemitteilungen und Interviews" name="header.ho.sitemap.presse" data-google-interstitial=false class="sitemap-group__link " >Presse</a> </li> </ul> </div> </a-collapse> </nav> <div class="header__login"> <svg class="header__login-icon"> <use href="/icons/common-icons.svg#login"></use> </svg> <a-login label="" class="header__login-link"></a-login> </div> <a-color-scheme class="a-u-hide-from-tablet a-cholor-scheme-mobile"></a-color-scheme> </div> </a-collapse> </header> </div> </div> <script> performance.mark('HEADER Ende'); performance.measure('HEADER', 'HEADER Anfang', 'HEADER Ende'); </script> <div class="a-layout__container a-layout__container--full-width"> <div class="a-layout__item a-layout__item--full-width"> <div> <div id="HEI_D_Stage-label" style="display: none;" class="ad-label" >Anzeige</div> <div id="HEI_D_Stage" class="ad ad--stage" ></div> </div> </div> </div> <div class=" a-layout__container a-layout__container--center" > <div class=" a-layout__main a-layout__main--small " > <script>performance.mark('CONTENT Anfang');</script> <article class="article-content a-theme"> <div class="article-content"> <header class="article-header"> <h1 class="a-article-header__title" itemprop="headline">🎙Hören Sie von uns – unsere Podcasts</h1> </header> <h3 class="subheading"><a href="#meets_Anker">heise meets</a> <a-lightbox class="a-inline-image a-u-inline" src="/imgs/02/2/5/3/0/6/3/1/Grafik_Podcastseite_2240px-neu-b8dc115078770b9e.jpeg" tabindex="1"> <figure> <div> <a href="/imgs/02/2/5/3/0/6/3/1/Grafik_Podcastseite_2240px-neu-b8dc115078770b9e.jpeg"> <a-img alt="heise Podcasts" height="790" high-dpi-quality="50" layout="responsive" quality="70" src="/imgs/02/2/5/3/0/6/3/1/Grafik_Podcastseite_2240px-neu-b8dc115078770b9e.jpeg" style=" aspect-ratio: 2000 / 790;" width="2000"> <img alt="heise Podcasts" height="790" src="data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;696px&#39; height=&#39;391px&#39; viewBox=&#39;0 0 696 391&#39;%3E%3Crect x=&#39;0&#39; y=&#39;0&#39; width=&#39;696&#39; height=&#39;391&#39; fill=&#39;%23f2f2f2&#39;%3E%3C/rect%3E%3C/svg%3E" style="aspect-ratio: 2000 / 790; object-fit: cover;" width="2000"> </a-img> <noscript> <img alt="heise Podcasts" class="legacy-img " decoding="async" height="274" loading="lazy" onload="this.style=null;" sizes="" src="https://heise.cloudimg.io/width/696/q50.png-lossy-50.webp-lossy-50.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/Grafik_Podcastseite_2240px-neu-b8dc115078770b9e.jpeg" srcset=" https://heise.cloudimg.io/width/336/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/Grafik_Podcastseite_2240px-neu-b8dc115078770b9e.jpeg 336w, https://heise.cloudimg.io/width/1008/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/Grafik_Podcastseite_2240px-neu-b8dc115078770b9e.jpeg 1008w, https://heise.cloudimg.io/width/696/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/Grafik_Podcastseite_2240px-neu-b8dc115078770b9e.jpeg 696w, https://heise.cloudimg.io/width/1392/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/Grafik_Podcastseite_2240px-neu-b8dc115078770b9e.jpeg 1392w " style="background-color: #f2f2f2;" width="696"> </noscript> </a> </div> </figure> </a-lightbox> </h3> <h3 class="subheading">Alle Podcasts im Überblick:</h3> <ul class="rte__list rte__list--unordered"><li><a href="#anchor_3">Kurz informiert by heise online</a> – der News-Podcast (werktäglich)</li><li> <a href="#anchor_kiupdate">KI-Update</a> – Informationen und Einschätzungen zu den wichtigsten KI-Entwicklungen (werktäglich)</li><li> <a href="#anchor_hakendran">Haken dran</a> – das Social-Media-Update der c&#39;t (dreimal pro Woche)<br></li><li><a href="#anchor_1">#heiseshow</a> – die wöchentliche Dosis Technik und Netzpolitik (donnerstags)</li><li> <a href="#anchor_2">c&#39;t uplink</a> – der Podcast aus Nerdistan (samstags)</li><li> <a href="#anchor_passwort">Passwort</a> – der Podcast von heise Security (14-täglich) </li><li><a href="#anchor_bitrauschen">Bit-Rauschen</a> – der Prozessor-Podcast von c&#39;t (14-täglich)<br></li><li> <a href="#anker_auslegungssache">Auslegungssache</a> – der c&#39;t-Datenschutz-Podcast (14-täglich)</li><li> <a href="#anchor_VorsichtKunde">Vorsicht, Kunde!</a> – der c&#39;t-Verbraucherschutzpodcast (14-täglich)</li><li> <a href="#Frauen_Technik">Frauen und Technik</a> – mit Eckert und Wolfangel (14-täglich)<br></li><li> <a href="#anchor_macandi">Mac &amp; i</a> – der Apple-Podcast (14-täglich)</li><li> <a href="#ClickBoomFlash_Anker">Click Boom Flash</a> – Geschichten aus der Fotowelt (14-täglich)</li><li><a href="#meets_anker">heise meets</a> – Der Entscheidertalk (14-täglich)<br></li><li><a href="#anchor_TNBT">TNBT: The Next (Big) Thing</a> – der Podcast rund um Apples Headset Vision Pro (monatlich)</li><li> <a href="#anchor_4">SoftwareArchitekTOUR</a> – von Entwicklern für Entwickler (monatlich)</li><li> <a href="#anchor_hupe">Die Hupe</a> – der lautstarke Mobilitäts-Podcast zu Auto, Motorrad und mehr (monatlich)</li><li><a href="#anchor_5">Bits &amp; Böses</a> – der Tech-Crime-Podcast von heise online (6 Episoden)</li></ul> <h3 class="subheading"><strong>Sie haben Interesse an Podcast-Sponsoring? </strong></h3> <a-lightbox class="a-u-inline-right a-inline-image a-u-inline" src="/imgs/02/2/5/3/0/6/3/1/Hanna_Kempf-b5d305012a9f82dc.png" tabindex="1"> <figure> <div> <a href="/imgs/02/2/5/3/0/6/3/1/Hanna_Kempf-b5d305012a9f82dc.png"> <a-img alt="Hanna Kempf" height="399" high-dpi-quality="50" layout="responsive" quality="70" src="/imgs/02/2/5/3/0/6/3/1/Hanna_Kempf-b5d305012a9f82dc.png" style=" aspect-ratio: 399 / 399;" width="399"> <img alt="Hanna Kempf" height="399" src="data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;696px&#39; height=&#39;391px&#39; viewBox=&#39;0 0 696 391&#39;%3E%3Crect x=&#39;0&#39; y=&#39;0&#39; width=&#39;696&#39; height=&#39;391&#39; fill=&#39;%23f2f2f2&#39;%3E%3C/rect%3E%3C/svg%3E" style="aspect-ratio: 399 / 399; object-fit: cover;" width="399"> </a-img> <noscript> <img alt="Hanna Kempf" class="legacy-img " decoding="async" height="399" loading="lazy" onload="this.style=null;" sizes="" src="https://heise.cloudimg.io/width/399/q50.png-lossy-50.webp-lossy-50.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/Hanna_Kempf-b5d305012a9f82dc.png" srcset=" https://heise.cloudimg.io/width/336/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/Hanna_Kempf-b5d305012a9f82dc.png 336w, https://heise.cloudimg.io/width/1008/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/Hanna_Kempf-b5d305012a9f82dc.png 1008w, https://heise.cloudimg.io/width/399/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/Hanna_Kempf-b5d305012a9f82dc.png 399w, https://heise.cloudimg.io/width/798/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/Hanna_Kempf-b5d305012a9f82dc.png 798w " style="background-color: #f2f2f2;" width="399"> </noscript> </a> </div> </figure> </a-lightbox> <p><strong>Dann informieren Sie sich</strong> bei unserer Kollegin <a href="mailto:hai@heise.de">Hanna Isl</a> über die Möglichkeiten und Konditionen, um <strong>Ihre Zielgruppe in unseren reichweitenstarken Podcasts </strong>anzusprechen, die pro <strong>Monat mehr als 1.000.000 Abrufe erzielen </strong>– rund 600.000 davon etwa unser News-Podcast &quot;Kurz informiert&quot;, über 150.000 im &quot;c&#39;t uplink&quot; und &quot;KI-Update&quot;.</p> <h3 class="subheading"><a name="anchor_3"></a><a href="/thema/kurz-informiert">Kurz informiert</a> by heise online – der News-Podcast</h3> <p>Die wichtigsten News des Tages, komprimiert auf 3 Minuten, liefert unser werktäglicher News-Podcast. Wer Sprachassistenten wie <a href="/thema/Amazon-Alexa">Amazon Alexa</a> oder Google Assistant benutzt, kann die News auch dort hören bzw. sehen. Bei Alexa aktivieren Sie einfach den Skill oder sagen bei Google Assistant:<em> &quot;Spiele heise Top&quot;</em>.</p> <a-lightbox class="a-inline-image a-u-inline" src="/imgs/02/2/5/3/0/6/3/1/2023_KurzInformiert_16_9_3-89c3614c96a56ec8.jpeg" tabindex="1"> <figure> <div> <a href="/imgs/02/2/5/3/0/6/3/1/2023_KurzInformiert_16_9_3-89c3614c96a56ec8.jpeg"> <a-img alt="Kurz informiert" height="1080" high-dpi-quality="50" layout="responsive" quality="70" src="/imgs/02/2/5/3/0/6/3/1/2023_KurzInformiert_16_9_3-89c3614c96a56ec8.jpeg" style=" aspect-ratio: 1920 / 1080;" width="1920"> <img alt="Kurz informiert" height="1080" src="data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;696px&#39; height=&#39;391px&#39; viewBox=&#39;0 0 696 391&#39;%3E%3Crect x=&#39;0&#39; y=&#39;0&#39; width=&#39;696&#39; height=&#39;391&#39; fill=&#39;%23f2f2f2&#39;%3E%3C/rect%3E%3C/svg%3E" style="aspect-ratio: 1920 / 1080; object-fit: cover;" width="1920"> </a-img> <noscript> <img alt="Kurz informiert" class="legacy-img " decoding="async" height="391" loading="lazy" onload="this.style=null;" sizes="" src="https://heise.cloudimg.io/width/696/q50.png-lossy-50.webp-lossy-50.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/2023_KurzInformiert_16_9_3-89c3614c96a56ec8.jpeg" srcset=" https://heise.cloudimg.io/width/336/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/2023_KurzInformiert_16_9_3-89c3614c96a56ec8.jpeg 336w, https://heise.cloudimg.io/width/1008/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/2023_KurzInformiert_16_9_3-89c3614c96a56ec8.jpeg 1008w, https://heise.cloudimg.io/width/696/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/2023_KurzInformiert_16_9_3-89c3614c96a56ec8.jpeg 696w, https://heise.cloudimg.io/width/1392/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/2023_KurzInformiert_16_9_3-89c3614c96a56ec8.jpeg 1392w " style="background-color: #f2f2f2;" width="696"> </noscript> </a> </div> </figure> </a-lightbox> <a-opt-in checkbox-text="Podcasts immer laden" class=" a-u-inline" type="Podigee"> <div class="opt-in__content-container"> <h2 class="opt-in__title">Empfohlener redaktioneller Inhalt</h2> <p class="opt-in__description"> Mit Ihrer Zustimmung wird hier ein externer Podcast (Podigee GmbH) geladen. </p> <div class="opt-in__cta-container"> <label class="opt-in__cta-persistence"> <input class="opt-in__persistence-checkbox" data-should-persist type="checkbox"> Podcasts immer laden </label> <button class="opt-in__cta" data-opt-in>Podcast jetzt laden</button> </div> <p class="opt-in__footnote"> Ich bin damit einverstanden, dass mir externe Inhalte angezeigt werden. Damit können personenbezogene Daten an Drittplattformen (Podigee GmbH) übermittelt werden. Mehr dazu in unserer <a href="https://www.heise.de/Datenschutzerklaerung-der-Heise-Medien-GmbH-Co-KG-4860.html">Datenschutzerklärung</a>. </p> <noscript> <div class="podigee-podcast-container"> <a-iframe class="podigee-podcast-player " enable-dark-mode name="Podigee" needs-consent src="https://player.podigee-cdn.net/podcast-player/podigee-podcast-player.html?configuration=https%3A%2F%2Fkurzinformiert.podigee.io%2F/embed?context=external&amp;themeHtml=https%3A%2F%2Fwww.heise.de%2Fassets%2Fpodigee-themes%2Finline.html&amp;themeCss=https%3A%2F%2Fwww.heise.de%2Fassets%2Fstyles%2Findex.css"></a-iframe> </div> </noscript> </div> </a-opt-in> <a-collapse class=" a-box a-box--collapsable a-box--full-bordered a-inline-textbox--text a-inline-textbox " has-indicator is-open media="(min-width: 993px)" toggle-class-on-media="a-box--full-bordered"> <header class=" a-box__header " data-collapse-trigger> <span> Mehr Infos </span> </header> <div class="a-box__target" data-collapse-target> <div class="a-box__content"> <div class=" a-inline-textbox__content " data-collapse-content> <div class="a-inline-textbox__content-container"> <h4> &quot;Kurz informiert by heise online&quot; abonnieren:</h4> <ul><li><strong>Audio</strong>: <a href="https://www.amazon.de/Heise-Medien-GmbH-Co-KG/dp/B01N9JNUOQ" rel="external noopener" target="_blank">Alexa</a> <span class="code char"> • </span><span class="code char"><a href="https://podcasts.apple.com/de/podcast/kurz-informiert-die-it-news-des-tages-von-heise-online/id1485884061" rel="external noopener" target="_blank">Apple Podcasts</a> • </span><span class="code char"><a href="https://www.deezer.com/de/show/1984062" rel="external noopener" target="_blank">Deezer</a> </span><span class="code char"> • </span><span class="code char"><a href="https://podcasts.google.com/?feed=aHR0cHM6Ly9mZWVkcy5zb3VuZGNsb3VkLmNvbS91c2Vycy9zb3VuZGNsb3VkOnVzZXJzOjMxNjY1NDAyMy9zb3VuZHMucnNz&amp;ved=0CAAQ4aUDahcKEwiwnrj10-nnAhUAAAAAHQAAAAAQAQ&amp;hl=de" rel="external noopener" target="_blank">Google Podcasts</a></span><span class="code char"> </span><span class="code char">• </span><span class="code char"><a href="https://kurzinformiert.podigee.io/feed/mp3" rel="external noopener" target="_blank">RSS</a> </span> <span class="code char">• </span><a href="https://open.spotify.com/show/2etf1jog8leNHbnhIArM9Z" rel="external noopener" target="_blank">Spotify</a> </li><li><strong>HD-Video</strong>: <a href="/rss/topnews-video.rss">RSS</a> <span class="code char">• </span><span class="code char"> <a href="https://www.youtube.com/playlist?list=PLUoWfXKEShjdZptsYdDoSvsHANWdlsih4" rel="external noopener" target="_blank">YouTube</a></span></li></ul> </div> </div> </div> </div> </a-collapse> <h3 class="subheading"><a name="anchor_kiupdate"></a><a href="/thema/KI-Update">KI-Update</a> – Informationen und Einschätzungen zu den wichtigsten KI-Entwicklungen</h3> <p>Wie intelligent ist Künstliche Intelligenz eigentlich? Welche Folgen hat generative KI für unsere Arbeit, unsere Freizeit und die Gesellschaft? Im &quot;KI-Update&quot; von Heise bringen wir Euch gemeinsam mit The Decoder werktäglich Updates zu den wichtigsten KI-Entwicklungen. Freitags beleuchten wir mit Experten die unterschiedlichen Aspekte der KI-Revolution.</p> <a-lightbox class="a-inline-image a-u-inline" src="/imgs/02/2/5/3/0/6/3/1/KIupdate16_9-40c6bd56627dea8a.jpeg" tabindex="1"> <figure> <div> <a href="/imgs/02/2/5/3/0/6/3/1/KIupdate16_9-40c6bd56627dea8a.jpeg"> <a-img alt="" height="1080" high-dpi-quality="50" layout="responsive" quality="70" src="/imgs/02/2/5/3/0/6/3/1/KIupdate16_9-40c6bd56627dea8a.jpeg" style=" aspect-ratio: 1920 / 1080;" width="1920"> <img alt="" height="1080" src="data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;696px&#39; height=&#39;391px&#39; viewBox=&#39;0 0 696 391&#39;%3E%3Crect x=&#39;0&#39; y=&#39;0&#39; width=&#39;696&#39; height=&#39;391&#39; fill=&#39;%23f2f2f2&#39;%3E%3C/rect%3E%3C/svg%3E" style="aspect-ratio: 1920 / 1080; object-fit: cover;" width="1920"> </a-img> <noscript> <img alt="" class="legacy-img " decoding="async" height="391" loading="lazy" onload="this.style=null;" sizes="" src="https://heise.cloudimg.io/width/696/q50.png-lossy-50.webp-lossy-50.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/KIupdate16_9-40c6bd56627dea8a.jpeg" srcset=" https://heise.cloudimg.io/width/336/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/KIupdate16_9-40c6bd56627dea8a.jpeg 336w, https://heise.cloudimg.io/width/1008/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/KIupdate16_9-40c6bd56627dea8a.jpeg 1008w, https://heise.cloudimg.io/width/696/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/KIupdate16_9-40c6bd56627dea8a.jpeg 696w, https://heise.cloudimg.io/width/1392/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/KIupdate16_9-40c6bd56627dea8a.jpeg 1392w " style="background-color: #f2f2f2;" width="696"> </noscript> </a> </div> </figure> </a-lightbox> <a-opt-in checkbox-text="Podcasts immer laden" class=" a-u-inline" type="Podigee"> <div class="opt-in__content-container"> <h2 class="opt-in__title">Empfohlener redaktioneller Inhalt</h2> <p class="opt-in__description"> Mit Ihrer Zustimmung wird hier ein externer Podcast (Podigee GmbH) geladen. </p> <div class="opt-in__cta-container"> <label class="opt-in__cta-persistence"> <input class="opt-in__persistence-checkbox" data-should-persist type="checkbox"> Podcasts immer laden </label> <button class="opt-in__cta" data-opt-in>Podcast jetzt laden</button> </div> <p class="opt-in__footnote"> Ich bin damit einverstanden, dass mir externe Inhalte angezeigt werden. Damit können personenbezogene Daten an Drittplattformen (Podigee GmbH) übermittelt werden. Mehr dazu in unserer <a href="https://www.heise.de/Datenschutzerklaerung-der-Heise-Medien-GmbH-Co-KG-4860.html">Datenschutzerklärung</a>. </p> <noscript> <div class="podigee-podcast-container"> <a-iframe class="podigee-podcast-player " enable-dark-mode name="Podigee" needs-consent src="https://player.podigee-cdn.net/podcast-player/podigee-podcast-player.html?configuration=https%3A%2F%2Fkiupdate.podigee.io/embed?context=external&amp;themeHtml=https%3A%2F%2Fwww.heise.de%2Fassets%2Fpodigee-themes%2Finline.html&amp;themeCss=https%3A%2F%2Fwww.heise.de%2Fassets%2Fstyles%2Findex.css"></a-iframe> </div> </noscript> </div> </a-opt-in> <a-collapse class=" a-box a-box--collapsable a-box--full-bordered a-inline-textbox--text a-inline-textbox " has-indicator is-open media="(min-width: 993px)" toggle-class-on-media="a-box--full-bordered"> <header class=" a-box__header " data-collapse-trigger> <span> Mehr Infos </span> </header> <div class="a-box__target" data-collapse-target> <div class="a-box__content"> <div class=" a-inline-textbox__content " data-collapse-content> <div class="a-inline-textbox__content-container"> <h4>&quot;KI-Update&quot; abonnieren: </h4> <ul><li><strong>Audio</strong>: <a href="https://podcasts.apple.com/de/podcast/ki-update-ein-heise-podcast/id1691536182" rel="external noopener" target="_blank">Apple Podcasts</a> <span class="code char"> • </span><a href="https://www.deezer.com/de/show/6138295" rel="external noopener" target="_blank">Deezer</a> <span class="code char"> • </span><a href="https://kiupdate.podigee.io/feed/mp3">RSS</a><span class="code char"> • </span><a href="https://open.spotify.com/show/1rm6gMybQWnHePvY2eCpzp" rel="external noopener" target="_blank">Spotify</a> <span class="code char"> • </span><a href="https://podcasts.google.com/subscribe-by-rss-feed?feed=aHR0cHM6Ly9raXVwZGF0ZS5wb2RpZ2VlLmlvL2ZlZWQvbXAz" rel="external noopener" target="_blank">Google Podcasts</a></li><li><strong>Newsletter:</strong> <a href="/newsletter/anmeldung.html?id=ki-update">hier abonnieren</a> <br></li></ul> <h4></h4> </div> </div> </div> </div> </a-collapse> <h3 class="subheading"><a name="anchor_hakendran"></a>Haken dran – das Social-Media-Update der c&#39;t</h3> <p>Das Social-Media-Update der c&#39;t. Dreimal die Woche, so lang wie es sein muss, wechselnde Gegenüber und alte Bekannte.</p> <p>Angefangen als täglicher Blick auf die Irrungen und Wirrungen der Übernahme von Twitter durch Elon Musk schauen wir heute dreimal wöchentlich auf die Welt der sozialen Netzwerke.</p> <a-lightbox class="a-inline-image a-u-inline" src="/imgs/02/2/5/3/0/6/3/1/149ce61d-772f-4f35-b7c8-9ae522d5e0f7-95af53741bd53985.jpeg" tabindex="1"> <figure> <div> <a href="/imgs/02/2/5/3/0/6/3/1/149ce61d-772f-4f35-b7c8-9ae522d5e0f7-95af53741bd53985.jpeg"> <a-img alt="Haken dran - das Social-Media-Update der c&#39;t" height="897" high-dpi-quality="50" layout="responsive" quality="70" src="/imgs/02/2/5/3/0/6/3/1/149ce61d-772f-4f35-b7c8-9ae522d5e0f7-95af53741bd53985.jpeg" style=" aspect-ratio: 1595 / 897;" width="1595"> <img alt="Haken dran - das Social-Media-Update der c&#39;t" height="897" src="data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;696px&#39; height=&#39;391px&#39; viewBox=&#39;0 0 696 391&#39;%3E%3Crect x=&#39;0&#39; y=&#39;0&#39; width=&#39;696&#39; height=&#39;391&#39; fill=&#39;%23f2f2f2&#39;%3E%3C/rect%3E%3C/svg%3E" style="aspect-ratio: 1595 / 897; object-fit: cover;" width="1595"> </a-img> <noscript> <img alt="Haken dran - das Social-Media-Update der c&#39;t" class="legacy-img " decoding="async" height="391" loading="lazy" onload="this.style=null;" sizes="" src="https://heise.cloudimg.io/width/696/q50.png-lossy-50.webp-lossy-50.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/149ce61d-772f-4f35-b7c8-9ae522d5e0f7-95af53741bd53985.jpeg" srcset=" https://heise.cloudimg.io/width/336/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/149ce61d-772f-4f35-b7c8-9ae522d5e0f7-95af53741bd53985.jpeg 336w, https://heise.cloudimg.io/width/1008/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/149ce61d-772f-4f35-b7c8-9ae522d5e0f7-95af53741bd53985.jpeg 1008w, https://heise.cloudimg.io/width/696/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/149ce61d-772f-4f35-b7c8-9ae522d5e0f7-95af53741bd53985.jpeg 696w, https://heise.cloudimg.io/width/1392/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/149ce61d-772f-4f35-b7c8-9ae522d5e0f7-95af53741bd53985.jpeg 1392w " style="background-color: #f2f2f2;" width="696"> </noscript> </a> </div> </figure> </a-lightbox> <a-opt-in checkbox-text="Podcasts immer laden" class=" a-u-inline" type="Podigee"> <div class="opt-in__content-container"> <h2 class="opt-in__title">Empfohlener redaktioneller Inhalt</h2> <p class="opt-in__description"> Mit Ihrer Zustimmung wird hier ein externer Podcast (Podigee GmbH) geladen. </p> <div class="opt-in__cta-container"> <label class="opt-in__cta-persistence"> <input class="opt-in__persistence-checkbox" data-should-persist type="checkbox"> Podcasts immer laden </label> <button class="opt-in__cta" data-opt-in>Podcast jetzt laden</button> </div> <p class="opt-in__footnote"> Ich bin damit einverstanden, dass mir externe Inhalte angezeigt werden. Damit können personenbezogene Daten an Drittplattformen (Podigee GmbH) übermittelt werden. Mehr dazu in unserer <a href="https://www.heise.de/Datenschutzerklaerung-der-Heise-Medien-GmbH-Co-KG-4860.html">Datenschutzerklärung</a>. </p> <noscript> <div class="podigee-podcast-container"> <a-iframe class="podigee-podcast-player " enable-dark-mode name="Podigee" needs-consent src="https://player.podigee-cdn.net/podcast-player/podigee-podcast-player.html?configuration=https%3A%2F%2Fhakendran.podigee.io/embed?context=external&amp;themeHtml=https%3A%2F%2Fwww.heise.de%2Fassets%2Fpodigee-themes%2Finline.html&amp;themeCss=https%3A%2F%2Fwww.heise.de%2Fassets%2Fstyles%2Findex.css"></a-iframe> </div> </noscript> </div> </a-opt-in> <a-collapse class=" a-box a-box--collapsable a-box--full-bordered a-inline-textbox--text a-inline-textbox " media="(min-width: 993px)" sneak-peek toggle-class-on-media="a-box--full-bordered"> <header class=" a-box__header "> <span> Mehr Infos </span> </header> <div class="a-box__target" data-collapse-target> <div class="a-box__content"> <div class=" a-inline-textbox__content " data-collapse-content> <div class="a-inline-textbox__content-container"> <h4>Haken dran abonnieren:</h4> <ul><li><strong>Audio</strong>: <a href="https://podcasts.apple.com/de/podcast/haken-dran-das-social-media-update/id1654663744" rel="external noopener" target="_blank">Apple Podcasts</a> • <a href="https://www.deezer.com/de/show/15717" rel="external noopener" target="_blank">Deezer</a> • <span class="code char"><a href="https://podcasts.google.com/subscribe-by-rss-feed?feed=aHR0cHM6Ly9oYWtlbmRyYW4ucG9kaWdlZS5pby9mZWVkL21wMw==" rel="external noopener" target="_blank">Google Podcasts</a> </span><span class="code char">• </span><span class="code char"><a href="https://hakendran.podigee.io/feed/mp3">RSS</a></span> • <a href="https://open.spotify.com/show/3lzq4XTeaF3G03wWtHHcNr" rel="external noopener" target="_blank">Spotify</a></li></ul> </div> </div> </div> </div> <div data-collapse-trigger></div> </a-collapse> <h3 class="subheading"><a name="anchor_1"></a><a href="/thema/heiseshow">#heiseshow</a> – die wöchentliche Dosis Technik-News und Netzpolitik</h3> <p>Immer donnerstags live um 17 Uhr sprechen Anna Kalinowsky, Malte Kirchner und Volker Zota von heise online über die Techthemen der Woche. Zum Nachhören gibt es die <span class="mention-link mention-link--room">#heiseshow</span> auch als Podcast.</p> <a-opt-in checkbox-text="YouTube-Playlisten immer laden" class=" a-u-inline" type="Youtube"> <div class="opt-in__content-container"> <h2 class="opt-in__title">Empfohlener redaktioneller Inhalt</h2> <p class="opt-in__description"> Mit Ihrer Zustimmung wird hier eine externe YouTube-Playlist (Google Ireland Limited) geladen. </p> <div class="opt-in__cta-container"> <label class="opt-in__cta-persistence"> <input class="opt-in__persistence-checkbox" data-should-persist type="checkbox"> YouTube-Playlisten immer laden </label> <button class="opt-in__cta" data-opt-in>YouTube-Playlist jetzt laden</button> </div> <p class="opt-in__footnote"> Ich bin damit einverstanden, dass mir externe Inhalte angezeigt werden. Damit können personenbezogene Daten an Drittplattformen (Google Ireland Limited) übermittelt werden. Mehr dazu in unserer <a href="https://www.heise.de/Datenschutzerklaerung-der-Heise-Medien-GmbH-Co-KG-4860.html">Datenschutzerklärung</a>. </p> <noscript> <figure class="video video--fullwidth a-u-inline"> <div class="video__yt-container"> <a-iframe allowfullscreen class="video__iframe" frameborder="0" name="Youtube" needs-consent src="//www.youtube-nocookie.com/embed/videoseries?list=PLUoWfXKEShjeEJJ83lJkme2DKyFUrDBpz" title="YouTube Videoserie"></a-iframe> </div> </figure> </noscript> </div> </a-opt-in> <a-opt-in checkbox-text="Podcasts immer laden" class=" a-u-inline" type="Podigee"> <div class="opt-in__content-container"> <h2 class="opt-in__title">Empfohlener redaktioneller Inhalt</h2> <p class="opt-in__description"> Mit Ihrer Zustimmung wird hier ein externer Podcast (Podigee GmbH) geladen. </p> <div class="opt-in__cta-container"> <label class="opt-in__cta-persistence"> <input class="opt-in__persistence-checkbox" data-should-persist type="checkbox"> Podcasts immer laden </label> <button class="opt-in__cta" data-opt-in>Podcast jetzt laden</button> </div> <p class="opt-in__footnote"> Ich bin damit einverstanden, dass mir externe Inhalte angezeigt werden. Damit können personenbezogene Daten an Drittplattformen (Podigee GmbH) übermittelt werden. Mehr dazu in unserer <a href="https://www.heise.de/Datenschutzerklaerung-der-Heise-Medien-GmbH-Co-KG-4860.html">Datenschutzerklärung</a>. </p> <noscript> <div class="podigee-podcast-container"> <a-iframe class="podigee-podcast-player " enable-dark-mode name="Podigee" needs-consent src="https://player.podigee-cdn.net/podcast-player/podigee-podcast-player.html?configuration=%20https%3A%2F%2Fheiseshow.podigee.io/embed?context=external&amp;themeHtml=https%3A%2F%2Fwww.heise.de%2Fassets%2Fpodigee-themes%2Finline.html&amp;themeCss=https%3A%2F%2Fwww.heise.de%2Fassets%2Fstyles%2Findex.css"></a-iframe> </div> </noscript> </div> </a-opt-in> <a-collapse class=" a-box a-box--collapsable a-box--full-bordered a-inline-textbox--text a-inline-textbox " has-indicator is-open media="(min-width: 993px)" toggle-class-on-media="a-box--full-bordered"> <header class=" a-box__header " data-collapse-trigger> <span> Mehr Infos </span> </header> <div class="a-box__target" data-collapse-target> <div class="a-box__content"> <div class=" a-inline-textbox__content " data-collapse-content> <div class="a-inline-textbox__content-container"> <h4>&quot;#heiseshow&quot; abonnieren:</h4> <ul><li><strong>Audio</strong>: <a href="https://itunes.apple.com/de/podcast/heiseshow-audio/id1082296572" rel="external noopener" target="_blank">Apple Podcasts</a> <span class="code char">• </span><a href="https://www.deezer.com/de/show/1984672" rel="external noopener" target="_blank">Deezer</a> <span class="code char"> • </span><span class="code char"><a href="https://podcasts.google.com/?feed=aHR0cHM6Ly93d3cuaGVpc2UuZGUvaGVpc2VzaG93LnJzcw" rel="external noopener" target="_blank">Google Podcasts</a></span><span class="code char"> • </span><span class="code char"><a href="https://heiseshow.podigee.io/feed/mp3" rel="external noopener" target="_blank">RSS</a> </span><span class="code char"> • </span><a href="https://open.spotify.com/show/7iMjJRAHcOAumvPbdGDavJ" rel="external noopener" target="_blank">Spotify</a></li><li><strong>Video</strong>: <span class="code char"><a href="https://itunes.apple.com/de/podcast/heiseshow-hd-video/id1082309594" rel="external noopener" target="_blank">Apple Podcasts</a> • </span><span class="code char"><a href="/rss/heiseshowhd.rss">RSS</a> • <a href="https://www.youtube.com/playlist?list=PLUoWfXKEShjeEJJ83lJkme2DKyFUrDBpz" rel="external noopener" target="_blank">YouTube</a></span></li><li><a href="/thema/%23heiseshow">alle Episoden in der Übersicht</a></li></ul> </div> </div> </div> </div> </a-collapse> <h3 class="subheading"><a name="anchor_2"></a><a href="/thema/ct-uplink">c&#39;t uplink</a> – der Podcast aus Nerdistan</h3> <p>Im samstäglichen Podcast aus Nerdistan diskutieren c&#39;t-Redakteure über ihre Themen aus dem aktuellen Heft. Sie gehen auf Ergebnisse aus aktuellen Geräte- und Software-Tests ein, streiten sich über neue Entwicklungen der digitalen Welt und gewähren einen nerdigen Blick hinter die Kulissen. </p> <a-opt-in checkbox-text="YouTube-Playlisten immer laden" class=" a-u-inline" type="Youtube"> <div class="opt-in__content-container"> <h2 class="opt-in__title">Empfohlener redaktioneller Inhalt</h2> <p class="opt-in__description"> Mit Ihrer Zustimmung wird hier eine externe YouTube-Playlist (Google Ireland Limited) geladen. </p> <div class="opt-in__cta-container"> <label class="opt-in__cta-persistence"> <input class="opt-in__persistence-checkbox" data-should-persist type="checkbox"> YouTube-Playlisten immer laden </label> <button class="opt-in__cta" data-opt-in>YouTube-Playlist jetzt laden</button> </div> <p class="opt-in__footnote"> Ich bin damit einverstanden, dass mir externe Inhalte angezeigt werden. Damit können personenbezogene Daten an Drittplattformen (Google Ireland Limited) übermittelt werden. Mehr dazu in unserer <a href="https://www.heise.de/Datenschutzerklaerung-der-Heise-Medien-GmbH-Co-KG-4860.html">Datenschutzerklärung</a>. </p> <noscript> <figure class="video video--fullwidth a-u-inline"> <div class="video__yt-container"> <a-iframe allowfullscreen class="video__iframe" frameborder="0" name="Youtube" needs-consent src="//www.youtube-nocookie.com/embed/videoseries?list=PLJc5eH_M7eASpm0Wb0wSSLZTXiDuVkXuO" title="YouTube Videoserie"></a-iframe> </div> </figure> </noscript> </div> </a-opt-in> <a-opt-in checkbox-text="Podcasts immer laden" class=" a-u-inline" type="Podigee"> <div class="opt-in__content-container"> <h2 class="opt-in__title">Empfohlener redaktioneller Inhalt</h2> <p class="opt-in__description"> Mit Ihrer Zustimmung wird hier ein externer Podcast (Podigee GmbH) geladen. </p> <div class="opt-in__cta-container"> <label class="opt-in__cta-persistence"> <input class="opt-in__persistence-checkbox" data-should-persist type="checkbox"> Podcasts immer laden </label> <button class="opt-in__cta" data-opt-in>Podcast jetzt laden</button> </div> <p class="opt-in__footnote"> Ich bin damit einverstanden, dass mir externe Inhalte angezeigt werden. Damit können personenbezogene Daten an Drittplattformen (Podigee GmbH) übermittelt werden. Mehr dazu in unserer <a href="https://www.heise.de/Datenschutzerklaerung-der-Heise-Medien-GmbH-Co-KG-4860.html">Datenschutzerklärung</a>. </p> <noscript> <div class="podigee-podcast-container"> <a-iframe class="podigee-podcast-player " enable-dark-mode name="Podigee" needs-consent src="https://player.podigee-cdn.net/podcast-player/podigee-podcast-player.html?configuration=%20https%3A%2F%2Fct-uplink.podigee.io/embed?context=external&amp;themeHtml=https%3A%2F%2Fwww.heise.de%2Fassets%2Fpodigee-themes%2Finline.html&amp;themeCss=https%3A%2F%2Fwww.heise.de%2Fassets%2Fstyles%2Findex.css"></a-iframe> </div> </noscript> </div> </a-opt-in> <a-collapse class=" a-box a-box--collapsable a-box--full-bordered a-inline-textbox--text a-inline-textbox " has-indicator is-open media="(min-width: 993px)" toggle-class-on-media="a-box--full-bordered"> <header class=" a-box__header " data-collapse-trigger> <span> Mehr Infos </span> </header> <div class="a-box__target" data-collapse-target> <div class="a-box__content"> <div class=" a-inline-textbox__content " data-collapse-content> <div class="a-inline-textbox__content-container"> <h4>c&#39;t uplink abonnieren:</h4> <ul><li><strong>Audio</strong>: <a href="https://itunes.apple.com/de/podcast/ct-uplink/id835717958" rel="external noopener" target="_blank">Apple Podcasts</a> <span class="code char">• </span> <a href="https://www.deezer.com/de/show/15717" rel="external noopener" target="_blank">Deezer</a><span class="code char"> </span><span class="code char">• </span> <span class="code char"><a href="https://podcasts.google.com/?feed=aHR0cHM6Ly93d3cuaGVpc2UuZGUvY3QvdXBsaW5rL2N0dXBsaW5rLnJzcw" rel="external noopener" target="_blank">Google Podcasts</a> </span><span class="code char">• </span><span class="code char"><a href="https://ct-uplink.podigee.io/feed/mp3">RSS</a> • </span><a href="https://open.spotify.com/show/4LdN7lGr9winLtQSqoIjVD" rel="external noopener" target="_blank">Spotify</a></li><li><strong>Video</strong>: <span class="code char"><a href="https://itunes.apple.com/de/podcast/ct-uplink-video/id927435923" rel="external noopener" target="_blank">Apple Podcasts</a> </span><span class="code char">• </span><span class="code char"><a href="/ct/uplink/ctuplinkvideohd.rss">RSS</a> </span><span class="code char">• <a href="https://www.youtube.com/playlist?list=PLJc5eH_M7eASpm0Wb0wSSLZTXiDuVkXuO" rel="external noopener" target="_blank">YouTube</a></span></li><li><a href="https://www.ct.de/uplink">alle Episoden in der Übersicht</a></li> </ul> </div> </div> </div> </div> </a-collapse> <h3 class="subheading"><a name="anchor_passwort"></a><a href="/thema/Passwort_Podcast">Passwort</a> – der Podcast von heise Security</h3> <p>Dr. Christopher Kunz und Sylvester Tremmel analysieren aktuelle IT-Security-Themen und trennen den Hype von der Realität. Sie zeigen, ob die neuesten Trends wirklich wichtig für IT-Security-Profis und interessierte Privatleute sind.</p> <a-lightbox class="a-inline-image a-u-inline" src="/imgs/02/2/5/3/0/6/3/1/Medien-c886b2b3af51cacf.jpeg" tabindex="1"> <figure> <div> <a href="/imgs/02/2/5/3/0/6/3/1/Medien-c886b2b3af51cacf.jpeg"> <a-img alt="Passwort - der Podcast von heise Security" height="1080" high-dpi-quality="50" layout="responsive" quality="70" src="/imgs/02/2/5/3/0/6/3/1/Medien-c886b2b3af51cacf.jpeg" style=" aspect-ratio: 1920 / 1080;" width="1920"> <img alt="Passwort - der Podcast von heise Security" height="1080" src="data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;696px&#39; height=&#39;391px&#39; viewBox=&#39;0 0 696 391&#39;%3E%3Crect x=&#39;0&#39; y=&#39;0&#39; width=&#39;696&#39; height=&#39;391&#39; fill=&#39;%23f2f2f2&#39;%3E%3C/rect%3E%3C/svg%3E" style="aspect-ratio: 1920 / 1080; object-fit: cover;" width="1920"> </a-img> <noscript> <img alt="Passwort - der Podcast von heise Security" class="legacy-img " decoding="async" height="391" loading="lazy" onload="this.style=null;" sizes="" src="https://heise.cloudimg.io/width/696/q50.png-lossy-50.webp-lossy-50.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/Medien-c886b2b3af51cacf.jpeg" srcset=" https://heise.cloudimg.io/width/336/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/Medien-c886b2b3af51cacf.jpeg 336w, https://heise.cloudimg.io/width/1008/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/Medien-c886b2b3af51cacf.jpeg 1008w, https://heise.cloudimg.io/width/696/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/Medien-c886b2b3af51cacf.jpeg 696w, https://heise.cloudimg.io/width/1392/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/Medien-c886b2b3af51cacf.jpeg 1392w " style="background-color: #f2f2f2;" width="696"> </noscript> </a> </div> </figure> </a-lightbox> <a-opt-in checkbox-text="Podcasts immer laden" class=" a-u-inline" type="Podigee"> <div class="opt-in__content-container"> <h2 class="opt-in__title">Empfohlener redaktioneller Inhalt</h2> <p class="opt-in__description"> Mit Ihrer Zustimmung wird hier ein externer Podcast (Podigee GmbH) geladen. </p> <div class="opt-in__cta-container"> <label class="opt-in__cta-persistence"> <input class="opt-in__persistence-checkbox" data-should-persist type="checkbox"> Podcasts immer laden </label> <button class="opt-in__cta" data-opt-in>Podcast jetzt laden</button> </div> <p class="opt-in__footnote"> Ich bin damit einverstanden, dass mir externe Inhalte angezeigt werden. Damit können personenbezogene Daten an Drittplattformen (Podigee GmbH) übermittelt werden. Mehr dazu in unserer <a href="https://www.heise.de/Datenschutzerklaerung-der-Heise-Medien-GmbH-Co-KG-4860.html">Datenschutzerklärung</a>. </p> <noscript> <div class="podigee-podcast-container"> <a-iframe class="podigee-podcast-player " enable-dark-mode name="Podigee" needs-consent src="https://player.podigee-cdn.net/podcast-player/podigee-podcast-player.html?configuration=https%3A%2F%2Fpasswort.podigee.io/embed?context=external&amp;themeHtml=https%3A%2F%2Fwww.heise.de%2Fassets%2Fpodigee-themes%2Finline.html&amp;themeCss=https%3A%2F%2Fwww.heise.de%2Fassets%2Fstyles%2Findex.css"></a-iframe> </div> </noscript> </div> </a-opt-in> <hr> <h3 class="subheading"><a name="anchor_bitrauschen"></a><a href="/thema/bit-rauschen">Bit-Rauschen</a> – der Prozessor-Podcast von c&#39;t</h3> <p>Die c&#39;t-Kolumne &quot;Bit-Rauschen&quot; berichtet über Chips und die IT-Branche allgemein – auch über Spekulationen. Der Audio-Podcast greift jeden zweiten Mittwoch die spannendsten Themen auf.</p> <a-lightbox class="a-inline-image a-u-inline" src="/imgs/02/2/5/3/0/6/3/1/Podcast_Bitrauschen_16_9-9bdff0d53ac3c8a7.jpeg" tabindex="1"> <figure> <div> <a href="/imgs/02/2/5/3/0/6/3/1/Podcast_Bitrauschen_16_9-9bdff0d53ac3c8a7.jpeg"> <a-img alt="" height="1080" high-dpi-quality="50" layout="responsive" quality="70" src="/imgs/02/2/5/3/0/6/3/1/Podcast_Bitrauschen_16_9-9bdff0d53ac3c8a7.jpeg" style=" aspect-ratio: 1920 / 1080;" width="1920"> <img alt="" height="1080" src="data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;696px&#39; height=&#39;391px&#39; viewBox=&#39;0 0 696 391&#39;%3E%3Crect x=&#39;0&#39; y=&#39;0&#39; width=&#39;696&#39; height=&#39;391&#39; fill=&#39;%23f2f2f2&#39;%3E%3C/rect%3E%3C/svg%3E" style="aspect-ratio: 1920 / 1080; object-fit: cover;" width="1920"> </a-img> <noscript> <img alt="" class="legacy-img " decoding="async" height="391" loading="lazy" onload="this.style=null;" sizes="" src="https://heise.cloudimg.io/width/696/q50.png-lossy-50.webp-lossy-50.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/Podcast_Bitrauschen_16_9-9bdff0d53ac3c8a7.jpeg" srcset=" https://heise.cloudimg.io/width/336/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/Podcast_Bitrauschen_16_9-9bdff0d53ac3c8a7.jpeg 336w, https://heise.cloudimg.io/width/1008/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/Podcast_Bitrauschen_16_9-9bdff0d53ac3c8a7.jpeg 1008w, https://heise.cloudimg.io/width/696/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/Podcast_Bitrauschen_16_9-9bdff0d53ac3c8a7.jpeg 696w, https://heise.cloudimg.io/width/1392/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/Podcast_Bitrauschen_16_9-9bdff0d53ac3c8a7.jpeg 1392w " style="background-color: #f2f2f2;" width="696"> </noscript> </a> </div> </figure> </a-lightbox> <a-opt-in checkbox-text="Podcasts immer laden" class=" a-u-inline" type="Podigee"> <div class="opt-in__content-container"> <h2 class="opt-in__title">Empfohlener redaktioneller Inhalt</h2> <p class="opt-in__description"> Mit Ihrer Zustimmung wird hier ein externer Podcast (Podigee GmbH) geladen. </p> <div class="opt-in__cta-container"> <label class="opt-in__cta-persistence"> <input class="opt-in__persistence-checkbox" data-should-persist type="checkbox"> Podcasts immer laden </label> <button class="opt-in__cta" data-opt-in>Podcast jetzt laden</button> </div> <p class="opt-in__footnote"> Ich bin damit einverstanden, dass mir externe Inhalte angezeigt werden. Damit können personenbezogene Daten an Drittplattformen (Podigee GmbH) übermittelt werden. Mehr dazu in unserer <a href="https://www.heise.de/Datenschutzerklaerung-der-Heise-Medien-GmbH-Co-KG-4860.html">Datenschutzerklärung</a>. </p> <noscript> <div class="podigee-podcast-container"> <a-iframe class="podigee-podcast-player " enable-dark-mode name="Podigee" needs-consent src="https://player.podigee-cdn.net/podcast-player/podigee-podcast-player.html?configuration=https%3A%2F%2Fbit-rauschen.podigee.io/embed?context=external&amp;themeHtml=https%3A%2F%2Fwww.heise.de%2Fassets%2Fpodigee-themes%2Finline.html&amp;themeCss=https%3A%2F%2Fwww.heise.de%2Fassets%2Fstyles%2Findex.css"></a-iframe> </div> </noscript> </div> </a-opt-in> <a-collapse class=" a-box a-box--collapsable a-box--full-bordered a-inline-textbox--text a-inline-textbox " has-indicator is-open media="(min-width: 993px)" toggle-class-on-media="a-box--full-bordered"> <header class=" a-box__header " data-collapse-trigger> <span> Mehr Infos </span> </header> <div class="a-box__target" data-collapse-target> <div class="a-box__content"> <div class=" a-inline-textbox__content " data-collapse-content> <div class="a-inline-textbox__content-container"> <h4>Bit-Rauschen abonnieren:</h4> <ul><li><strong>Audio</strong>: <a href="https://podcasts.apple.com/de/podcast/bit-rauschen-der-prozessor-podcast-von-ct/id1549821753" rel="external noopener" target="_blank">Apple Podcasts</a> <span class="code char">• </span><a href="https://www.deezer.com/de/show/2195452" rel="external noopener" target="_blank">Deezer</a> <span class="code char">• </span><a href="https://podcasts.google.com/feed/aHR0cHM6Ly9iaXQtcmF1c2NoZW4ucG9kaWdlZS5pby9mZWVkL21wMw" rel="external noopener" target="_blank">Google Podcasts</a><span class="code char"> </span><span class="code char">•</span><span class="code char"> </span><span class="code char"><a href="https://bit-rauschen.podigee.io/feed/mp3">RSS</a> • </span><a href="https://open.spotify.com/show/6JD6gwqgVR27GYZACrWOT1" rel="external noopener" target="_blank">Spotify</a></li><li> <a href="https://ct.de/bit-rauschen">alle Episoden in der Übersicht</a> </li></ul> </div> </div> </div> </div> </a-collapse> <h3 class="subheading"><a name="anker_auslegungssache"></a><a href="/thema/auslegungssache">Auslegungssache</a> – der c&#39;t-Datenschutz-Podcast</h3> <p>Alle 14 Tage bespricht c’t-Redakteur Holger Bleich aktuelle Entwicklungen rund um den Datenschutz mit Joerg Heidrich. Joerg Heidrich ist beim c’t-Mutterschiff Heise Medien als Hausjurist für das Thema zuständig und hat täglich mit der Europäischen Datenschutz-Grundverordnung (DSGVO) zu tun. Wechselnde Gäste ergänzen die Runde.</p> <a-lightbox class="a-inline-image a-u-inline" src="/imgs/02/2/5/3/0/6/3/1/Poscast_Auslegungssache_16_9-26a2980ed6f51d48.jpeg" tabindex="1"> <figure> <div> <a href="/imgs/02/2/5/3/0/6/3/1/Poscast_Auslegungssache_16_9-26a2980ed6f51d48.jpeg"> <a-img alt="" height="1080" high-dpi-quality="50" layout="responsive" quality="70" src="/imgs/02/2/5/3/0/6/3/1/Poscast_Auslegungssache_16_9-26a2980ed6f51d48.jpeg" style=" aspect-ratio: 1920 / 1080;" width="1920"> <img alt="" height="1080" src="data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;696px&#39; height=&#39;391px&#39; viewBox=&#39;0 0 696 391&#39;%3E%3Crect x=&#39;0&#39; y=&#39;0&#39; width=&#39;696&#39; height=&#39;391&#39; fill=&#39;%23f2f2f2&#39;%3E%3C/rect%3E%3C/svg%3E" style="aspect-ratio: 1920 / 1080; object-fit: cover;" width="1920"> </a-img> <noscript> <img alt="" class="legacy-img " decoding="async" height="391" loading="lazy" onload="this.style=null;" sizes="" src="https://heise.cloudimg.io/width/696/q50.png-lossy-50.webp-lossy-50.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/Poscast_Auslegungssache_16_9-26a2980ed6f51d48.jpeg" srcset=" https://heise.cloudimg.io/width/336/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/Poscast_Auslegungssache_16_9-26a2980ed6f51d48.jpeg 336w, https://heise.cloudimg.io/width/1008/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/Poscast_Auslegungssache_16_9-26a2980ed6f51d48.jpeg 1008w, https://heise.cloudimg.io/width/696/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/Poscast_Auslegungssache_16_9-26a2980ed6f51d48.jpeg 696w, https://heise.cloudimg.io/width/1392/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/Poscast_Auslegungssache_16_9-26a2980ed6f51d48.jpeg 1392w " style="background-color: #f2f2f2;" width="696"> </noscript> </a> </div> </figure> </a-lightbox> <a-opt-in checkbox-text="Podcasts immer laden" class=" a-u-inline" type="Podigee"> <div class="opt-in__content-container"> <h2 class="opt-in__title">Empfohlener redaktioneller Inhalt</h2> <p class="opt-in__description"> Mit Ihrer Zustimmung wird hier ein externer Podcast (Podigee GmbH) geladen. </p> <div class="opt-in__cta-container"> <label class="opt-in__cta-persistence"> <input class="opt-in__persistence-checkbox" data-should-persist type="checkbox"> Podcasts immer laden </label> <button class="opt-in__cta" data-opt-in>Podcast jetzt laden</button> </div> <p class="opt-in__footnote"> Ich bin damit einverstanden, dass mir externe Inhalte angezeigt werden. Damit können personenbezogene Daten an Drittplattformen (Podigee GmbH) übermittelt werden. Mehr dazu in unserer <a href="https://www.heise.de/Datenschutzerklaerung-der-Heise-Medien-GmbH-Co-KG-4860.html">Datenschutzerklärung</a>. </p> <noscript> <div class="podigee-podcast-container"> <a-iframe class="podigee-podcast-player " enable-dark-mode name="Podigee" needs-consent src="https://player.podigee-cdn.net/podcast-player/podigee-podcast-player.html?configuration=https%3A%2F%2Fct-auslegungssache.podigee.io/embed?context=external&amp;themeHtml=https%3A%2F%2Fwww.heise.de%2Fassets%2Fpodigee-themes%2Finline.html&amp;themeCss=https%3A%2F%2Fwww.heise.de%2Fassets%2Fstyles%2Findex.css"></a-iframe> </div> </noscript> </div> </a-opt-in> <a-collapse class=" a-box a-box--collapsable a-box--full-bordered a-inline-textbox--text a-inline-textbox " has-indicator is-open media="(min-width: 993px)" toggle-class-on-media="a-box--full-bordered"> <header class=" a-box__header " data-collapse-trigger> <span> Mehr Infos </span> </header> <div class="a-box__target" data-collapse-target> <div class="a-box__content"> <div class=" a-inline-textbox__content " data-collapse-content> <div class="a-inline-textbox__content-container"> <h4>&quot;Auslegungssache&quot; abonnieren: </h4> <ul><li><strong>Audio</strong>: <a href="https://podcasts.apple.com/de/podcast/auslegungssache-der-ct-datenschutz-podcast/id1485860893" rel="external noopener" target="_blank">Apple Podcasts</a> <span class="code char"> • </span><a href="https://www.deezer.com/show/2198712" rel="external noopener" target="_blank">Deezer</a> <span class="code char"> • <a href="https://podcasts.google.com/feed/aHR0cHM6Ly93d3cuaGVpc2UuZGUvY3QvcnNzL2F1c2xlZ3VuZ3NzYWNoZS5yc3M" rel="external noopener" target="_blank">Google Podcasts</a> </span> <span class="code char"> •</span> <a href="https://ct-auslegungssache.podigee.io/feed/mp3">RSS</a><span class="code char"> • </span><a href="https://open.spotify.com/show/3Jrnu7vrTurguBaCiPapkA" rel="external noopener" target="_blank">Spotify</a> <br></li><li> <a href="https://ct.de/Auslegungssache" rel="external noopener" target="_blank">alle Episoden in der Übersicht </a></li></ul> </div> </div> </div> </div> </a-collapse> <h3 class="subheading"><a name="anchor_VorsichtKunde"></a> <a href="/thema/Vorsicht-Kunde">Vorsicht, Kunde!</a> – der c&#39;t-Verbraucherschutzpodcast</h3> <p>Im Podcast „Vorsicht, Kunde!“ beleuchtet c’t-Redakteurin Ulrike Kuhlmann Konflikte, die Verbraucherinnen und Verbraucher mit Unternehmen ausfechten müssen. Unterstützt wird sie dabei von ihrem Kollegen Urs Mansmann und Rechtsanwalt Niklas Mühleis. Die drei diskutieren die rechtlichen Aspekte und erklären, was Euch in solchen und ähnlichen Fällen zusteht.</p> <h3 class="subheading"> <a-lightbox class="a-inline-image a-u-inline" src="/imgs/02/2/5/3/0/6/3/1/VorsichtKunde_16_9_1-ecba072e5b4cf1aa.jpeg" tabindex="1"> <figure> <div> <a href="/imgs/02/2/5/3/0/6/3/1/VorsichtKunde_16_9_1-ecba072e5b4cf1aa.jpeg"> <a-img alt="" height="1080" high-dpi-quality="50" layout="responsive" quality="70" src="/imgs/02/2/5/3/0/6/3/1/VorsichtKunde_16_9_1-ecba072e5b4cf1aa.jpeg" style=" aspect-ratio: 1920 / 1080;" width="1920"> <img alt="" height="1080" src="data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;696px&#39; height=&#39;391px&#39; viewBox=&#39;0 0 696 391&#39;%3E%3Crect x=&#39;0&#39; y=&#39;0&#39; width=&#39;696&#39; height=&#39;391&#39; fill=&#39;%23f2f2f2&#39;%3E%3C/rect%3E%3C/svg%3E" style="aspect-ratio: 1920 / 1080; object-fit: cover;" width="1920"> </a-img> <noscript> <img alt="" class="legacy-img " decoding="async" height="391" loading="lazy" onload="this.style=null;" sizes="" src="https://heise.cloudimg.io/width/696/q50.png-lossy-50.webp-lossy-50.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/VorsichtKunde_16_9_1-ecba072e5b4cf1aa.jpeg" srcset=" https://heise.cloudimg.io/width/336/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/VorsichtKunde_16_9_1-ecba072e5b4cf1aa.jpeg 336w, https://heise.cloudimg.io/width/1008/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/VorsichtKunde_16_9_1-ecba072e5b4cf1aa.jpeg 1008w, https://heise.cloudimg.io/width/696/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/VorsichtKunde_16_9_1-ecba072e5b4cf1aa.jpeg 696w, https://heise.cloudimg.io/width/1392/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/VorsichtKunde_16_9_1-ecba072e5b4cf1aa.jpeg 1392w " style="background-color: #f2f2f2;" width="696"> </noscript> </a> </div> </figure> </a-lightbox> </h3> <a-opt-in checkbox-text="Podcasts immer laden" class=" a-u-inline" type="Podigee"> <div class="opt-in__content-container"> <h2 class="opt-in__title">Empfohlener redaktioneller Inhalt</h2> <p class="opt-in__description"> Mit Ihrer Zustimmung wird hier ein externer Podcast (Podigee GmbH) geladen. </p> <div class="opt-in__cta-container"> <label class="opt-in__cta-persistence"> <input class="opt-in__persistence-checkbox" data-should-persist type="checkbox"> Podcasts immer laden </label> <button class="opt-in__cta" data-opt-in>Podcast jetzt laden</button> </div> <p class="opt-in__footnote"> Ich bin damit einverstanden, dass mir externe Inhalte angezeigt werden. Damit können personenbezogene Daten an Drittplattformen (Podigee GmbH) übermittelt werden. Mehr dazu in unserer <a href="https://www.heise.de/Datenschutzerklaerung-der-Heise-Medien-GmbH-Co-KG-4860.html">Datenschutzerklärung</a>. </p> <noscript> <div class="podigee-podcast-container"> <a-iframe class="podigee-podcast-player " enable-dark-mode name="Podigee" needs-consent src="https://player.podigee-cdn.net/podcast-player/podigee-podcast-player.html?configuration=https%3A%2F%2Fvorsicht-kunde.podigee.io/embed?context=external&amp;themeHtml=https%3A%2F%2Fwww.heise.de%2Fassets%2Fpodigee-themes%2Finline.html&amp;themeCss=https%3A%2F%2Fwww.heise.de%2Fassets%2Fstyles%2Findex.css"></a-iframe> </div> </noscript> </div> </a-opt-in> <a-collapse class=" a-box a-box--collapsable a-box--full-bordered a-inline-textbox--text a-inline-textbox " media="(min-width: 993px)" sneak-peek toggle-class-on-media="a-box--full-bordered"> <header class=" a-box__header "> <span> Mehr Infos </span> </header> <div class="a-box__target" data-collapse-target> <div class="a-box__content"> <div class=" a-inline-textbox__content " data-collapse-content> <div class="a-inline-textbox__content-container"> <h4>Vorsicht, Kunde! abonnieren:</h4> <ul><li><strong>Audio</strong>: <a href="https://podcasts.apple.com/de/podcast/vorsicht-kunde/id1733821929" rel="external noopener" target="_blank">Apple Podcasts</a> • <a href="https://www.deezer.com/show/1000725482" rel="external noopener" target="_blank">Deezer</a><span class="code char"> </span><span class="code char">• </span> <a href="https://podcasts.google.com/subscribe-by-rss-feed?feed=aHR0cHM6Ly92b3JzaWNodC1rdW5kZS5wb2RpZ2VlLmlvL2ZlZWQvbXAz" rel="external noopener" target="_blank">Google Podcasts</a> • <span class="code char"><a href="https://vorsicht-kunde.podigee.io/feed/mp3">RSS</a> • </span><a href="https://open.spotify.com/show/02PiyDbhXiTeqUzlLCjBU7" rel="external noopener" target="_blank">Spotify</a></li></ul> </div> </div> </div> </div> <div data-collapse-trigger></div> </a-collapse> <h3 class="subheading"><a name="Frauen_Technik"></a>Frauen und Technik – mit Eckert und Wolfangel</h3> <p>In diesem Technologie-Podcast der c&#39;t spielen die beiden erfahrenen, freien Tech-Journalistinnen Svea Eckert und Eva Wolfangel mit dem Klischee, brechen es charmant auf und vermitteln dabei Wissen.</p> <h3 class="subheading"> <a-lightbox class="a-inline-image a-u-inline" src="/imgs/02/2/5/3/0/6/3/1/Podcast_FuT_16_9-8798fc49985bd942.png" tabindex="1"> <figure> <div> <a href="/imgs/02/2/5/3/0/6/3/1/Podcast_FuT_16_9-8798fc49985bd942.png"> <a-img alt="Frauen und Technik" height="1080" high-dpi-quality="50" layout="responsive" quality="70" src="/imgs/02/2/5/3/0/6/3/1/Podcast_FuT_16_9-8798fc49985bd942.png" style=" aspect-ratio: 1920 / 1080;" width="1920"> <img alt="Frauen und Technik" height="1080" src="data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;696px&#39; height=&#39;391px&#39; viewBox=&#39;0 0 696 391&#39;%3E%3Crect x=&#39;0&#39; y=&#39;0&#39; width=&#39;696&#39; height=&#39;391&#39; fill=&#39;%23f2f2f2&#39;%3E%3C/rect%3E%3C/svg%3E" style="aspect-ratio: 1920 / 1080; object-fit: cover;" width="1920"> </a-img> <noscript> <img alt="Frauen und Technik" class="legacy-img " decoding="async" height="391" loading="lazy" onload="this.style=null;" sizes="" src="https://heise.cloudimg.io/width/696/q50.png-lossy-50.webp-lossy-50.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/Podcast_FuT_16_9-8798fc49985bd942.png" srcset=" https://heise.cloudimg.io/width/336/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/Podcast_FuT_16_9-8798fc49985bd942.png 336w, https://heise.cloudimg.io/width/1008/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/Podcast_FuT_16_9-8798fc49985bd942.png 1008w, https://heise.cloudimg.io/width/696/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/Podcast_FuT_16_9-8798fc49985bd942.png 696w, https://heise.cloudimg.io/width/1392/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/Podcast_FuT_16_9-8798fc49985bd942.png 1392w " style="background-color: #f2f2f2;" width="696"> </noscript> </a> </div> </figure> </a-lightbox> </h3> <a-opt-in checkbox-text="Podcasts immer laden" class=" a-u-inline" type="Podigee"> <div class="opt-in__content-container"> <h2 class="opt-in__title">Empfohlener redaktioneller Inhalt</h2> <p class="opt-in__description"> Mit Ihrer Zustimmung wird hier ein externer Podcast (Podigee GmbH) geladen. </p> <div class="opt-in__cta-container"> <label class="opt-in__cta-persistence"> <input class="opt-in__persistence-checkbox" data-should-persist type="checkbox"> Podcasts immer laden </label> <button class="opt-in__cta" data-opt-in>Podcast jetzt laden</button> </div> <p class="opt-in__footnote"> Ich bin damit einverstanden, dass mir externe Inhalte angezeigt werden. Damit können personenbezogene Daten an Drittplattformen (Podigee GmbH) übermittelt werden. Mehr dazu in unserer <a href="https://www.heise.de/Datenschutzerklaerung-der-Heise-Medien-GmbH-Co-KG-4860.html">Datenschutzerklärung</a>. </p> <noscript> <div class="podigee-podcast-container"> <a-iframe class="podigee-podcast-player " enable-dark-mode name="Podigee" needs-consent src="https://player.podigee-cdn.net/podcast-player/podigee-podcast-player.html?configuration=https%3A%2F%2Ffrauen-technik.podigee.io%2F/embed?context=external&amp;themeHtml=https%3A%2F%2Fwww.heise.de%2Fassets%2Fpodigee-themes%2Finline.html&amp;themeCss=https%3A%2F%2Fwww.heise.de%2Fassets%2Fstyles%2Findex.css"></a-iframe> </div> </noscript> </div> </a-opt-in> <h3 class="subheading"><a name="anchor_macandi"></a> <a href="/thema/Mac-&amp;-i_Podcast">Mac &amp; i</a> – der Apple-Podcast</h3> <p>Redakteure von Mac &amp; i besprechen Apple-Produkte, -Betriebssysteme und das Drumherum, stellen Testergebnisse vor und geben Tipps.</p> <h3 class="subheading"> <a-lightbox class="a-inline-image a-u-inline" src="/imgs/02/2/5/3/0/6/3/1/heise_Podcast_maci_16_9-341bda5bb2c2d540.jpeg" tabindex="1"> <figure> <div> <a href="/imgs/02/2/5/3/0/6/3/1/heise_Podcast_maci_16_9-341bda5bb2c2d540.jpeg"> <a-img alt="Mac &amp;amp; i Podcast" height="1081" high-dpi-quality="50" layout="responsive" quality="70" src="/imgs/02/2/5/3/0/6/3/1/heise_Podcast_maci_16_9-341bda5bb2c2d540.jpeg" style=" aspect-ratio: 1920 / 1081;" width="1920"> <img alt="Mac &amp;amp; i Podcast" height="1081" src="data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;696px&#39; height=&#39;391px&#39; viewBox=&#39;0 0 696 391&#39;%3E%3Crect x=&#39;0&#39; y=&#39;0&#39; width=&#39;696&#39; height=&#39;391&#39; fill=&#39;%23f2f2f2&#39;%3E%3C/rect%3E%3C/svg%3E" style="aspect-ratio: 1920 / 1081; object-fit: cover;" width="1920"> </a-img> <noscript> <img alt="Mac &amp;amp; i Podcast" class="legacy-img " decoding="async" height="391" loading="lazy" onload="this.style=null;" sizes="" src="https://heise.cloudimg.io/width/696/q50.png-lossy-50.webp-lossy-50.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/heise_Podcast_maci_16_9-341bda5bb2c2d540.jpeg" srcset=" https://heise.cloudimg.io/width/336/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/heise_Podcast_maci_16_9-341bda5bb2c2d540.jpeg 336w, https://heise.cloudimg.io/width/1008/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/heise_Podcast_maci_16_9-341bda5bb2c2d540.jpeg 1008w, https://heise.cloudimg.io/width/696/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/heise_Podcast_maci_16_9-341bda5bb2c2d540.jpeg 696w, https://heise.cloudimg.io/width/1392/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/heise_Podcast_maci_16_9-341bda5bb2c2d540.jpeg 1392w " style="background-color: #f2f2f2;" width="696"> </noscript> </a> </div> </figure> </a-lightbox> </h3> <a-opt-in checkbox-text="Podcasts immer laden" class=" a-u-inline" type="Podigee"> <div class="opt-in__content-container"> <h2 class="opt-in__title">Empfohlener redaktioneller Inhalt</h2> <p class="opt-in__description"> Mit Ihrer Zustimmung wird hier ein externer Podcast (Podigee GmbH) geladen. </p> <div class="opt-in__cta-container"> <label class="opt-in__cta-persistence"> <input class="opt-in__persistence-checkbox" data-should-persist type="checkbox"> Podcasts immer laden </label> <button class="opt-in__cta" data-opt-in>Podcast jetzt laden</button> </div> <p class="opt-in__footnote"> Ich bin damit einverstanden, dass mir externe Inhalte angezeigt werden. Damit können personenbezogene Daten an Drittplattformen (Podigee GmbH) übermittelt werden. Mehr dazu in unserer <a href="https://www.heise.de/Datenschutzerklaerung-der-Heise-Medien-GmbH-Co-KG-4860.html">Datenschutzerklärung</a>. </p> <noscript> <div class="podigee-podcast-container"> <a-iframe class="podigee-podcast-player " enable-dark-mode name="Podigee" needs-consent src="https://player.podigee-cdn.net/podcast-player/podigee-podcast-player.html?configuration=%20https%3A%2F%2Fmac-and-i.podigee.io/embed?context=external&amp;themeHtml=https%3A%2F%2Fwww.heise.de%2Fassets%2Fpodigee-themes%2Finline.html&amp;themeCss=https%3A%2F%2Fwww.heise.de%2Fassets%2Fstyles%2Findex.css"></a-iframe> </div> </noscript> </div> </a-opt-in> <a-collapse class=" a-box a-box--collapsable a-box--full-bordered a-inline-textbox--text a-inline-textbox " has-indicator is-open media="(min-width: 993px)" toggle-class-on-media="a-box--full-bordered"> <header class=" a-box__header " data-collapse-trigger> <span> Mehr Infos </span> </header> <div class="a-box__target" data-collapse-target> <div class="a-box__content"> <div class=" a-inline-textbox__content " data-collapse-content> <div class="a-inline-textbox__content-container"> <h4>&quot;Mac &amp; i – der Apple-Podcast&quot; abonnieren:</h4> <ul><li><strong>Audio</strong>: <a href="https://podcasts.apple.com/de/podcast/mac-i/id1499510618" rel="external noopener" target="_blank">Apple Podcasts</a> <span class="code char">• </span><a href="https://www.deezer.com/show/2198472" rel="external noopener" target="_blank">Deezer</a> <span class="code char">• <a href="https://podcasts.google.com/feed/aHR0cHM6Ly93d3cuaGVpc2UuZGUvbWFjLWFuZC1pL21hYy1hbmQtaS1hdWRpby1wb2RjYXN0LnJzcw" rel="external noopener" target="_blank">Google Podcasts</a></span><span class="code char"> • </span> <span class="code char"><a href="https://heise.de/mac-and-i/mac-and-i-audio-podcast.rss">RSS</a> • </span> <a href="https://open.spotify.com/show/5Tcgc97HvYREYM7kIRsxii" rel="external noopener" target="_blank">Spotify</a> </li><li><strong>Video</strong>: <a href="https://podcasts.apple.com/de/podcast/mac-i-video/id1503360567" rel="external noopener" target="_blank">iTunes</a> <span class="code char">• </span> <a href="/mac-and-i/mac-and-i-podcast.rss">RSS</a> <span class="code char">• </span> <span class="code char"><a href="https://www.youtube.com/c/Mac-and-iDe" rel="external noopener" target="_blank">YouTube </a></span></li><li><span class="code char"> <a href="/mac-and-i/podcast">alle Episoden in der Übersicht</a> <br></span></li></ul> </div> </div> </div> </div> </a-collapse> <h3 class="subheading"><a name="ClickBoomFlash_Anker"></a>Click Boom Flash – Geschichten aus der Fotowelt</h3> <p>Gibt es für Fotografinnen und Fotografen eine Welt abseits von Passbildern und Kindergartenmappen? Im Podcast erzählen Menschen aus über fünfzig Fotobereichen Judy Hohmann von ihren kleinen Herausforderungen und großen Abenteuern im Fotoalltag. Jeden zweiten Sonntag neu.</p> <a-lightbox class="a-inline-image a-u-inline" src="/imgs/02/2/5/3/0/6/3/1/Download-16409f089f4e4b30.jpeg" tabindex="1"> <figure> <div> <a href="/imgs/02/2/5/3/0/6/3/1/Download-16409f089f4e4b30.jpeg"> <a-img alt="Click Boom Flash - Der Foto-Podcast" height="720" high-dpi-quality="50" layout="responsive" quality="70" src="/imgs/02/2/5/3/0/6/3/1/Download-16409f089f4e4b30.jpeg" style=" aspect-ratio: 1280 / 720;" width="1280"> <img alt="Click Boom Flash - Der Foto-Podcast" height="720" src="data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;696px&#39; height=&#39;391px&#39; viewBox=&#39;0 0 696 391&#39;%3E%3Crect x=&#39;0&#39; y=&#39;0&#39; width=&#39;696&#39; height=&#39;391&#39; fill=&#39;%23f2f2f2&#39;%3E%3C/rect%3E%3C/svg%3E" style="aspect-ratio: 1280 / 720; object-fit: cover;" width="1280"> </a-img> <noscript> <img alt="Click Boom Flash - Der Foto-Podcast" class="legacy-img " decoding="async" height="391" loading="lazy" onload="this.style=null;" sizes="" src="https://heise.cloudimg.io/width/696/q50.png-lossy-50.webp-lossy-50.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/Download-16409f089f4e4b30.jpeg" srcset=" https://heise.cloudimg.io/width/336/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/Download-16409f089f4e4b30.jpeg 336w, https://heise.cloudimg.io/width/1008/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/Download-16409f089f4e4b30.jpeg 1008w, https://heise.cloudimg.io/width/696/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/Download-16409f089f4e4b30.jpeg 696w, https://heise.cloudimg.io/width/1392/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/Download-16409f089f4e4b30.jpeg 1392w " style="background-color: #f2f2f2;" width="696"> </noscript> </a> </div> </figure> </a-lightbox> <a-opt-in checkbox-text="Podcasts immer laden" class=" a-u-inline" type="Podigee"> <div class="opt-in__content-container"> <h2 class="opt-in__title">Empfohlener redaktioneller Inhalt</h2> <p class="opt-in__description"> Mit Ihrer Zustimmung wird hier ein externer Podcast (Podigee GmbH) geladen. </p> <div class="opt-in__cta-container"> <label class="opt-in__cta-persistence"> <input class="opt-in__persistence-checkbox" data-should-persist type="checkbox"> Podcasts immer laden </label> <button class="opt-in__cta" data-opt-in>Podcast jetzt laden</button> </div> <p class="opt-in__footnote"> Ich bin damit einverstanden, dass mir externe Inhalte angezeigt werden. Damit können personenbezogene Daten an Drittplattformen (Podigee GmbH) übermittelt werden. Mehr dazu in unserer <a href="https://www.heise.de/Datenschutzerklaerung-der-Heise-Medien-GmbH-Co-KG-4860.html">Datenschutzerklärung</a>. </p> <noscript> <div class="podigee-podcast-container"> <a-iframe class="podigee-podcast-player " enable-dark-mode name="Podigee" needs-consent src="https://player.podigee-cdn.net/podcast-player/podigee-podcast-player.html?configuration=https%3A%2F%2Fclick-boom-flash.podigee.io/embed?context=external&amp;themeHtml=https%3A%2F%2Fwww.heise.de%2Fassets%2Fpodigee-themes%2Finline.html&amp;themeCss=https%3A%2F%2Fwww.heise.de%2Fassets%2Fstyles%2Findex.css"></a-iframe> </div> </noscript> </div> </a-opt-in> <a-collapse class=" a-box a-box--collapsable a-box--full-bordered a-inline-textbox--text a-inline-textbox " media="(min-width: 993px)" sneak-peek toggle-class-on-media="a-box--full-bordered"> <header class=" a-box__header "> <span> Mehr Infos </span> </header> <div class="a-box__target" data-collapse-target> <div class="a-box__content"> <div class=" a-inline-textbox__content " data-collapse-content> <div class="a-inline-textbox__content-container"> <h4>&quot;Click Boom Flash&quot; abonnieren:</h4> <ul><li><strong>Audio</strong>: <a href="https://podcasts.apple.com/de/podcast/click-boom-flash-geschichten-aus-der-fotowelt/id1720240648" rel="external noopener" target="_blank">Apple Podcasts</a> • <a href="https://www.deezer.com/de/show/1000495802" rel="external noopener" target="_blank">Deezer</a> • <a href="https://click-boom-flash.podigee.io/feed/mp3" rel="external noopener" target="_blank">RSS</a> • <a href="https://open.spotify.com/show/7LqBNGIhdjrm8G9ajOKs4V" rel="external noopener" target="_blank">Spotify</a></li></ul> </div> </div> </div> </div> <div data-collapse-trigger></div> </a-collapse> <h3 class="subheading"><a name="meets_anker"></a>heise meets – Der Entscheidertalk</h3> <p>Jeden zweiten Mittwoch um 9 Uhr sprechen Matthias Tüxen und/oder Thomas Jannot von Heise Business Services mit Persönlichkeiten aus Wirtschaft, Wissenschaft und Politik über kritische und künftige Themen für Geschäftskunden.</p> <a-lightbox class="a-inline-image a-u-inline" src="/imgs/02/2/5/3/0/6/3/1/heise_meets_via_heise_online-64fdc480efd9040b.jpeg" tabindex="1"> <figure> <div> <a href="/imgs/02/2/5/3/0/6/3/1/heise_meets_via_heise_online-64fdc480efd9040b.jpeg"> <a-img alt="heise meets Podcast" height="1080" high-dpi-quality="50" layout="responsive" quality="70" src="/imgs/02/2/5/3/0/6/3/1/heise_meets_via_heise_online-64fdc480efd9040b.jpeg" style=" aspect-ratio: 1920 / 1080;" width="1920"> <img alt="heise meets Podcast" height="1080" src="data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;696px&#39; height=&#39;391px&#39; viewBox=&#39;0 0 696 391&#39;%3E%3Crect x=&#39;0&#39; y=&#39;0&#39; width=&#39;696&#39; height=&#39;391&#39; fill=&#39;%23f2f2f2&#39;%3E%3C/rect%3E%3C/svg%3E" style="aspect-ratio: 1920 / 1080; object-fit: cover;" width="1920"> </a-img> <noscript> <img alt="heise meets Podcast" class="legacy-img " decoding="async" height="391" loading="lazy" onload="this.style=null;" sizes="" src="https://heise.cloudimg.io/width/696/q50.png-lossy-50.webp-lossy-50.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/heise_meets_via_heise_online-64fdc480efd9040b.jpeg" srcset=" https://heise.cloudimg.io/width/336/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/heise_meets_via_heise_online-64fdc480efd9040b.jpeg 336w, https://heise.cloudimg.io/width/1008/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/heise_meets_via_heise_online-64fdc480efd9040b.jpeg 1008w, https://heise.cloudimg.io/width/696/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/heise_meets_via_heise_online-64fdc480efd9040b.jpeg 696w, https://heise.cloudimg.io/width/1392/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/heise_meets_via_heise_online-64fdc480efd9040b.jpeg 1392w " style="background-color: #f2f2f2;" width="696"> </noscript> </a> </div> </figure> </a-lightbox> <a-opt-in checkbox-text="Podcasts immer laden" class=" a-u-inline" type="Podigee"> <div class="opt-in__content-container"> <h2 class="opt-in__title">Empfohlener redaktioneller Inhalt</h2> <p class="opt-in__description"> Mit Ihrer Zustimmung wird hier ein externer Podcast (Podigee GmbH) geladen. </p> <div class="opt-in__cta-container"> <label class="opt-in__cta-persistence"> <input class="opt-in__persistence-checkbox" data-should-persist type="checkbox"> Podcasts immer laden </label> <button class="opt-in__cta" data-opt-in>Podcast jetzt laden</button> </div> <p class="opt-in__footnote"> Ich bin damit einverstanden, dass mir externe Inhalte angezeigt werden. Damit können personenbezogene Daten an Drittplattformen (Podigee GmbH) übermittelt werden. Mehr dazu in unserer <a href="https://www.heise.de/Datenschutzerklaerung-der-Heise-Medien-GmbH-Co-KG-4860.html">Datenschutzerklärung</a>. </p> <noscript> <div class="podigee-podcast-container"> <a-iframe class="podigee-podcast-player " enable-dark-mode name="Podigee" needs-consent src="https://player.podigee-cdn.net/podcast-player/podigee-podcast-player.html?configuration=https%3A%2F%2Fheise-meets.podigee.io%2F/embed?context=external&amp;themeHtml=https%3A%2F%2Fwww.heise.de%2Fassets%2Fpodigee-themes%2Finline.html&amp;themeCss=https%3A%2F%2Fwww.heise.de%2Fassets%2Fstyles%2Findex.css"></a-iframe> </div> </noscript> </div> </a-opt-in> <a-collapse class=" a-box a-box--collapsable a-box--full-bordered a-inline-textbox--text a-inline-textbox " media="(min-width: 993px)" sneak-peek toggle-class-on-media="a-box--full-bordered"> <header class=" a-box__header "> <span> Mehr Infos </span> </header> <div class="a-box__target" data-collapse-target> <div class="a-box__content"> <div class=" a-inline-textbox__content " data-collapse-content> <div class="a-inline-textbox__content-container"> <h4>heise meets abonnieren:</h4> <ul><li><strong>Audio</strong>: <a href="https://podcasts.apple.com/podcast/id1575559351" rel="external noopener" target="_blank">Apple Podcasts</a> <span class="code char">• </span> <a href="https://open.spotify.com/show/3zRTGHe7fqvxYprRQpw5R9" rel="external noopener" target="_blank">Spotify</a> <span class="code char">• </span> <a href="https://www.audible.de/podcast/heise-meets-Der-Entscheider-Talk/B08JKS5GJ1" rel="external noopener" target="_blank">Audible</a></li></ul> </div> </div> </div> </div> <div data-collapse-trigger></div> </a-collapse> <h3 class="subheading"><a name="anchor_TNBT"></a> <a href="/thema/TNBT">TNBT</a>: The Next (Big) Thing – der Podcast rund um Apples Headset Vision Pro</h3> <p>Mac &amp; i begleitet Apples Einstieg in die Extended-Reality-Welt von Anfang an: Wir beleuchten ab sofort die jüngsten Entwicklungen rund um Apples neue Plattform mitsamt den Auswirkungen auf IT-Branche und Gesellschaft.</p> <a-lightbox class="a-inline-image a-u-inline" src="/imgs/02/2/5/3/0/6/3/1/2023_TNBT_16_9-d5d9faabaea54a03.jpeg" tabindex="1"> <figure> <div> <a href="/imgs/02/2/5/3/0/6/3/1/2023_TNBT_16_9-d5d9faabaea54a03.jpeg"> <a-img alt="TNBT" height="1080" high-dpi-quality="50" layout="responsive" quality="70" src="/imgs/02/2/5/3/0/6/3/1/2023_TNBT_16_9-d5d9faabaea54a03.jpeg" style=" aspect-ratio: 1920 / 1080;" width="1920"> <img alt="TNBT" height="1080" src="data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;696px&#39; height=&#39;391px&#39; viewBox=&#39;0 0 696 391&#39;%3E%3Crect x=&#39;0&#39; y=&#39;0&#39; width=&#39;696&#39; height=&#39;391&#39; fill=&#39;%23f2f2f2&#39;%3E%3C/rect%3E%3C/svg%3E" style="aspect-ratio: 1920 / 1080; object-fit: cover;" width="1920"> </a-img> <noscript> <img alt="TNBT" class="legacy-img " decoding="async" height="391" loading="lazy" onload="this.style=null;" sizes="" src="https://heise.cloudimg.io/width/696/q50.png-lossy-50.webp-lossy-50.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/2023_TNBT_16_9-d5d9faabaea54a03.jpeg" srcset=" https://heise.cloudimg.io/width/336/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/2023_TNBT_16_9-d5d9faabaea54a03.jpeg 336w, https://heise.cloudimg.io/width/1008/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/2023_TNBT_16_9-d5d9faabaea54a03.jpeg 1008w, https://heise.cloudimg.io/width/696/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/2023_TNBT_16_9-d5d9faabaea54a03.jpeg 696w, https://heise.cloudimg.io/width/1392/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/2023_TNBT_16_9-d5d9faabaea54a03.jpeg 1392w " style="background-color: #f2f2f2;" width="696"> </noscript> </a> </div> </figure> </a-lightbox> <a-opt-in checkbox-text="Podcasts immer laden" class=" a-u-inline" type="Podigee"> <div class="opt-in__content-container"> <h2 class="opt-in__title">Empfohlener redaktioneller Inhalt</h2> <p class="opt-in__description"> Mit Ihrer Zustimmung wird hier ein externer Podcast (Podigee GmbH) geladen. </p> <div class="opt-in__cta-container"> <label class="opt-in__cta-persistence"> <input class="opt-in__persistence-checkbox" data-should-persist type="checkbox"> Podcasts immer laden </label> <button class="opt-in__cta" data-opt-in>Podcast jetzt laden</button> </div> <p class="opt-in__footnote"> Ich bin damit einverstanden, dass mir externe Inhalte angezeigt werden. Damit können personenbezogene Daten an Drittplattformen (Podigee GmbH) übermittelt werden. Mehr dazu in unserer <a href="https://www.heise.de/Datenschutzerklaerung-der-Heise-Medien-GmbH-Co-KG-4860.html">Datenschutzerklärung</a>. </p> <noscript> <div class="podigee-podcast-container"> <a-iframe class="podigee-podcast-player " enable-dark-mode name="Podigee" needs-consent src="https://player.podigee-cdn.net/podcast-player/podigee-podcast-player.html?configuration=https%3A%2F%2Ftnbt.podigee.io/embed?context=external&amp;themeHtml=https%3A%2F%2Fwww.heise.de%2Fassets%2Fpodigee-themes%2Finline.html&amp;themeCss=https%3A%2F%2Fwww.heise.de%2Fassets%2Fstyles%2Findex.css"></a-iframe> </div> </noscript> </div> </a-opt-in> <a-collapse class=" a-box a-box--collapsable a-box--full-bordered a-inline-textbox--text a-inline-textbox " media="(min-width: 993px)" sneak-peek toggle-class-on-media="a-box--full-bordered"> <header class=" a-box__header "> <span> Mehr Infos </span> </header> <div class="a-box__target" data-collapse-target> <div class="a-box__content"> <div class=" a-inline-textbox__content " data-collapse-content> <div class="a-inline-textbox__content-container"> <h4>&quot;TNBT&quot; abonnieren: </h4> <ul><li><strong>Audio</strong>: <a href="https://podcasts.apple.com/us/podcast/tnbt-der-podcast-zu-apple-vision-von-mac-i/id1691058408" rel="external noopener" target="_blank">Apple Podcasts</a> <span class="code char"> • </span><a href="https://www.deezer.com/de/show/6131675" rel="external noopener" target="_blank">Deezer</a> <span class="code char"> • </span><a href="https://tnbt.podigee.io/feed/mp3">RSS</a><span class="code char"> • </span><a href="https://open.spotify.com/show/2JtuzB6ib8NP3KjQkwRmxN" rel="external noopener" target="_blank">Spotify</a> <span class="code char"> • </span><a href="https://podcasts.google.com/feed/aHR0cHM6Ly90bmJ0LnBvZGlnZWUuaW8vZmVlZC9tcDM" rel="external noopener" target="_blank">Google Podcasts</a> </li></ul> </div> </div> </div> </div> <div data-collapse-trigger></div> </a-collapse> <h3 class="subheading"><a name="anchor_4"></a> <a href="/thema/softwarearchitektour">SoftwareArchitekTOUR</a> – von Entwicklern für Entwickler</h3> <p>In diesem Podcast diskutieren bekannte Software-Entwickler über wichtige Fragen der Software-Architektur. Gehen Sie mit auf Tour und profitieren Sie von ihren Erfahrungen und Tipps.</p> <a-lightbox class="a-inline-image a-u-inline" src="/imgs/02/2/5/3/0/6/3/1/heise_developer_softwarearchitektour-dd25a48279fafd11.png" tabindex="1"> <figure> <div> <a href="/imgs/02/2/5/3/0/6/3/1/heise_developer_softwarearchitektour-dd25a48279fafd11.png"> <a-img alt="SoftwareArchitekTOUR" height="1082" high-dpi-quality="50" layout="responsive" quality="70" src="/imgs/02/2/5/3/0/6/3/1/heise_developer_softwarearchitektour-dd25a48279fafd11.png" style=" aspect-ratio: 1920 / 1082;" width="1920"> <img alt="SoftwareArchitekTOUR" height="1082" src="data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;696px&#39; height=&#39;391px&#39; viewBox=&#39;0 0 696 391&#39;%3E%3Crect x=&#39;0&#39; y=&#39;0&#39; width=&#39;696&#39; height=&#39;391&#39; fill=&#39;%23f2f2f2&#39;%3E%3C/rect%3E%3C/svg%3E" style="aspect-ratio: 1920 / 1082; object-fit: cover;" width="1920"> </a-img> <noscript> <img alt="SoftwareArchitekTOUR" class="legacy-img " decoding="async" height="392" loading="lazy" onload="this.style=null;" sizes="" src="https://heise.cloudimg.io/width/696/q50.png-lossy-50.webp-lossy-50.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/heise_developer_softwarearchitektour-dd25a48279fafd11.png" srcset=" https://heise.cloudimg.io/width/336/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/heise_developer_softwarearchitektour-dd25a48279fafd11.png 336w, https://heise.cloudimg.io/width/1008/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/heise_developer_softwarearchitektour-dd25a48279fafd11.png 1008w, https://heise.cloudimg.io/width/696/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/heise_developer_softwarearchitektour-dd25a48279fafd11.png 696w, https://heise.cloudimg.io/width/1392/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/heise_developer_softwarearchitektour-dd25a48279fafd11.png 1392w " style="background-color: #f2f2f2;" width="696"> </noscript> </a> </div> <figcaption class="a-caption "> <p class="a-caption__source"> (Bild: ymgerman/shutterstock.com / heise online) </p> </figcaption> </figure> </a-lightbox> <a-opt-in checkbox-text="Podcasts immer laden" class=" a-u-inline" type="Podigee"> <div class="opt-in__content-container"> <h2 class="opt-in__title">Empfohlener redaktioneller Inhalt</h2> <p class="opt-in__description"> Mit Ihrer Zustimmung wird hier ein externer Podcast (Podigee GmbH) geladen. </p> <div class="opt-in__cta-container"> <label class="opt-in__cta-persistence"> <input class="opt-in__persistence-checkbox" data-should-persist type="checkbox"> Podcasts immer laden </label> <button class="opt-in__cta" data-opt-in>Podcast jetzt laden</button> </div> <p class="opt-in__footnote"> Ich bin damit einverstanden, dass mir externe Inhalte angezeigt werden. Damit können personenbezogene Daten an Drittplattformen (Podigee GmbH) übermittelt werden. Mehr dazu in unserer <a href="https://www.heise.de/Datenschutzerklaerung-der-Heise-Medien-GmbH-Co-KG-4860.html">Datenschutzerklärung</a>. </p> <noscript> <div class="podigee-podcast-container"> <a-iframe class="podigee-podcast-player " enable-dark-mode name="Podigee" needs-consent src="https://player.podigee-cdn.net/podcast-player/podigee-podcast-player.html?configuration=https%3A%2F%2Fsoftwarearchitektour.podigee.io%2F/embed?context=external&amp;themeHtml=https%3A%2F%2Fwww.heise.de%2Fassets%2Fpodigee-themes%2Finline.html&amp;themeCss=https%3A%2F%2Fwww.heise.de%2Fassets%2Fstyles%2Findex.css"></a-iframe> </div> </noscript> </div> </a-opt-in> <a-collapse class=" a-box a-box--collapsable a-box--full-bordered a-inline-textbox--text a-inline-textbox " has-indicator is-open media="(min-width: 993px)" toggle-class-on-media="a-box--full-bordered"> <header class=" a-box__header " data-collapse-trigger> <span> Mehr Infos </span> </header> <div class="a-box__target" data-collapse-target> <div class="a-box__content"> <div class=" a-inline-textbox__content " data-collapse-content> <div class="a-inline-textbox__content-container"> <h4>&quot;SoftwareArchitekTOUR&quot; abonnieren:</h4> <ul><li><strong>Audio</strong>:<span class="code char"> </span><a href="https://podcasts.apple.com/de/podcast/heise-developer-softwarearchitektour-podcast/id313825047" rel="external noopener" target="_blank">Apple Podcasts</a> <span class="code char">• </span><a href="https://podcasts.google.com/feed/aHR0cHM6Ly93d3cuaGVpc2UuZGUvZGV2ZWxvcGVyL3BvZGNhc3QvaXR1bmVzL2hlaXNlLWRldmVsb3Blci1wb2RjYXN0LXNvZnR3YXJlYXJjaGl0ZWt0b3VyLnJzcw" rel="external noopener" target="_blank">Google Podcasts</a> <span class="code char">• </span><a href="/developer/rss/podcast-softwarearchitektour.rss">RSS</a> <span class="code char">• </span> <a href="https://open.spotify.com/show/2Uc7vL8U6kUZYSCOvDIJ67?si=j-G6sOiqRT6MEaK0Dg_EjQ" rel="external noopener" target="_blank">Spotify</a></li><li> <a href="/developer/SoftwareArchitekTOUR-4076349.html">alle Episoden in der Übersicht </a> <br></li></ul> </div> </div> </div> </div> </a-collapse> <h3 class="subheading"><a name="anchor_hupe"></a><a href="/thema/die-hupe">Die Hupe</a> – der lautstarke Mobilitäts-Podcast</h3> <p>Ob mit zwei oder vier Rädern, autonom oder elektrisch. Heise-Autos-Autor Clemens Gleich und Agile-Coach Sebastian Bauer diskutieren Themen rund um Autos und Motorräder, die sie gerade bewegen. Mal ernst, mal zynisch.</p> <a-lightbox class="a-inline-image a-u-inline" src="/imgs/02/2/5/3/0/6/3/1/DieHupe_16_9_3-a4e631d2836a14f3.jpeg" tabindex="1"> <figure> <div> <a href="/imgs/02/2/5/3/0/6/3/1/DieHupe_16_9_3-a4e631d2836a14f3.jpeg"> <a-img alt="" height="1080" high-dpi-quality="50" layout="responsive" quality="70" src="/imgs/02/2/5/3/0/6/3/1/DieHupe_16_9_3-a4e631d2836a14f3.jpeg" style=" aspect-ratio: 1920 / 1080;" width="1920"> <img alt="" height="1080" src="data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;696px&#39; height=&#39;391px&#39; viewBox=&#39;0 0 696 391&#39;%3E%3Crect x=&#39;0&#39; y=&#39;0&#39; width=&#39;696&#39; height=&#39;391&#39; fill=&#39;%23f2f2f2&#39;%3E%3C/rect%3E%3C/svg%3E" style="aspect-ratio: 1920 / 1080; object-fit: cover;" width="1920"> </a-img> <noscript> <img alt="" class="legacy-img " decoding="async" height="391" loading="lazy" onload="this.style=null;" sizes="" src="https://heise.cloudimg.io/width/696/q50.png-lossy-50.webp-lossy-50.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/DieHupe_16_9_3-a4e631d2836a14f3.jpeg" srcset=" https://heise.cloudimg.io/width/336/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/DieHupe_16_9_3-a4e631d2836a14f3.jpeg 336w, https://heise.cloudimg.io/width/1008/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/DieHupe_16_9_3-a4e631d2836a14f3.jpeg 1008w, https://heise.cloudimg.io/width/696/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/DieHupe_16_9_3-a4e631d2836a14f3.jpeg 696w, https://heise.cloudimg.io/width/1392/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/DieHupe_16_9_3-a4e631d2836a14f3.jpeg 1392w " style="background-color: #f2f2f2;" width="696"> </noscript> </a> </div> </figure> </a-lightbox> <a-opt-in checkbox-text="Podcasts immer laden" class=" a-u-inline" type="Podigee"> <div class="opt-in__content-container"> <h2 class="opt-in__title">Empfohlener redaktioneller Inhalt</h2> <p class="opt-in__description"> Mit Ihrer Zustimmung wird hier ein externer Podcast (Podigee GmbH) geladen. </p> <div class="opt-in__cta-container"> <label class="opt-in__cta-persistence"> <input class="opt-in__persistence-checkbox" data-should-persist type="checkbox"> Podcasts immer laden </label> <button class="opt-in__cta" data-opt-in>Podcast jetzt laden</button> </div> <p class="opt-in__footnote"> Ich bin damit einverstanden, dass mir externe Inhalte angezeigt werden. Damit können personenbezogene Daten an Drittplattformen (Podigee GmbH) übermittelt werden. Mehr dazu in unserer <a href="https://www.heise.de/Datenschutzerklaerung-der-Heise-Medien-GmbH-Co-KG-4860.html">Datenschutzerklärung</a>. </p> <noscript> <div class="podigee-podcast-container"> <a-iframe class="podigee-podcast-player " enable-dark-mode name="Podigee" needs-consent src="https://player.podigee-cdn.net/podcast-player/podigee-podcast-player.html?configuration=https%3A%2F%2Fdie-hupe.podigee.io%2F/embed?context=external&amp;themeHtml=https%3A%2F%2Fwww.heise.de%2Fassets%2Fpodigee-themes%2Finline.html&amp;themeCss=https%3A%2F%2Fwww.heise.de%2Fassets%2Fstyles%2Findex.css"></a-iframe> </div> </noscript> </div> </a-opt-in> <h3 class="subheading"><a name="anchor_5"></a><a href="/thema/bits-und-boeses">Bits &amp; Böses</a> – der Tech-Crime-Podcast von heise online</h3> <p>Bits &amp; Böses erzählt im Stil einer Radioreportage von wahren Cyber-Angriffen, denen jeder zum Opfer fallen könnte.</p> <a-lightbox class="a-inline-image a-u-inline" src="/imgs/02/2/5/3/0/6/3/1/heise_Podcast_bitsboeses2_16_9_3-d8903f62de38ab2c.jpeg" tabindex="1"> <figure> <div> <a href="/imgs/02/2/5/3/0/6/3/1/heise_Podcast_bitsboeses2_16_9_3-d8903f62de38ab2c.jpeg"> <a-img alt="Bits &amp;amp; Böses" height="1080" high-dpi-quality="50" layout="responsive" quality="70" src="/imgs/02/2/5/3/0/6/3/1/heise_Podcast_bitsboeses2_16_9_3-d8903f62de38ab2c.jpeg" style=" aspect-ratio: 1920 / 1080;" width="1920"> <img alt="Bits &amp;amp; Böses" height="1080" src="data:image/svg+xml,%3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; width=&#39;696px&#39; height=&#39;391px&#39; viewBox=&#39;0 0 696 391&#39;%3E%3Crect x=&#39;0&#39; y=&#39;0&#39; width=&#39;696&#39; height=&#39;391&#39; fill=&#39;%23f2f2f2&#39;%3E%3C/rect%3E%3C/svg%3E" style="aspect-ratio: 1920 / 1080; object-fit: cover;" width="1920"> </a-img> <noscript> <img alt="Bits &amp;amp; Böses" class="legacy-img " decoding="async" height="391" loading="lazy" onload="this.style=null;" sizes="" src="https://heise.cloudimg.io/width/696/q50.png-lossy-50.webp-lossy-50.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/heise_Podcast_bitsboeses2_16_9_3-d8903f62de38ab2c.jpeg" srcset=" https://heise.cloudimg.io/width/336/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/heise_Podcast_bitsboeses2_16_9_3-d8903f62de38ab2c.jpeg 336w, https://heise.cloudimg.io/width/1008/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/heise_Podcast_bitsboeses2_16_9_3-d8903f62de38ab2c.jpeg 1008w, https://heise.cloudimg.io/width/696/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/heise_Podcast_bitsboeses2_16_9_3-d8903f62de38ab2c.jpeg 696w, https://heise.cloudimg.io/width/1392/q30.png-lossy-30.webp-lossy-30.foil1/_www-heise-de_/imgs/02/2/5/3/0/6/3/1/heise_Podcast_bitsboeses2_16_9_3-d8903f62de38ab2c.jpeg 1392w " style="background-color: #f2f2f2;" width="696"> </noscript> </a> </div> </figure> </a-lightbox> <a-opt-in checkbox-text="Podcasts immer laden" class=" a-u-inline" type="Podigee"> <div class="opt-in__content-container"> <h2 class="opt-in__title">Empfohlener redaktioneller Inhalt</h2> <p class="opt-in__description"> Mit Ihrer Zustimmung wird hier ein externer Podcast (Podigee GmbH) geladen. </p> <div class="opt-in__cta-container"> <label class="opt-in__cta-persistence"> <input class="opt-in__persistence-checkbox" data-should-persist type="checkbox"> Podcasts immer laden </label> <button class="opt-in__cta" data-opt-in>Podcast jetzt laden</button> </div> <p class="opt-in__footnote"> Ich bin damit einverstanden, dass mir externe Inhalte angezeigt werden. Damit können personenbezogene Daten an Drittplattformen (Podigee GmbH) übermittelt werden. Mehr dazu in unserer <a href="https://www.heise.de/Datenschutzerklaerung-der-Heise-Medien-GmbH-Co-KG-4860.html">Datenschutzerklärung</a>. </p> <noscript> <div class="podigee-podcast-container"> <a-iframe class="podigee-podcast-player " enable-dark-mode name="Podigee" needs-consent src="https://player.podigee-cdn.net/podcast-player/podigee-podcast-player.html?configuration=https%3A%2F%2Fbitsundboeses.podigee.io%2F/embed?context=external&amp;themeHtml=https%3A%2F%2Fwww.heise.de%2Fassets%2Fpodigee-themes%2Finline.html&amp;themeCss=https%3A%2F%2Fwww.heise.de%2Fassets%2Fstyles%2Findex.css"></a-iframe> </div> </noscript> </div> </a-opt-in> <a-collapse class=" a-box a-box--collapsable a-box--full-bordered a-inline-textbox--text a-inline-textbox " has-indicator is-open media="(min-width: 993px)" toggle-class-on-media="a-box--full-bordered"> <header class=" a-box__header " data-collapse-trigger> <span> Mehr Infos </span> </header> <div class="a-box__target" data-collapse-target> <div class="a-box__content"> <div class=" a-inline-textbox__content " data-collapse-content> <div class="a-inline-textbox__content-container"> <h4>Bits &amp; Böses abonnieren:</h4> <ul><li><strong>Audio</strong>: <a href="https://podcasts.apple.com/de/podcast/bits-b%C3%B6ses-der-tech-crime-podcast-von-heise-online/id1652515781" rel="external noopener" target="_blank">Apple Podcasts</a> • <a href="https://open.spotify.com/show/4RhbOvfpOLJDFwui3ujVn9" rel="external noopener" target="_blank">Spotify</a> • <a href="https://bitsundboeses.podigee.io/" rel="external noopener" target="_blank">Podigee</a></li></ul> </div> </div> </div> </div> </a-collapse> </div> </article> <script> performance.mark('CONTENT Ende'); performance.measure('CONTENT', 'CONTENT Anfang', 'CONTENT Ende'); </script> </div> </div> </div> <div id="article-page-upscore" class="a-layout" data-include-in-outbrain-smart-feed-upscore></div> <div class="a-layout a-layout--bg-grey"> <div class="a-layout__container"> <div class="a-layout__item"> <div class="ad-desktop-group-2"> <div id="HEI_D_Footer-label" style="display: none;" class="ad-label" >Anzeige</div> <div id="HEI_D_Footer" class="ad ad--footer" ></div> </div> <div class="ad-mobile-group-3"> <div id="HEI_M_Footer-label" style="display: none;" class="ad-label" >Anzeige</div> <div id="HEI_M_Footer" class="ad ad--sticky" ></div> </div> </div> </div> </div> <div class="a-layout a-layout--transparent a-u-no-margin-bottom"> <div class=" a-layout__container a-layout__container--full-width" > <div class="a-layout__item a-layout__item--full-width"> <div class="nav-bottom"> <a-collapse class="sitemap-group nav-bottom__collapse-trigger" has-indicator media="(max-width: 929px)" toggle-attr-on-media="disabled" > <header class="nav-bottom__collapse-toggle a-u-grid-pushin-mobile" data-collapse-trigger> Alle Angebote </header> <div data-collapse-target class="nav-bottom__content"> <nav class="sitemap nav-bottom__sitemap" aria-label="Sitemap"> <a-collapse class="sitemap-group " has-indicator media="(max-width: 929px)" toggle-attr-on-media="disabled" > <div class=" sitemap-group__header a-u-grid-pushin-mobile " data-collapse-trigger > IT News </div> <div class="sitemap-group__content" data-collapse-target > <ul class="sitemap-group__items "> <li class="sitemap-group__item sitemap-group__item--newsticker"> <a href="/newsticker" title="heise online - Newsticker" name="footer.ho.sitemap.newsticker" data-google-interstitial=false class="sitemap-group__link " >Newsticker</a> </li> <li class="sitemap-group__item sitemap-group__item--Hintergründe"> <a href="/hintergrund" title="heise online - Hintergründe" name="footer.ho.sitemap.Hintergründe" data-google-interstitial=false class="sitemap-group__link " >Hintergründe</a> </li> <li class="sitemap-group__item sitemap-group__item--Ratgeber"> <a href="/ratgeber" title="heise online - Ratgeber" name="footer.ho.sitemap.Ratgeber" data-google-interstitial=false class="sitemap-group__link " >Ratgeber</a> </li> <li class="sitemap-group__item sitemap-group__item--Tests"> <a href="/tests" title="heise online - Testberichte" name="footer.ho.sitemap.Tests" data-google-interstitial=false class="sitemap-group__link " >Tests</a> </li> <li class="sitemap-group__item sitemap-group__item--Meinung"> <a href="/meinung" title="heise online - Meinungen" name="footer.ho.sitemap.Meinung" data-google-interstitial=false class="sitemap-group__link " >Meinungen</a> </li> </ul> </div> </a-collapse> <a-collapse class="sitemap-group " has-indicator media="(max-width: 929px)" toggle-attr-on-media="disabled" > <div class=" sitemap-group__header a-u-grid-pushin-mobile " data-collapse-trigger > Online-Magazine </div> <div class="sitemap-group__content" data-collapse-target > <ul class="sitemap-group__items "> <li class="sitemap-group__item sitemap-group__item--heiseplus"> <a href="/plus/" title="heise+ - Immer mehr Wissen." name="footer.ho.sitemap.heiseplus" data-google-interstitial=false class="sitemap-group__link sitemap-group__link--heiseplus" >heise<span class="sitemap_group__heiseplus-icon">+</span></a> </li> <li class="sitemap-group__item sitemap-group__item--tp"> <a href="/tp/" title="Telepolis" name="footer.ho.sitemap.tp" data-google-interstitial=false class="sitemap-group__link " >Telepolis</a> </li> <li class="sitemap-group__item sitemap-group__item--autos"> <a href="/autos/" title="heise Autos – News, Tests, Technik, Service rund ums Auto" name="footer.ho.sitemap.autos" data-google-interstitial=false class="sitemap-group__link " >heise Autos</a> </li> <li class="sitemap-group__item sitemap-group__item--bestenlisten"> <a href="/bestenlisten" title="bestenlisten by TechStage" name="footer.ho.sitemap.bestenlisten" data-google-interstitial=false class="sitemap-group__link " >bestenlisten</a> </li> <li class="sitemap-group__item sitemap-group__item--tipps-tricks"> <a href="/tipps-tricks/" title="tipps+tricks" name="footer.ho.sitemap.tipps-tricks" data-google-interstitial=false class="sitemap-group__link " >tipps+tricks</a> </li> </ul> </div> </a-collapse> <a-collapse class="sitemap-group sitemap-group--2-col" has-indicator media="(max-width: 929px)" toggle-attr-on-media="disabled" > <div class=" sitemap-group__header a-u-grid-pushin-mobile " data-collapse-trigger > Services </div> <div class="sitemap-group__content" data-collapse-target > <ul class="sitemap-group__items "> <li class="sitemap-group__item sitemap-group__item--Shop"> <a href="https://shop.heise.de/" title="heise Shop – IT Fachzeitschriften, Bücher, CD/DVD/Blu-ray" name="footer.ho.sitemap.Shop" data-google-interstitial=false class="sitemap-group__link " >heise Shop</a> </li> <li class="sitemap-group__item sitemap-group__item--Arbeiten bei Heise"> <a href="https://jobs.heise.de/" title="heise jobs – Jobbörse für qualifizierte Fach- und Führungskräfte aus der IT-Branche" name="footer.ho.sitemap.Arbeiten bei Heise" data-google-interstitial=false class="sitemap-group__link " >Stellenmarkt</a> </li> <li class="sitemap-group__item sitemap-group__item--heise academy"> <a href="https://heise-academy.de/" title="heise academy - Weiterbildung für IT-Profis von heise medien" name="footer.ho.sitemap.heise academy" data-google-interstitial=false class="sitemap-group__link " >heise academy</a> </li> <li class="sitemap-group__item sitemap-group__item--download"> <a href="/download/" title="heise Download – Software zum Download für Windows, Mac, Linux, iPhone, Symbian, Android" name="footer.ho.sitemap.download" data-google-interstitial=false class="sitemap-group__link " >heise Download</a> </li> <li class="sitemap-group__item sitemap-group__item--heise preisvergleich"> <a href="https://preisvergleich.heise.de" title="heise preisvergleich – Günstige Preise, Meinungen und Bewertungen zu vielen Produkten" name="footer.ho.sitemap.heise preisvergleich" data-google-interstitial=false class="sitemap-group__link " >heise preisvergleich</a> </li> <li class="sitemap-group__item sitemap-group__item--Tarifrechner"> <a href="https://www.heise.de/tarifrechner" title="Tarifrechner" name="footer.ho.sitemap.Tarifrechner" data-google-interstitial=false class="sitemap-group__link " >Tarifrechner</a> </li> <li class="sitemap-group__item sitemap-group__item--heise compaliate"> <a href="https://compaliate.heise.de/" title="heise compaliate – Entdecke die heise Affiliate Plattform" name="footer.ho.sitemap.heise compaliate" data-google-interstitial=false class="sitemap-group__link " >heise compaliate</a> </li> <li class="sitemap-group__item sitemap-group__item--Abo bestellen"> <a href="https://shop.heise.de/zeitschriften-abo/" title="Abo – c't, iX, c't Fotografie, Mac &amp; i, Make" name="footer.ho.sitemap.Abo bestellen" data-google-interstitial=false class="sitemap-group__link " >Abo bestellen</a> </li> <li class="sitemap-group__item sitemap-group__item--Mein Abo"> <a href="https://www.heise.de/sso/registration/add_subscriber_id?forward=https%3A%2F%2Fwww.heise.de%2F" title="Abo verwalten - Mein persönlicher Abo-Bereich" name="footer.ho.sitemap.Mein Abo" data-google-interstitial=false class="sitemap-group__link " >Mein Abo</a> </li> <li class="sitemap-group__item sitemap-group__item--Netzwerktools"> <a href="https://www.heise.de/tools/" title="heise online - Netzwerktools" name="footer.ho.sitemap.Netzwerktools" data-google-interstitial=false class="sitemap-group__link " >Netzwerktools</a> </li> <li class="sitemap-group__item sitemap-group__item--iMonitor"> <a href="https://www.heise.de/netze/netzwerk-tools/imonitor-internet-stoerungen/" title="heise iMonitor" name="footer.ho.sitemap.iMonitor" data-google-interstitial=false class="sitemap-group__link " >iMonitor</a> </li> <li class="sitemap-group__item sitemap-group__item--loseblattwerke"> <a href="/loseblattwerke/" title="Loseblattwerke" name="footer.ho.sitemap.loseblattwerke" data-google-interstitial=false class="sitemap-group__link " >Loseblattwerke</a> </li> <li class="sitemap-group__item sitemap-group__item--spiele"> <a href="https://spiele.heise.de" title="heise Spiele" name="footer.ho.sitemap.spiele" data-google-interstitial=false class="sitemap-group__link " >Spiele</a> </li> </ul> </div> </a-collapse> <a-collapse class="sitemap-group " has-indicator media="(max-width: 929px)" toggle-attr-on-media="disabled" > <div class=" sitemap-group__header a-u-grid-pushin-mobile " data-collapse-trigger > Über Uns </div> <div class="sitemap-group__content" data-collapse-target > <ul class="sitemap-group__items "> <li class="sitemap-group__item sitemap-group__item--heise medien"> <a href="https://www.heisegroup.de/artikel/heise-medien-3904998.html" title="heise medien - Hochwertiger und unabhängiger Journalismus" name="footer.ho.sitemap.heise medien" data-google-interstitial=false class="sitemap-group__link " >heise medien</a> </li> <li class="sitemap-group__item sitemap-group__item--heise regioconcept"> <a href="https://www.heise-regioconcept.de/" title="heise regioconcept - Regionales Marketing für Unternehmen" name="footer.ho.sitemap.heise regioconcept" data-google-interstitial=false class="sitemap-group__link " >heise regioconcept</a> </li> <li class="sitemap-group__item sitemap-group__item--heise Business Services"> <a href="https://business-services.heise.de/" title="heise Business Services – Produkte und Lösungen namhafter IT-Hersteller" name="footer.ho.sitemap.heise Business Services" data-google-interstitial=false class="sitemap-group__link " >heise Business Services</a> </li> <li class="sitemap-group__item sitemap-group__item--heise96"> <a href="https://www.heisegroup.de" title="Sponsoring Hannover 96" name="footer.ho.sitemap.heise96" data-google-interstitial=false class="sitemap-group__link " >Sponsoring<img src="/icons/ho/h96-logo.svg" width="48" height="55" alt="Logo Hannover 96" class="sitemap-group__img sitemap-group__img--h96" loading="lazy" /></a> </li> <li class="sitemap-group__item sitemap-group__item--mediadaten"> <a href="https://mediadaten.heise.de/" title="Mediadaten heise medien" name="footer.ho.sitemap.mediadaten" data-google-interstitial=false class="sitemap-group__link " >Mediadaten</a> </li> <li class="sitemap-group__item sitemap-group__item--Karriere"> <a href="https://www.heisegroup.de/artikel/heise-als-Arbeitgeber-1812545.html" title="Arbeiten bei heise – Heise als Arbeitgeber" name="footer.ho.sitemap.Karriere" data-google-interstitial=false class="sitemap-group__link " >Karriere</a> </li> <li class="sitemap-group__item sitemap-group__item--presse"> <a href="https://www.heisegroup.de/presse/" title="Pressemitteilungen und Interviews" name="footer.ho.sitemap.presse" data-google-interstitial=false class="sitemap-group__link " >Presse</a> </li> </ul> </div> </a-collapse> </nav> <div class=" notification-links nav-bottom__notification-links a-u-grid-pushin-mobile " > <a href="/newsletter/" class=" link notification-links__link " name="footer.ho.sitemap.newsletter" data-google-interstitial=false > <svg class="link__svg" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin" viewBox="0 0 24 24"> <path id="paper-plane-outline" d="M24,3,0,10l7.92,4.4L8,20l3.78-3.46L18,20ZM17,17.34l-5.48-3L20.85,6.4ZM20.46,5.9,9.6,13.25,4.66,10.51Z" transform="translate(0)"/> </svg> <span > Newsletter </span> </a> <a href="/benachrichtigungen/heise-bot/" class=" link notification-links__link " name="footer.ho.sitemap.heisebotti" data-google-interstitial=false > <svg id="logo-botti" xmlns="http://www.w3.org/2000/svg" class="link__svg" viewBox="0 0 24 24" > <title>heise-Bot</title> <path d="M9.3,17.66c-.24.56-.62,1.21-1.32,1.21A.89.89,0,0,1,7.05,18a3,3,0,0,1,.36-1.14l3.18-7.26c.24-.55.55-.95,1.18-.95a.86.86,0,0,1,.89.89A3.36,3.36,0,0,1,12.25,11Zm2.76,1.21c.71,0,1.08-.63,1.34-1.2L14.58,15A3.74,3.74,0,0,0,15,13.59a.86.86,0,0,0-.89-.89c-.64,0-.94.43-1.19,1l-1.42,3.2A2.65,2.65,0,0,0,11.16,18,.86.86,0,0,0,12.06,18.87ZM23.64,8.3a1,1,0,0,0-1.53,1.08A9.42,9.42,0,0,1,19,10.68c-.52-4.49-4.34-7.14-8.87-7.14A10.33,10.33,0,0,0,4.4,5.22,11.49,11.49,0,0,1,2.09,1.78,1,1,0,0,0,2.51.91,1,1,0,0,0,.56,1a1,1,0,0,0,1,.91,15.71,15.71,0,0,1,1,4.84,10.36,10.36,0,0,0-2.58,7c0,5.77,4.64,9.85,10.27,9.85a10.08,10.08,0,0,0,7.47-3.53l-.42-.63a7.92,7.92,0,0,1-1,.86,10.65,10.65,0,0,1-6.16,1.94A7.51,7.51,0,0,1,2.7,14.53c0-4.82,1.92-9.13,7.37-9.13,4.07,0,7.37,2.74,7.37,7a6.65,6.65,0,0,1-1.46,4l.72.62a7.79,7.79,0,0,0,2.23-3.91,16,16,0,0,1,3.51-3.27,1,1,0,0,0,1.35-.17A1,1,0,0,0,23.64,8.3ZM10.08,21c.39.09.18-.36.48-.56s.75-.39.81-.69a1.58,1.58,0,0,1-.93.05,6.43,6.43,0,0,1-1.27-.49,2,2,0,0,0,.15,1A1,1,0,0,0,10.08,21Z" transform="translate(0 0)"/> </svg> <span > heise-Bot </span> </a> <a href="/benachrichtigungen" class=" link notification-links__link " name="footer.ho.sitemap.pushnachrichten" data-google-interstitial=false > <svg id="cp-bell-outline" xmlns="http://www.w3.org/2000/svg" class="link__svg" viewBox="0 0 24 24" > <title>Push Nachrichten</title> <path d="M15,20.9c0,1.6-1.3,2.9-3,3c-1.6-0.1-2.9-1.4-3-3h1.7c0,0,0,0,0,0.1c0,0.7,0.6,1.3,1.3,1.3 c0.7,0,1.3-0.6,1.3-1.3c0,0,0,0,0-0.1H15z M21.9,17.2v1.7H2.1v-1.7C6.9,15.6,4.2,6.7,8.9,4c0.6-0.4,1-1.1,1-1.8l0,0 c0-1,0.7-2,1.7-2.2C11.9,0,12.1,0,12.4,0c1,0.2,1.7,1.1,1.7,2.1l0,0c0,0.7,0.4,1.4,1,1.8C19.7,6.7,17.1,15.6,21.9,17.2z M19.2,16.9 c-4-2-1.4-9.6-5.8-12.2c-0.1-0.1-0.2-0.1-0.4-0.2c-0.3-0.2-0.6-0.3-1-0.3c-0.3,0-0.6,0.1-0.9,0.2c-0.2,0.1-0.3,0.1-0.5,0.2 C6.1,7.4,8.8,14.9,4.8,16.9H19.2z"/> </svg> <span class="a-u-hide-from-tablet"> Push </span> <span class="a-u-show-from-tablet"> Push-Nachrichten </span> </a> <a-color-scheme class="a-u-show-from-tablet a-cholor-scheme-tablet"></a-color-scheme> </div> </div> </a-collapse> </div> <footer class="footer"> <div class="footer__top"> <a href="#top" class="footer__top-link"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="arrow-top footer__arrow-top " > <path stroke-linecap="round" stroke-linejoin="round" d="M4.5 10.5 12 3m0 0 7.5 7.5M12 3v18" /> </svg> nach oben </a> </div> <ul class="footer__list"> <li class="footer__item"> <a href="/kontakt/" class="footer__link" data-google-interstitial=false > Kontakt </a> </li> <li class="footer__item"> <a href="/impressum.html" class="footer__link" data-google-interstitial=false > Impressum </a> </li> <li class="footer__item"> <a href="https://www.heise.de/kontakt/?frage=3212474" class="footer__link" data-google-interstitial=false > Barriere melden </a> </li> <li class="footer__item"> <a href="/account/cancellation" class="footer__link" data-google-interstitial=false > Verträge kündigen </a> </li> <li class="footer__item"> <a href="javascript:window._sp_.gdpr.loadPrivacyManagerModal(756676);" class="footer__link" data-google-interstitial=false id="js-gdpr-pm-link" > Cookies &amp; Tracking </a> </li> <li class="footer__item"> <a href="/Datenschutzerklaerung-der-Heise-Medien-GmbH-Co-KG-4860.html" class="footer__link" data-google-interstitial=false > Datenschutz </a> </li> <li class="footer__item"> <a href="https://mediadaten.heise.de/" class="footer__link" data-google-interstitial=false > Mediadaten </a> </li> <li class="footer__item"> <a href="http://www.interred.de/" target="_blank" class="footer__link"> Content Management by InterRed </a> </li> <li class="footer__item"> <a href="https://www.plusline.net/" class="footer__link" data-google-interstitial=false> Hosted by Plus.line </a> </li> <li class="footer__item"> <a href="https://www.heisegroup.de/artikel/heise-medien-3904998.html" class="footer__link" data-google-interstitial=false> Copyright © 2025 heise medien </a> </li> </ul> <div class="footer__bottom"> <a href="https://www.heisegroup.de/"> <div class="footer__heise-way"> <svg preserveAspectRatio="xMinYMin" xmlns="http://www.w3.org/2000/svg" class="heise-logo footer__heise-icon" width="114" height="36" viewBox="0 0 114 36" role="img" > <style> .heise-logo-svg-path { fill: #14315b; } .dark .heise-logo-svg-path { fill: #f2f2f2; } </style> <title>heise Logo</title> <path class="heise-logo-svg-path" d="m39,5.39h3.87v6.14l-.16,3.19c1.38-1.3,3.02-2.5,5.28-2.5,3.53,0,5.08,2.39,5.08,6.56v10.35h-3.87v-9.85c0-2.71-.78-3.74-2.57-3.74-1.45,0-2.41.71-3.76,2.06v11.53h-3.87V5.39Zm16.38,15.49c0-5.36,3.72-8.67,7.61-8.67,4.46,0,6.81,3.23,6.81,7.83,0,.74-.08,1.48-.17,1.88h-10.47c.32,2.93,2.2,4.6,4.86,4.6,1.41,0,2.62-.44,3.83-1.2l1.32,2.41c-1.57,1.06-3.56,1.79-5.66,1.79-4.55,0-8.13-3.2-8.13-8.64Zm11.07-1.59c0-2.54-1.13-4.09-3.39-4.09-1.92,0-3.61,1.44-3.95,4.09h7.34Zm5.19-11.76c0-1.3,1.02-2.19,2.39-2.19s2.39.89,2.39,2.19-1.02,2.19-2.39,2.19-2.39-.91-2.39-2.19Zm.44,5.08h3.87v16.5h-3.87V12.62Zm5.48,14.61l1.8-2.46c1.46,1.14,2.88,1.84,4.56,1.84,1.8,0,2.65-.85,2.65-1.98,0-1.38-1.79-2-3.55-2.67-2.16-.81-4.64-2.06-4.64-4.81s2.31-4.93,6.01-4.93c2.3,0,4.14.93,5.48,1.98l-1.77,2.38c-1.16-.85-2.32-1.44-3.61-1.44-1.66,0-2.45.79-2.45,1.83,0,1.3,1.67,1.8,3.45,2.46,2.23.83,4.73,1.91,4.73,4.99,0,2.84-2.24,5.12-6.41,5.12-2.26,0-4.64-.97-6.25-2.3Zm14.32-6.34c0-5.36,3.72-8.67,7.6-8.67,4.46,0,6.81,3.23,6.81,7.83,0,.74-.08,1.48-.17,1.88h-10.47c.32,2.93,2.2,4.6,4.86,4.6,1.41,0,2.62-.44,3.83-1.2l1.32,2.41c-1.57,1.06-3.56,1.79-5.66,1.79-4.56,0-8.13-3.2-8.13-8.64Zm11.07-1.59c0-2.54-1.13-4.09-3.39-4.09-1.92,0-3.61,1.44-3.95,4.09h7.34ZM21.03,3.86c1.95.91,2.79,3.22,1.88,5.16l-8.99,19.23c-.91,1.94-3.23,2.79-5.17,1.88-1.95-.91-2.79-3.22-1.88-5.16L15.85,5.74c.91-1.94,3.23-2.79,5.17-1.88h0m6.22,12.27h0c-1.95-.91-4.27-.07-5.17,1.88l-3.25,6.95c-.91,1.94-.07,4.26,1.88,5.16,1.95.91,4.27.07,5.17-1.88l3.25-6.95c.91-1.95.07-4.26-1.88-5.16" /> </svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 457 37.01" class="heise-way footer__heise-way-icon" > <rect x="0" y="0" width="457" height="37.01" rx="18.51" ry="18.51" fill="#719ed4"/> </svg> <svg preserveAspectRatio="xMinYMin" viewBox="0 0 581.4 407.3" xmlns="http://www.w3.org/2000/svg" role="img" class="heise-claim footer__heise-claim-icon" > <style> .heise-claim-svg-g { fill: #14315b; } .dark .heise-claim-svg-g { fill: #f2f2f2; } </style> <title>Eine Antwort weiter</title> <g class="heise-claim-svg-g"> <path d="m80.8,154.7h21.8l34.2,104.9h-19.7l-16-55.8c-3.3-11.1-6.4-23.1-9.5-34.6h-.6c-2.9,11.6-6,23.5-9.3,34.6l-16.1,55.8h-19l34.2-104.9Zm-14,61.9h49.4v14.6h-49.4v-14.6Z"/><path d="m143.3,180.8h15.1l1.4,10.6h.5c7.1-6.9,15.1-12.6,25.9-12.6,16.9,0,24.2,11.4,24.2,31.3v49.4h-18.5v-47c0-13-3.7-17.8-12.3-17.8-6.9,0-11.5,3.4-18,9.8v55h-18.5v-78.7h.2Z"/><path d="m229.4,233.1v-37.5h-11.2v-13.9l12.2-.8,2.2-21.5h15.3v21.5h20.1v14.7h-20.1v37.5c0,9.3,3.6,13.8,11.2,13.8,2.7,0,5.9-.9,8.2-1.8l3.1,13.6c-4.3,1.4-9.8,2.9-16.1,2.9-18.1-.1-24.9-11.5-24.9-28.5Z"/><path d="m275.1,180.8h18.5l9.6,40.9c1.5,7.6,2.7,15,4.1,22.7h.6c1.5-7.7,3.1-15.3,5-22.7l10.3-40.9h16.7l10.5,40.9c1.9,7.6,3.5,15,5.2,22.7h.6c1.5-7.7,2.7-15.1,4.2-22.7l9.4-40.9h17.3l-20,78.8h-21.9l-9.2-36.8c-1.7-7.4-3.1-14.6-4.7-22.9h-.5c-1.5,8.2-2.9,15.6-4.7,23l-8.9,36.6h-21.3l-20.8-78.7Z"/><path d="m389.4 220.3c0-26.2 17.8-41.4 37.5-41.4s37.5 15.1 37.5 41.4-17.8 41.2-37.5 41.2-37.5-15.1-37.5-41.2zm55.9 0c0-15.8-6.9-26.3-18.5-26.3s-18.5 10.5-18.5 26.3 6.9 26.2 18.5 26.2 18.5-10.4 18.5-26.2z"/><path d="m474.6,180.8h15.2l1.4,14h.5c5.6-10.3,14-16,22.4-16,4,0,6.5.5,8.9,1.6l-3.2,16c-2.8-.8-4.8-1.3-8.1-1.3-6.3,0-13.9,4.3-18.6,16.3v48h-18.5v-78.6h0Z"/><path d="m540.4,233.1v-37.5h-11.2v-13.9l12.2-.8,2.2-21.5h15.3v21.5h20.1v14.7h-20.1v37.5c0,9.3,3.6,13.8,11.2,13.8,2.7,0,5.9-.9,8.2-1.8l3.1,13.6c-4.3,1.4-9.8,2.9-16.1,2.9-18.2-.1-24.9-11.5-24.9-28.5Z"/><path d="m148.4 8.6h63.1v15.7h-44.5v26.9h37.7v15.7h-37.7v31h46.1v15.7h-64.7v-105z"/><path d="m224.5,10.5c0-6.2,4.9-10.5,11.4-10.5s11.4,4.2,11.4,10.5-4.9,10.5-11.4,10.5c-6.5-.1-11.4-4.4-11.4-10.5Zm2.2,24.2h18.5v78.8h-18.5V34.7Z"/><path d="m259.1,34.7h15.1l1.4,10.6h.5c7.1-6.9,15.1-12.6,25.9-12.6,16.9,0,24.2,11.4,24.2,31.3v49.4h-18.5v-47c0-13-3.7-17.8-12.3-17.8-6.9,0-11.5,3.4-18,9.8v55h-18.5V34.7h.2Z"/><path d="m337.3,74.2c0-25.6,17.8-41.4,36.3-41.4,21.3,0,32.5,15.4,32.5,37.4,0,3.5-.4,7.1-.8,9h-50c1.5,14,10.5,21.9,23.2,21.9,6.7,0,12.5-2.1,18.3-5.7l6.3,11.5c-7.5,5.1-17,8.5-27,8.5-21.8,0-38.8-15.2-38.8-41.2Zm52.8-7.6c0-12.1-5.4-19.5-16.2-19.5-9.2,0-17.3,6.9-18.9,19.5h35.1Z"/><path d="m0,326.6h18.5l9.6,40.9c1.5,7.6,2.7,15,4.1,22.7h.6c1.5-7.7,3.1-15.3,5-22.7l10.3-40.9h16.7l10.5,40.9c1.9,7.6,3.5,15,5.2,22.7h.6c1.5-7.7,2.7-15.1,4.2-22.7l9.4-40.9h17.3l-20,78.8h-21.9l-9.2-36.8c-1.7-7.4-3.1-14.6-4.7-22.9h-.6c-1.5,8.2-2.9,15.6-4.7,23l-8.9,36.6h-21.2L0,326.6Z"/><path d="m115.9,366.1c0-25.6,17.8-41.4,36.3-41.4,21.3,0,32.5,15.4,32.5,37.4,0,3.5-.4,7.1-.8,9h-50c1.5,14,10.5,21.9,23.2,21.9,6.7,0,12.5-2.1,18.3-5.7l6.3,11.5c-7.5,5.1-17,8.5-27,8.5-21.7,0-38.8-15.2-38.8-41.2Zm52.9-7.6c0-12.1-5.4-19.5-16.2-19.5-9.2,0-17.3,6.9-18.9,19.5h35.1Z"/><path d="m192.3,302.4c0-6.2,4.9-10.5,11.4-10.5s11.4,4.2,11.4,10.5-4.9,10.5-11.4,10.5c-6.5-.1-11.4-4.4-11.4-10.5Zm2.1,24.2h18.5v78.8h-18.5v-78.8Z"/><path d="m234.4,378.9v-37.5h-11.2v-13.9l12.2-.8,2.2-21.5h15.2v21.5h20.1v14.7h-20.1v37.5c0,9.3,3.6,13.8,11.2,13.8,2.7,0,5.9-.9,8.2-1.8l3.1,13.6c-4.3,1.4-9.8,2.9-16.1,2.9-18.1-.1-24.8-11.5-24.8-28.5Z"/><path d="m276.9,366.1c0-25.6,17.8-41.4,36.3-41.4,21.3,0,32.5,15.4,32.5,37.4,0,3.5-.4,7.1-.8,9h-50c1.5,14,10.5,21.9,23.2,21.9,6.7,0,12.5-2.1,18.3-5.7l6.3,11.5c-7.5,5.1-17,8.5-27,8.5-21.7,0-38.8-15.2-38.8-41.2Zm52.9-7.6c0-12.1-5.4-19.5-16.2-19.5-9.2,0-17.3,6.9-18.9,19.5h35.1Z"/><path d="m355.4,326.6h15.1l1.4,14h.5c5.6-10.3,14-16,22.4-16,4,0,6.5.5,8.9,1.6l-3.2,16c-2.8-.8-4.8-1.3-8.1-1.3-6.3,0-13.9,4.3-18.6,16.3v48h-18.5v-78.6h.1Z"/> </g> </svg> </div> </a> <img src="/assets/components/images/hauptpartner-heise-hannover-96.png" alt="Unser Hauptpartner Hannover 96" class="footer__partner-img" loading="lazy" width="86px" height="40px" > </div> </footer> <style type="text/css"> #consent-edit { position: fixed; bottom: 25px; right: 25px; height: 58px; max-width: 58px; } #consent-edit:empty { display: none; } .cmp-no-pur-privacy-wrapper { display: flex; margin: 0; border-width: 0; justify-content: center; align-items: center; flex-direction: column; box-sizing: border-box; width: 58px; height: 58px; border-radius: 50%; padding: 5px; background-color: #323232; } .cmp-no-pur-privacy-btn { border: none; display: inline-block; cursor: pointer; white-space: nowrap; width: 48px; height: 48px; background: transparent url(https://www.heise.de/icons/svg/icons/svg/pur-privacy-manager.svg) no-repeat center center !important; text-indent: -9999rem; padding: 0; margin: 0; border-width: 0; border-radius: 5px; } </style> <div id="consent-edit"></div> <script> var currentSite = window.location.href; var noPurUrls = [ 'https://spiele.heise.de', 'https://business-services.heise.de', 'https://www.heise.de/solutions', 'https://www.heise.de/brandworlds', 'https://www.heise.de/newsticker/sub/', 'https://www.heise.de/tarifrechner', 'https://preisvergleich.heise.de', ] var showNoPurConsentEditButton = noPurUrls.filter((url) => { return currentSite.startsWith(url) }).length > 0 if (showNoPurConsentEditButton) { var noPurPrivacyManagerId = '869074'; var consentEditContainer = document.querySelector('#consent-edit'); var gdprFooterLink = document.querySelector('#js-gdpr-pm-link'); var noPurPmJs = `javascript:window._sp_.gdpr.loadPrivacyManagerModal(${noPurPrivacyManagerId});` if (gdprFooterLink && gdprFooterLink.href) { gdprFooterLink.href = noPurPmJs; } else { consentEditContainer.innerHTML = ` <div class="cmp-no-pur-privacy-wrapper"> <button onclick="${noPurPmJs}" class="cmp-no-pur-privacy-btn" > Privacy-Manager öffnen </button> </div> ` } } </script> </div> </div> <div id="webperfinfos" hidden> <p></p> <button onclick="javascript:navigator.clipboard.writeText(document.querySelector('#webperfinfos p').innerText);">kopieren</button> </div> </div> <script>performance.mark('JS-Footer Anfang');</script> <a-script async src="https://static-eu.cleverpush.com/channel/loader/2et4HQsqBnH6ZMRXr.js?v=2" name="Cleverpush" needs-consent ></a-script> <script> performance.mark('JS-Footer Ende'); performance.measure('JS-Footer', 'JS-Footer Anfang', 'JS-Footer Ende'); </script> <div style="display: inline;"><img id="ivw_pixel_intern" src="/ivw-bin/ivw/CP/Hoeren-Sie-von-uns-unsere-Podcasts-4206659.html" width="1" height="1" alt="" /></div> <!--JSON-D treenode: 5 --> <script> performance.mark('BODY Ende'); performance.measure('BODY', 'BODY Anfang', 'BODY Ende'); </script> </body> </html> <!-- Created with InterRed V24.2.9, http://www.interred.de/, by InterRed GmbH --> <!-- BID: 2530631, iBID: 4770498, CID: 4206659, iCID: 10223779 --> <!-- Link: $(LB2530631:Linktext)$ $(LC4206659:Linktext)$ --> <!-- Generiert: 2025-01-02 22:02:51 -->

Pages: 1 2 3 4 5 6 7 8 9 10