Skip to the content.

Base64_ipynb_2_

Popcorn hacks 1

1️⃣ Which image format is best for logos and transparency?
PNG – It supports high-quality images with transparency (alpha channel) and is lossless, making it ideal for logos and graphics with sharp edges.

2️⃣ Which format loses quality to make the file size smaller?
JPEG (or JPG) – It uses lossy compression, which reduces file size by discarding some image data, often resulting in visible quality loss at higher compression levels.

3️⃣ Which format is used for simple animations, like memes?
GIF – It supports simple frame-based animations, commonly used for short loops and memes. However, it’s limited to 256 colors.

Popcorn Hacks 2

The Base64 string U1Q= decodes to:

ST

Homework hack 1

<h1>My Mood Board</h1>

<div style="width: 100%; height: 100px; background-color: #FF6B6B;" title="Energy / Passion">
  #FF6B6B — Energy / Passion
</div>
<div style="width: 100%; height: 100px; background-color: #FFD93D;" title="Happiness / Optimism">
  #FFD93D — Happiness / Optimism
</div>
<div style="width: 100%; height: 100px; background-color: #6BCB77;" title="Balance / Growth">
  #6BCB77 — Balance / Growth
</div>
<div style="width: 100%; height: 100px; background-color: #4D96FF;" title="Calm / Focus">
  #4D96FF — Calm / Focus
</div>
<div style="width: 100%; height: 100px; background-color: #843B62;" title="Creativity / Depth">
  #843B62 — Creativity / Depth
</div>

Homework Hack 2

📸 My Profile Picture (Base64)

Base64 Profile Picture