– Spanish With Karla Articles and Numbers

In this episode, we dive into the world of learning Spanish without a structured program. The main speaker, a Spanish native, shares their experience of learning English as an adult and emphasizes that you can learn and speak Spanish without having to know all the grammatical rules. They provide information about their website, SpanishWithCarla.com, and encourage listeners to check out their podcast episodes and notes. The main speaker then proceeds to teach the basics of Spanish sentence structure, starting with the definite articles “la,” “el,” “las,” and “los” and how they define the gender and number of the noun. They also discuss the differences between masculine and feminine articles and introduce the indefinite articles “un,” “unos,” “una,” and “unas.” The main speaker provides examples and encourages practice to improve language skills. Moving on, the conversation shifts to using verbs in Spanish, particularly the verbs “ser” and “estar” to describe characteristics and locations. The main speaker shares their excitement about the potential of getting a guide dog in the future and discusses the importance of accommodating individuals with disabilities. Further along, the focus turns towards forming questions and phrases in Spanish, including how to ask “How are you?” and “Who is she?” They also introduce vocabulary words for describing someone’s appearance, such as “bonita” and “guapo.” The conversation concludes with a review of numbers in Spanish, specifically from ten to twenty. The main speaker provides pronunciation tips and points out cultural references associated with certain numbers. They offer guidance on how to say and spell the numbers, emphasizing the importance of practice and providing resources for further learning.

– Spanish With Karla 9 – conjugations

In this episode, we begin by expressing gratitude to the listeners for joining us on our Spanish learning journey. We acknowledge the progress they’ve made in their Spanish skills and inform them that we will soon start focusing on building phrases. We mention that there are some grammar topics that may be a bit challenging but are essential for forming and using phrases. We invite listeners to find all our episodes on our website, SpanishWithCarla.com, and encourage them to be active in our Facebook group, where we have received wonderful feedback and contributions from listeners, such as John DeMarco who shared beautiful Christmas music and songs. We emphasize the importance of commenting and sending feedback through our group or page.

Moving on, we provide some cultural background about January 6th, which is significant in most Latin American countries, as well as Spain, Portugal, and France. We clarify that this podcast is not religious but it’s important to understand the influence of the Catholic religion on Latin American culture due to the history of colonization by Spain and Portugal. We explain the story of Jesus and Mary encountering King Herodias, which led to the tradition of making a round cake called “rosca” with colorful fruits and a sweet sugary topping. We describe how small figurines representing baby Jesus are hidden inside the cake, and if someone finds a figurine in their slice, it is considered a sign of good luck for the year. We mention that this celebration is an example of how the Hispanic culture loves to come together and celebrate.

Next, we discuss the celebration of Rosca de Reyes on January 6th in Latin American countries, explaining that in the south of Mexico, kids ask the Reyes Magos for gifts, while in the north, both Santa Claus and the Reyes Magos are celebrated. We highlight the significance of the Rosca de Reyes cake in this tradition, explaining its shape and how the fruits on the cake symbolize the gifts brought by the wise men. We mention that on February 2nd, people gather to eat tamales and other foods. We also provide the spellings for Reyes Magos and Rosca de Reyes.

Transitioning into the next part of the podcast, we discuss grammar concepts in Spanish. We emphasize the importance of learning the verb “to be” (ser and estar) and how it is used to form phrases in Spanish. We provide examples such as “yo soy mujer” (I am a woman) and “yo estoy feliz” (I am happy) to explain the differences between ser and estar. We provide spelling guides for “soy” and “estoy” and remind listeners to pay attention to the pronunciation of the letter “y” in different positions within a word. We assure listeners that with practice and repetition, they will be able to understand and use these concepts effectively.

We then recap the pronouns and their associated forms of the verbs “ser” and “estar” that we’ve covered so far. We provide the conjugations for “yo soy” and “yo estoy,” “tú eres” and “tú estás,” “él es,” “ella es,” “él está,” and “ella está.” We move on to the plural forms, discussing “ellos son,” “ellas son,” “ellos están,” and “ellas están.” We also cover the forms for “we,” which are “nosotros somos,” “nosotras somos,” “nosotros estamos,” and “nosotras estamos.” We emphasize the importance of learning these conjugations for constructing sentences in Spanish.

In the next part of the podcast, we introduce ourselves in Spanish and discuss conjugations of the verb “estamos.” We share our own struggles with verb conjugations in English and encourage listeners not to feel discouraged. We then move on to the plural form of “you” in Spanish, “ustedes,” and discuss its conjugations. We reassure listeners that the gender of the subject does not matter for “ustedes.” We mention that in the next podcast, we will start constructing sentences using vocabulary words and promise to provide more vocabulary. We also mention the possibility of doing a live exercise on our Facebook group to practice pronouncing the “r” sound in Spanish.

