COVID-19 Self-Test-Kits 코로나19 자가 진단 키트 = at home test kit = rapid antigen test = 자가 진단 키트 코로나 바이러스의 오미크론 변이종이 우세종이 된 이후, 우리나라도 확진자 수가 급격히 증가했다. After the omicron variant of the coronavirus became the dominant strain, there was s spike in the number of confirmed cases in Korea. dominant strain 우세종 s spike in ~의 급증 confirmed cases 확진 사례 처음으로 집에서 자가 검진 키트를 사용해 봤다. I used a self-test kit at home for..
코코아팟을 설치하기 위해 sudo gem install cocoapods 명령어를 실행 Error installing cocoapods: ERROR: Failed to build gem native extension. 에러가 뜨면서 설치가 되지 않았다. xcode의 소프트웨어 업데이트가 필요한 경우로, xcode-select --install 한 후에 sudo gem install cocoapods 실행 간단하게 해결 가능하다. -- 추가 그래도 설치가 안되는 경우 mac OS 업데이트를 하면 된다.
Study Cafes office supplies 학용품, 사무용품 individual seat 1인석 light snacks 간단한 간식 hit the books 공부하다 feel stuffy 갑갑하게 느끼다. 나는 최근에 늘 궁금해왔던 스터디 카페에 한번 방문해 보았다. I had always been curious about study cafes, so I recently paid a visit to one. pay a visit 방문하다 안으로 들어서자 마자 As soon as I walken in 좌석과 이용시간을 선택하고 요금을 미리 지불했다. I chose a seat and how long I would use it, and settled the bill in advance. how lon..
npm install axios cheerio const html = await axios.post('https://naver.com'); const $ = cheerio.load(html.data); 이렇게만 설정하면 사이트를 긁어올 준비느 끝났다. const foo = $('div.test'); 이와같이 작성하면 div 태그중 test 라는 클래스를 가진 속성을 불러온다. type은 object로 {} 혹은 [] 로 불러와진다. const foo = $('div#test'); 이렇게 id를 통해 찾을 수 도 있다. 마지막으로, const foo = $('div.test>div.bar'); 이렇게 > 연산자를 통해 하위 컴포넌트를 검색할 수 있다. div 태그의 test 클래스 하위의 div 태그의 b..
## Self-Maintenance #### 1978년생임을 감안하면 Taking into consideration that I was born in 1978. Taking into consideration ~임을 감안하면 #### 고3 때는 공부보다 먹는 것에 관심이 더 많아서 살이 많이 쪘다. I was more into eating than studying in my senior year of high school, and I put on a lot of weight be more into ~에 관심이 더 많다. my senior year of high school 고3 #### 막내를 출산하고 이듬해 어느 봄날, 거울을 들여다보니 퉁퉁한 중년의 아줌마가 있었다. One spring the year..
가벼운 학습지 (레모네이드)를 수강하고 있습니다. 오디오를 듣기위해서는 오디오클립 이라는 사이트에 들어가서 들어야합니다~ 그런데 이 사이트가 너무 불편해요.. 1. 저는 지금 15주차를 수강해야하는데.. 한번에 15주차로 찾아갈방법이 없습니다. 2. 정렬조건에 최신/오래된 밖에 없어요. 저는 중간쯤 보고싶은데.. 그럼 1주차부터 순서대로.. (그것도 한페이지가 5개씩..) 찾아가거나.. 전체 정렬을 놓고 스크롤을 한참 내려야합니다. 왜이렇게 불편한지 모르겠네요..
Talk about virtual trips you can enjoy at home 온라인으로 비행기 티켓을 검색하고 새로운 여행지를 찾아 여행 계획을 세우는 것이 나의 일상이었다. Searching online for plane tickets and planning trip to new destinations were part of my routine. part of my daily routine 일상의 일부 그렇게 여러 해 동안 여행을 다녔다. After traveling that way for many years. 더 이상 할 수 없게 되었다. I couldn't do that anymore 1년에 적어도 두 번은 해외여행을 갔다 I traveled overseas at least twice yea..
## 우리나라 국민들의 국어 독해력이 급격히 떨어졌습니다. Korean reading skills in out contury have taken a sharp downturn. take a sharp downturn 급감하다. sharp 가파른 downturn 가락세 ## 세줄만 넘어가도 글을 읽기 어려워하는 사람들이 많습니다. Many people have a hard time reading texts longer than about three lines. have a hard time 힘들어하다 ## 그들은 언제든지 그만 읽을 수 있습니다. They can stop reading at any point. at any point 언제든 ## 나는 소리 내어 읽는 것을 좋아해서 공부는 혼자서 합니다. I..
저는 처음에는 단체 채팅방에서 낯선 사람들과 대화를 한다는 게 쉽지는 않았습니다. At First. I wasn't easy for me to strike up conversation with stranger in group chats. 그러나 다른 온라인 커뮤니티와 달리, 채팅방은 실시간으로 소통이 가능하다는 것을 알게 되었습니다. But I soon came to realize that unlike online communities, chatting rooms enabled read-time communications. 이것은 큰 장점입니다. This is a big plus. 요즘은 여러 개의 단체 채팅방에서 활동하고 있습니다. These days, I am active in several grou..