Skip to main content

saving money weekly

I came across a an idea called 52 Week Money Challenge. Let me share to you how it works. The idea is to save Php62,900.00 in 52 weeks(one year) and we start with only Php50.00.

What is it?

From the label 52 Week Money Challenge, it's a Challenge. It's about saving Money. It runs for 52 weeks (1 year). In a nutshell, you religiously save an increasing amount for the whole year.

How do you do it?

  1. For the first week, you save Php50.00.
  2. On the second week, you save the same amount as last week, which is Php50.00 - plus additional Php50.00. That's Php100.00
  3. On the third week, you save the same amount as last week, which is Php100.00 - Plus additional Php50.00. That's Php150.00
  4. On the fourth week, you save the same amount as last week, which is Php150.00 - Plus additional Php50.00. That's Php200.00
  5. You repeat the cycle for one year or 52 weeks.
  6. Enjoy your money.

Minimum Requirements:

  • Make sure you can wait for one year
  • You have an income for at least a year
  • You can afford to set aside the amount of the last week. If you are using Php50.00 as base, then that's Php2,600
Tips: 
  • Put it in a bank account to avoid the temptation of spending your money
  • Have a goal on how to use it when you are done. (eg. cellphone, project car, travel)
  • You can change the base depending on what you can afford. If you are a student you might want to start with Php10.00 or Php20.00
If you think this is not effective to you, then consider changing some of the parameters. Say, reverse it(which i am using). Start from the biggest amount(Php2,600). Or, if you have an erratic amount of income, then just choose what you can afford on the week. I'll be discussing this next time since i have just thought of it right now.

Happy Saving!

Popular

Conversations with Grok (Part 2): Come To Think of It

Be updated and read the previous part here:  Conversations with Grok (Part 1): Introducing Agile Transportation System Me: Since I'm from Manila Philippines, which I'm guessing you already know, starting it in BGC to prove effectiveness and partnering with companies like telecoms(smart and globe) for internet, google for tech and cloud, digital payments(gcash and maya) for fare, the BGC administrator for location and other companies may seem effective Grok : You’re absolutely right—starting a routeless, agile transportation system in Bonifacio Global City (BGC) in Manila, Philippines, and partnering with heavy hitters like Smart, Globe, Google, GCash, Maya, and the BGC administrator could be a slam dunk for proving effectiveness. BGC’s a perfect testing ground: it’s compact, modern, tech-savvy, and already a hub for innovation. Let’s unpack how this could play out and why it might work. Why BGC Works BGC’s got a lot going for it. It’s a planned urban district with a dense mix o...

PHP Error: Unable to load dynamic library 'gd'

Currently installing Laravel on my Arch Linux. I got PHP, MySQL, Apache and Composer installed and trying to install Laravel with this: $ composer global require laravel/installer  But got this instead: PHP Warning:  PHP Startup: Unable to load dynamic library 'gd' (tried: /usr/lib/php/modules/gd (/usr/lib/php/modules/gd: cannot open shared object file: No such file or directory), /usr/lib/php/modules/gd.so (/usr/lib/php/modules/gd.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 PHP Warning:  PHP Startup: Unable to load dynamic library 'openssl.so' (tried: /usr/lib/php/modules/openssl.so (/usr/lib/php/modules/openssl.so: cannot open shared object file: No such file or directory), /usr/lib/php/modules/openssl.so.so (/usr/lib/php/modules/openssl.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 PHP Warning:  PHP Startup: Unable to load dynamic library 'phar.so' (tried: /usr/lib/php/modu...

Wrestling with an Old Acer Laptop to Install ALBERT—And Winning!

You know that feeling when you take an old, battle-worn laptop and make it do something it was never meant to handle? That’s exactly what we did when we decided to install ALBERT (A Lite BERT) on an aging Acer laptop. If you’ve ever tried deep learning on old hardware, you’ll understand why this was part engineering challenge, part act of stubborn defiance. The Challenge: ALBERT on a Senior Citizen of a Laptop The laptop in question? A dusty old Acer machine (N3450 2.2 GHz, 4gb ram), still running strong (well, kind of) but never meant to handle modern AI workloads. The mission? Get PyTorch, Transformers, and ALBERT running on it—without CUDA, because, let’s be real, this laptop’s GPU is more suited for Minesweeper than machine learning. Step 1: Clearing Space (Because 92% Disk Usage Ain’t It) First order of business: making room. A quick df -h confirmed what we feared—only a few gigabytes of storage left. Old logs, forgotten downloads, and unnecessary packages were sent to digita...