Continuing with the lesson, we ask listeners to send videos for us to assess their pronunciation. We introduce the word for “car” in Spanish (“carro”) and explain that it becomes plural by adding an “s” at the end (“carros”). We explain that “big” is translated as “grande” and can also be translated as “large.” We give examples of how to use “grande” in singular and plural forms. We then introduce the word for “pretty” in Spanish, explaining that it is “bonita” for feminine and “bonito” for masculine. We provide examples using the word with both singular and plural nouns. Moving on, we introduce the word for “tree” (“árbol”) and explain how to make it plural by adding an “es” at the end. We mention that there is controversy around using the word for a female dog (“gata”), but it is the correct usage. Similarly, the word for “cat” is “gato” for male and “gata” for female, and they become plural as “gatos” and “gatas” respectively. Finally, we introduce the word for “store” (“tienda”) and explain that it remains unchanged in gender but can have a plural form.

In the last part of the podcast, we continue learning Spanish by practicing different sentences. We introduce the word for “school” (“escuela”) and explain that its gender doesn’t change. We provide examples of how to use it in singular and plural forms. We then introduce the words for “near” (“cerca”) and “far” (“lejos”) and explain their pronunciations. We mention that “cerca” doesn’t change when talking about multiple things. We conclude by stressing the importance of repetition and practice in learning Spanish, and we invite listeners to check out our Facebook group and page, as well as our website at SpanishWithCarla.com.

– Programmatic Using Git in 2024

In this part of the conversation, we dive into the fundamentals of Git and GitHub. We explain that Git serves as a system for storing and collaborating on code, while GitHub enhances collaboration with additional features. Git is the offline method of conducting version control, while GitHub provides a remote repository for storing code. We highlight that GitHub now offers free private repositories and extends additional benefits to students and open source contributors. However, our focus in this episode is directed towards Git, exploring its built-in mechanisms for making changes. We delve into the various commands within the Git interface that allow for staging changes to be committed.

Moving forward, we explore different strategies for staging and committing changes in version control. Visual cues within the source control tab of VS Code represent uncommitted changes with a dot and two branches, providing a clear overview. Once changes are staged, they can be committed to source control. Repositories, or repos, are pivotal in tracking different elements of a project. The main branch, often named “main” or “master,” represents the version intended for production. Branches offer the flexibility to develop and experiment with different ideas without affecting the main branch. To illustrate the power of branching, we use the analogy of writing a book, where each chapter is written in its own branch, committed, and then merged back into the main branch. Git flow, a technique that leverages branching for feature development, ensures that developers do not interfere with each other’s work, minimizing the occurrence of merge conflicts. Merge conflicts commonly arise when multiple developers modify the same lines of code. VS Code provides valuable assistance in resolving merge conflicts by presenting options to view and select different versions of the code. It’s worth noting that merge conflicts are more prevalent on GitHub and less likely to occur with a local repository unless changes from multiple branches are merged.

Proceeding further, we transition to discussing remotes and command line operations in Git. We cover topics such as committing changes using the git commit command, creating branches using git branch and git checkout, and how tools like VS Code can simplify these tasks. Additionally, we touch upon the process of retrieving projects from GitHub using git clone and contributing to them by forking and sending pull requests. We touch upon updating Mastodon source code using git and highlight the significance of staying informed about new releases. When it comes to pulling and pushing changes, we clarify that git pull integrates remote changes into the local code, while git push propagates local changes to online repositories. We also introduce the concept of git flow, which incorporates branches like main, develop, feature branches, and hotfix branches to manage different versions of a project. In passing, we briefly discuss software releases, noting that GitHub typically serves as the platform for such releases, surpassing the command line or VS Code. Ultimately, we emphasize the distinction between Git features and GitHub features, notably pull requests, forking, and releases, underlining that these functionalities primarily belong to GitHub.

Understanding the features of GitHub and Git is of utmost importance, and we discuss the significance of conducting research to determine what suits individual needs best. While GitHub remains a popular choice for code storage, alternatives like GitLab also exist. Different Git providers may vary in terms of accessibility and features. We mention GitHub Copilot as a valuable tool and encourage listeners to find the tools and platforms that align with their preferences. Additionally, we briefly mention Xcode Cloud, which facilitates continuous integration and delivery for iOS apps, although it poses challenges in handling environment variables like API keys. We express our intention to explore potential solutions for Django apps in the future.

Finally, after approximately 30 minutes of engaging programming discussions, we extend our gratitude to the guest and conclude the episode. We encourage listeners to connect with us online, providing them with contact information for the show.

– Spanish With Karla 8 – Body Parts

In this episode of the podcast, we cover a wide range of topics related to learning Spanish. We begin by expressing gratitude to the listeners and encouraging them to engage with the content and provide feedback. The main focus of the episode is learning the names of body parts in Spanish and how to express possession. Karla breaks down the possessive form for different body parts using examples and provides pronunciation tips. They emphasize that consistent practice is key to mastering the language.

– Programmatic Programming Trends for 2024

Episode Notes

