Tesla finally puts an end to its unlimited ‘Standard Connectivity’ with now 8-year limit

Tesla has finally put an end to its unlimited “Standard Connectivity” internet connection included in all Tesla vehicles with now a new generous eight-year time limit. Connectivity has been a flagship feature of Tesla’s offering in the auto industry. It enables several fun and useful features for customers and has also been used by Tesla… Continue reading Tesla finally puts an end to its unlimited ‘Standard Connectivity’ with now 8-year limit

Tesla’s ‘unlimited’ connectivity plan, including navigation, now expires after eight years

Tesla made a change to its free data connectivity tier that could potentially have a big impact on the way its customers use their vehicles. The included Standard Connectivity package, which adds basic navigation features without live traffic views or satellite maps and the ability to stream music over Bluetooth, will now expire after eight… Continue reading Tesla’s ‘unlimited’ connectivity plan, including navigation, now expires after eight years

New Analysis Finds That Blocky Cybertruck Has Enviable Wind Resistance

Not bad! Jankless While Tesla CEO Elon Musks’s oddly-shaped, historically janky Cybertruck might not look particularly efficient, a new independent analysis suggests that the much-delayed addition to the company’s lineup of electric vehicles is surprisingly aerodynamic. Aleix Lázaro Prat, a computer fluid dynamics engineer for a company called Numeric System, simulated the cyberpunk pickup’s wind… Continue reading New Analysis Finds That Blocky Cybertruck Has Enviable Wind Resistance

Tesla supplier LGES looks to set up EV battery plant in Europe

SEOUL (Reuters) — Tesla-supplier LG Energy Solution posted a quarterly profit that missed estimates due to rising material costs and COVID-19 curbs in China, and said it was looking for new production sites in Europe and Asia rather than in China. The South Korean company, which counts EV maker Lucid as a customer, also said… Continue reading Tesla supplier LGES looks to set up EV battery plant in Europe

Nio Is Down 70% From All-Time Highs. Here Are 2 Reasons Why It’s Worth a Second Chance.

With Tesla (NASDAQ: TSLA) as the only established industry leader, there is still a great opportunity for start-up electric vehicle (EV) makers to ultimately dominate the market. As of now, Nio (NYSE: NIO) and Rivian (NASDAQ: RIVN) are ahead of the competition, but all EV companies have faced supply chain challenges as a result of… Continue reading Nio Is Down 70% From All-Time Highs. Here Are 2 Reasons Why It’s Worth a Second Chance.

Tesla Stock Vs. BYD Stock: Tesla Bounces, China EV Giant Launching BYD Seal, Model 3 Rival

