Skip to content

Instantly share code, notes, and snippets.

@mechaneyes
mechaneyes / tasks.json
Last active December 3, 2024 14:07
open 3 vscode terminal tabs and run `yarn dev` for each app in monorepo
{
"version": "2.0.0",
"tasks": [
{
"label": "Launch NYSee",
"dependsOn": ["🏂homeboy", "📡radar: incoming", "Gimme the 🔫lowdown"],
"problemMatcher": [],
"runOptions": {
"runOn": "folderOpen"
}
{
"created": "2024-09-10T21:19:55.892Z",
"count": 1458,
"offset": 0,
"releases": [
{
"id": "426790fe-7568-4555-8260-28c2462e5fa1",
"score": 100,
"status-id": "1156806e-d06a-38bd-83f0-cf2284a808b9",
"packaging-id": "c1668fc7-8944-4a00-bc3e-46e8d861d211",
@mechaneyes
mechaneyes / center 33%.jsx
Created August 13, 2024 20:21
vertically center at 33% height of container
<div className="min-h-screen bg-white">
<main className="hero hero--split">
<div className="hero__copy">
<div className="hero__copy__inner">
<p className="text-gray-500">
<Date dateString={date} />
</p>
<h1 className="text-4xl font-bold text-gray-900">
<Link
href={`/posts/${slug}`}
@mechaneyes
mechaneyes / media-queries-breakpoints.scss
Last active September 1, 2024 09:10
Media Queries, Breakpoints
// ————————————————————————————————————o usage —>
//
// // w/o orientation
// @include bp("medium") {
// .class {
// width: 100%;
// }
// }
// // portrait
@mechaneyes
mechaneyes / responsive-font.md
Created March 14, 2024 14:55
Responsive Font-Size
@mechaneyes
mechaneyes / intro.md
Created January 26, 2024 00:34
AI Art Generation
@mechaneyes
mechaneyes / comments-headlines.js
Last active March 5, 2024 15:40
my preferred commenting syntax
// ————————————————————————————————————o————————————————————————————————————o comment -->
// ————————————————————————————————————o comment —>
//
@mechaneyes
mechaneyes / nameDanceElectronic.json
Last active June 6, 2022 11:39
Tweet annotations - Twitter API
{
"data": {
"text": "My top artists (Last 7 days): 1. Sam Gendel 2. Axel Boman 3. Destroyer 4. Toro y Moi 5. Finn 6. Yasuaki Shimizu 7. Eris Drew 8. |||||||||||||||||||| 9. DJ Koze 10. Floating Points (via https://t.co/TlVPQxczRs Charts)",
"entities": {
"urls": [
{
"start": 185,
"end": 208,
"url": "https://t.co/TlVPQxczRs",
"expanded_url": "http://Last.fm",
@mechaneyes
mechaneyes / p5js: package.json + webpack.config.js
Created December 14, 2021 19:22
p5js: package.json + webpack.config.js
config for modernizing and running generator-p5-webpack
🏂 package.json
🍖 webpack.config.js