In this episode, we discuss the impact of AI on programming, including the rise of AI coding assistants and their ability to automate tasks. We emphasize the importance of embracing new tools and languages, prioritizing user experience, and exploring programming trends. We also share personal experiences with AI tools and announce plans to cover these topics in greater depth in the future. Join us on this programming journey and stay up-to-date with the latest trends.

Find out more at https://programmatic.pinecast.co

Send us your feedback online: https://pinecast.com/feedback/programmatic/33dde74c-a864-4ee4-b0df-22a427ad3d8f

Check out our podcast host, Pinecast. Start your own podcast for free with no credit card required. If you decide to upgrade, use coupon code r-3bc504 for 40% off for 4 months, and support Programmatic.

Programmatic Programming Trends for 2024

Episode Notes

In this episode, we discuss the impact of AI on programming, including the rise of AI coding assistants and their ability to automate tasks. We emphasize the importance of embracing new tools and languages, prioritizing user experience, and exploring programming trends. We also share personal experiences with AI tools and announce plans to cover these topics in greater depth in the future. Join us on this programming journey and stay up-to-date with the latest trends.

Find out more at https://programmatic.pinecast.co

Send us your feedback online: https://pinecast.com/feedback/programmatic/33dde74c-a864-4ee4-b0df-22a427ad3d8f

Check out our podcast host, Pinecast. Start your own podcast for free with no credit card required. If you decide to upgrade, use coupon code r-3bc504 for 40% off for 4 months, and support Programmatic.

Unmute Presents Unmute Presents Community Replay from 2 Jan

In today’s Unmute Community Call, we discuss the success of the Spanish with Carla podcast and new upcoming podcasts on IACast. Marty mentions recent episodes of Technically Working and the Unmute Presents community replay. We address issues with Do Not Disturb and focus modes in iOS, as well as provide tips on identifying pills using scanning apps and trusted sources. We also recommend using RSS readers like NetNewsWire and Liray for a better reading experience. The conversation ends with discussions on email account switching, invoking the reader function on webpages, and creating shortcuts for auto lock settings. We thank our listeners and sign off.

Read transcript


Technically Working TW41 – New Year, New Tech: Scripts, Syncs, and Systems

In this episode, we discuss the use of scripts for the podcast, organizing topics with Google Docs, and our experiences with Todoist. We also explore podcasting setup, membership systems, and different podcast apps. Finally, we touch on the dynamic island feature and Celeste glasses. We wrap up by asking for feedback and wishing everyone a Happy New Year.# Episode Notes

Notes go here

Support Technically Working by contributing to their tip jar: https://tips.pinecast.com/jar/technically-working

Find out more at https://technically-working.pinecast.co

Send us your feedback online: https://pinecast.com/feedback/technically-working/cfdb5ceb-60bd-4e4f-b601-5709515e74d5

This podcast is powered by Pinecast. Try Pinecast for free, forever, no credit card required. If you decide to upgrade, use coupon code r-e4dc67 for 40% off for 4 months, and support Technically Working.

Unmute Presents Getting Introduced to Todoist on windows.

In this episode, I guide listeners on downloading and using the Todoist app on Windows 10/11. After installation, I explain the login process and recommend disabling the virtual viewer for better navigation. I demonstrate adding tasks and using keyboard shortcuts for efficiency. Finally, I encourage listeners to share and provide feedback to improve our show.

Read transcript


– Spanish With Karla 7 – Happy New Year

Episode Notes

In this episode, we explore New Year’s traditions in Spanish-speaking countries. We cover the tradition of eating grapes, fireworks, toasting. We also discuss New Year’s dinner in Mexico and tease our next episode on body parts. Happy new year!

Find out more at http://spanishwithkarla.com

Send us your feedback online: https://pinecast.com/feedback/spanish-with-karla/208660b3-a1fc-4d16-a34e-7d49be4fbaf2

Check out our podcast host, Pinecast. Start your own podcast for free with no credit card required. If you decide to upgrade, use coupon code r-3bc504 for 40% off for 4 months, and support Spanish With Karla.

Spanish With Karla: 7 – Happy New Year

Episode Notes

In this episode, we explore New Year’s traditions in Spanish-speaking countries. We cover the tradition of eating grapes, fireworks, toasting. We also discuss New Year’s dinner in Mexico and tease our next episode on body parts. Happy new year!

Find out more at http://spanishwithkarla.com

Send us your feedback online: https://pinecast.com/feedback/spanish-with-karla/208660b3-a1fc-4d16-a34e-7d49be4fbaf2

Check out our podcast host, Pinecast. Start your own podcast for free with no credit card required. If you decide to upgrade, use coupon code r-3bc504 for 40% off for 4 months, and support Spanish With Karla.

Unmute Presents Pass Keys Unlocked: Navigating the New Era of Digital Security

In this episode of “Unmute Presents,” hosts Michael and Damashe delve into the world of passkeys. They discuss the technology’s advancements, its security benefits, and the implications for users across various platforms. Whether you’re new to passkeys or looking to deepen your understanding, this episode is a must-listen.

Read transcript


Back to Top