Skip to content

Instantly share code, notes, and snippets.

View spacecowb0y's full-sized avatar

Diego spacecowb0y

View GitHub Profile
1
00:00:00,000 --> 00:00:06,080
This Craft of Verse by Jorge Luis Borges. Following are the six lectures that
2
00:00:06,080 --> 00:00:11,640
Jorge Luis Borges delivered at Harvard University in the fall of 1967 and the
3
00:00:11,640 --> 00:00:17,880
This Craft of Verse by Jorge Luis Borges. Following are the six lectures that Jorge Luis Borges delivered at Harvard University in the fall of 1967 and the spring of 1968. Born in 1899, he was by this time almost completely blind and thus addressed his audience without the aid of written notes. He learned his fluent English from his paternal grandmother, who had come to Buenos Aires from Staffordshire. His mother, a translator, and his father, a professor of psychology and modern languages, also knew English. These recordings, only lately rediscovered in the Harvard University archives, testify to his love of the language as well as his wit, erudition, and remarkable literary sensibility. Borges died in 1986. Lecture 1. The Riddle of Poetry. Ladies and gentlemen, I feel quite overwhelmed by the very generous injustice of Juan Marichal. But at the outset, I would like to give you a fair warning of what to expect, or rather of what not to expect from me. I find that I have made a slip in the very title of my fi
This file has been truncated, but you can view the full file.
{
"text": " This Craft of Verse by Jorge Luis Borges. Following are the six lectures that Jorge Luis Borges delivered at Harvard University in the fall of 1967 and the spring of 1968. Born in 1899, he was by this time almost completely blind and thus addressed his audience without the aid of written notes. He learned his fluent English from his paternal grandmother, who had come to Buenos Aires from Staffordshire. His mother, a translator, and his father, a professor of psychology and modern languages, also knew English. These recordings, only lately rediscovered in the Harvard University archives, testify to his love of the language as well as his wit, erudition, and remarkable literary sensibility. Borges died in 1986. Lecture 1. The Riddle of Poetry. Ladies and gentlemen, I feel quite overwhelmed by the very generous injustice of Juan Marichal. But at the outset, I would like to give you a fair warning of what to expect, or rather of what not to expect from me. I find that I have made a slip in the very
This Craft of Verse by Jorge Luis Borges. Following are the six lectures that Jorge Luis Borges delivered at Harvard University in the fall of 1967 and the spring of 1968. Born in 1899, he was by this time almost completely blind and thus addressed his audience without the aid of written notes. He learned his fluent English from his paternal grandmother, who had come to Buenos Aires from Staffordshire. His mother, a translator, and his father, a professor of psychology and modern languages, also knew English. These recordings, only lately rediscovered in the Harvard University archives, testify to his love of the language as well as his wit, erudition, and remarkable literary sensibility. Borges died in 1986. Lecture 1. The Riddle of Poetry. Ladies and gentlemen, I feel quite overwhelmed by the very generous injustice of Juan Marichal. But at the outset, I would like to give you a fair warning of what to expect, or rather of what not to expect from me. I find that I have made a slip in the very title of my f
[].map((x) => [Math.random(), x])
.sort(([a], [b]) => a - b)
.map(([_, x]) => x);
@spacecowb0y
spacecowb0y / readme.md
Created November 22, 2012 15:21
Setup your development environment Rails and MySQL on OSX using Homebrew and RVM
I am attesting that this GitHub handle spacecowb0y is linked to the Tezos account tz1fFq5o67rBL5Mjax7cd95n8x66RUzgYF6t for tzprofiles
sig:edsigtx2Qbq9YYosTJr6QQUvvvP2DRQCnkiVYmQucTWfLLognDET6dyYyxQ57ZCoAA8hARzrfttQtoruWB7xQurtZDfvGzko2Hw
@spacecowb0y
spacecowb0y / day-1.js
Last active December 2, 2021 09:50
Advent of Code 2021: Javascript
const measurements = []; // your data here
const byIndexValue = (value, index, array) => array[index] > array[index - 1];
const byIndexSum = (value, index, array) =>
value + array[index + 1] + array[index + 2] >
value + array[index - 1] + array[index + 1];
console.log(`Answer 1: ${measurements.filter(byIndexValue).length}`);
console.log(`Answer 2: ${measurements.filter(byIndexSum).length}`);
We can make this file beautiful and searchable if this error is corrected: Unclosed quoted field in line 4.
name,ring,quadrant,isNew,description
Agile and Scrum,Adopt,Techniques,FALSE,"<p>As opposed to a conventional waterfall method, Agile is an iterative process, where each unit of work should have a short time span (a couple of weeks is ideal). The goal is to deliver working software to the customer at the end of each iteration. Then the customer will give feedback as needed and things are adjusted for the next iteration.</p>"
Pair Programming,Trial,Techniques,FALSE,"<p>Pair programming provides a process for sharing knowledge and context that is built into our everyday workflow. For every line of code written while pair programming, two people have context on the code instead of one. This provides built-in redundancy if one person leaves, moves to a different team, is busy with other work, or goes on vacation. Without pair programming, developers must go to extra lengths to share knowledge, usually through extra meetings and code review sessions.</p>"
Frontastic,Adopt,Platforms,FALSE,"<p>Frontastic combines API
{
"basics": {
"name": "Diego Peralta",
"label": "Tech Lead Engineer",
"image": "https://avatars0.githubusercontent.com/u/416209?s=460&u=38f220a2c9c658141804f881c334c594eb1642ac&v=4",
"summary": "I'm a pragmatic programmer with over 12 years of professional experience, including hands-on full stack development in startups environments, leading teams, consulting/advising startup clients, and delivering many mission critical projects. ",
"website": "https://diego.earth",
"email": "mail@diego.earth",
"phone": "+49 179 2633850",
"location": {