Skip to main content

w_yw blog

## Welcome to my blog ✨

👉Check my About page to know more about me.
📖Check my Blog page to read my recent posts.

Total time coded since Oct 24 2023

Troubleshooting Headers: The Things I Didnt Know About CSP

Memory, such a fickle thing, just like the security of websites. # It began with Recently, I started on what I thought would be a routine task: deploying my static website on AWS using S3 and CloudFront. But this time, things took an unexpected turn. As soon as the website went live, I noticed something strange. The JS and CSS files, which are crucial for the functionality and look of my site, weren’t loading.

Day3-Gear Ratios

My solution and thoughts on Day 3 puzzle of Advent of Code 2023 ## Part One # Puzzle The engine schematic (your puzzle input) consists of a visual representation of the engine. There are lots of numbers and symbols you don’t really understand, but apparently any number adjacent to a symbol, even diagonally, is a “part number” and should be included in your sum. (Periods (.) do not count as a symbol.

Day2-Cube Conundrum

My solution and thoughts on Day 2 puzzle of Advent of Code 2023 ## Part One # Puzzle You play several games and record the information from each game (your puzzle input). Each game is listed with its ID number (like the 11 in Game 11: ...) followed by a semicolon-separated list of subsets of cubes that were revealed from the bag (like 3 red, 5 green, 4 blue). For example, the record of a few games might look like this:

Day1-Trebuchet

My solution and thoughts on Day 1 puzzle of Advent of Code 2023 ## Part One # Puzzle The newly-improved calibration document consists of lines of text; each line originally contained a specific calibration value that the Elves now need to recover. On each line, the calibration value can be found by combining the first digit and the last digit (in that order) to form a single two-digit number. For example:

Set up an email with a custom domain on AWS

A step-by-step guide to set up an email with a custom domain on AWS. It’s often the case you bought a domain, and you maybe don’t want to use the email hosting service offered by your DNS provider, you just want an email with your custom domain to receive the incoming emails and forward them to your personal email address. Here’s what I did to set up an email with my custom domain on AWS

The Future of AI: Exploring Chain-of-Thought Prompting and AutoGPT in the Era of Rapid Development

I was closely following the AI community at that time, and a recent letter that urged a pause on AI development provoked my thoughts. # Introduction The rapid pace of AI development, especially after the release of GPT-4, has been nothing short of breathtaking. As an avid follower of the AI community since the inception of ChatGPT, I have been amazed by the incredible tools and papers that are being released week after week.