본인 : https://www.youtube.com/watch?v=Mc1QygdtJKU 이 영상 요약해줘

 

ai : 이 영상은 인도네시아의 수도 자카르타에서 일어난 한 가족의 이야기를 다루고 있습니다. 이 가족은 도시에서 살면서도 전통적인 농업을 이어가고 있습니다. 가족 구성원들은 아침 일찍 일어나 밭에 가서 농작물을 수확하고 일상적인 농사일을 진행합니다. 이들은 수확한 농작물을 도시로 판매하며, 이를 통해 가족 생계를 유지하고 있습니다. 이 가족은 일상적으로 전통적인 방식으로 농사를 진행하고 있지만, 현대의 도시 생활과 결합하여 새로운 방식으로 자신들의 문화와 전통을 유지하려고 노력하고 있습니다. 이 가족의 이야기는 전통과 현대가 어우러지는 아름다운 모습을 보여주고 있습니다.

 

음???

혼자 소설 쓰고 있네요 ㅋㅋ

 

 

위 유튜브 링크는 카니보어라는 식단을 경험한 이야기를 담고 있으며,

우리가 잘 아는 '조던 피터슨' 선생님의 가족이 등장해서 얻은 결과를 말하고 있습니다.

 

본인 가족도 10대부터 관절염, 피부 건선, 우울증, 탈모 등의 결과를 가져오는 자가면역질환이 가족력이었는디
쉽게말해, 가공식품, 식물, 과일 등을 먹지 않거나 줄이고 왠만하면 생고기 위주로 식사하는 거라고 합니다.

 

영상 속 조던님의 따님이 6주만 이라도 해보라고 하시네요 ㅎㅎ

울나라는 고기가 비싸서 가능 하려나.. ㅠ

최근 파이썬을 습득하는 중에 궁금한 게 생겨서

구글링 해보려다가 혹시나 하는 마음에 GPT한테 시켰습니다.

 

 

 

class Bird:
    def __init__(self):
        self.flying = True

    def birdsong(self):
        print("새소리")

    __test1 = 'private'
    _test2 = 'protected'
    test3 = 'public'


class Sparrow(Bird):
    def birdsong(self):
        print("짹짹")


class Chicken(Bird):
    def __init__(self):
        self.flying = False


my_sparrow = Sparrow()
my_chicken = Chicken()

my_sparrow.birdsong()
my_chicken.birdsong()

print(my_sparrow._test2)
print(my_sparrow.test3)

 

class Bird:
    def __init__(self):
        self.flying = True

    def birdsong(self):
        print("새소리")

    __test1 = 'private'
    _test2 = 'protected'
    test3 = 'public'

    def printTest1(self):	#추가된 부분
        print(self.__test1)


class Sparrow(Bird):
    def birdsong(self):
        print("짹짹")


class Chicken(Bird):
    def __init__(self):
        self.flying = False


my_sparrow = Sparrow()
my_chicken = Chicken()

my_sparrow.birdsong()
my_chicken.birdsong()

my_sparrow.printTest1()		#추가된 부분
print(my_sparrow._test2)
print(my_sparrow.test3)

 

아래는 실행 결과창 입니다.

 

여러분도 활용 해보세요~ ㅎㅎ

 

Me : How to learn English fast?

 

AI : 

Here are some tips for learning English quickly:

다음은 영어를 빨리 배우기 위한 몇 가지 팁입니다.

Immerse yourself in the language: Surround yourself with English by watching English movies and TV shows, listening to English music and podcasts, and speaking with native English speakers.

언어에 몰입하세요: 영어 영화와 TV 쇼를 보고, 영어 음악과 팟캐스트를 듣고, 영어 원어민과 대화하면서 영어에 빠져보세요.

Practice regularly: Make time every day to practice speaking, reading, writing, and listening to English.

정기적으로 연습하세요: 매일 시간을 내어 영어 말하기, 읽기, 쓰기, 듣기를 연습하세요.

Focus on the most useful vocabulary: Learn the words and phrases that are most commonly used in everyday conversation.

가장 유용한 어휘에 집중: 일상 대화에서 가장 일반적으로 사용되는 단어와 구문을 배웁니다.

Use English-language resources: Read English-language news articles, books, and websites. Listen to English-language radio and podcasts.

영어 자원 사용: 영어 뉴스 기사, 책, 웹사이트를 읽으십시오. 영어 라디오와 팟캐스트를 듣습니다.

Get a language exchange partner: Find someone who is a native speaker of English and who wants to learn your native language. Practice speaking with them regularly.

언어 교환 파트너 찾기: 영어가 모국어이고 당신의 모국어를 배우고 싶어하는 사람을 찾으세요. 그들과 정기적으로 대화하는 연습을 하십시오.

Take an English course: Consider enrolling in an English language course, either in person or online.

영어 코스 수강하기: 직접 또는 온라인으로 영어 코스 등록을 고려하십시오.

Be consistent and persistent: Consistent and daily practice is key to rapid language learning. Stay motivated and don't be discouraged by setbacks. Keep practicing and you will see progress.

일관되고 끈질기게: 일관되고 매일 연습하는 것이 빠른 언어 학습의 핵심입니다. 동기를 유지하고 좌절에 낙담하지 마십시오. 계속 연습하면 진행 상황을 볼 수 있습니다.

 

 

이거 재밌네요ㅋㅋ

 

근데 웃기게 해석도 부탁 해봤습니다!

 

Then, translate it into Korean.

근데 해석은 아직까진 무리가 있는 지, 도중에 멈춰 버리네요;;

 

 

그래서! 5가지로 줄이고 두 줄씩 요약해서 알려달라고 해봅니다 ㅎㅎ

 

Me : Tell me 5 ways in 2 lines how to quickly learn English.

빠르게 영어 습득하는 방법을 2줄로 5가지만 말해줘.

 

AI : 

Immerse yourself in English through movies, TV, music, and speaking with native speakers.

영화, TV, 음악, 원어민과의 대화를 통해 영어에 빠져보세요.

Practice regularly through speaking, reading, writing, and listening, and focus on useful vocabulary.

말하기, 읽기, 쓰기, 듣기를 통해 정기적으로 연습하고 유용한 어휘에 집중하세요.

Use English-language resources such as news articles, books, and websites, and get a language exchange partner or take a course.

뉴스 기사, 책, 웹사이트와 같은 영어 자원을 사용하고 언어 교환 파트너를 구하거나 코스를 수강하십시오.

Focus on commonly used words and phrases in everyday conversation.

일상 대화에서 일반적으로 사용되는 단어와 문구에 초점을 맞춥니다.

Be consistent and persistent in your practice, and stay motivated and focused on your goals.

일관되고 끈질기게 연습하고 동기를 유지하고 목표에 집중하십시오.

 

이제 영어 공부 열심히 해봅시다!

+ Recent posts