Skip to content

Instantly share code, notes, and snippets.

View emberian's full-sized avatar

emberian

View GitHub Profile
use std::os;
#[allow(unused_variables)]
fn main() {
let width = 2u8;
let height = 3u8;
let size = 4u8;
let pitch = width * size;
let (mut x_offset, mut y_offset) = (0u8, 0u8);
@emberian
emberian / xfrm.py
Last active January 17, 2024 21:22 — forked from Grissess/xfrm.py
import sys
from collections import defaultdict
hosts_by_pkg = defaultdict(set)
for line in sys.stdin:
line = line.strip()
if not line:
continue
host, pkg = line.split()
@emberian
emberian / migrationrelease.md
Last active March 29, 2024 22:53 — forked from amc-ie/preupgraderelease.md
Migration Tooling Release

April Fool's! These release notes are from ChatGPT.

You might want to read the real deal.

🚀💥 O(1) Labs Team is ALL FIRED UP to Drop the LATEST Devnet Archive Migration Tools! 💥🚀

🎉 BIG NEWS, Friends! 🎉 We're thrilled to bits to unveil the shiny new gadgets you'll need for a smooth sail through the Devnet Archive Database Migration! Get ready to kick things up a notch before the Berkeley Upgrade hits Devnet. 🚀

What's Cooking? 🔥

@emberian
emberian / devnetstopslot.md
Created April 3, 2024 22:30 — forked from amc-ie/devnetstopslot.md
Mina Devnet 1.5.0 Stop Slot Release

❗ This release is only to be used as part of the Devnet Upgrade ❗


This release is the first phase of the Devnet upgrade that specifies the stop slot in the codebase that formally begins the process. This isthe first stage in a two stage process; the next devnet release will usher in the start of the new Devnet and as such the new era of Berkeley functionality on our Devnet!


Supported environments include macOS, Linux (Debian 10, 11 and Ubuntu 20.04 LTS), and any host machine with Docker.