56.2 F
Los Angeles
Tuesday, Apr 1, 2025

Silicon Beach Report April 11: SpaceIL’s Lunar Lander Lost

Lunar lander lost by SpaceIL; EVGo constructing battery storage; Wag to lay off 54

Wag Laying Off 54

West Hollywood-based Wag Labs Inc. will lay off 54 employees beginning June 3, the Business Journal reports. The layoffs are the second round this year for Wag, which laid off 38 people from its Hollywood Hills office in March. Wag said in a statement it was “allowing those in good standing to apply for other roles within the company.”

SpaceIL Lunar Lander Lost

The Israeli lunar lander launched on a SpaceX Falcon 9 rocket was expected to land on the moon today but did not succeed, according to TechCrunch. The craft lost telemetry and suffered engine failure before losing contact with mission control and was officially declared lost. SpaceIL, the company launching the craft via SpaceX, originally began their bid for a lunar touchdown as part of a Lunar Xprize contest organized by Google and Playa Vista-based Xprize Foundation Inc. The deadline passed, but SpaceIL pursued the goal regardless.

EVGo Battery Storage Construction Underway

Sawtelle-based EVGo Services announced today it has is constructing 14 battery storage systems at 11 fast-charging locations across the country. EVGo operates 1,100 fast chargers and Socaltech reports the company hopes its deployment of more charging options will drive down costs charged by utilities.

Tech reporter Samson Amore can be reached at samore@labusinessjournal.com or (323) 556-8335. Follow him on Twitter @samsonamore.

Featured Articles

Related Articles

Author ' + // image style settings '
' + 'tagDiv image style' + '' + '
' + ''; //inject our settings in the template - before
td_template_content = td_template_content.replace('
', td_our_content + '
'); //save the template jQuery('#tmpl-image-details').html(td_template_content); //modal off - click event jQuery(document).on( "click", ".td-modal-image-on", function() { if (jQuery(this).hasClass('active')) { return; } td_add_image_css_class('td-modal-image'); jQuery(".td-modal-image-off").removeClass('active'); jQuery(".td-modal-image-on").addClass('active'); }); //modal on - click event jQuery(document).on( "click", ".td-modal-image-off", function() { if (jQuery(this).hasClass('active')) { return; } td_remove_image_css_class('td-modal-image'); jQuery(".td-modal-image-off").addClass('active'); jQuery(".td-modal-image-on").removeClass('active'); }); // select change event jQuery(document).on( "change", ".td-wp-image-style", function() { switch (jQuery( ".td-wp-image-style").val()) { default: td_clear_all_classes(); //except the modal one jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } }); //util functions to edit the image details in wp-admin function td_add_image_css_class(new_class) { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); jQuery('*[data-setting="extraClasses"]').val(td_extra_classes_value + ' ' + new_class); jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } function td_remove_image_css_class(new_class) { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); //try first with a space before the class var td_regex = new RegExp(" " + new_class,"g"); td_extra_classes_value = td_extra_classes_value.replace(td_regex, ''); var td_regex = new RegExp(new_class,"g"); td_extra_classes_value = td_extra_classes_value.replace(td_regex, ''); jQuery('*[data-setting="extraClasses"]').val(td_extra_classes_value); jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } //clears all classes except the modal image one function td_clear_all_classes() { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); if (td_extra_classes_value.indexOf('td-modal-image') > -1) { //we have the modal image one - keep it, remove the others jQuery('*[data-setting="extraClasses"]').val('td-modal-image'); } else { jQuery('*[data-setting="extraClasses"]').val(''); } } //monitor the backbone template for the current status of the picture setInterval(function(){ var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); if (typeof td_extra_classes_value !== 'undefined' && td_extra_classes_value != '') { // if we have modal on, switch the toggle if (td_extra_classes_value.indexOf('td-modal-image') > -1) { jQuery(".td-modal-image-off").removeClass('active'); jQuery(".td-modal-image-on").addClass('active'); } } }, 1000); })(); //end anon function -->