Skip to content

Instantly share code, notes, and snippets.

View machour's full-sized avatar

Mehdi Achour machour

View GitHub Profile
@SaraVieira
SaraVieira / gist file.md
Last active December 5, 2023 11:59
The Origin of Furries

In this talk we will be all discussing the origin of the furry fandom. How we will thogheter create a new furry-in-js framework. We will going over how they have changed the current fandom world, our hearts and the js world in 5 very awesome minutes! This talk is to prove a point that stars mean nothing in this case.

https://reactiveconf.com/

total average_15_minutes average_per_second time
202497 0 0 12:30
215614 13117 14.57 12:45
224181 8567 9.51 13:00
229864 5683 6.31 13:15
238109 13928 15.47 13:30
245874 7765 8.62 13:45
251432 5558 6.17 14:00
264003 12571 13.96 14:15
267267 3371 3.74 14:30
@jacob-ebey
jacob-ebey / image.ts
Last active February 29, 2024 05:25
Remix Image Component
import { createHash } from "crypto";
import fs from "fs";
import fsp from "fs/promises";
import path from "path";
import https from "https";
import { PassThrough } from "stream";
import type { Readable } from "stream";
import type { LoaderFunction } from "remix";
import sharp from "sharp";
import type { Request as NodeRequest } from "@remix-run/node";