aryan02420's TIL

A collection of cool things I discovered from around the web.

Computer Graphics: Oblique projections

#computer-graphics

Oblique projections are very different from orthographic projections.

Read More

Bash: Easy backup command

#bash

Today I learned a neat trick to create a backup of a file in bash. Instead of typing the file name twice, you can use the following syntax:

Read More

Google: Lifetime accounts are not forever

#google

Google Play develper accounts aren't forever. They can be terminated due to inactivity (in my case probably around 1 year), even if you regularly access the normal account!

Read More

Chrome: Link to arbitrary text on page

#chrome#url

Today I learned that you can link to arbitrary text on a page in Chrome by using the #:~:text= URL fragment.

Read More