If you use Mac and tend to copy and paste things from one
place to another, chances are, you may not be interested in
preserving the original formatting of the text. Instead, you
simply want the copied text to be pasted with the formatting
of the destination of where it is posted.
One of the common traits of people who manage to get
extraordinarily results in the things that they do is that
they show up consistently doing the work, whether they feel
like it or not.
JavaScript is one of the most popular programming languages.
Very often you see new JavaScript frameworks that make your
life easier as a software developer, but being able to learn
the language itself, not just the latest framework, can also
be quite helpful.
Ruby on Rails has a lot of helpful modules and methods that
can save us a lot of time. One such module is Inflector, which
is something that can save up a lot of time in transforming
words from singular to plural and a lot more.
YouTube represents now one of the most popular pages on the
internet, where there is more content to watch and learn from
than hours that we have in a given day to watch it all.
Many people have left their jobs and have started making
YouTube videos full time and they usually tend to rely heavily
on Google Ads to pay their bills.
They and others use the fact that if you have videos that are
longer than 10 minutes, you can add more ads to your video.
More ads, means that people spend more time on YouTube, but
that also translates to earnings for the people who publish
those videos.
However there is sometimes just a short clip from the video
that interests you. Maybe, it is at the last part of the
video, or in the middle. The uploader wanted to make you watch
the video until the end to find out, which also translates to
more ads being viewed.
You tend to use the forward arrow to skip until you get to the
point of the clip that you are looking for.
What if there was a quicker way to do that?
Recently I learned a trick from
productivity.so’s
mailing list about quickly jumping to different portions of a
YouTube video using keyboard shortcuts, which I really liked
and decided to write this article.
Use the numbers keys to go to the
respective percentage of the video (Clicking 1 will
send you to the timestamp of 10%, 2 to 20%, 3 to 30%,
etc.)
This is a really helpful trick that is saving me a lot of time
and I hope it will be the same for you too.
There are some videos that I usually just try to skim and have
a quick preview of what it is about and do not intend to watch
it entirely. Pressing 5 to go the half of the video and then
simply deciding to go back or forward from that is really
helpful.
This reminds me the famous searching algorithm for searching,
Binary Search.
You do a split in the middle and then try to finish searching
as you have already found what you were looking for, or move
left or right that split.
Yes, I am aware that some videos are worth watching from the
beginning until the end, but for a lot of them, they have
those few interesting insights that you are may be looking for
usually buried in the last portion of the video.
You use bookmarks to help you save up time from remembering
the URL of the page that you have to visit. You also use them
to save up time and get back to something that you didn’t have
the time to check it at the time your friend sent it to you.
Alfred is a really great application for Mac that lets you do
Google searches, or even search inside your computer with just
a few keystrokes.
The good thing is, there is even a very helpful shortcut for
searching inside Mac files. I learned about it only recently
and have found great value from it.
When you find a potentially helpful GitHub repository, one of
the things that come to mind is: Is this still being
maintained?
Maybe the original person who started that repository does not
have time to maintain it, so you are a bit worried that maybe
this project may be a little bit outdated. It can contain
security breaches, uses an old version of a library, or even
Python 2.
If you are like me, you have a lot of article ideas that you
want to write. A lot of projects that you have put on Trello.
A lot of products that you want to start and finish.