Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env perl
# -*- Perl -*-
use strict;
use warnings;
use open qw(:std :encoding(UTF-8));
use Data::Dumper qw(Dumper);
use Getopt::Std;
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
#!/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>)"
##
#!/usr/bin/env perl
use strict;
use warnings;
## main ()
my %gpt_map = get_gpt_map();
while (my $line = <STDIN>) {