URL: https://dev1.gofmhost.com/fmi/data/v1/databases/theboss/layouts/web__fathomLog/records token:565cc1f0d8bdb1b2a167323f7fafbd6583e6edf61b04817dc179 Post Fields: {"fieldData":{"json_Received":"{\"action_items\":[{\"assignee\":{\"email\":null,\"name\":null,\"team\":null},\"completed\":false,\"description\":\"Create Cursor account; SSH to Dallas server; open root folder; test restart.sh; commit to GitHub\",\"recording_playback_url\":\"https:\/\/fathom.video\/calls\/645718416?timestamp=1262.9999\",\"recording_timestamp\":\"00:21:02\",\"user_generated\":false},{\"assignee\":{\"email\":\"etechnologies34@gmail.com\",\"name\":\"Sean Kruger\",\"team\":null},\"completed\":false,\"description\":\"Send Ryan setup video link\",\"recording_playback_url\":\"https:\/\/fathom.video\/calls\/645718416?timestamp=4898.9999\",\"recording_timestamp\":\"01:21:38\",\"user_generated\":false}],\"calendar_invitees\":[{\"email\":\"etechnologies34@gmail.com\",\"email_domain\":\"gmail.com\",\"is_external\":false,\"matched_speaker_display_name\":\"Sean Kruger\",\"name\":\"Sean Kruger\"}],\"calendar_invitees_domains_type\":\"one_or_more_external\",\"created_at\":\"2026-04-21T16:39:59Z\",\"crm_matches\":null,\"default_summary\":{\"markdown_formatted\":\"## Meeting Purpose\\n\\n[To solve a FileMaker vendor issue by building a new Node.js web app.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=624.0)\\n\\n## Key Takeaways\\n\\n - [**New Stack:** The \\\"blanks\\\" vendor problem will be solved by building a Node.js web app, replacing the current FileMaker-only implementation.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=624.0)\\n - [**AI-Assisted Dev:** The Cursor AI IDE will be used to accelerate development, handling server setup, dependency installs, and code generation.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=1168.0)\\n - [**Hybrid Data:** The app will use a new PostgreSQL database for its own data and the FileMaker Data API for existing quote information.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=2788.0)\\n - [**Critical Security:** All secrets (API keys, passwords) must be stored in a local `.env` file, never committed to GitHub or shared with the AI.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=3690.0)\\n\\n## Topics\\n\\n### The \\\"Blanks\\\" Vendor Problem\\n\\n - [**Requirement:** The client needs to assign different vendors to each of the four \\\"blanks\\\" associated with a single quote.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=48.0)\\n - [**Limitation:** The current FileMaker setup uses a single vendor list for all blanks, preventing this functionality.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=48.0)\\n - [**Initial Idea:** Use a JSON field in FileMaker to store vendor data.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=192.0)\\n - [**Decision:** Build a new web app instead.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=624.0)\\n - [**Rationale:** A web app offers greater flexibility and performance, making it a more robust long-term solution than patching the FileMaker system.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=733.0)\\n\\n### New Stack & Server Setup\\n\\n - [**Technology Stack:**](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=380.0)\\n - [**Backend:** Node.js](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=380.0)\\n - [**Frontend:** JavaScript](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=380.0)\\n - [**Database:** PostgreSQL](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=2788.0)\\n - [**Development Environment:** Cursor AI IDE](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=927.0)\\n - [**Server:** A new Linux server was provisioned in Dallas, TX, for proximity to the client.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=783.0)\\n - [**Automated Setup (via Cursor AI):**](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=1168.0)\\n - [Installed core dependencies: Nginx, Certbot (for SSL), Node.js, Git.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=1807.0)\\n - [Configured a subdomain (`promozation.fmos.com`) and installed an SSL certificate.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=1432.0)\\n\\n### Data Integration & Security\\n\\n - [**FileMaker Data API:**](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=2854.0)\\n - [The app will connect to the FileMaker Data API to fetch quote data.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=2854.0)\\n - [**Optimization:** The API request will be limited to only necessary fields (e.g., `Vendor Name`, `ID`) to improve performance.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=4265.0)\\n - [**Security Protocol:**](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=3690.0)\\n - [**Secrets Management:** API keys and passwords must be stored in a local `.env` file, which is excluded from GitHub by a `.gitignore` file.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=3690.0)\\n - [**Rationale:** This prevents sensitive credentials from being exposed in the public repository.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=3690.0)\\n\\n### Development Workflow & Best Practices\\n\\n - [**Cursor AI Usage:**](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=1187.0)\\n - [**Modes:** Use `Plan` for strategy, `Agent` for code changes, and `Debug` for complex issues.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=1193.0)\\n - [**Models:** Start with `Auto` to manage token usage; use `Premium` or `Opus` for more difficult tasks.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=1233.0)\\n - [**GitHub for Version Control:**](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=2043.0)\\n - [**Commit Frequently:** Push changes to GitHub after each significant step to create restore points and prevent work loss.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=2043.0)\\n - [**Server Restart Script:**](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=3780.0)\\n - [A simple `.sh` script was created to quickly restart the Node.js server after configuration changes.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=3780.0)\\n\\n## Next Steps\\n\\n - [**Ryan:**](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=1273.0)\\n - [Create a free Cursor AI account to explore the environment.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=1273.0)\\n - [Notify Sean if token limits are reached to get a paid account.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=1273.0)\\n - [Begin building the vendor selection module, using screenshots of the FileMaker UI as a guide.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=3328.0)\\n - [Implement the logic for four distinct vendor lists per quote.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=4491.0)\\n - [Ensure all work is committed to GitHub.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=2043.0)\\n - [**Sean:**](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=4909.0)\\n - [Share the meeting recording with Ryan.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=4909.0)\\n\",\"template_name\":\"Enhanced\"},\"meeting_title\":\"Ryan Bradish General\",\"recorded_by\":{\"email\":\"etechnologies34@gmail.com\",\"email_domain\":\"gmail.com\",\"name\":\"Sean Kruger\",\"team\":null},\"recording_end_time\":\"2026-04-21T16:39:50Z\",\"recording_id\":139770712,\"recording_start_time\":\"2026-04-21T15:17:11Z\",\"scheduled_end_time\":\"2026-04-21T15:45:27Z\",\"scheduled_start_time\":\"2026-04-21T15:15:27Z\",\"share_url\":\"https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD\",\"title\":\"Ryan Bradish General\",\"transcript\":[{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Hello?\",\"timestamp\":\"00:00:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Morning.\",\"timestamp\":\"00:00:03\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"What's going on?\",\"timestamp\":\"00:00:03\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"morning.\",\"timestamp\":\"00:00:04\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Not much.\",\"timestamp\":\"00:00:05\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Sorry, I stepped away.\",\"timestamp\":\"00:00:05\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"There's this really weird noise going on in my apartment, in the apartment.\",\"timestamp\":\"00:00:06\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't really have much to ask about except for I have one question about these blanks vendors that they were asking about.\",\"timestamp\":\"00:00:14\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay.\",\"timestamp\":\"00:00:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't recall.\",\"timestamp\":\"00:00:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'm going to share here.\",\"timestamp\":\"00:00:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You see my screen?\",\"timestamp\":\"00:00:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Not yet.\",\"timestamp\":\"00:00:43\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yes.\",\"timestamp\":\"00:00:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"With the blanks form.\",\"timestamp\":\"00:00:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay.\",\"timestamp\":\"00:00:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"They're saying that when you go from quote one to quote two, that the vendors always stay the same, but they want it so that they can have different vendors.\",\"timestamp\":\"00:00:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"under the blanks for the for the blanks forms and I wasn't really sure how to like do I just need to like make new relationships with the quotes themselves and then do vendors from there I don't know I probably should have never should have redone this whole thing I'm surprised that they would want different vendors when like aren't they supposed to be the same quotes they just can make multiples what happens to the items switch and then what's the difference between the blanks I can't remember what's the thing on the right do\",\"timestamp\":\"00:00:59\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So that would be different orders for the blank.\",\"timestamp\":\"00:02:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And then you've got to consider how that affects transferring it to the quote, too.\",\"timestamp\":\"00:02:03\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"00:02:15\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, yeah, you're going to have to put in the, you're going to have to change the relationship of all the blank lines to quote one, quote two, quote three, quote four, and then have a different blank vendor for each one, a different set of blank vendors for each one, right?\",\"timestamp\":\"00:02:32\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Right.\",\"timestamp\":\"00:03:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Because right now it's doing blank one through five, I think is the way the original developer had it set up for vendor.\",\"timestamp\":\"00:03:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you need four of those.\",\"timestamp\":\"00:03:08\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's right.\",\"timestamp\":\"00:03:11\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"mean, I mean, this is what it's relating to right now.\",\"timestamp\":\"00:03:12\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"00:03:22\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You change it to JSON.\",\"timestamp\":\"00:03:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Change the JSON.\",\"timestamp\":\"00:03:32\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, just change it to one JSON field.\",\"timestamp\":\"00:03:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh, okay.\",\"timestamp\":\"00:03:37\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Maybe do this whole thing as JSON.\",\"timestamp\":\"00:03:40\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Just redo the whole thing as JSON.\",\"timestamp\":\"00:03:42\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Everything on here.\",\"timestamp\":\"00:03:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Just redo this whole page.\",\"timestamp\":\"00:03:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You know what I mean?\",\"timestamp\":\"00:04:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'm going to show you.\",\"timestamp\":\"00:04:02\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"00:04:03\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Can you show me?\",\"timestamp\":\"00:04:04\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay.\",\"timestamp\":\"00:04:10\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"We're have to figure out somewhere to put this for now, trying to think about how we want to do this, probably just do it as PHP, so we can just put it on anybody's server.\",\"timestamp\":\"00:06:07\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But whenever you start building these things nowadays, you always just want to consider the stack situation, which is basically what technologies are going to use.\",\"timestamp\":\"00:06:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You're always going to use JavaScript, but you have to decide what scripted language you're going use, and typically those are just going to be like Node, which is your back end, or PHP, which is...\",\"timestamp\":\"00:06:27\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Just, you know, another scripting language, you know that stuff, right?\",\"timestamp\":\"00:06:39\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Some of that, yeah.\",\"timestamp\":\"00:06:43\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So I'm thinking we just go with PHP on this, and so what I would do is just say create a PHP-based...\",\"timestamp\":\"00:06:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Project, and we're going to like map out everything that's going to happen.\",\"timestamp\":\"00:07:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So we're going to say that, put this in planning, to replace an existing project here.\",\"timestamp\":\"00:07:05\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I wonder if I can do this, like, if I can't, that already exists in FileMaker, period.\",\"timestamp\":\"00:07:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"We're going to allow for multiple blanks to be generated from a single quote up to four.\",\"timestamp\":\"00:07:44\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But that's under quotes.\",\"timestamp\":\"00:08:01\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Do they print anything on the blanks?\",\"timestamp\":\"00:08:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"What do they use?\",\"timestamp\":\"00:08:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I can't remember.\",\"timestamp\":\"00:08:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'm trying to remember everything that it does.\",\"timestamp\":\"00:08:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"What it does, or what they're using it for.\",\"timestamp\":\"00:08:23\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I think it's just a viewing thing.\",\"timestamp\":\"00:08:32\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This all gets so confusing at the find.\",\"timestamp\":\"00:08:44\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like, don't know what, if they have four of these, when they do this find, are they looking on quote window?\",\"timestamp\":\"00:08:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"They're probably looking across to all of them.\",\"timestamp\":\"00:08:52\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So this is going to get weird too.\",\"timestamp\":\"00:08:53\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you get us to think about that.\",\"timestamp\":\"00:08:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"What does this thing do?\",\"timestamp\":\"00:08:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's obviously something they email, but I think this is the only area they really work.\",\"timestamp\":\"00:09:03\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Do you remember what this does?\",\"timestamp\":\"00:09:13\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That was all there.\",\"timestamp\":\"00:09:16\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I haven't done any of that.\",\"timestamp\":\"00:09:17\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That was all.\",\"timestamp\":\"00:09:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh, this figures into the cost somehow here, whatever they put in here.\",\"timestamp\":\"00:09:22\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't really remember what it does.\",\"timestamp\":\"00:09:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't never understood.\",\"timestamp\":\"00:09:31\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I couldn't even tell you what blanks are.\",\"timestamp\":\"00:09:32\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I think they order these to show the customer what something's going to look like.\",\"timestamp\":\"00:09:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like they send it to the customer, but I don't know, 100%.\",\"timestamp\":\"00:09:42\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh, down here, whatever this is, blanks totals.\",\"timestamp\":\"00:09:49\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's the part that's on here.\",\"timestamp\":\"00:10:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is going to be way easier to do it this way anyways.\",\"timestamp\":\"00:10:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I think what I'm going to tell it to do, because I think that generally they, you know what, I think they need a new server.\",\"timestamp\":\"00:10:24\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I think they need a node server.\",\"timestamp\":\"00:10:44\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"We're going to need to start doing this anyways.\",\"timestamp\":\"00:10:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So we're going to build this with a node.\",\"timestamp\":\"00:10:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"We need to go this direction because it's just too hard to build this in FileMaker reasonably at this point, and like this thing needs to go on there that I built, so let's just set it up.\",\"timestamp\":\"00:11:08\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'm just going to do it right now.\",\"timestamp\":\"00:11:49\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Later, I'm going to charge her.\",\"timestamp\":\"00:12:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"going go worry about it right now.\",\"timestamp\":\"00:12:01\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"The only thing you really have to worry about is the price.\",\"timestamp\":\"00:12:04\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But you really can't ever bill anything on less than this.\",\"timestamp\":\"00:12:08\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But you can see the difference in cost between these things and FileMaker.\",\"timestamp\":\"00:12:13\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I've got Stewart's running on this one here.\",\"timestamp\":\"00:12:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And so much.\",\"timestamp\":\"00:12:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's amazing.\",\"timestamp\":\"00:12:24\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's amazing what you can do compared to what FileMaker can do.\",\"timestamp\":\"00:12:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Is it just process it faster?\",\"timestamp\":\"00:12:29\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Or is it just the capabilities to it?\",\"timestamp\":\"00:12:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's just because FileMaker is like this big behemoth.\",\"timestamp\":\"00:12:33\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"They haven't really changed the file version since 12.\",\"timestamp\":\"00:12:39\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So that's been 10 years.\",\"timestamp\":\"00:12:43\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"They haven't made any significant structural changes.\",\"timestamp\":\"00:12:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And all of this stuff is new, constantly being updated.\",\"timestamp\":\"00:12:52\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You can update the parts individually, but FileMaker is just one thing, right?\",\"timestamp\":\"00:12:56\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So this is just a, you know, Linux server.\",\"timestamp\":\"00:13:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But wait, do I want to do Utah?\",\"timestamp\":\"00:13:03\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Where are they at?\",\"timestamp\":\"00:13:09\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh, no, we don't want to do Utah.\",\"timestamp\":\"00:13:10\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"They're in South Carolina.\",\"timestamp\":\"00:13:12\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's fine, I'll just delete it.\",\"timestamp\":\"00:13:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So we want to be in New York, I guess?\",\"timestamp\":\"00:13:22\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Is it just during the time?\",\"timestamp\":\"00:13:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Or Miami?\",\"timestamp\":\"00:13:32\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Miami, I guess.\",\"timestamp\":\"00:13:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"What's that?\",\"timestamp\":\"00:13:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Is that the location of them?\",\"timestamp\":\"00:13:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"is that like, trying to base it off of the time?\",\"timestamp\":\"00:13:43\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Just to get to close them as you can.\",\"timestamp\":\"00:13:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Let's just do Dallas, because I don't think Miami's going to help them much.\",\"timestamp\":\"00:13:49\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"These things run away faster than FileMaker.\",\"timestamp\":\"00:13:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I forgot to do this.\",\"timestamp\":\"00:14:03\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Where do you learn about all this stuff?\",\"timestamp\":\"00:14:06\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Just read.\",\"timestamp\":\"00:14:33\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Read.\",\"timestamp\":\"00:14:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Listen.\",\"timestamp\":\"00:14:35\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Test.\",\"timestamp\":\"00:14:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's trash, I think.\",\"timestamp\":\"00:14:54\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Wyoming traders are on there.\",\"timestamp\":\"00:14:56\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I thought you dropped them.\",\"timestamp\":\"00:14:57\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh, they fired me, then they came back, begging for me to come back, the Harrison guy from Pakistan.\",\"timestamp\":\"00:15:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And then he couldn't do anything that you can do.\",\"timestamp\":\"00:15:06\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"He was confused.\",\"timestamp\":\"00:15:12\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You could tell from the beginning that he didn't know what he was doing.\",\"timestamp\":\"00:15:14\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"All right, so in cursor, and there's other tools for this, but I still think cursor is probably the best one.\",\"timestamp\":\"00:15:27\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Just because you have, there's so many options.\",\"timestamp\":\"00:15:37\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So we're going to go, file, connect, SSH, configure, so you'll have to go in here and do this on your end.\",\"timestamp\":\"00:15:39\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay, it's really super, super important when you do this that you never share any keys, any passwords with the...\",\"timestamp\":\"00:15:49\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"If you do, those things are public and you'll get, that's really common nowadays that people will put their passwords in, like their email passwords, and then what happens is somebody gets a hold of those because they're semi-public and they'll start using it, like to send emails and things like that.\",\"timestamp\":\"00:16:07\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So don't ever share any passwords that you have with the chat itself.\",\"timestamp\":\"00:16:31\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So I wanted to show you a couple of things when you get started here, but what's her name again?\",\"timestamp\":\"00:16:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Mandi?\",\"timestamp\":\"00:16:40\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Mandi?\",\"timestamp\":\"00:16:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't know why mine's got like this weird, this is like all offset that matters, but a bit of my OCD there.\",\"timestamp\":\"00:17:01\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay, so this is just a list, configure the list of your SSH, and SSH is basically just like you being able to terminal into another computer.\",\"timestamp\":\"00:17:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You know what a terminal is, right?\",\"timestamp\":\"00:17:29\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"00:17:31\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay, so you're basically, you're dialing into that computer so you can run terminal commands on that computer.\",\"timestamp\":\"00:17:32\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"What these tools do is they will run all the terminal commands for you.\",\"timestamp\":\"00:17:39\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Let's see if it's, is it up yet?\",\"timestamp\":\"00:17:52\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So we're SSH-ing in now.\",\"timestamp\":\"00:17:54\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's going to ask you, that's okay.\",\"timestamp\":\"00:17:57\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You're going to say yes, and then you're going put your password in, which, let's see if I've got it yet.\",\"timestamp\":\"00:18:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That usually sends us a password.\",\"timestamp\":\"00:18:05\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay.\",\"timestamp\":\"00:18:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'll put this all in.\",\"timestamp\":\"00:18:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is the password.\",\"timestamp\":\"00:18:22\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And then what it's going to do is just SSH into the computer.\",\"timestamp\":\"00:18:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You're going to open the folder, and we're just going to go right into the root folder in there.\",\"timestamp\":\"00:18:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you're now physically connected to the remote machine, which is your password in again.\",\"timestamp\":\"00:18:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And now we're SSH'd into that server we just created.\",\"timestamp\":\"00:18:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay.\",\"timestamp\":\"00:18:52\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's a Linux-based server, and now we're going to tell it what we want to do here.\",\"timestamp\":\"00:18:52\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You can do all this stuff yourself, but the way that it does it, you don't need to.\",\"timestamp\":\"00:19:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, it does everything.\",\"timestamp\":\"00:19:33\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"don't have, like, we have to do with FileMaker.\",\"timestamp\":\"00:19:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It'll install all the components.\",\"timestamp\":\"00:19:37\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It'll install everything you need to do.\",\"timestamp\":\"00:19:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And if you give it access to run your terminal, it just does all that stuff natively.\",\"timestamp\":\"00:19:40\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay, so there's, in this, there's different tools that you can use.\",\"timestamp\":\"00:19:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You got to get kind of familiar with what features you're using, but like in...\",\"timestamp\":\"00:19:53\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This step, we're really just planning.\",\"timestamp\":\"00:20:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So when you're planning a feature, you're going to go in here.\",\"timestamp\":\"00:20:01\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You can switch this to agent when you want it to make changes.\",\"timestamp\":\"00:20:04\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"If you're really struggling with something, you put in debug.\",\"timestamp\":\"00:20:06\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And all debug does is it puts in a bunch of instrumentation so it can test.\",\"timestamp\":\"00:20:09\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like, it'll put in a bunch of logs so it can test, then read its own logs.\",\"timestamp\":\"00:20:15\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So when you run into, like, an issue, like, if you keep asking it and it's not solving your problems, then you put it in debug.\",\"timestamp\":\"00:20:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It takes a lot longer, but, you know, it's better than beating your head against the wall kind of thing.\",\"timestamp\":\"00:20:27\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And the other elements that you've got to kind of watch out for with this is there's different modes.\",\"timestamp\":\"00:20:33\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is kind of the one that you use most because these other ones are actually charged at a higher rate.\",\"timestamp\":\"00:20:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you have to be kind of careful that you use these.\",\"timestamp\":\"00:20:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I really only use Auto, Premium, and then Opus right now.\",\"timestamp\":\"00:20:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But that can change.\",\"timestamp\":\"00:20:57\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"this, this one's\",\"timestamp\":\"00:20:59\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So if you want to do something really high-end and difficult, kind of switch to Opus.\",\"timestamp\":\"00:21:01\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"If it's sort of medium level difficulty, I use premium, and then auto generally, just because this one is kind of included in what I pay for.\",\"timestamp\":\"00:21:05\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you'll have to use, just set yourself up a free account and see how far you get with this initially.\",\"timestamp\":\"00:21:13\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And we'll kind of talk about what we need to do moving forward.\",\"timestamp\":\"00:21:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"If you like run out of tokens or whatever, just let me know, and we'll get you set up with a paid account.\",\"timestamp\":\"00:21:22\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I just got to get an impression of which account to set you up with.\",\"timestamp\":\"00:21:27\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So if you're going to use it, I'm happy to pay for it.\",\"timestamp\":\"00:21:31\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But if, you know, I don't want to pay for something that we're not getting any value of.\",\"timestamp\":\"00:21:33\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Because it can get kind of expensive too.\",\"timestamp\":\"00:21:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And you really got to be careful, like if you put on max mode and like Opus 4.7, you can use up your tokens like in 20 minutes.\",\"timestamp\":\"00:21:40\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So be really careful.\",\"timestamp\":\"00:21:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you pay for an account and then they charge you for tokens on top of that?\",\"timestamp\":\"00:21:50\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yes, depending on what you use.\",\"timestamp\":\"00:21:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So yeah, like the auto one is mostly.\",\"timestamp\":\"00:21:56\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"00:21:59\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's free because I have the best high-end account.\",\"timestamp\":\"00:22:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'm not sure.\",\"timestamp\":\"00:22:04\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I haven't looked in a while.\",\"timestamp\":\"00:22:05\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Lately, I've been paying about $1,000 a month for this just because it's worth it for me at this point, but this one's pretty good, too, but I've been kind of just using those three.\",\"timestamp\":\"00:22:10\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I think they're kind of in order of the way that they feel like that you should use them anyways, if you look at that.\",\"timestamp\":\"00:22:29\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't use the max mode.\",\"timestamp\":\"00:22:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is faster, but I'll show you.\",\"timestamp\":\"00:22:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You can have multiple things going on.\",\"timestamp\":\"00:22:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, if you're really just trying to knock out something, the max mode is nice because it'll finish something quicker, but it costs a lot, so I would stay away from that.\",\"timestamp\":\"00:22:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Just because you can keep yourself busy anyways.\",\"timestamp\":\"00:22:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Jumping forth between FileMaker and this and testing and everything.\",\"timestamp\":\"00:22:54\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"If you're good with your time, you should be\",\"timestamp\":\"00:22:57\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Utilizing the time where it's actually thinking and doing the work to actually test and stuff like that.\",\"timestamp\":\"00:23:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So we're going to get rid of that PHP part because we're not going to do PHP.\",\"timestamp\":\"00:23:06\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"We're building a Node server.\",\"timestamp\":\"00:23:09\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is to replace an existing project.\",\"timestamp\":\"00:23:10\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is a FileMaker.\",\"timestamp\":\"00:23:12\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Am I going to say that because we're not doing that anymore?\",\"timestamp\":\"00:23:14\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Let's just tell it that.\",\"timestamp\":\"00:23:22\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You know what?\",\"timestamp\":\"00:23:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Let's just go for it.\",\"timestamp\":\"00:23:31\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Normally, I would plan, but I'm going to say we're going to build this with a Node in that I would like you to install.\",\"timestamp\":\"00:23:32\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Actually, you want to see a plan.\",\"timestamp\":\"00:23:36\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"If I were going to do this, I'd probably skip the planning because I would just say let's just get it going like this.\",\"timestamp\":\"00:23:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh, the other thing I want to do is I should probably write you out a list of steps.\",\"timestamp\":\"00:23:43\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So the other thing I need to do is create a SSL.\",\"timestamp\":\"00:23:52\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Just like to knock all these things out in the beginning.\",\"timestamp\":\"00:23:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So what's rad about this is you know how we had to install a of SSL certificates.\",\"timestamp\":\"00:24:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It'll do all that for you.\",\"timestamp\":\"00:24:04\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You just need to tell it.\",\"timestamp\":\"00:24:06\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So I'm going to give it a domain.\",\"timestamp\":\"00:24:08\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So if you had a domain, we should probably put this under her domain.\",\"timestamp\":\"00:24:14\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But for right now, let's just put it under here, under mine, I guess.\",\"timestamp\":\"00:24:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you know what a subdomain is, right?\",\"timestamp\":\"00:24:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"No.\",\"timestamp\":\"00:24:40\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So this is a subdomain.\",\"timestamp\":\"00:24:49\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's basically an A record of my domain.\",\"timestamp\":\"00:24:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you can see like, that's whyamiletraders.gov.fmos.com.\",\"timestamp\":\"00:24:56\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So we're going to do the same thing, but with promosation.\",\"timestamp\":\"00:25:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And then we're going give it that IP address.\",\"timestamp\":\"00:25:03\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you're just telling anything that comes to this IP address to go there.\",\"timestamp\":\"00:25:22\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And that IP address is the Cloud Z thing that you built?\",\"timestamp\":\"00:25:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"00:25:33\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So for backups, we're going to use GitHub.\",\"timestamp\":\"00:26:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It'll tell you how to do this, but I was going to show you how you can like flop through this too if you don't know what you're doing.\",\"timestamp\":\"00:26:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Let's just click OK and it should kind of plan for us.\",\"timestamp\":\"00:26:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And always kind of try to read this, especially initially, just to get a feeling for what it's going to do.\",\"timestamp\":\"00:26:50\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And so it's going to confirm the host name.\",\"timestamp\":\"00:27:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay, see, so it was thinking I spelled that wrong because I'm a bad speller.\",\"timestamp\":\"00:27:11\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"probably does start to learn to know you, you know, but this is correct.\",\"timestamp\":\"00:27:17\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And we do want to use, let's encrypt.\",\"timestamp\":\"00:27:23\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So we're going to say an assert bot.\",\"timestamp\":\"00:27:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So this basically installs your SSL and keeps it up to date for you.\",\"timestamp\":\"00:27:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It wouldn't be bad to automate it.\",\"timestamp\":\"00:27:31\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But at this point, I just want to manual.\",\"timestamp\":\"00:27:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh, we want to push.\",\"timestamp\":\"00:27:50\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's asking to pull.\",\"timestamp\":\"00:27:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't want to.\",\"timestamp\":\"00:27:56\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh.\",\"timestamp\":\"00:27:57\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Hit push, if you want to be able to ask, I did spell that right, right?\",\"timestamp\":\"00:28:02\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"think it was a pro-mo-zation.\",\"timestamp\":\"00:28:26\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So it's going to create a plan.\",\"timestamp\":\"00:28:31\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you can click on this, it'll tell you, you can see the full plan details.\",\"timestamp\":\"00:28:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"As preconditions, yeah, it's going to import, it's what you want.\",\"timestamp\":\"00:28:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"SERP pockets installed.\",\"timestamp\":\"00:29:01\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Proxy, this is just saying that it's going to point internally.\",\"timestamp\":\"00:29:07\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's correct.\",\"timestamp\":\"00:29:11\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is just a standard web port.\",\"timestamp\":\"00:29:13\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Promotization is unusual.\",\"timestamp\":\"00:29:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, I agree.\",\"timestamp\":\"00:29:24\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And then let's just go ahead and build it.\",\"timestamp\":\"00:29:27\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So on your end, it's going to ask you stuff like, do you want to be able to run terminal?\",\"timestamp\":\"00:29:29\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I just gave it access to run all.\",\"timestamp\":\"00:29:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So that's why it's just going to do it without asking me at this point.\",\"timestamp\":\"00:29:35\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But you have to like set the machine up the way you want.\",\"timestamp\":\"00:29:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"At this point, you won't have to do this particular part.\",\"timestamp\":\"00:29:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But in the future, it's going to ask you for different things to run terminal commands.\",\"timestamp\":\"00:29:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is where it would ask you.\",\"timestamp\":\"00:30:01\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So right here, it's running these terminal commands.\",\"timestamp\":\"00:30:07\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you should be kind of familiar.\",\"timestamp\":\"00:30:09\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"was seeing some of that before.\",\"timestamp\":\"00:30:11\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's actually installing the Git tools and all the different things on this server.\",\"timestamp\":\"00:30:12\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"There's Nginx.\",\"timestamp\":\"00:30:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's the cert bot.\",\"timestamp\":\"00:30:23\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's the SSL thing that keeps the SSL updated.\",\"timestamp\":\"00:30:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So now it's going to run the node install.\",\"timestamp\":\"00:30:43\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So all these are just packages and you can, you should be able to be, you should see them getting installed over here.\",\"timestamp\":\"00:30:49\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You can always open these up.\",\"timestamp\":\"00:31:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you could do all this stuff manually.\",\"timestamp\":\"00:31:04\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It would take much longer.\",\"timestamp\":\"00:31:06\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, well, it takes five times as long if you do this manually.\",\"timestamp\":\"00:31:14\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Can this connect to a FileMaker server and notify you of any issues or anything like that?\",\"timestamp\":\"00:31:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, you could do this with a FileMaker server too.\",\"timestamp\":\"00:31:32\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You can have it install FileMaker server.\",\"timestamp\":\"00:31:37\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"can have it do all this.\",\"timestamp\":\"00:31:39\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So I think you can use open to 24 for FileMaker now as well.\",\"timestamp\":\"00:31:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So I've never actually done it, but you can.\",\"timestamp\":\"00:31:50\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So another thing about this is there's a, if you go up here, you see Open Browser.\",\"timestamp\":\"00:32:08\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So once this is done, you can actually use this.\",\"timestamp\":\"00:32:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So these are all your, obviously, your files, but even if you don't ever look at these, you should a little bit.\",\"timestamp\":\"00:32:23\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Another reason I like cursors, a lot of the newer packages that do these same similar things don't really give you access to the files themselves, but they're just like a browser and then you tell it what to do.\",\"timestamp\":\"00:32:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So these are all your agents.\",\"timestamp\":\"00:32:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you can have different agents going on.\",\"timestamp\":\"00:32:54\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So if you want to start a new agent, you would do that.\",\"timestamp\":\"00:32:56\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But you can have one doing bug testing, one doing changes, one doing planning.\",\"timestamp\":\"00:33:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's why I'm saying like you could keep yourself pretty busy.\",\"timestamp\":\"00:33:05\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You can keep these things pretty busy.\",\"timestamp\":\"00:33:08\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"can have multiples going on at once, too.\",\"timestamp\":\"00:33:09\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you want to keep like the agents focused on one particular thing.\",\"timestamp\":\"00:33:12\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So if you're doing user interface changes, like keep that in one.\",\"timestamp\":\"00:33:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"If you're building a new feature, maybe put that in a new one.\",\"timestamp\":\"00:33:24\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But you want to really kind of get familiar with these things because they can behave differently.\",\"timestamp\":\"00:33:27\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"As things like if you start to get the chat gets too long, they're getting better and better about this.\",\"timestamp\":\"00:33:36\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But as your chat gets long, everything gets a little slower.\",\"timestamp\":\"00:33:43\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Because it has to like understand everything in the chat context.\",\"timestamp\":\"00:33:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So sometimes it's better to start over.\",\"timestamp\":\"00:33:50\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Not always, sometimes it's worse.\",\"timestamp\":\"00:33:54\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you just kind of got to get familiar or you got to.\",\"timestamp\":\"00:33:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"ahead.\",\"timestamp\":\"00:33:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Bye Bye Hey.\",\"timestamp\":\"00:33:59\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Bye Thank\",\"timestamp\":\"00:33:59\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Make that decision what to do.\",\"timestamp\":\"00:34:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Really important to always make sure that you are back this up.\",\"timestamp\":\"00:34:03\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So like if you finish something and you feel like it's in a good place, make sure that you back it up and you're going to do that on GitHub.\",\"timestamp\":\"00:34:08\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's why I asked it to install GitHub.\",\"timestamp\":\"00:34:16\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"We'll give it a place to back up.\",\"timestamp\":\"00:34:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So like if you're done for the day or you're done with the work or whatever, make sure you commit your changes because I have run into situations where it'll drop your, delete your changes.\",\"timestamp\":\"00:34:23\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And if you don't have a point to go back to, you'll lose all your work.\",\"timestamp\":\"00:34:33\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is GitHub.\",\"timestamp\":\"00:34:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Formalization.\",\"timestamp\":\"00:34:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"We don't ever want anything public.\",\"timestamp\":\"00:35:07\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"...settings, deploy queues that I'm going to forget.\",\"timestamp\":\"00:36:10\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Once I do this, then you'll have access to it too, so you don't have to...\",\"timestamp\":\"00:36:56\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Don't about that.\",\"timestamp\":\"00:37:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh, that's crazy.\",\"timestamp\":\"00:37:43\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"What's up?\",\"timestamp\":\"00:37:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Not surprised.\",\"timestamp\":\"00:37:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You know John?\",\"timestamp\":\"00:37:54\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I think you know John.\",\"timestamp\":\"00:37:54\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh, no.\",\"timestamp\":\"00:38:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh, yeah, I think you do.\",\"timestamp\":\"00:38:01\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"See what he's saying.\",\"timestamp\":\"00:38:03\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"There's no way he can, he must have built something.\",\"timestamp\":\"00:38:14\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, this is the way that everybody's, that's what I'm telling you, Fathomaker's in a lot of trouble.\",\"timestamp\":\"00:38:19\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"John's a not very smart.\",\"timestamp\":\"00:38:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So he built anything usable.\",\"timestamp\":\"00:38:29\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So I didn't know you're working on more projects with him.\",\"timestamp\":\"00:38:36\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"No, I'm just maintaining this thing that he's always had.\",\"timestamp\":\"00:38:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So if you put this in here, you can see that it's live, right?\",\"timestamp\":\"00:39:06\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's good.\",\"timestamp\":\"00:39:15\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's what we want it.\",\"timestamp\":\"00:39:15\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"All right.\",\"timestamp\":\"00:39:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Let's see here.\",\"timestamp\":\"00:39:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So let's just start with this.\",\"timestamp\":\"00:39:23\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Where's the blanks page?\",\"timestamp\":\"00:39:29\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You still need to think about what you want all this to do, right?\",\"timestamp\":\"00:39:33\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And what all of this means and how you need it to, how we're going to integrate, but there's a little file maker.\",\"timestamp\":\"00:39:44\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So we got about 30 minutes before my next meeting here.\",\"timestamp\":\"00:39:50\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So let's just do a new agent.\",\"timestamp\":\"00:40:07\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Actually, you can start this one in here.\",\"timestamp\":\"00:40:08\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"We're going to go to plan now, and I want to say this first module, I would say, wow, we probably want to do this whole thing, but as opposed to starting with the blanks, but\",\"timestamp\":\"00:40:11\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So, I mean, here's always a problem, too, like if you don't start this properly, and this is where somebody like John is going to make a mess if he doesn't think about this, you have to think about, okay, what are we doing now, what do we want to do, what's the goal?\",\"timestamp\":\"00:41:02\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So really, we're only building this now to integrate it with this, and I'm trying to think if that's okay or if that gives us a ton of problems moving forward.\",\"timestamp\":\"00:41:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"John's system was kind of small, so very...\",\"timestamp\":\"00:41:44\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It doesn't even have anything on it, it's totally nice to have something on it.\",\"timestamp\":\"00:42:39\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This information all comes from the quote itself, or no, this is all extra information, huh?\",\"timestamp\":\"00:43:16\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I think it's extra.\",\"timestamp\":\"00:43:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I was going to ask if you could do that.\",\"timestamp\":\"00:43:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"could take a picture of it and send it to it for an example.\",\"timestamp\":\"00:43:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, you want to take lots of screenshots.\",\"timestamp\":\"00:43:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You can actually take a screenshot in here.\",\"timestamp\":\"00:43:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"In here, I'll show you in a minute.\",\"timestamp\":\"00:43:44\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So the Postgres database is just going to be a secondary repository for the data obtained here for now, right?\",\"timestamp\":\"00:46:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So we have a database here that's going to store any information that we gather here, and we're going to call the FileMaker database for the information that's there.\",\"timestamp\":\"00:46:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Does that make sense?\",\"timestamp\":\"00:46:49\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"00:46:52\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's just asking us where to put it.\",\"timestamp\":\"00:46:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Let's just put it here so we can handle that.\",\"timestamp\":\"00:46:56\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So if you put it here.\",\"timestamp\":\"00:46:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It'll actually install the PostgreSQL database here.\",\"timestamp\":\"00:47:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So since we're doing this, we also need to back up the PostgreSQL data.\",\"timestamp\":\"00:47:07\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't want to do that right now because I don't have time, but I'll show you that later.\",\"timestamp\":\"00:47:11\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So these are the things that you need for the JavaScript to communicate with the database.\",\"timestamp\":\"00:47:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And then we're going to make sure, so then the first, so also to communicate with this, I want to make sure we have a access to the FileMaker data API.\",\"timestamp\":\"00:47:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You know what the data API is, right?\",\"timestamp\":\"00:47:49\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"00:47:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Are you going to create a new one for now?\",\"timestamp\":\"00:47:56\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's pretty much all we need.\",\"timestamp\":\"00:49:02\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"We probably should do a little bit more with the security, but for now that's fine.\",\"timestamp\":\"00:49:03\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I probably should have read that.\",\"timestamp\":\"00:49:10\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"John is such a nice guy, like, just even right that.\",\"timestamp\":\"00:50:26\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, because I don't really care.\",\"timestamp\":\"00:50:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Maybe he thought I would be upset or something.\",\"timestamp\":\"00:50:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But maybe he's just a nice guy.\",\"timestamp\":\"00:50:40\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, in a way, I'm kind of, it would stress me out to hear from him.\",\"timestamp\":\"00:50:44\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So it'd stress you out to hear from him.\",\"timestamp\":\"00:50:52\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, because he always, you know, everything.\",\"timestamp\":\"00:50:57\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"He always wanted like right away, like he was always, you know, I hear from like twice a year and I was always like, needed everything done immediately, feel like he's nice.\",\"timestamp\":\"00:51:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, I'm just saying like, cause I would rather he didn't bug me.\",\"timestamp\":\"00:51:15\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So this is what you need right here, right?\",\"timestamp\":\"00:52:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"00:52:22\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you can see it's creating all the stuff that it needs here.\",\"timestamp\":\"00:52:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Come on, that's it, guys.\",\"timestamp\":\"00:53:16\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oops, it's so late, Cosmo Crunch.\",\"timestamp\":\"00:53:26\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Come on, boys.\",\"timestamp\":\"00:53:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Let's go.\",\"timestamp\":\"00:53:32\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Cosmo.\",\"timestamp\":\"00:53:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Let's go, bud.\",\"timestamp\":\"00:53:35\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Cosmo.\",\"timestamp\":\"00:53:43\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Let's go.\",\"timestamp\":\"00:53:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"on.\",\"timestamp\":\"00:53:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Safe.\",\"timestamp\":\"00:53:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Drew.\",\"timestamp\":\"00:53:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Let me just turn the light on down here.\",\"timestamp\":\"00:54:10\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Can you turn that light on?\",\"timestamp\":\"00:54:15\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'm gonna turn on.\",\"timestamp\":\"00:54:16\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay.\",\"timestamp\":\"00:54:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"On the phone, honey.\",\"timestamp\":\"00:54:19\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"All right.\",\"timestamp\":\"00:55:11\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you can see where we're at, right?\",\"timestamp\":\"00:55:11\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"00:55:17\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Well, it's pretty interesting that it can do just that, right?\",\"timestamp\":\"00:55:17\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So now it's just the process of going through all these, all the things, right?\",\"timestamp\":\"00:55:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like figuring out, like I just thought of something here, like we have to reproduce this whole vendor selection thing.\",\"timestamp\":\"00:55:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So we have to, we got to do that.\",\"timestamp\":\"00:55:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So really the tricky part from, from there is like, where does the vendor selection come from?\",\"timestamp\":\"00:55:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you've got to think about how that works in the blanks.\",\"timestamp\":\"00:55:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So if you open up a blank, we have to say, so you'll have to go into the blanks and say,\",\"timestamp\":\"00:55:49\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So what I would say is, starting with that, if you use this button here, this lets you like identify something on the page.\",\"timestamp\":\"00:56:06\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So I click on that, it puts the button down there.\",\"timestamp\":\"00:56:27\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"What button was that?\",\"timestamp\":\"00:56:31\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Did you press to do that?\",\"timestamp\":\"00:56:32\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yes.\",\"timestamp\":\"00:56:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay.\",\"timestamp\":\"00:56:35\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And then you select the element you're talking about.\",\"timestamp\":\"00:56:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'm going to say for the vendor selection.\",\"timestamp\":\"00:56:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"We're going here.\",\"timestamp\":\"00:57:15\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Let's start out like kind of simple at first, like you can probably tell it, like the filter by active, but let's just see if we can get it to connect first and get the data, display, you know, pop over.\",\"timestamp\":\"00:58:09\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So just like you were going to do it in FileMaker, describe what you want.\",\"timestamp\":\"00:58:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And you can refine this later, but, you know, try to give it at least enough so you can tell that it did something.\",\"timestamp\":\"00:58:23\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"00:58:37\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Obviously we need to be able to pick it and select it and, you know, and then if we look at, where is this?\",\"timestamp\":\"00:58:42\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"What are these?\",\"timestamp\":\"00:59:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Where are these at?\",\"timestamp\":\"00:59:24\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh, components.\",\"timestamp\":\"00:59:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh, it puts them in the opt.\",\"timestamp\":\"00:59:31\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I think you can put a link in here to that.\",\"timestamp\":\"00:59:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Let's do that, I should do that over here.\",\"timestamp\":\"01:00:03\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't remember how to do this.\",\"timestamp\":\"01:00:05\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you can ask it to do stuff for you instead of having to go search around for this.\",\"timestamp\":\"01:00:08\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, symbolic link, perfect.\",\"timestamp\":\"01:00:13\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And there it is.\",\"timestamp\":\"01:00:35\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So this is actually in another folder, but we're working in the root.\",\"timestamp\":\"01:00:37\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You always want to open up the same folder because this is where it stores all your cursor stuff.\",\"timestamp\":\"01:00:40\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So this cursor thing right here is how it knows all of this, what's going on, like it keeps track of all of that.\",\"timestamp\":\"01:00:43\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Make sense?\",\"timestamp\":\"01:00:50\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"01:00:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"If you open up another folder, this won't be in the root and then you'll have to start out.\",\"timestamp\":\"01:00:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So just make sure you always open the same folder, even if you're working, and this is actually technically installing all this in the operations folder in Linux, which is basically what FileMaker would do the same thing.\",\"timestamp\":\"01:01:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"would put the same in that same folder.\",\"timestamp\":\"01:01:09\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"All right.\",\"timestamp\":\"01:01:13\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"What was added?\",\"timestamp\":\"01:01:14\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Configure FileMaker set to the OData service route.\",\"timestamp\":\"01:01:22\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay.\",\"timestamp\":\"01:01:29\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So here's a really important thing when you're working in these.\",\"timestamp\":\"01:01:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is what I was talking about.\",\"timestamp\":\"01:01:35\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You never want, these are your keys.\",\"timestamp\":\"01:01:37\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Everything that goes in here is like a secret.\",\"timestamp\":\"01:01:39\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You never want to tell this what your secret is.\",\"timestamp\":\"01:01:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay.\",\"timestamp\":\"01:01:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay.\",\"timestamp\":\"01:01:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Super important, like, that we don't do that, like that stuff we just got out of FileMaker.\",\"timestamp\":\"01:01:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"These are going to be, these are like our keys to the, you know, to the Perfervale Castle, right?\",\"timestamp\":\"01:01:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"01:01:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"01:02:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you want to look in here, it tells you what it did.\",\"timestamp\":\"01:02:01\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And then it, it will put everything in here that you need to put over there, because it's not supposed to look in this folder, but you want to put it here.\",\"timestamp\":\"01:02:03\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So that's what we want.\",\"timestamp\":\"01:02:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Let's leave that alone for now.\",\"timestamp\":\"01:02:31\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But, and then this we have, this is .\",\"timestamp\":\"01:02:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Didn't I copy that?\",\"timestamp\":\"01:02:42\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is web app.\",\"timestamp\":\"01:02:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is that I think.\",\"timestamp\":\"01:02:53\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay.\",\"timestamp\":\"01:02:59\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Another thing that happens when you update this is you always have to have it restart.\",\"timestamp\":\"01:03:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So what I generally do is, you restart, make me a restart process.\",\"timestamp\":\"01:03:06\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is called a .sh, I'm just going to tell you that.\",\"timestamp\":\"01:03:19\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Because when you make a big change like this, for it to actually load, you have to restart the server.\",\"timestamp\":\"01:03:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And don't worry, these things happen way faster than FileMaker restarts, like it'll restart like in a matter of seconds.\",\"timestamp\":\"01:03:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You can also run your own terminal commands down here.\",\"timestamp\":\"01:03:43\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So just like regular terminal.\",\"timestamp\":\"01:03:53\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So it's creating us a restart process.\",\"timestamp\":\"01:04:02\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Because you can run this manually a lot faster.\",\"timestamp\":\"01:04:06\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So if you want to just run this yourself, it obviously makes more sense than waiting for it to do that.\",\"timestamp\":\"01:04:09\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you can see it also keeps readmes and stuff like that for you.\",\"timestamp\":\"01:04:32\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Promonization restart process.\",\"timestamp\":\"01:04:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't see it.\",\"timestamp\":\"01:04:40\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Do you?\",\"timestamp\":\"01:04:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Is it talking about that manual update?\",\"timestamp\":\"01:04:42\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's just a readme, though.\",\"timestamp\":\"01:04:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Promonization restart.\",\"timestamp\":\"01:04:54\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Where's refresh?\",\"timestamp\":\"01:05:07\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"There usually is a refresh up here.\",\"timestamp\":\"01:05:15\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you can just do that.\",\"timestamp\":\"01:05:22\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And then that'll restart your process.\",\"timestamp\":\"01:05:23\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You see how fast it works?\",\"timestamp\":\"01:05:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"01:05:26\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So now we're to come back to browse and we're going to want a hard reload.\",\"timestamp\":\"01:05:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So after you restart it, you want a hard reload.\",\"timestamp\":\"01:05:31\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Holy .\",\"timestamp\":\"01:05:35\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh, that's a mock list.\",\"timestamp\":\"01:05:39\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's why.\",\"timestamp\":\"01:05:44\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So now you just got to communicate with it.\",\"timestamp\":\"01:05:49\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And I would just ask it to test.\",\"timestamp\":\"01:05:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And it'll actually test it for you.\",\"timestamp\":\"01:06:10\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Again, you don't ever want to give it the IDs.\",\"timestamp\":\"01:06:16\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Just put them in here and then tell it to you that you've put them where it wants or tell it what you did.\",\"timestamp\":\"01:06:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And the other thing is, you might want to ask it to test so we can see what the data looks like.\",\"timestamp\":\"01:06:29\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And then it'll decide what to do with it.\",\"timestamp\":\"01:06:33\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh, yeah, we're missing that.\",\"timestamp\":\"01:06:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I didn't think about that.\",\"timestamp\":\"01:06:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I know that that's missing.\",\"timestamp\":\"01:06:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Why isn't that in there?\",\"timestamp\":\"01:06:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's what we need.\",\"timestamp\":\"01:07:11\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"All right, so this is, what's her name again?\",\"timestamp\":\"01:07:13\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is like a FMP host, that's right.\",\"timestamp\":\"01:07:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That makes sense.\",\"timestamp\":\"01:07:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You need this, right?\",\"timestamp\":\"01:07:29\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You can't connect without an endpoint.\",\"timestamp\":\"01:07:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So this is, that is, that's, I guess you think, percent 20.\",\"timestamp\":\"01:07:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay, let's do this too.\",\"timestamp\":\"01:08:15\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Just make sure it's actually on.\",\"timestamp\":\"01:08:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yep, that would have been a problem.\",\"timestamp\":\"01:08:33\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's on.\",\"timestamp\":\"01:08:35\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So let's just go ahead and save, restart, and then say, okay, these are updated test.\",\"timestamp\":\"01:08:42\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"If it tells you to test something, you can tell it to test, so you don't have to.\",\"timestamp\":\"01:08:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And it'll learn eventually, like as you work with it more, that you want it to do it.\",\"timestamp\":\"01:09:03\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"01:09:08\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So it tried, but it failed.\",\"timestamp\":\"01:09:16\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So hopefully it'll look at it and tell you what's wrong.\",\"timestamp\":\"01:09:17\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay, so it knows there's a problem parsing the JSON.\",\"timestamp\":\"01:09:29\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Usually it's because it doesn't, the first time it doesn't know what it, it's like FileMaker's tricky to it.\",\"timestamp\":\"01:09:32\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So it, there's problems, but you understand kind of where this is all going, right?\",\"timestamp\":\"01:09:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"01:09:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So it's successful.\",\"timestamp\":\"01:09:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's good.\",\"timestamp\":\"01:09:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's what you always want to see.\",\"timestamp\":\"01:09:49\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So it'll actually look at the data.\",\"timestamp\":\"01:09:54\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you just tell it like, please test and look at the data.\",\"timestamp\":\"01:09:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And you have to get good at communicating what you want it to do because it, you might need to go through a few iterations of this.\",\"timestamp\":\"01:10:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, pretty slick.\",\"timestamp\":\"01:10:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, definitely.\",\"timestamp\":\"01:10:54\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And then obviously you get\",\"timestamp\":\"01:10:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Type-ahead filters that actually work, stuff like that.\",\"timestamp\":\"01:11:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So now you need to make sure you tell it, like, just because, like, right now it's grabbing too many fields.\",\"timestamp\":\"01:11:05\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like, that's too slow, probably.\",\"timestamp\":\"01:11:11\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And other, like, some other things that you want to always consider is that, actually, don't worry about that.\",\"timestamp\":\"01:11:13\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I would say just make sure, like, you want to tell it to just grab.\",\"timestamp\":\"01:11:26\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You only need the fields, is it grabbing here?\",\"timestamp\":\"01:11:33\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Vendor name and the ID, right?\",\"timestamp\":\"01:11:43\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"01:11:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you can say.\",\"timestamp\":\"01:11:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I guess we need those fields, OK?\",\"timestamp\":\"01:12:04\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So we only need three fields.\",\"timestamp\":\"01:12:12\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You only return these in this process.\",\"timestamp\":\"01:12:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, it's not terribly slow, but it's returning all the data.\",\"timestamp\":\"01:12:49\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So that should be significantly faster.\",\"timestamp\":\"01:12:56\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"The other thing\",\"timestamp\":\"01:12:59\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"The that you can also do with this is rather than you can also tell it to virtual scroll, which means it'll just look up as you scroll, just depending on how big the list is.\",\"timestamp\":\"01:13:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Probably once you get this down, it's going to be plenty fast enough.\",\"timestamp\":\"01:13:13\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And so just so you know, you kind of got to know a little bit about the OData API.\",\"timestamp\":\"01:13:23\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And in the OData API, you can actually ask for specific fields.\",\"timestamp\":\"01:13:27\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You don't need a layout with the OData API, which is why I'm using it.\",\"timestamp\":\"01:13:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Now that's good and bad.\",\"timestamp\":\"01:13:35\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You don't need to worry about what's on a layout, because the data API, have to actually put things on a layout.\",\"timestamp\":\"01:13:36\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's all context-based.\",\"timestamp\":\"01:13:42\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Database is database speedy.\",\"timestamp\":\"01:13:44\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I can't spit that out.\",\"timestamp\":\"01:13:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And you can see right here, it's restarting for you.\",\"timestamp\":\"01:13:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you may not need to restart if it knows that it needs to restart for you.\",\"timestamp\":\"01:14:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you can keep, at first, until you get more comfortable with everything working.\",\"timestamp\":\"01:14:04\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I wouldn't get too far ahead of yourself, but little stuff like that, you can even add to another.\",\"timestamp\":\"01:14:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You don't want that there.\",\"timestamp\":\"01:14:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It'll add in little conversational things for you that you don't want the users to see.\",\"timestamp\":\"01:14:27\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So I don't know.\",\"timestamp\":\"01:14:33\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Are you comfortable with this to get started?\",\"timestamp\":\"01:14:42\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'm definitely going to start playing with it more and trying to get a better understanding with it.\",\"timestamp\":\"01:14:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So the other thing that you need to do with this is make, you'll have to build this into saying that there are four different quotes for this, so you'll have to like specify that.\",\"timestamp\":\"01:14:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And then you need to make sure that everything is sort of tied into the database and how that works outside FileMaker.\",\"timestamp\":\"01:15:02\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you can just launch that on your end, and just like with FileMaker, you can probably work on this, we can technically work on this at the same time, but just keep in mind that it's probably not the best if we're working on the same area.\",\"timestamp\":\"01:15:24\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Just like in FileMaker, and then when you, okay, last thing, got to make sure that you update GitHub, and it should, let's see if it doesn't.\",\"timestamp\":\"01:15:50\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh, it's always going to make sure what you're going to, it's going to do a, it's going to add a git, what's called, git ignore file, in that way, because we don't want it to publish the env files.\",\"timestamp\":\"01:16:04\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay.\",\"timestamp\":\"01:16:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Maybe it's that.\",\"timestamp\":\"01:16:57\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Maybe it just doesn't know.\",\"timestamp\":\"01:17:04\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh, doesn't know.\",\"timestamp\":\"01:17:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"this.\",\"timestamp\":\"01:17:37\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Maybe I never told it was that.\",\"timestamp\":\"01:17:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So now that's all published.\",\"timestamp\":\"01:17:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"go back to GitHub, all our work is stored, right?\",\"timestamp\":\"01:18:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Where is that promozation web app?\",\"timestamp\":\"01:18:16\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So there's our Fathom.\",\"timestamp\":\"01:18:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So if we ever have a problem, we have something to restore, right?\",\"timestamp\":\"01:18:24\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"01:18:27\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And then the last thing I have to do is set up a backup of the database, which I'm not concerned about now because it's not a huge thing.\",\"timestamp\":\"01:18:29\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But the other cool thing that these things do is this package basically tells it like everything to install, everything to do.\",\"timestamp\":\"01:18:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So if it goes down, it knows like what to install in this server again.\",\"timestamp\":\"01:18:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's pretty neat.\",\"timestamp\":\"01:18:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like all the dependencies, there's the gitignore.\",\"timestamp\":\"01:19:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you can see these are the files it doesn't want you to do anything with.\",\"timestamp\":\"01:19:05\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's the really important one.\",\"timestamp\":\"01:19:09\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So that actually does not get pushed to the server.\",\"timestamp\":\"01:19:11\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So if you ever lose it, you either have to restore these from this.\",\"timestamp\":\"01:19:17\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's why it should be keeping this as well.\",\"timestamp\":\"01:19:26\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So this actually gets pushed up, but it doesn't have any actually information in it.\",\"timestamp\":\"01:19:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But so you have to keep your passwords still because this isn't like a safe place to keep these long-term just for the server to have.\",\"timestamp\":\"01:19:33\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"If that makes sense.\",\"timestamp\":\"01:19:44\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay.\",\"timestamp\":\"01:19:49\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay.\",\"timestamp\":\"01:19:50\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So the other thing you need to just keep in mind to wire in is you need to wire in the connection to the order.\",\"timestamp\":\"01:19:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Let's get them.\",\"timestamp\":\"01:19:59\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"When you open this, you're probably going to want to, it's already kind of doing this for you right here.\",\"timestamp\":\"01:20:01\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So when you open this, we're going to open this from FileMaker, you're probably going to pass a quote ID in the web browser, and then use this, whatever this is, to look up the quote via the code data API.\",\"timestamp\":\"01:20:06\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And then also updating any information that you need to update.\",\"timestamp\":\"01:20:19\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So whether that's, you know, like, if we're going to, you know, I don't know exactly what to do yet, but until you get a little further along.\",\"timestamp\":\"01:20:23\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But if you need to update the actual blanks totals from here, or, or you can just call them from the date, you can just call them through the web viewer, too, if you want, it's up to you, but what you think is best.\",\"timestamp\":\"01:20:33\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But then all these things like sending an email, all this stuff you can do from here.\",\"timestamp\":\"01:20:50\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And the great thing is, is like, rather than then creating an email.\",\"timestamp\":\"01:20:54\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You just say, create an email with all this stuff, you know, as an HTML email or whatever.\",\"timestamp\":\"01:21:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And then, you know, you can send that through.\",\"timestamp\":\"01:21:13\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"In the ENV, you can put in the SMTP details in here, you know?\",\"timestamp\":\"01:21:16\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"01:21:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And it'll actually help you out with that.\",\"timestamp\":\"01:21:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Or if you decide that you really want to just open it locally, you can just say open it locally on the default Mac app, right?\",\"timestamp\":\"01:21:29\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you don't have to type all this out.\",\"timestamp\":\"01:21:37\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like you don't have to do all that.\",\"timestamp\":\"01:21:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So this should be much, much, much, much faster.\",\"timestamp\":\"01:21:40\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"01:21:42\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay.\",\"timestamp\":\"01:21:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay.\",\"timestamp\":\"01:21:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Are you good for now?\",\"timestamp\":\"01:21:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, for now.\",\"timestamp\":\"01:21:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Can you send me this video?\",\"timestamp\":\"01:21:49\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Of course.\",\"timestamp\":\"01:21:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Make sure you let me know if you like run out of tokens, because I don't want anything holding you up.\",\"timestamp\":\"01:21:52\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And if I need to set you up an account.\",\"timestamp\":\"01:21:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You can do that, and if you've had any issues, just leave me, okay?\",\"timestamp\":\"01:22:01\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Cool.\",\"timestamp\":\"01:22:08\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Thank you.\",\"timestamp\":\"01:22:09\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Thanks, Ryan.\",\"timestamp\":\"01:22:10\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Have a good one.\",\"timestamp\":\"01:22:10\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Bye.\",\"timestamp\":\"01:22:11\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Cheers.\",\"timestamp\":\"01:22:14\"}],\"transcript_language\":\"en\",\"url\":\"https:\/\/fathom.video\/calls\/645718416\"}"},"script":"Fathom | Incoming Log"} Result: {"response":{"scriptError":"0","recordId":"59","modId":"0"},"messages":[{"code":"0","message":"OK"}]} ------------------------- URL: https://dev1.gofmhost.com/fmi/data/v1/databases/theboss/sessions/565cc1f0d8bdb1b2a167323f7fafbd6583e6edf61b04817dc179 token:565cc1f0d8bdb1b2a167323f7fafbd6583e6edf61b04817dc179 Post Fields: {"fieldData":{"json_Received":"{\"action_items\":[{\"assignee\":{\"email\":null,\"name\":null,\"team\":null},\"completed\":false,\"description\":\"Create Cursor account; SSH to Dallas server; open root folder; test restart.sh; commit to GitHub\",\"recording_playback_url\":\"https:\/\/fathom.video\/calls\/645718416?timestamp=1262.9999\",\"recording_timestamp\":\"00:21:02\",\"user_generated\":false},{\"assignee\":{\"email\":\"etechnologies34@gmail.com\",\"name\":\"Sean Kruger\",\"team\":null},\"completed\":false,\"description\":\"Send Ryan setup video link\",\"recording_playback_url\":\"https:\/\/fathom.video\/calls\/645718416?timestamp=4898.9999\",\"recording_timestamp\":\"01:21:38\",\"user_generated\":false}],\"calendar_invitees\":[{\"email\":\"etechnologies34@gmail.com\",\"email_domain\":\"gmail.com\",\"is_external\":false,\"matched_speaker_display_name\":\"Sean Kruger\",\"name\":\"Sean Kruger\"}],\"calendar_invitees_domains_type\":\"one_or_more_external\",\"created_at\":\"2026-04-21T16:39:59Z\",\"crm_matches\":null,\"default_summary\":{\"markdown_formatted\":\"## Meeting Purpose\\n\\n[To solve a FileMaker vendor issue by building a new Node.js web app.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=624.0)\\n\\n## Key Takeaways\\n\\n - [**New Stack:** The \\\"blanks\\\" vendor problem will be solved by building a Node.js web app, replacing the current FileMaker-only implementation.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=624.0)\\n - [**AI-Assisted Dev:** The Cursor AI IDE will be used to accelerate development, handling server setup, dependency installs, and code generation.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=1168.0)\\n - [**Hybrid Data:** The app will use a new PostgreSQL database for its own data and the FileMaker Data API for existing quote information.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=2788.0)\\n - [**Critical Security:** All secrets (API keys, passwords) must be stored in a local `.env` file, never committed to GitHub or shared with the AI.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=3690.0)\\n\\n## Topics\\n\\n### The \\\"Blanks\\\" Vendor Problem\\n\\n - [**Requirement:** The client needs to assign different vendors to each of the four \\\"blanks\\\" associated with a single quote.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=48.0)\\n - [**Limitation:** The current FileMaker setup uses a single vendor list for all blanks, preventing this functionality.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=48.0)\\n - [**Initial Idea:** Use a JSON field in FileMaker to store vendor data.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=192.0)\\n - [**Decision:** Build a new web app instead.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=624.0)\\n - [**Rationale:** A web app offers greater flexibility and performance, making it a more robust long-term solution than patching the FileMaker system.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=733.0)\\n\\n### New Stack & Server Setup\\n\\n - [**Technology Stack:**](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=380.0)\\n - [**Backend:** Node.js](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=380.0)\\n - [**Frontend:** JavaScript](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=380.0)\\n - [**Database:** PostgreSQL](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=2788.0)\\n - [**Development Environment:** Cursor AI IDE](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=927.0)\\n - [**Server:** A new Linux server was provisioned in Dallas, TX, for proximity to the client.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=783.0)\\n - [**Automated Setup (via Cursor AI):**](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=1168.0)\\n - [Installed core dependencies: Nginx, Certbot (for SSL), Node.js, Git.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=1807.0)\\n - [Configured a subdomain (`promozation.fmos.com`) and installed an SSL certificate.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=1432.0)\\n\\n### Data Integration & Security\\n\\n - [**FileMaker Data API:**](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=2854.0)\\n - [The app will connect to the FileMaker Data API to fetch quote data.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=2854.0)\\n - [**Optimization:** The API request will be limited to only necessary fields (e.g., `Vendor Name`, `ID`) to improve performance.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=4265.0)\\n - [**Security Protocol:**](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=3690.0)\\n - [**Secrets Management:** API keys and passwords must be stored in a local `.env` file, which is excluded from GitHub by a `.gitignore` file.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=3690.0)\\n - [**Rationale:** This prevents sensitive credentials from being exposed in the public repository.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=3690.0)\\n\\n### Development Workflow & Best Practices\\n\\n - [**Cursor AI Usage:**](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=1187.0)\\n - [**Modes:** Use `Plan` for strategy, `Agent` for code changes, and `Debug` for complex issues.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=1193.0)\\n - [**Models:** Start with `Auto` to manage token usage; use `Premium` or `Opus` for more difficult tasks.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=1233.0)\\n - [**GitHub for Version Control:**](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=2043.0)\\n - [**Commit Frequently:** Push changes to GitHub after each significant step to create restore points and prevent work loss.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=2043.0)\\n - [**Server Restart Script:**](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=3780.0)\\n - [A simple `.sh` script was created to quickly restart the Node.js server after configuration changes.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=3780.0)\\n\\n## Next Steps\\n\\n - [**Ryan:**](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=1273.0)\\n - [Create a free Cursor AI account to explore the environment.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=1273.0)\\n - [Notify Sean if token limits are reached to get a paid account.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=1273.0)\\n - [Begin building the vendor selection module, using screenshots of the FileMaker UI as a guide.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=3328.0)\\n - [Implement the logic for four distinct vendor lists per quote.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=4491.0)\\n - [Ensure all work is committed to GitHub.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=2043.0)\\n - [**Sean:**](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=4909.0)\\n - [Share the meeting recording with Ryan.](https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD?tab=summary×tamp=4909.0)\\n\",\"template_name\":\"Enhanced\"},\"meeting_title\":\"Ryan Bradish General\",\"recorded_by\":{\"email\":\"etechnologies34@gmail.com\",\"email_domain\":\"gmail.com\",\"name\":\"Sean Kruger\",\"team\":null},\"recording_end_time\":\"2026-04-21T16:39:50Z\",\"recording_id\":139770712,\"recording_start_time\":\"2026-04-21T15:17:11Z\",\"scheduled_end_time\":\"2026-04-21T15:45:27Z\",\"scheduled_start_time\":\"2026-04-21T15:15:27Z\",\"share_url\":\"https:\/\/fathom.video\/share\/Eroc8DGJ8fDxahNPMRUx-PSscxEJ9GiD\",\"title\":\"Ryan Bradish General\",\"transcript\":[{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Hello?\",\"timestamp\":\"00:00:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Morning.\",\"timestamp\":\"00:00:03\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"What's going on?\",\"timestamp\":\"00:00:03\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"morning.\",\"timestamp\":\"00:00:04\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Not much.\",\"timestamp\":\"00:00:05\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Sorry, I stepped away.\",\"timestamp\":\"00:00:05\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"There's this really weird noise going on in my apartment, in the apartment.\",\"timestamp\":\"00:00:06\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't really have much to ask about except for I have one question about these blanks vendors that they were asking about.\",\"timestamp\":\"00:00:14\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay.\",\"timestamp\":\"00:00:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't recall.\",\"timestamp\":\"00:00:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'm going to share here.\",\"timestamp\":\"00:00:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You see my screen?\",\"timestamp\":\"00:00:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Not yet.\",\"timestamp\":\"00:00:43\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yes.\",\"timestamp\":\"00:00:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"With the blanks form.\",\"timestamp\":\"00:00:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay.\",\"timestamp\":\"00:00:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"They're saying that when you go from quote one to quote two, that the vendors always stay the same, but they want it so that they can have different vendors.\",\"timestamp\":\"00:00:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"under the blanks for the for the blanks forms and I wasn't really sure how to like do I just need to like make new relationships with the quotes themselves and then do vendors from there I don't know I probably should have never should have redone this whole thing I'm surprised that they would want different vendors when like aren't they supposed to be the same quotes they just can make multiples what happens to the items switch and then what's the difference between the blanks I can't remember what's the thing on the right do\",\"timestamp\":\"00:00:59\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So that would be different orders for the blank.\",\"timestamp\":\"00:02:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And then you've got to consider how that affects transferring it to the quote, too.\",\"timestamp\":\"00:02:03\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"00:02:15\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, yeah, you're going to have to put in the, you're going to have to change the relationship of all the blank lines to quote one, quote two, quote three, quote four, and then have a different blank vendor for each one, a different set of blank vendors for each one, right?\",\"timestamp\":\"00:02:32\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Right.\",\"timestamp\":\"00:03:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Because right now it's doing blank one through five, I think is the way the original developer had it set up for vendor.\",\"timestamp\":\"00:03:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you need four of those.\",\"timestamp\":\"00:03:08\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's right.\",\"timestamp\":\"00:03:11\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"mean, I mean, this is what it's relating to right now.\",\"timestamp\":\"00:03:12\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"00:03:22\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You change it to JSON.\",\"timestamp\":\"00:03:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Change the JSON.\",\"timestamp\":\"00:03:32\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, just change it to one JSON field.\",\"timestamp\":\"00:03:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh, okay.\",\"timestamp\":\"00:03:37\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Maybe do this whole thing as JSON.\",\"timestamp\":\"00:03:40\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Just redo the whole thing as JSON.\",\"timestamp\":\"00:03:42\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Everything on here.\",\"timestamp\":\"00:03:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Just redo this whole page.\",\"timestamp\":\"00:03:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You know what I mean?\",\"timestamp\":\"00:04:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'm going to show you.\",\"timestamp\":\"00:04:02\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"00:04:03\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Can you show me?\",\"timestamp\":\"00:04:04\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay.\",\"timestamp\":\"00:04:10\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"We're have to figure out somewhere to put this for now, trying to think about how we want to do this, probably just do it as PHP, so we can just put it on anybody's server.\",\"timestamp\":\"00:06:07\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But whenever you start building these things nowadays, you always just want to consider the stack situation, which is basically what technologies are going to use.\",\"timestamp\":\"00:06:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You're always going to use JavaScript, but you have to decide what scripted language you're going use, and typically those are just going to be like Node, which is your back end, or PHP, which is...\",\"timestamp\":\"00:06:27\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Just, you know, another scripting language, you know that stuff, right?\",\"timestamp\":\"00:06:39\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Some of that, yeah.\",\"timestamp\":\"00:06:43\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So I'm thinking we just go with PHP on this, and so what I would do is just say create a PHP-based...\",\"timestamp\":\"00:06:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Project, and we're going to like map out everything that's going to happen.\",\"timestamp\":\"00:07:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So we're going to say that, put this in planning, to replace an existing project here.\",\"timestamp\":\"00:07:05\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I wonder if I can do this, like, if I can't, that already exists in FileMaker, period.\",\"timestamp\":\"00:07:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"We're going to allow for multiple blanks to be generated from a single quote up to four.\",\"timestamp\":\"00:07:44\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But that's under quotes.\",\"timestamp\":\"00:08:01\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Do they print anything on the blanks?\",\"timestamp\":\"00:08:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"What do they use?\",\"timestamp\":\"00:08:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I can't remember.\",\"timestamp\":\"00:08:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'm trying to remember everything that it does.\",\"timestamp\":\"00:08:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"What it does, or what they're using it for.\",\"timestamp\":\"00:08:23\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I think it's just a viewing thing.\",\"timestamp\":\"00:08:32\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This all gets so confusing at the find.\",\"timestamp\":\"00:08:44\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like, don't know what, if they have four of these, when they do this find, are they looking on quote window?\",\"timestamp\":\"00:08:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"They're probably looking across to all of them.\",\"timestamp\":\"00:08:52\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So this is going to get weird too.\",\"timestamp\":\"00:08:53\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you get us to think about that.\",\"timestamp\":\"00:08:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"What does this thing do?\",\"timestamp\":\"00:08:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's obviously something they email, but I think this is the only area they really work.\",\"timestamp\":\"00:09:03\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Do you remember what this does?\",\"timestamp\":\"00:09:13\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That was all there.\",\"timestamp\":\"00:09:16\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I haven't done any of that.\",\"timestamp\":\"00:09:17\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That was all.\",\"timestamp\":\"00:09:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh, this figures into the cost somehow here, whatever they put in here.\",\"timestamp\":\"00:09:22\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't really remember what it does.\",\"timestamp\":\"00:09:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't never understood.\",\"timestamp\":\"00:09:31\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I couldn't even tell you what blanks are.\",\"timestamp\":\"00:09:32\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I think they order these to show the customer what something's going to look like.\",\"timestamp\":\"00:09:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like they send it to the customer, but I don't know, 100%.\",\"timestamp\":\"00:09:42\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh, down here, whatever this is, blanks totals.\",\"timestamp\":\"00:09:49\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's the part that's on here.\",\"timestamp\":\"00:10:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is going to be way easier to do it this way anyways.\",\"timestamp\":\"00:10:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I think what I'm going to tell it to do, because I think that generally they, you know what, I think they need a new server.\",\"timestamp\":\"00:10:24\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I think they need a node server.\",\"timestamp\":\"00:10:44\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"We're going to need to start doing this anyways.\",\"timestamp\":\"00:10:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So we're going to build this with a node.\",\"timestamp\":\"00:10:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"We need to go this direction because it's just too hard to build this in FileMaker reasonably at this point, and like this thing needs to go on there that I built, so let's just set it up.\",\"timestamp\":\"00:11:08\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'm just going to do it right now.\",\"timestamp\":\"00:11:49\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Later, I'm going to charge her.\",\"timestamp\":\"00:12:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"going go worry about it right now.\",\"timestamp\":\"00:12:01\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"The only thing you really have to worry about is the price.\",\"timestamp\":\"00:12:04\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But you really can't ever bill anything on less than this.\",\"timestamp\":\"00:12:08\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But you can see the difference in cost between these things and FileMaker.\",\"timestamp\":\"00:12:13\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I've got Stewart's running on this one here.\",\"timestamp\":\"00:12:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And so much.\",\"timestamp\":\"00:12:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's amazing.\",\"timestamp\":\"00:12:24\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's amazing what you can do compared to what FileMaker can do.\",\"timestamp\":\"00:12:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Is it just process it faster?\",\"timestamp\":\"00:12:29\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Or is it just the capabilities to it?\",\"timestamp\":\"00:12:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's just because FileMaker is like this big behemoth.\",\"timestamp\":\"00:12:33\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"They haven't really changed the file version since 12.\",\"timestamp\":\"00:12:39\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So that's been 10 years.\",\"timestamp\":\"00:12:43\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"They haven't made any significant structural changes.\",\"timestamp\":\"00:12:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And all of this stuff is new, constantly being updated.\",\"timestamp\":\"00:12:52\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You can update the parts individually, but FileMaker is just one thing, right?\",\"timestamp\":\"00:12:56\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So this is just a, you know, Linux server.\",\"timestamp\":\"00:13:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But wait, do I want to do Utah?\",\"timestamp\":\"00:13:03\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Where are they at?\",\"timestamp\":\"00:13:09\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh, no, we don't want to do Utah.\",\"timestamp\":\"00:13:10\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"They're in South Carolina.\",\"timestamp\":\"00:13:12\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's fine, I'll just delete it.\",\"timestamp\":\"00:13:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So we want to be in New York, I guess?\",\"timestamp\":\"00:13:22\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Is it just during the time?\",\"timestamp\":\"00:13:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Or Miami?\",\"timestamp\":\"00:13:32\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Miami, I guess.\",\"timestamp\":\"00:13:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"What's that?\",\"timestamp\":\"00:13:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Is that the location of them?\",\"timestamp\":\"00:13:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"is that like, trying to base it off of the time?\",\"timestamp\":\"00:13:43\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Just to get to close them as you can.\",\"timestamp\":\"00:13:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Let's just do Dallas, because I don't think Miami's going to help them much.\",\"timestamp\":\"00:13:49\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"These things run away faster than FileMaker.\",\"timestamp\":\"00:13:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I forgot to do this.\",\"timestamp\":\"00:14:03\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Where do you learn about all this stuff?\",\"timestamp\":\"00:14:06\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Just read.\",\"timestamp\":\"00:14:33\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Read.\",\"timestamp\":\"00:14:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Listen.\",\"timestamp\":\"00:14:35\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Test.\",\"timestamp\":\"00:14:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's trash, I think.\",\"timestamp\":\"00:14:54\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Wyoming traders are on there.\",\"timestamp\":\"00:14:56\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I thought you dropped them.\",\"timestamp\":\"00:14:57\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh, they fired me, then they came back, begging for me to come back, the Harrison guy from Pakistan.\",\"timestamp\":\"00:15:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And then he couldn't do anything that you can do.\",\"timestamp\":\"00:15:06\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"He was confused.\",\"timestamp\":\"00:15:12\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You could tell from the beginning that he didn't know what he was doing.\",\"timestamp\":\"00:15:14\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"All right, so in cursor, and there's other tools for this, but I still think cursor is probably the best one.\",\"timestamp\":\"00:15:27\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Just because you have, there's so many options.\",\"timestamp\":\"00:15:37\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So we're going to go, file, connect, SSH, configure, so you'll have to go in here and do this on your end.\",\"timestamp\":\"00:15:39\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay, it's really super, super important when you do this that you never share any keys, any passwords with the...\",\"timestamp\":\"00:15:49\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"If you do, those things are public and you'll get, that's really common nowadays that people will put their passwords in, like their email passwords, and then what happens is somebody gets a hold of those because they're semi-public and they'll start using it, like to send emails and things like that.\",\"timestamp\":\"00:16:07\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So don't ever share any passwords that you have with the chat itself.\",\"timestamp\":\"00:16:31\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So I wanted to show you a couple of things when you get started here, but what's her name again?\",\"timestamp\":\"00:16:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Mandi?\",\"timestamp\":\"00:16:40\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Mandi?\",\"timestamp\":\"00:16:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't know why mine's got like this weird, this is like all offset that matters, but a bit of my OCD there.\",\"timestamp\":\"00:17:01\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay, so this is just a list, configure the list of your SSH, and SSH is basically just like you being able to terminal into another computer.\",\"timestamp\":\"00:17:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You know what a terminal is, right?\",\"timestamp\":\"00:17:29\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"00:17:31\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay, so you're basically, you're dialing into that computer so you can run terminal commands on that computer.\",\"timestamp\":\"00:17:32\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"What these tools do is they will run all the terminal commands for you.\",\"timestamp\":\"00:17:39\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Let's see if it's, is it up yet?\",\"timestamp\":\"00:17:52\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So we're SSH-ing in now.\",\"timestamp\":\"00:17:54\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's going to ask you, that's okay.\",\"timestamp\":\"00:17:57\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You're going to say yes, and then you're going put your password in, which, let's see if I've got it yet.\",\"timestamp\":\"00:18:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That usually sends us a password.\",\"timestamp\":\"00:18:05\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay.\",\"timestamp\":\"00:18:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'll put this all in.\",\"timestamp\":\"00:18:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is the password.\",\"timestamp\":\"00:18:22\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And then what it's going to do is just SSH into the computer.\",\"timestamp\":\"00:18:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You're going to open the folder, and we're just going to go right into the root folder in there.\",\"timestamp\":\"00:18:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you're now physically connected to the remote machine, which is your password in again.\",\"timestamp\":\"00:18:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And now we're SSH'd into that server we just created.\",\"timestamp\":\"00:18:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay.\",\"timestamp\":\"00:18:52\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's a Linux-based server, and now we're going to tell it what we want to do here.\",\"timestamp\":\"00:18:52\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You can do all this stuff yourself, but the way that it does it, you don't need to.\",\"timestamp\":\"00:19:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, it does everything.\",\"timestamp\":\"00:19:33\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"don't have, like, we have to do with FileMaker.\",\"timestamp\":\"00:19:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It'll install all the components.\",\"timestamp\":\"00:19:37\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It'll install everything you need to do.\",\"timestamp\":\"00:19:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And if you give it access to run your terminal, it just does all that stuff natively.\",\"timestamp\":\"00:19:40\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay, so there's, in this, there's different tools that you can use.\",\"timestamp\":\"00:19:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You got to get kind of familiar with what features you're using, but like in...\",\"timestamp\":\"00:19:53\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This step, we're really just planning.\",\"timestamp\":\"00:20:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So when you're planning a feature, you're going to go in here.\",\"timestamp\":\"00:20:01\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You can switch this to agent when you want it to make changes.\",\"timestamp\":\"00:20:04\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"If you're really struggling with something, you put in debug.\",\"timestamp\":\"00:20:06\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And all debug does is it puts in a bunch of instrumentation so it can test.\",\"timestamp\":\"00:20:09\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like, it'll put in a bunch of logs so it can test, then read its own logs.\",\"timestamp\":\"00:20:15\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So when you run into, like, an issue, like, if you keep asking it and it's not solving your problems, then you put it in debug.\",\"timestamp\":\"00:20:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It takes a lot longer, but, you know, it's better than beating your head against the wall kind of thing.\",\"timestamp\":\"00:20:27\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And the other elements that you've got to kind of watch out for with this is there's different modes.\",\"timestamp\":\"00:20:33\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is kind of the one that you use most because these other ones are actually charged at a higher rate.\",\"timestamp\":\"00:20:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you have to be kind of careful that you use these.\",\"timestamp\":\"00:20:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I really only use Auto, Premium, and then Opus right now.\",\"timestamp\":\"00:20:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But that can change.\",\"timestamp\":\"00:20:57\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"this, this one's\",\"timestamp\":\"00:20:59\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So if you want to do something really high-end and difficult, kind of switch to Opus.\",\"timestamp\":\"00:21:01\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"If it's sort of medium level difficulty, I use premium, and then auto generally, just because this one is kind of included in what I pay for.\",\"timestamp\":\"00:21:05\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you'll have to use, just set yourself up a free account and see how far you get with this initially.\",\"timestamp\":\"00:21:13\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And we'll kind of talk about what we need to do moving forward.\",\"timestamp\":\"00:21:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"If you like run out of tokens or whatever, just let me know, and we'll get you set up with a paid account.\",\"timestamp\":\"00:21:22\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I just got to get an impression of which account to set you up with.\",\"timestamp\":\"00:21:27\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So if you're going to use it, I'm happy to pay for it.\",\"timestamp\":\"00:21:31\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But if, you know, I don't want to pay for something that we're not getting any value of.\",\"timestamp\":\"00:21:33\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Because it can get kind of expensive too.\",\"timestamp\":\"00:21:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And you really got to be careful, like if you put on max mode and like Opus 4.7, you can use up your tokens like in 20 minutes.\",\"timestamp\":\"00:21:40\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So be really careful.\",\"timestamp\":\"00:21:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you pay for an account and then they charge you for tokens on top of that?\",\"timestamp\":\"00:21:50\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yes, depending on what you use.\",\"timestamp\":\"00:21:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So yeah, like the auto one is mostly.\",\"timestamp\":\"00:21:56\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"00:21:59\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's free because I have the best high-end account.\",\"timestamp\":\"00:22:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'm not sure.\",\"timestamp\":\"00:22:04\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I haven't looked in a while.\",\"timestamp\":\"00:22:05\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Lately, I've been paying about $1,000 a month for this just because it's worth it for me at this point, but this one's pretty good, too, but I've been kind of just using those three.\",\"timestamp\":\"00:22:10\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I think they're kind of in order of the way that they feel like that you should use them anyways, if you look at that.\",\"timestamp\":\"00:22:29\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't use the max mode.\",\"timestamp\":\"00:22:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is faster, but I'll show you.\",\"timestamp\":\"00:22:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You can have multiple things going on.\",\"timestamp\":\"00:22:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, if you're really just trying to knock out something, the max mode is nice because it'll finish something quicker, but it costs a lot, so I would stay away from that.\",\"timestamp\":\"00:22:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Just because you can keep yourself busy anyways.\",\"timestamp\":\"00:22:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Jumping forth between FileMaker and this and testing and everything.\",\"timestamp\":\"00:22:54\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"If you're good with your time, you should be\",\"timestamp\":\"00:22:57\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Utilizing the time where it's actually thinking and doing the work to actually test and stuff like that.\",\"timestamp\":\"00:23:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So we're going to get rid of that PHP part because we're not going to do PHP.\",\"timestamp\":\"00:23:06\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"We're building a Node server.\",\"timestamp\":\"00:23:09\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is to replace an existing project.\",\"timestamp\":\"00:23:10\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is a FileMaker.\",\"timestamp\":\"00:23:12\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Am I going to say that because we're not doing that anymore?\",\"timestamp\":\"00:23:14\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Let's just tell it that.\",\"timestamp\":\"00:23:22\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You know what?\",\"timestamp\":\"00:23:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Let's just go for it.\",\"timestamp\":\"00:23:31\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Normally, I would plan, but I'm going to say we're going to build this with a Node in that I would like you to install.\",\"timestamp\":\"00:23:32\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Actually, you want to see a plan.\",\"timestamp\":\"00:23:36\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"If I were going to do this, I'd probably skip the planning because I would just say let's just get it going like this.\",\"timestamp\":\"00:23:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh, the other thing I want to do is I should probably write you out a list of steps.\",\"timestamp\":\"00:23:43\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So the other thing I need to do is create a SSL.\",\"timestamp\":\"00:23:52\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Just like to knock all these things out in the beginning.\",\"timestamp\":\"00:23:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So what's rad about this is you know how we had to install a of SSL certificates.\",\"timestamp\":\"00:24:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It'll do all that for you.\",\"timestamp\":\"00:24:04\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You just need to tell it.\",\"timestamp\":\"00:24:06\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So I'm going to give it a domain.\",\"timestamp\":\"00:24:08\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So if you had a domain, we should probably put this under her domain.\",\"timestamp\":\"00:24:14\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But for right now, let's just put it under here, under mine, I guess.\",\"timestamp\":\"00:24:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you know what a subdomain is, right?\",\"timestamp\":\"00:24:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"No.\",\"timestamp\":\"00:24:40\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So this is a subdomain.\",\"timestamp\":\"00:24:49\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's basically an A record of my domain.\",\"timestamp\":\"00:24:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you can see like, that's whyamiletraders.gov.fmos.com.\",\"timestamp\":\"00:24:56\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So we're going to do the same thing, but with promosation.\",\"timestamp\":\"00:25:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And then we're going give it that IP address.\",\"timestamp\":\"00:25:03\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you're just telling anything that comes to this IP address to go there.\",\"timestamp\":\"00:25:22\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And that IP address is the Cloud Z thing that you built?\",\"timestamp\":\"00:25:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"00:25:33\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So for backups, we're going to use GitHub.\",\"timestamp\":\"00:26:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It'll tell you how to do this, but I was going to show you how you can like flop through this too if you don't know what you're doing.\",\"timestamp\":\"00:26:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Let's just click OK and it should kind of plan for us.\",\"timestamp\":\"00:26:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And always kind of try to read this, especially initially, just to get a feeling for what it's going to do.\",\"timestamp\":\"00:26:50\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And so it's going to confirm the host name.\",\"timestamp\":\"00:27:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay, see, so it was thinking I spelled that wrong because I'm a bad speller.\",\"timestamp\":\"00:27:11\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"probably does start to learn to know you, you know, but this is correct.\",\"timestamp\":\"00:27:17\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And we do want to use, let's encrypt.\",\"timestamp\":\"00:27:23\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So we're going to say an assert bot.\",\"timestamp\":\"00:27:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So this basically installs your SSL and keeps it up to date for you.\",\"timestamp\":\"00:27:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It wouldn't be bad to automate it.\",\"timestamp\":\"00:27:31\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But at this point, I just want to manual.\",\"timestamp\":\"00:27:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh, we want to push.\",\"timestamp\":\"00:27:50\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's asking to pull.\",\"timestamp\":\"00:27:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't want to.\",\"timestamp\":\"00:27:56\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh.\",\"timestamp\":\"00:27:57\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Hit push, if you want to be able to ask, I did spell that right, right?\",\"timestamp\":\"00:28:02\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"think it was a pro-mo-zation.\",\"timestamp\":\"00:28:26\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So it's going to create a plan.\",\"timestamp\":\"00:28:31\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you can click on this, it'll tell you, you can see the full plan details.\",\"timestamp\":\"00:28:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"As preconditions, yeah, it's going to import, it's what you want.\",\"timestamp\":\"00:28:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"SERP pockets installed.\",\"timestamp\":\"00:29:01\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Proxy, this is just saying that it's going to point internally.\",\"timestamp\":\"00:29:07\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's correct.\",\"timestamp\":\"00:29:11\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is just a standard web port.\",\"timestamp\":\"00:29:13\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Promotization is unusual.\",\"timestamp\":\"00:29:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, I agree.\",\"timestamp\":\"00:29:24\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And then let's just go ahead and build it.\",\"timestamp\":\"00:29:27\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So on your end, it's going to ask you stuff like, do you want to be able to run terminal?\",\"timestamp\":\"00:29:29\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I just gave it access to run all.\",\"timestamp\":\"00:29:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So that's why it's just going to do it without asking me at this point.\",\"timestamp\":\"00:29:35\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But you have to like set the machine up the way you want.\",\"timestamp\":\"00:29:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"At this point, you won't have to do this particular part.\",\"timestamp\":\"00:29:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But in the future, it's going to ask you for different things to run terminal commands.\",\"timestamp\":\"00:29:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is where it would ask you.\",\"timestamp\":\"00:30:01\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So right here, it's running these terminal commands.\",\"timestamp\":\"00:30:07\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you should be kind of familiar.\",\"timestamp\":\"00:30:09\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"was seeing some of that before.\",\"timestamp\":\"00:30:11\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's actually installing the Git tools and all the different things on this server.\",\"timestamp\":\"00:30:12\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"There's Nginx.\",\"timestamp\":\"00:30:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's the cert bot.\",\"timestamp\":\"00:30:23\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's the SSL thing that keeps the SSL updated.\",\"timestamp\":\"00:30:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So now it's going to run the node install.\",\"timestamp\":\"00:30:43\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So all these are just packages and you can, you should be able to be, you should see them getting installed over here.\",\"timestamp\":\"00:30:49\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You can always open these up.\",\"timestamp\":\"00:31:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you could do all this stuff manually.\",\"timestamp\":\"00:31:04\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It would take much longer.\",\"timestamp\":\"00:31:06\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, well, it takes five times as long if you do this manually.\",\"timestamp\":\"00:31:14\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Can this connect to a FileMaker server and notify you of any issues or anything like that?\",\"timestamp\":\"00:31:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, you could do this with a FileMaker server too.\",\"timestamp\":\"00:31:32\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You can have it install FileMaker server.\",\"timestamp\":\"00:31:37\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"can have it do all this.\",\"timestamp\":\"00:31:39\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So I think you can use open to 24 for FileMaker now as well.\",\"timestamp\":\"00:31:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So I've never actually done it, but you can.\",\"timestamp\":\"00:31:50\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So another thing about this is there's a, if you go up here, you see Open Browser.\",\"timestamp\":\"00:32:08\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So once this is done, you can actually use this.\",\"timestamp\":\"00:32:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So these are all your, obviously, your files, but even if you don't ever look at these, you should a little bit.\",\"timestamp\":\"00:32:23\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Another reason I like cursors, a lot of the newer packages that do these same similar things don't really give you access to the files themselves, but they're just like a browser and then you tell it what to do.\",\"timestamp\":\"00:32:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So these are all your agents.\",\"timestamp\":\"00:32:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you can have different agents going on.\",\"timestamp\":\"00:32:54\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So if you want to start a new agent, you would do that.\",\"timestamp\":\"00:32:56\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But you can have one doing bug testing, one doing changes, one doing planning.\",\"timestamp\":\"00:33:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's why I'm saying like you could keep yourself pretty busy.\",\"timestamp\":\"00:33:05\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You can keep these things pretty busy.\",\"timestamp\":\"00:33:08\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"can have multiples going on at once, too.\",\"timestamp\":\"00:33:09\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you want to keep like the agents focused on one particular thing.\",\"timestamp\":\"00:33:12\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So if you're doing user interface changes, like keep that in one.\",\"timestamp\":\"00:33:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"If you're building a new feature, maybe put that in a new one.\",\"timestamp\":\"00:33:24\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But you want to really kind of get familiar with these things because they can behave differently.\",\"timestamp\":\"00:33:27\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"As things like if you start to get the chat gets too long, they're getting better and better about this.\",\"timestamp\":\"00:33:36\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But as your chat gets long, everything gets a little slower.\",\"timestamp\":\"00:33:43\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Because it has to like understand everything in the chat context.\",\"timestamp\":\"00:33:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So sometimes it's better to start over.\",\"timestamp\":\"00:33:50\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Not always, sometimes it's worse.\",\"timestamp\":\"00:33:54\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you just kind of got to get familiar or you got to.\",\"timestamp\":\"00:33:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"ahead.\",\"timestamp\":\"00:33:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Bye Bye Hey.\",\"timestamp\":\"00:33:59\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Bye Thank\",\"timestamp\":\"00:33:59\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Make that decision what to do.\",\"timestamp\":\"00:34:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Really important to always make sure that you are back this up.\",\"timestamp\":\"00:34:03\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So like if you finish something and you feel like it's in a good place, make sure that you back it up and you're going to do that on GitHub.\",\"timestamp\":\"00:34:08\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's why I asked it to install GitHub.\",\"timestamp\":\"00:34:16\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"We'll give it a place to back up.\",\"timestamp\":\"00:34:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So like if you're done for the day or you're done with the work or whatever, make sure you commit your changes because I have run into situations where it'll drop your, delete your changes.\",\"timestamp\":\"00:34:23\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And if you don't have a point to go back to, you'll lose all your work.\",\"timestamp\":\"00:34:33\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is GitHub.\",\"timestamp\":\"00:34:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Formalization.\",\"timestamp\":\"00:34:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"We don't ever want anything public.\",\"timestamp\":\"00:35:07\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"...settings, deploy queues that I'm going to forget.\",\"timestamp\":\"00:36:10\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Once I do this, then you'll have access to it too, so you don't have to...\",\"timestamp\":\"00:36:56\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Don't about that.\",\"timestamp\":\"00:37:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh, that's crazy.\",\"timestamp\":\"00:37:43\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"What's up?\",\"timestamp\":\"00:37:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Not surprised.\",\"timestamp\":\"00:37:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You know John?\",\"timestamp\":\"00:37:54\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I think you know John.\",\"timestamp\":\"00:37:54\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh, no.\",\"timestamp\":\"00:38:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh, yeah, I think you do.\",\"timestamp\":\"00:38:01\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"See what he's saying.\",\"timestamp\":\"00:38:03\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"There's no way he can, he must have built something.\",\"timestamp\":\"00:38:14\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, this is the way that everybody's, that's what I'm telling you, Fathomaker's in a lot of trouble.\",\"timestamp\":\"00:38:19\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"John's a not very smart.\",\"timestamp\":\"00:38:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So he built anything usable.\",\"timestamp\":\"00:38:29\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So I didn't know you're working on more projects with him.\",\"timestamp\":\"00:38:36\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"No, I'm just maintaining this thing that he's always had.\",\"timestamp\":\"00:38:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So if you put this in here, you can see that it's live, right?\",\"timestamp\":\"00:39:06\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's good.\",\"timestamp\":\"00:39:15\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's what we want it.\",\"timestamp\":\"00:39:15\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"All right.\",\"timestamp\":\"00:39:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Let's see here.\",\"timestamp\":\"00:39:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So let's just start with this.\",\"timestamp\":\"00:39:23\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Where's the blanks page?\",\"timestamp\":\"00:39:29\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You still need to think about what you want all this to do, right?\",\"timestamp\":\"00:39:33\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And what all of this means and how you need it to, how we're going to integrate, but there's a little file maker.\",\"timestamp\":\"00:39:44\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So we got about 30 minutes before my next meeting here.\",\"timestamp\":\"00:39:50\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So let's just do a new agent.\",\"timestamp\":\"00:40:07\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Actually, you can start this one in here.\",\"timestamp\":\"00:40:08\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"We're going to go to plan now, and I want to say this first module, I would say, wow, we probably want to do this whole thing, but as opposed to starting with the blanks, but\",\"timestamp\":\"00:40:11\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So, I mean, here's always a problem, too, like if you don't start this properly, and this is where somebody like John is going to make a mess if he doesn't think about this, you have to think about, okay, what are we doing now, what do we want to do, what's the goal?\",\"timestamp\":\"00:41:02\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So really, we're only building this now to integrate it with this, and I'm trying to think if that's okay or if that gives us a ton of problems moving forward.\",\"timestamp\":\"00:41:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"John's system was kind of small, so very...\",\"timestamp\":\"00:41:44\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It doesn't even have anything on it, it's totally nice to have something on it.\",\"timestamp\":\"00:42:39\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This information all comes from the quote itself, or no, this is all extra information, huh?\",\"timestamp\":\"00:43:16\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I think it's extra.\",\"timestamp\":\"00:43:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I was going to ask if you could do that.\",\"timestamp\":\"00:43:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"could take a picture of it and send it to it for an example.\",\"timestamp\":\"00:43:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, you want to take lots of screenshots.\",\"timestamp\":\"00:43:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You can actually take a screenshot in here.\",\"timestamp\":\"00:43:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"In here, I'll show you in a minute.\",\"timestamp\":\"00:43:44\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So the Postgres database is just going to be a secondary repository for the data obtained here for now, right?\",\"timestamp\":\"00:46:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So we have a database here that's going to store any information that we gather here, and we're going to call the FileMaker database for the information that's there.\",\"timestamp\":\"00:46:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Does that make sense?\",\"timestamp\":\"00:46:49\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"00:46:52\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's just asking us where to put it.\",\"timestamp\":\"00:46:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Let's just put it here so we can handle that.\",\"timestamp\":\"00:46:56\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So if you put it here.\",\"timestamp\":\"00:46:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It'll actually install the PostgreSQL database here.\",\"timestamp\":\"00:47:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So since we're doing this, we also need to back up the PostgreSQL data.\",\"timestamp\":\"00:47:07\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't want to do that right now because I don't have time, but I'll show you that later.\",\"timestamp\":\"00:47:11\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So these are the things that you need for the JavaScript to communicate with the database.\",\"timestamp\":\"00:47:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And then we're going to make sure, so then the first, so also to communicate with this, I want to make sure we have a access to the FileMaker data API.\",\"timestamp\":\"00:47:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You know what the data API is, right?\",\"timestamp\":\"00:47:49\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"00:47:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Are you going to create a new one for now?\",\"timestamp\":\"00:47:56\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's pretty much all we need.\",\"timestamp\":\"00:49:02\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"We probably should do a little bit more with the security, but for now that's fine.\",\"timestamp\":\"00:49:03\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I probably should have read that.\",\"timestamp\":\"00:49:10\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"John is such a nice guy, like, just even right that.\",\"timestamp\":\"00:50:26\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, because I don't really care.\",\"timestamp\":\"00:50:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Maybe he thought I would be upset or something.\",\"timestamp\":\"00:50:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But maybe he's just a nice guy.\",\"timestamp\":\"00:50:40\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, in a way, I'm kind of, it would stress me out to hear from him.\",\"timestamp\":\"00:50:44\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So it'd stress you out to hear from him.\",\"timestamp\":\"00:50:52\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, because he always, you know, everything.\",\"timestamp\":\"00:50:57\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"He always wanted like right away, like he was always, you know, I hear from like twice a year and I was always like, needed everything done immediately, feel like he's nice.\",\"timestamp\":\"00:51:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, I'm just saying like, cause I would rather he didn't bug me.\",\"timestamp\":\"00:51:15\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So this is what you need right here, right?\",\"timestamp\":\"00:52:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"00:52:22\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you can see it's creating all the stuff that it needs here.\",\"timestamp\":\"00:52:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Come on, that's it, guys.\",\"timestamp\":\"00:53:16\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oops, it's so late, Cosmo Crunch.\",\"timestamp\":\"00:53:26\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Come on, boys.\",\"timestamp\":\"00:53:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Let's go.\",\"timestamp\":\"00:53:32\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Cosmo.\",\"timestamp\":\"00:53:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Let's go, bud.\",\"timestamp\":\"00:53:35\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Cosmo.\",\"timestamp\":\"00:53:43\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Let's go.\",\"timestamp\":\"00:53:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"on.\",\"timestamp\":\"00:53:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Safe.\",\"timestamp\":\"00:53:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Drew.\",\"timestamp\":\"00:53:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Let me just turn the light on down here.\",\"timestamp\":\"00:54:10\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Can you turn that light on?\",\"timestamp\":\"00:54:15\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'm gonna turn on.\",\"timestamp\":\"00:54:16\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay.\",\"timestamp\":\"00:54:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"On the phone, honey.\",\"timestamp\":\"00:54:19\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"All right.\",\"timestamp\":\"00:55:11\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you can see where we're at, right?\",\"timestamp\":\"00:55:11\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"00:55:17\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Well, it's pretty interesting that it can do just that, right?\",\"timestamp\":\"00:55:17\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So now it's just the process of going through all these, all the things, right?\",\"timestamp\":\"00:55:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like figuring out, like I just thought of something here, like we have to reproduce this whole vendor selection thing.\",\"timestamp\":\"00:55:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So we have to, we got to do that.\",\"timestamp\":\"00:55:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So really the tricky part from, from there is like, where does the vendor selection come from?\",\"timestamp\":\"00:55:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you've got to think about how that works in the blanks.\",\"timestamp\":\"00:55:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So if you open up a blank, we have to say, so you'll have to go into the blanks and say,\",\"timestamp\":\"00:55:49\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So what I would say is, starting with that, if you use this button here, this lets you like identify something on the page.\",\"timestamp\":\"00:56:06\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So I click on that, it puts the button down there.\",\"timestamp\":\"00:56:27\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"What button was that?\",\"timestamp\":\"00:56:31\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Did you press to do that?\",\"timestamp\":\"00:56:32\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yes.\",\"timestamp\":\"00:56:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay.\",\"timestamp\":\"00:56:35\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And then you select the element you're talking about.\",\"timestamp\":\"00:56:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'm going to say for the vendor selection.\",\"timestamp\":\"00:56:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"We're going here.\",\"timestamp\":\"00:57:15\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Let's start out like kind of simple at first, like you can probably tell it, like the filter by active, but let's just see if we can get it to connect first and get the data, display, you know, pop over.\",\"timestamp\":\"00:58:09\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So just like you were going to do it in FileMaker, describe what you want.\",\"timestamp\":\"00:58:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And you can refine this later, but, you know, try to give it at least enough so you can tell that it did something.\",\"timestamp\":\"00:58:23\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"00:58:37\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Obviously we need to be able to pick it and select it and, you know, and then if we look at, where is this?\",\"timestamp\":\"00:58:42\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"What are these?\",\"timestamp\":\"00:59:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Where are these at?\",\"timestamp\":\"00:59:24\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh, components.\",\"timestamp\":\"00:59:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh, it puts them in the opt.\",\"timestamp\":\"00:59:31\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I think you can put a link in here to that.\",\"timestamp\":\"00:59:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Let's do that, I should do that over here.\",\"timestamp\":\"01:00:03\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't remember how to do this.\",\"timestamp\":\"01:00:05\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you can ask it to do stuff for you instead of having to go search around for this.\",\"timestamp\":\"01:00:08\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, symbolic link, perfect.\",\"timestamp\":\"01:00:13\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And there it is.\",\"timestamp\":\"01:00:35\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So this is actually in another folder, but we're working in the root.\",\"timestamp\":\"01:00:37\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You always want to open up the same folder because this is where it stores all your cursor stuff.\",\"timestamp\":\"01:00:40\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So this cursor thing right here is how it knows all of this, what's going on, like it keeps track of all of that.\",\"timestamp\":\"01:00:43\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Make sense?\",\"timestamp\":\"01:00:50\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"01:00:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"If you open up another folder, this won't be in the root and then you'll have to start out.\",\"timestamp\":\"01:00:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So just make sure you always open the same folder, even if you're working, and this is actually technically installing all this in the operations folder in Linux, which is basically what FileMaker would do the same thing.\",\"timestamp\":\"01:01:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"would put the same in that same folder.\",\"timestamp\":\"01:01:09\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"All right.\",\"timestamp\":\"01:01:13\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"What was added?\",\"timestamp\":\"01:01:14\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Configure FileMaker set to the OData service route.\",\"timestamp\":\"01:01:22\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay.\",\"timestamp\":\"01:01:29\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So here's a really important thing when you're working in these.\",\"timestamp\":\"01:01:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is what I was talking about.\",\"timestamp\":\"01:01:35\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You never want, these are your keys.\",\"timestamp\":\"01:01:37\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Everything that goes in here is like a secret.\",\"timestamp\":\"01:01:39\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You never want to tell this what your secret is.\",\"timestamp\":\"01:01:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay.\",\"timestamp\":\"01:01:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay.\",\"timestamp\":\"01:01:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Super important, like, that we don't do that, like that stuff we just got out of FileMaker.\",\"timestamp\":\"01:01:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"These are going to be, these are like our keys to the, you know, to the Perfervale Castle, right?\",\"timestamp\":\"01:01:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"01:01:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"01:02:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you want to look in here, it tells you what it did.\",\"timestamp\":\"01:02:01\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And then it, it will put everything in here that you need to put over there, because it's not supposed to look in this folder, but you want to put it here.\",\"timestamp\":\"01:02:03\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So that's what we want.\",\"timestamp\":\"01:02:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Let's leave that alone for now.\",\"timestamp\":\"01:02:31\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But, and then this we have, this is .\",\"timestamp\":\"01:02:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Didn't I copy that?\",\"timestamp\":\"01:02:42\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is web app.\",\"timestamp\":\"01:02:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is that I think.\",\"timestamp\":\"01:02:53\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay.\",\"timestamp\":\"01:02:59\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Another thing that happens when you update this is you always have to have it restart.\",\"timestamp\":\"01:03:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So what I generally do is, you restart, make me a restart process.\",\"timestamp\":\"01:03:06\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is called a .sh, I'm just going to tell you that.\",\"timestamp\":\"01:03:19\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Because when you make a big change like this, for it to actually load, you have to restart the server.\",\"timestamp\":\"01:03:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And don't worry, these things happen way faster than FileMaker restarts, like it'll restart like in a matter of seconds.\",\"timestamp\":\"01:03:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You can also run your own terminal commands down here.\",\"timestamp\":\"01:03:43\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So just like regular terminal.\",\"timestamp\":\"01:03:53\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So it's creating us a restart process.\",\"timestamp\":\"01:04:02\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Because you can run this manually a lot faster.\",\"timestamp\":\"01:04:06\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So if you want to just run this yourself, it obviously makes more sense than waiting for it to do that.\",\"timestamp\":\"01:04:09\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you can see it also keeps readmes and stuff like that for you.\",\"timestamp\":\"01:04:32\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Promonization restart process.\",\"timestamp\":\"01:04:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't see it.\",\"timestamp\":\"01:04:40\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Do you?\",\"timestamp\":\"01:04:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Is it talking about that manual update?\",\"timestamp\":\"01:04:42\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's just a readme, though.\",\"timestamp\":\"01:04:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Promonization restart.\",\"timestamp\":\"01:04:54\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Where's refresh?\",\"timestamp\":\"01:05:07\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"There usually is a refresh up here.\",\"timestamp\":\"01:05:15\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you can just do that.\",\"timestamp\":\"01:05:22\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And then that'll restart your process.\",\"timestamp\":\"01:05:23\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You see how fast it works?\",\"timestamp\":\"01:05:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"01:05:26\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So now we're to come back to browse and we're going to want a hard reload.\",\"timestamp\":\"01:05:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So after you restart it, you want a hard reload.\",\"timestamp\":\"01:05:31\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Holy .\",\"timestamp\":\"01:05:35\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh, that's a mock list.\",\"timestamp\":\"01:05:39\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's why.\",\"timestamp\":\"01:05:44\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So now you just got to communicate with it.\",\"timestamp\":\"01:05:49\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And I would just ask it to test.\",\"timestamp\":\"01:05:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And it'll actually test it for you.\",\"timestamp\":\"01:06:10\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Again, you don't ever want to give it the IDs.\",\"timestamp\":\"01:06:16\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Just put them in here and then tell it to you that you've put them where it wants or tell it what you did.\",\"timestamp\":\"01:06:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And the other thing is, you might want to ask it to test so we can see what the data looks like.\",\"timestamp\":\"01:06:29\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And then it'll decide what to do with it.\",\"timestamp\":\"01:06:33\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh, yeah, we're missing that.\",\"timestamp\":\"01:06:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I didn't think about that.\",\"timestamp\":\"01:06:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I know that that's missing.\",\"timestamp\":\"01:06:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Why isn't that in there?\",\"timestamp\":\"01:06:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's what we need.\",\"timestamp\":\"01:07:11\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"All right, so this is, what's her name again?\",\"timestamp\":\"01:07:13\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is like a FMP host, that's right.\",\"timestamp\":\"01:07:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That makes sense.\",\"timestamp\":\"01:07:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You need this, right?\",\"timestamp\":\"01:07:29\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You can't connect without an endpoint.\",\"timestamp\":\"01:07:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So this is, that is, that's, I guess you think, percent 20.\",\"timestamp\":\"01:07:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay, let's do this too.\",\"timestamp\":\"01:08:15\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Just make sure it's actually on.\",\"timestamp\":\"01:08:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yep, that would have been a problem.\",\"timestamp\":\"01:08:33\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's on.\",\"timestamp\":\"01:08:35\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So let's just go ahead and save, restart, and then say, okay, these are updated test.\",\"timestamp\":\"01:08:42\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"If it tells you to test something, you can tell it to test, so you don't have to.\",\"timestamp\":\"01:08:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And it'll learn eventually, like as you work with it more, that you want it to do it.\",\"timestamp\":\"01:09:03\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"01:09:08\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So it tried, but it failed.\",\"timestamp\":\"01:09:16\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So hopefully it'll look at it and tell you what's wrong.\",\"timestamp\":\"01:09:17\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay, so it knows there's a problem parsing the JSON.\",\"timestamp\":\"01:09:29\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Usually it's because it doesn't, the first time it doesn't know what it, it's like FileMaker's tricky to it.\",\"timestamp\":\"01:09:32\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So it, there's problems, but you understand kind of where this is all going, right?\",\"timestamp\":\"01:09:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"01:09:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So it's successful.\",\"timestamp\":\"01:09:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's good.\",\"timestamp\":\"01:09:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's what you always want to see.\",\"timestamp\":\"01:09:49\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So it'll actually look at the data.\",\"timestamp\":\"01:09:54\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you just tell it like, please test and look at the data.\",\"timestamp\":\"01:09:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And you have to get good at communicating what you want it to do because it, you might need to go through a few iterations of this.\",\"timestamp\":\"01:10:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, pretty slick.\",\"timestamp\":\"01:10:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, definitely.\",\"timestamp\":\"01:10:54\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And then obviously you get\",\"timestamp\":\"01:10:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Type-ahead filters that actually work, stuff like that.\",\"timestamp\":\"01:11:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So now you need to make sure you tell it, like, just because, like, right now it's grabbing too many fields.\",\"timestamp\":\"01:11:05\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like, that's too slow, probably.\",\"timestamp\":\"01:11:11\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And other, like, some other things that you want to always consider is that, actually, don't worry about that.\",\"timestamp\":\"01:11:13\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I would say just make sure, like, you want to tell it to just grab.\",\"timestamp\":\"01:11:26\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You only need the fields, is it grabbing here?\",\"timestamp\":\"01:11:33\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Vendor name and the ID, right?\",\"timestamp\":\"01:11:43\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"01:11:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you can say.\",\"timestamp\":\"01:11:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I guess we need those fields, OK?\",\"timestamp\":\"01:12:04\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So we only need three fields.\",\"timestamp\":\"01:12:12\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You only return these in this process.\",\"timestamp\":\"01:12:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, it's not terribly slow, but it's returning all the data.\",\"timestamp\":\"01:12:49\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So that should be significantly faster.\",\"timestamp\":\"01:12:56\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"The other thing\",\"timestamp\":\"01:12:59\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"The that you can also do with this is rather than you can also tell it to virtual scroll, which means it'll just look up as you scroll, just depending on how big the list is.\",\"timestamp\":\"01:13:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Probably once you get this down, it's going to be plenty fast enough.\",\"timestamp\":\"01:13:13\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And so just so you know, you kind of got to know a little bit about the OData API.\",\"timestamp\":\"01:13:23\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And in the OData API, you can actually ask for specific fields.\",\"timestamp\":\"01:13:27\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You don't need a layout with the OData API, which is why I'm using it.\",\"timestamp\":\"01:13:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Now that's good and bad.\",\"timestamp\":\"01:13:35\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You don't need to worry about what's on a layout, because the data API, have to actually put things on a layout.\",\"timestamp\":\"01:13:36\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's all context-based.\",\"timestamp\":\"01:13:42\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Database is database speedy.\",\"timestamp\":\"01:13:44\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I can't spit that out.\",\"timestamp\":\"01:13:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And you can see right here, it's restarting for you.\",\"timestamp\":\"01:13:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you may not need to restart if it knows that it needs to restart for you.\",\"timestamp\":\"01:14:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you can keep, at first, until you get more comfortable with everything working.\",\"timestamp\":\"01:14:04\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I wouldn't get too far ahead of yourself, but little stuff like that, you can even add to another.\",\"timestamp\":\"01:14:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You don't want that there.\",\"timestamp\":\"01:14:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It'll add in little conversational things for you that you don't want the users to see.\",\"timestamp\":\"01:14:27\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So I don't know.\",\"timestamp\":\"01:14:33\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Are you comfortable with this to get started?\",\"timestamp\":\"01:14:42\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'm definitely going to start playing with it more and trying to get a better understanding with it.\",\"timestamp\":\"01:14:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So the other thing that you need to do with this is make, you'll have to build this into saying that there are four different quotes for this, so you'll have to like specify that.\",\"timestamp\":\"01:14:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And then you need to make sure that everything is sort of tied into the database and how that works outside FileMaker.\",\"timestamp\":\"01:15:02\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you can just launch that on your end, and just like with FileMaker, you can probably work on this, we can technically work on this at the same time, but just keep in mind that it's probably not the best if we're working on the same area.\",\"timestamp\":\"01:15:24\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Just like in FileMaker, and then when you, okay, last thing, got to make sure that you update GitHub, and it should, let's see if it doesn't.\",\"timestamp\":\"01:15:50\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh, it's always going to make sure what you're going to, it's going to do a, it's going to add a git, what's called, git ignore file, in that way, because we don't want it to publish the env files.\",\"timestamp\":\"01:16:04\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay.\",\"timestamp\":\"01:16:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Maybe it's that.\",\"timestamp\":\"01:16:57\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Maybe it just doesn't know.\",\"timestamp\":\"01:17:04\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh, doesn't know.\",\"timestamp\":\"01:17:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"this.\",\"timestamp\":\"01:17:37\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Maybe I never told it was that.\",\"timestamp\":\"01:17:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So now that's all published.\",\"timestamp\":\"01:17:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"go back to GitHub, all our work is stored, right?\",\"timestamp\":\"01:18:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Where is that promozation web app?\",\"timestamp\":\"01:18:16\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So there's our Fathom.\",\"timestamp\":\"01:18:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So if we ever have a problem, we have something to restore, right?\",\"timestamp\":\"01:18:24\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"01:18:27\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And then the last thing I have to do is set up a backup of the database, which I'm not concerned about now because it's not a huge thing.\",\"timestamp\":\"01:18:29\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But the other cool thing that these things do is this package basically tells it like everything to install, everything to do.\",\"timestamp\":\"01:18:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So if it goes down, it knows like what to install in this server again.\",\"timestamp\":\"01:18:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's pretty neat.\",\"timestamp\":\"01:18:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like all the dependencies, there's the gitignore.\",\"timestamp\":\"01:19:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you can see these are the files it doesn't want you to do anything with.\",\"timestamp\":\"01:19:05\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's the really important one.\",\"timestamp\":\"01:19:09\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So that actually does not get pushed to the server.\",\"timestamp\":\"01:19:11\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So if you ever lose it, you either have to restore these from this.\",\"timestamp\":\"01:19:17\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's why it should be keeping this as well.\",\"timestamp\":\"01:19:26\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So this actually gets pushed up, but it doesn't have any actually information in it.\",\"timestamp\":\"01:19:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But so you have to keep your passwords still because this isn't like a safe place to keep these long-term just for the server to have.\",\"timestamp\":\"01:19:33\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"If that makes sense.\",\"timestamp\":\"01:19:44\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay.\",\"timestamp\":\"01:19:49\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay.\",\"timestamp\":\"01:19:50\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So the other thing you need to just keep in mind to wire in is you need to wire in the connection to the order.\",\"timestamp\":\"01:19:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Let's get them.\",\"timestamp\":\"01:19:59\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"When you open this, you're probably going to want to, it's already kind of doing this for you right here.\",\"timestamp\":\"01:20:01\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So when you open this, we're going to open this from FileMaker, you're probably going to pass a quote ID in the web browser, and then use this, whatever this is, to look up the quote via the code data API.\",\"timestamp\":\"01:20:06\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And then also updating any information that you need to update.\",\"timestamp\":\"01:20:19\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So whether that's, you know, like, if we're going to, you know, I don't know exactly what to do yet, but until you get a little further along.\",\"timestamp\":\"01:20:23\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But if you need to update the actual blanks totals from here, or, or you can just call them from the date, you can just call them through the web viewer, too, if you want, it's up to you, but what you think is best.\",\"timestamp\":\"01:20:33\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But then all these things like sending an email, all this stuff you can do from here.\",\"timestamp\":\"01:20:50\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And the great thing is, is like, rather than then creating an email.\",\"timestamp\":\"01:20:54\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You just say, create an email with all this stuff, you know, as an HTML email or whatever.\",\"timestamp\":\"01:21:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And then, you know, you can send that through.\",\"timestamp\":\"01:21:13\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"In the ENV, you can put in the SMTP details in here, you know?\",\"timestamp\":\"01:21:16\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"01:21:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And it'll actually help you out with that.\",\"timestamp\":\"01:21:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Or if you decide that you really want to just open it locally, you can just say open it locally on the default Mac app, right?\",\"timestamp\":\"01:21:29\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you don't have to type all this out.\",\"timestamp\":\"01:21:37\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like you don't have to do all that.\",\"timestamp\":\"01:21:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So this should be much, much, much, much faster.\",\"timestamp\":\"01:21:40\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"01:21:42\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay.\",\"timestamp\":\"01:21:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay.\",\"timestamp\":\"01:21:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Are you good for now?\",\"timestamp\":\"01:21:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, for now.\",\"timestamp\":\"01:21:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Can you send me this video?\",\"timestamp\":\"01:21:49\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Of course.\",\"timestamp\":\"01:21:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Make sure you let me know if you like run out of tokens, because I don't want anything holding you up.\",\"timestamp\":\"01:21:52\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And if I need to set you up an account.\",\"timestamp\":\"01:21:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You can do that, and if you've had any issues, just leave me, okay?\",\"timestamp\":\"01:22:01\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Cool.\",\"timestamp\":\"01:22:08\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Thank you.\",\"timestamp\":\"01:22:09\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Thanks, Ryan.\",\"timestamp\":\"01:22:10\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Have a good one.\",\"timestamp\":\"01:22:10\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Bye.\",\"timestamp\":\"01:22:11\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Cheers.\",\"timestamp\":\"01:22:14\"}],\"transcript_language\":\"en\",\"url\":\"https:\/\/fathom.video\/calls\/645718416\"}"},"script":"Fathom | Incoming Log"} Result: {"response":{},"messages":[{"code":"0","message":"OK"}]} -------------------------