Skip to main content

[CanadaLife] Body-weight exercise in early morning without making noise and equipments

Why is this topic so weird in some cultures?

Tại sao lại có topic kỳ cục này? 

Ở đất nước tôi, người ta có câu nói "Cơm Tàu, Vợ Nhật, Nhà Tây" để mô tả cuộc sống mơ ước của một người đàn ông. Hồi còn là sinh viên chưa biết thế nào là Tàu, Nhật, Tây, tôi nghĩ đó là một tiêu chuẩn đáng để đặt mục tiêu trong cuộc đời. Thế nhưng, giờ thì sao, với phong cách sống và kiến thức có được thôi nhận ra là:

Cơm Tàu thì đầy dầu mỡ, Nhà Tây trông bên ngoài thì đẹp, nhưng sàn thì ọp ẹp, tường mỏng và cách âm kém. 

Trong quá trình lăn lộn ở nhà thuê lúc còn ở Tây phương, tôi hay có thói quen dậy buổi sáng sớm để thiền và tập thể dục. Tuy nhiên, cứ mỗi bước chân đi trong phòng là cả hai tầng nhà đều nghe thấy. Không thể vì điều này mà tôi phải thay đổi lối sống của mình. Thế nên, topic này ra đời.

Dưới đây là mốt số động tác có thể tập mà không phát ra tiếng làm ảnh hưởng đến giấc ngủ của những người cùng chung sống với bạn.

At-home bodyweight exercises without any equipment:

1. Plank: 100% in silent


Plank


2. Push up: As we age, that helpful cartilage begins to break down, making our bones rub together painfully and making a popping sound.

There are a variety of versions of this exercise. Therefore, you can find out which best fits your condition.

Push up


3. Squat: No noise 

Pause for about five seconds and keep the chest up

Squat


You can combine this with bridge and Superman exercises in one set.

Superman

4. Kegel exercise (Bridge): No noise

Do the bridge exercise to strengthen your core muscles and glute



Finally, my morning exercise set looks like a series of silent muscle practicing activities.




Happy doing the things you love in an incubator.













Comments

Popular posts from this blog

How to test frame buffer in linux

The intended goal of this article is to provide the user with enough information so they can display an image onto a screen of their choosing. How to re-build frame buffer testing application. Base knowledge http://trac.gateworks.com/wiki/OpenEmbedded/Video_Out Frame buffer test application - rebuild fb-test-app step 1: Download soure code ( git installed on your machine and account in git-hub is required) https://github.com/prpplague/fb-test-app Command in git: git init git clone https://github.com/prpplague/fb-test-app.git step 2: Change makefile vi Makefile //open Makefile by vim editor :set nu //show line number replace from line 6 to line 12 by folow code: CC=arm-linux-gnueabi-gcc CFLAGS=-02 -Wall Save change command :wq step 3: Rebuid Type “make” command step 4: Copy execute file to target system by filezilla or something like that step 5: Remote target by root account, change mode of execute file (what copied from host)

The best 12 AI Tools in 2023

The new life challenges require new tools.  For decades, AI technology has been a fuzzy field for unprofessional users. However, it is not rocket science anymore at this time.  There are the best 12 AI tools in 2023 that will keep you up and take some advantages in your business. Here, I put everything on your table. Enjoy Solves anything - ChatGPT ( https://chat.openai.com/auth/login ) Write anything - Writesonic ( https://writesonic.com/ ) Generates Art - Midjourney ( https://www.midjourney.com/explore ) Generates Code - Replit ( https://replit.com /) Generates Video - Synthesia ( https://www.synthesia.io/ ) Generates Music - Soundraw ( https://soundraw.io/ ) Generates Tiktoks - Fliki ( https://fliki.ai/ ) Generates Avatars - Starrytars ( https://starryai.com/en/starrytars ) Generates PPTs - SlidesAI ( https://www.slidesai.io/ ) Edit Pictures - Remini ( https://remini.ai/ ) Edit Video - Pictory ( https://pictory.ai/ ) Summarize Notes - Wordtune( https://www.wordtune.com /)

Một số khái niệm hay dùng khi làm việc với RTOS

Brief Góp nhặt một số kiến thức hay dùng khi làm việc với các hệ điều hành thời gian thực. 1. Mutex Mutex là gì? Mutual exclusion: Trên một hệ điều hành thường có nhiều chương trình (hay tác vụ - task) chạy đồng thời. Mutex giúp ngăn chặn việc hai task cùng truy cập vào 1 tài nguyên (memory, register gọi chung là critical section) của hệ thống trong cùng một thời điểm. Ví dụ, ta có 1 cái FIFO, task 1 đang read FIFO, task 2 lại write FIFO, nếu task 1 chưa lấy xong phần dữ liệu cần thiết mà task 2 lại write đè vào đúng vị trí task 1 đang read, nó sẽ làm sai lệch dữ liệu mà task 1 đang đọc. Lưu ý: Cơ chế mutex được dùng trong cả thiết kế hardware và software. Dùng trong chương trình như thế nào? Hiểu đơn giản, mutex giống như cái khóa tủ dùng chung khi vào hiệu sách hay siêu thị. Để mở được tủ thì phải có khóa. Dùng xong tủ thì phải trả lại chìa khóa lại cho thằng khác dùng ví dụ 1: void task1() {        //Đợi lấy chìa khóa để mở tủ        osMutexWait();         //Cất