How to Read Research Papers: Learning from Andrew Ng

I'll share techniques for reading research papers from Andrew Ng's lecture video. Introduction How to Read Research Papers According to Andrew Ng Reading Papers Checking Your Understanding Conclusion References Introduction Recently, as I'…

Understanding 1-bit LLMs | Paper Notes: The Era of 1-bit LLMs: All Large Language Models are in 1.58 Bits

This is a summary of the paper "The Era of 1-bit LLMs: All Large Language Models are in 1.58 Bits". Introduction The Era of 1-bit LLMs: All Large Language Models are in 1.58 Bits Overview Method Results Conclusion/Thoughts References Intro…

Adding Tags in AWS CDK

This is a quick reference guide for adding tags in AWS CDK. Introduction Environment Adding Tags in CDK Examples Adding Tags at the Stack Level Adding Tags at the Construct Level Note: Deprecated Tag Assignment Method Conclusion References…

Nesting Stacks in AWS CDK

This article describes how to nest Stacks when deploying with AWS CDK. Introduction Environment Nesting Stacks in CDK Problem: Stacks Cannot Be Simply Nested Solution: Use NestedStack Conclusion References Introduction When I tried to nest…

Essential AWS CDK Commands

This article summarizes the basic commands frequently used in AWS CDK. Introduction Environment CDK Commands Summary Check CDK Version Install CDK Create CDK Project Preparation Before Running CDK Commands List CDK Stacks Generate CloudFor…

Deleting All Existing Objects in Blender Python

This is a quick reference guide on how to delete all objects in a scene using Blender Python. Introduction Deleting All Existing Objects in Blender Python Conclusion References Introduction When working with Blender Python through trial an…

Dynamically Configuring Terraform Backend Settings

This guide explains how to dynamically configure backend settings for storing Terraform state files. Introduction How to Dynamically Configure the Terraform Backend Conclusion References Introduction I encountered a use case where I needed…

Getting AWS Region in Terraform

A quick reference for how to get the AWS region in Terraform. Introduction Getting AWS Region in Terraform How to do it Bonus: Reading the Terraform Source Code Conclusion References Introduction When working with AWS resources in Terrafor…

Getting AWS Account ID in Terraform

This is a brief guide on how to retrieve the current AWS account ID in Terraform. Introduction Getting AWS Account ID in Terraform How to Do It Bonus: Reading the Terraform Source Code Conclusion References Introduction When writing Terraf…

How to Install Lua Scripts/Add-ons in Aseprite

A quick guide on how to install Lua scripts/add-ons in Aseprite. Introduction How to Install Scripts in Aseprite 1. Open the Scripts Folder 2. Place the Lua Script in the Scripts Folder 3. Rescan the Scripts Folder Conclusion References In…

How to Change Animation Frame Rate in Aseprite

A quick note on how to change animation frame rates in Aseprite. Introduction Changing Animation Frame Rate in Aseprite Changing All Frames at Once Changing Selected Frames Conclusion References Introduction I often forget how to change an…

Paid vs. Open Source Aseprite: The Difference

This article summarizes the differences between the paid version of Aseprite and the open source version. Introduction Note: Technically Not "OSS" Differences Between Paid Aseprite and Free Open Source Aseprite Conclusion References Introd…

Running Stable Diffusion on M2 Mac | Stable Diffusion web UI

I'll install Stable Diffusion web UI on my M2 Mac and get it up and running. Introduction Running Stable Diffusion web UI on M2 Mac 1. Installing Required Libraries 2. Clone the Stable Diffusion web UI Source Code 3. Place the Stable Diffu…

Where Are Font Files Located on macOS

A quick note on where font files are stored on Mac. Introduction Font File Locations on macOS Conclusion References Introduction I couldn't find where font files are located on macOS, so I'll briefly research and summarize the information.…

Making M2 MacBook Sleep When Closed : Disabling Clamshell Mode

This is a note on how to disable clamshell mode on M2 MacBook. Introduction How to Disable Clamshell Mode Using noclamshell Appendix: Understanding How noclamshell Works Appendix: Uninstalling noclamshell Conclusion References Introduction…