Skip to content

Instantly share code, notes, and snippets.

View davilima6's full-sized avatar

Davi Medeiros davilima6

View GitHub Profile
@davilima6
davilima6 / s3-glacier.md
Created June 10, 2026 11:34
Amazon S3 Glacier Deep Archive

the s3 cheapest storage uses tapes or some ancient storage device, very slow?

You actually hit the nail right on the head! The absolute cheapest tier of Amazon S3—S3 Glacier Deep Archive—is the cloud equivalent of a high-tech digital warehouse. It relies heavily on a technology many assume is obsolete: magnetic tape (alongside heavily customized, powered-down hard drives).

While Amazon keeps its exact hardware proprietary, industry teardowns and system behaviors point to massive, automated robotic tape libraries handling this data. Far from a dusty 1980s cassette player, these are cutting-edge, ultra-high-density enterprise tape systems.

Here is exactly how it works, why it is so cheap, and just how slow it can be.


The Origins: Two Different Worlds

To understand how phonk and Brazilian funk relate, it helps to see where they started, because they come from completely different musical universes.

  • Phonk: Born in the 1990s in Memphis, Tennessee, phonk originally started as a dark, lo-fi subgenre of hip-hop. It heavily relied on vintage Memphis rap tapes, chopped-and-screwed vocals, and eerie atmospheres. By the late 2010s, it mutated on the internet into Drift Phonk—a high-tempo, aggressive electronic variant famous for its blown-out bass and cowbell loops, popularized by drift car and fitness culture videos.
  • Brazilian Funk (Funk Carioca): Emerging in the 1980s from the favelas of Rio de Janeiro, Brazilian funk has almost nothing to do with Western 1970s funk. Instead, it grew out of Miami Bass, freestyle, and traditional Afro-Brazilian rhythms. It is defined by its raw, syncopated, percussive drive—specifically the heavy tamborzão beat—and high-energy Portuguese vocal chops.

The Intersect

# Podcast Summary — “Redefining the CMS for the AI Era”
## Who’s talking
* **Host:** Barb Mosher Zinck (Content Matters podcast)
* **Guests:**
* **Deane Barker** — Director of Strategic Engagement, Staffbase; author on content modeling and CMS.
* **David Hillis** — CMO, Ingeniux; “tech optimist” focused on AI-powered web/customer experiences.
@davilima6
davilima6 / optimizely-mcp-bug-report.md
Last active September 23, 2025 12:24
Optimizely MCP Server Bug Report

Optimizely MCP Server Bug Report

Version: @optimizely/mcp-server-exp@1.0.7

Environment: VS Code 1.104.1, Node.js v24.8.0

Testing Date: September 22, 2025

Reporter: SumUp

@davilima6
davilima6 / haystack.py
Last active April 30, 2019 08:43
Haystack Exercise
haystack = "javascript"
needle1 = "jvs"
needle2 = "jts"
needle3 = "jvt"
def func(word, partial):
isFound = True
for char in haystack:
if not partial:
@davilima6
davilima6 / intersection.py
Created April 30, 2019 08:41
Intersection Exercise
# PROBLEM
arr1 = [1, 2, 3]
arr2 = [1, 3, 4]
output = [1, 3]
# SOLUTION
def func(arr1, arr2):
@davilima6
davilima6 / 0_reuse_code.js
Created June 30, 2016 11:02
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
This means:
Create a Python package of the form plonetheme.free_theme
Create a Diazo theme inside of the form: plonetheme.free_theme/plonetheme/free_theme/theme/free_theme/{rules.xml,index.html,static/}
Create a zip file from the diazo theme: plonetheme.free_theme/free_theme.zip
Upload to PyPI
Use plonetheme.unilluminated as an example: https://github.com/aclark4life/plonetheme.unilluminated.
Preferably we develop themes in the Github collective: https://github.com/organizations/collective but SVN collective or elsewhere is fine too as long as they end up on PyPI/plone.org.