- Updated iOS 16.1.2. Bunch of fedora updates on laptop as well.
- Friendsgiving last night was awesome.
- Created ticket for sbsc to score each user’s picks against the field and send them out before sunday matches start: https://gitlab.com/bmahlstedt/supercontest/-/issues/168
- Gyft is a mobile wallet for gift cards. Played with it, but it doesn’t work. Tried to add a card (via code) and it failed to register.
- Established Titles is a scam.
- Mark-to-market = values stuff at the most recent market price.
- Neuralink is hopefully a few months away from human trials.
- Jimmy G carted off in Q1 of niners/dolphins today, looked like an ankle twist. Out rest of game. Still won.
- Westgate’s typo this week (2 asterisks for buccaneers as home team instead of 1) meant that the team name entered into my DBs was “buccaneers ” (with a space at the end). This was breaking stuff because it didn’t match any logos, etc – it was considered a new team. Fixed:
update lines set favored_team='BUCCANEERS',home_team='BUCCANEERS' where id=1450;
update picks set team='BUCCANEERS' where line_id=1450 and team='BUCCANEERS ';
- Caught up on AWS:reInvent by watching the keynotes on-demand.
- Peter DeSantis.
- Performance.
- https://www.youtube.com/watch?v=R11YgBEZzqE
- Nitro chips. v5 launched. Twice the performance. Graviton3E processor too. Combined, HPC7g.
- SRD = scalable reliable datagram. A faster networking solution. All EBS use it now. Doesn’t just help storage – helps compute, ML models/trainer, more.
- Guest speaker was from f1.
- Firecracker: their (very efficient) virtualization solution for lambda to separate workloads.
- Adam Selipsky.
- Overview of many launches.
- https://www.youtube.com/watch?v=Xus8C2s5K9A
- Capital markets, startups, renewable energy, supply chains, healthcare, cancer, many more – all on AWS.
- New – OpenSearch has a serverless mode.
- SageMaker – build/train/deploy ML models.
- Lots of capability for federated queries (across multiple services). And ETL support. ELT most common between transactional DBs and data warehouses, so AWS offers no-ETL solutions to integrate aurora (mysql/postgres) and redshift (warehouse). Data appears in both automatically!
- DataZone. Data mgmt service to catalog and govern data. Define projects, access, glossaries, etc.
- QuickSight is their business intelligence (BI) tool, like tableau.
- GuardDuty. ML/AI to detect security problems across your usage of all other AWS services. Includes some capability to detect issues within running containers.
- Guest speakers were a few AWS clients (siemens, etc).
- Launch: AWS Clean Rooms. The ability to allow others to use/analyze/interact with your data but with the private constraints you place. So you can expose certain analytics to clients downstream without revealing raw data.
- “Just Walk Out” technology. Skipping the checkout lines at grocery stores. Your phone automatically determines what you got, and charges you. Same tech is being applied to other lines in other places.