This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Tesla 2024Q2 Financial Results & Q&A | |
Participants | |
- Travis Axelrod (Head of Investor Relations) | |
- Elon Musk | |
- Vaibhav Taneja (CFO) | |
- other execs | |
Elon Opening Remarks | |
- saw large adoption acceleration of EVs, others struggled and discounted to compete; Tesla sees this as a |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
## | |
## Run this inside your Home Assistant docker container to update the files | |
## needed for https://github.com/Blackymas/NSPanel_HA_Blueprint. Eg. | |
## | |
## $ docker exec -it homeassistant bash | |
## # bash -c "$(wget -qO - <raw gist url>)" | |
## |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env perl | |
use strict; | |
use warnings; | |
## main () | |
my %gpt_map = get_gpt_map(); | |
while (my $line = <STDIN>) { |