{promoMarkup}{notifMarkup} ‘,panelEmptyTemplate=’ {emptyPanelMsg} ‘,panelErrorTemplate=’ {errorMsg} ‘,panelParentTemplate=”,notifOnboardPromoTemplate=’ {notifOnboardMsg}{notifOnboardBtnLabel} ‘,EXPANDED_PANEL=”expanded_panel”,ERROR_PANEL=”error_panel”,NotificationView=function(){function e(n,t){classCallCheck(this,e);var i=this;i._config=n,i._panelNode=null,i._store=t}return createClass(e,[{key:”_generatePanelMarkup”,value:function(e,n){var t=this._config,i=void 0,o=void 0;”undefined”!=typeof window&&(i=window.Notification&&”default”===window.Notification.permission,o=t.promos.bypassEligibleClassCheck||hasClass(document.body,t.promos.eligibleBodyClass));var r=t.promos.enableNotifOnboard&&i&&o?notifOnboardPromoTemplate:””;if(r){var s=t.promos.showYahooLogo?””:”yns-no-logo”;r=r.replace(“{notifOnboardBtnLabel}”,t.promos.notifOnboardBtnLabel).replace(“{notifOnboardMsg}”,t.promos.notifOnboardMsg).replace(“{subscriptionTopic}”,t.promos.subscriptionTopic).replace(“{noLogoClass}”,s).replace(“{promoLogo}”,t.promos.promoLogo)}var a=n.newCount>t.panel.maxCount?n.newCount:””,c=t.panel.notificationCenterPath,l=c?””:constants.panelHideElement,d=t.panel.headerMsg?””:” “+constants.panelHideElement,u=c?constants.panelPaddingBtm:””,p=void 0;n.count?p=n.markup:p=panelEmptyTemplate.replace(“{emptyPanelMsg}”,t.panel.emptyPanelMsg);return e=e.replace(“{notifMarkup}”,p).replace(“{promoMarkup}”,r).replace(“{hideClass}”,l).replace(“{notifCenterLink}”,c).replace(“{paddingClass}”,u).replace(“{headerMsg}”,t.panel.headerMsg).replace(“{hideHeaderClass}”,d).replace(/{notificationCenterNavMsg}/g,t.panel.notificationCenterNavMsg).replace(/{newCount}/g,a)}},{key:”render”,value:function(e,n){var t=this;if(t._panelNode){var i=void 0,o=t._panelNode,r=void 0,s=void 0;switch(e){case EXPANDED_PANEL:i=panelTemplate,s=t._store.getNotifications(),r=t._generatePanelMarkup(i,s),o.innerHTML=r;break;case ERROR_PANEL:r=(i=panelErrorTemplate).replace(“{errorMsg}”,t._config.panel.errorMsg),o.innerHTML=r}n&&n()}else n&&n(new Error(“No panel parent”))}},{key:”createPanelParentNode”,value:function(e){e&&(e.innerHTML=panelParentTemplate,this._panelNode=document.getElementById(constants.panelNodeId))}},{key:”updateBadgeNode”,value:function(e){if(e){var n=this._store.getNotifications().newCount,t=this._config.badge.maxCount;if(n){var i=n>t?t+”+”:n;e.innerHTML=i}else e.innerHTML=””}}},{key:”addStyles”,value:function(e){if(e&&”undefined”!=typeof window){var n=document.getElementById(this._config.panel.styleTagId);n||((n=document.createElement(“style”)).type=”text/css”,n.id=this._config.panel.styleTagId,n.innerText=e,document.head.appendChild(n))}}}]),e}(),EXPANDED_PANEL$1=”expanded_panel”,ERROR_PANEL$1=”error_panel”,PanelController=function(){function e(n,t,i){classCallCheck(this,e);var o=this;o._store=t,o._view=i,o._config=n;var r=o._config.panel;o._panelParentNode=document.querySelector(r.parentSelector),o._badgeNode=o._config.badge.selector&&document.querySelector(o._config.badge.selector),o._indicatorNode=r.indicatorSelector&&document.querySelector(r.indicatorSelector)}return createClass(e,[{key:”createPanelParentNode”,value:function(){this._view.createPanelParentNode(this._panelParentNode),this._notifPanelNode=document.getElementById(constants.panelNodeId)}},{key:”refreshPanelNode”,value:function(e,n){var t=this;addClass(t._notifPanelNode,constants.panelLoading),t._store.fetchNotifications(e,(function(e,i){var o=window.wafer&&window.wafer.base;o&&o.destroy(t._notifPanelNode),e?t._notifPanelNode.innerHTML||(t._view.render(ERROR_PANEL$1),addClass(t._notifPanelNode,constants.panelLoading)):(t._view.render(EXPANDED_PANEL$1),t._view.updateBadgeNode(t._badgeNode),t._showBadge(),t._showIndicator(),t._view.addStyles(i.css)),removeClass(t._notifPanelNode,constants.panelLoading),o&&o.sync(t._notifPanelNode.parentNode),n&&n(e,i)}))}},{key:”resetBadge”,value:function(){var e=this;e._store.resetNewCount(),e._view.updateBadgeNode(e._badgeNode),addClass(e._badgeNode,e._config.badge.hideClass)}},{key:”_showIndicator”,value:function(){this._indicatorNode&&(this._store.getNotifications().newCount?addClass(this._indicatorNode,this._config.panel.indicatorClass):removeClass(this._indicatorNode,this._config.panel.indicatorClass))}},{key:”_showBadge”,value:function(){var e=this;e._store.getNotifications().newCount?removeClass(e._badgeNode,e._config.badge.hideClass):addClass(e._badgeNode,e._config.badge.hideClass)}}]),e}(),config={promos:{eligibleBodyClass:”display-push-promos”,enableNotifOnboard:!0,bypassEligibleClassCheck:!1,notifOnboardBtnLabel:”Notify Me”,notifOnboardMsg:”Get alerts for breaking news and top stories”,promoLogo:”https://s.yimg.com/cv/apiv2/ae/news/circle_bell.png”,showYahooLogo:!0,subscriptionTopic:”gondor_homerun_news”},badge:{hideClass:””,maxCount:5,selector:””},panel:{emptyPanelMsg:”You have no… Continue reading Tesla Stock Vs. BYD Stock: Tesla Bounces, China EV Giant Launching BYD Seal, Model 3 Rival

Lithium-Ion Battery Metals Market to Grow with Massive CAGR of 33.7% Through 2030: P&S Intelligence

NEW YORK, July 27, 2022 /PRNewswire/ — From a little over $14 billion in 2021, the lithium-ion battery metals market revenue is projected to witness a massive 33.7% CAGR, to cross $192 billion by 2030, according to P&S Intelligence. the demand for such materials will increase the fastest in Europe, which is currently witnessing an… Continue reading Lithium-Ion Battery Metals Market to Grow with Massive CAGR of 33.7% Through 2030: P&S Intelligence

Tesla driver using Autopilot kills motorcyclist, prompting another NHTSA investigation

A motorcyclist in Draper, Utah, was killed early Sunday morning when a Tesla driver using Autopilot slammed into the rear of his bike. It is the latest crash involving Tesla’s advanced driver-assist system to draw scrutiny from federal investigators at the National Highway Traffic Safety Administration (NHTSA). The incident occurred just after 1AM Sunday on… Continue reading Tesla driver using Autopilot kills motorcyclist, prompting another NHTSA investigation

Tesla doubles down on better range estimates with now tire pressure and more being taken into account

Tesla is doubling down on delivering better range estimates with now tire pressure, battery cooling and heating, and more being taken into account in the calculations. Range calculations are difficult regardless of the type of powertrain, electric or internal combustion engine. There are just so many factors that can affect the efficiency of a vehicle… Continue reading Tesla doubles down on better range estimates with now tire pressure and more being taken into account

Tesla expands its own insurance based on real-time driver data to two more states – now in 10 states

Tesla confirmed today that it expanded its own insurance based on real-time driver data to two more states, Utah and Maryland – now in 10 states or 11 if you count California, which has Tesla Insurance but not the real-time data version. Tesla Insurance expansion Tesla updated its website to note that its real-time data… Continue reading Tesla expands its own insurance based on real-time driver data to two more states – now in 10 states