Skip to content

Instantly share code, notes, and snippets.

View cyc1am3n's full-sized avatar
๐Ÿฆ

Daeyoung Kim cyc1am3n

๐Ÿฆ
View GitHub Profile
@hanjae-jea
hanjae-jea / sample2.cpp
Last active August 29, 2015 14:17
ํ•œ์žฌํ•œํ…Œ ๊ณผ์ œ ๋ถ€ํƒ
#include <stdio.h>
int main(int argc, char* argv[])
{
int sum = 0;
for( int i = 1 ; i <= 100 ; i ++ ){
sum = sum + i;
}
printf("1 to 100 sum = %d\n");
}
@veekaybee
veekaybee / normcore-llm.md
Last active April 30, 2025 19:01
Normcore LLM Reads

Anti-hype LLM reading list

Goals: Add links that are reasonable and good explanations of how stuff works. No hype and no vendor content if possible. Practical first-hand accounts of models in prod eagerly sought.

Foundational Concepts

Screenshot 2023-12-18 at 10 40 27 PM

Pre-Transformer Models