Binary vs ASCII when transferring files using FTP

This is for line breaks handling, ASCII is used to convert line breaks to match the destination operating system.

Basically use ASCII for plain text files (.txt, .php, .js, etc),and use Binary for any other files, or just use the AUTO setting in the FTP client.

More on this in here: https://serverfault.com/questions/110699…
Mirror: https://web.archive.org/web/20230521084…

How to better edit / compile video with Adobe Premiere

  • Open the file in Adobe Premiere
  • Cut “ahh uhh” parts
  • Give default transition in voice to make it less popping
  • After the voice is done, export to .wav and open in Adobe Audition
  • Apply effect: Less popping in parts that are needed
  • Apply effect: ‘Speech volume leveler’ to around -5db & 80%
  • Apply effect: ‘Clean up noisy dialogue’
  • Reapply effect: ‘Speech volume leveler’ (if needed)
  • Apply effect: ‘Hard limiter’ (shouldn’t be needed as it should be leveled from the processes above)
  • Apply effect: If the volume is too low, raise the DB manually, and then reapply ‘hard limit’ again
  • Come back to Adobe Premiere
  • Apply background music and default transition if there are still cuts in the video to make it less popping
  • Export the audio as: .wav
  • Export the video as: h264

How to completely shutdown/restart in Windows 10

Basically you need to disable these features: superfect, reopen on sign in, and fast startup, more info in links below:

Steps on creating or developing a software/application

  1. Understand or assess the current system or business flow process first (I personally think this is the most important one, most often overlooked, underestimated, or even worse, skipped, and need to be given more time/resource allocation)
  2. Creating an application description. It contains an explanation of the main functions of the application we will develop. Also, write down the users involved and an overview of the business processes provided by the application.
  3. Creating a feature list.
  4. For commercial projects, we will translate this feature list into cost and time estimates. If you are a programmer and not involved in financial matters, please skip this step. You can learn more in here: https://software.endy.muhardin.com/… or mirror: https://web.archive.org/web/2023052…
  5. Creating a database schema. (I personally prefer to do this before UI mockups, so that I can picture the UI mockups better)
  6. Creating UI mockups.
  7. Creating a list of classes and their relationships.
  8. Creating the application framework in the form of source code.
  9. Implementing the source code in detail until completion.
  10. User Acceptance Test, both internally and externally.

Modified from: https://software.endy.muhardin.com/ma…
Mirror: https://web.archive.org/web/20230521062…

How to import inbox and sent emails using POP3

  • Import inbox normally using POP3 to a folder in new email e.g “Old inbox”
  • After imported, move inbox in old email to another folder (if using Cpanel, we can use Horde) e.g “Imported inbox”
  • Change setting of POP3 import to another folder e.g from “Old inbox” to “Old sent”
  • Move sent mails in old email to inbox folder
  • Wait for importing process
  • After imported, move the emails from “Old inbox” to regular inbox folder, and “Old sent” to regular sent folder, and mark all as read