Message from @teme

Discord ID: 529788722082742284


2018-12-31 19:26:11 UTC  

Great middle school language

2018-12-31 19:26:35 UTC  

https://en.wikipedia.org/wiki/Racket_(programming_language)

This was what I used for my first semester of my C.I.S. degree before we dived into C++

2018-12-31 19:26:38 UTC  

Zdoom scripting

2018-12-31 19:27:29 UTC  

@Legiondude you mean (((Racket)))?

2018-12-31 19:27:38 UTC  

lol

2018-12-31 19:27:52 UTC  

Well it's not totally LISP, so...

2018-12-31 19:28:21 UTC  

Narrator: "It was definitely totally LISP."

2018-12-31 19:29:37 UTC  

LISP is retarded

2018-12-31 19:29:54 UTC  

Jk thats an edgy joke

2018-12-31 19:30:46 UTC  

Its RMS fav lang so naturally i hate it

2018-12-31 19:32:20 UTC  

```Scheme
(define factorial(lambda (x)
(if (= x 0);
1
(* x (factorial (- x 1))))));
```

2018-12-31 20:45:12 UTC  

very seductive title

2019-01-01 10:09:22 UTC  

yes

2019-01-01 10:09:25 UTC  

i bought it

2019-01-01 10:44:23 UTC  

now i need the best books about OGL4 && Vulkan && RiscV

2019-01-01 21:10:32 UTC  

hmm

2019-01-01 21:11:08 UTC  

i'm trying to make a more easily portable version of those leds that go behind a screen I made a while back

2019-01-01 21:11:41 UTC  

main difficulty is getting a power supply that doesn't shit itself when more than 3 amps are needed

2019-01-01 22:30:55 UTC  

shit

2019-01-01 22:31:14 UTC  
2019-01-01 22:31:18 UTC  

yes

2019-01-01 22:31:24 UTC  

repost

2019-01-01 22:32:13 UTC  

tell me what power supply you go with

2019-01-01 22:33:40 UTC  

i'm making it portable so it's phone chargers

2019-01-01 23:05:18 UTC  

is there a 4amp phone charger tho <:makes_you_think:382980749780844554>

2019-01-01 23:06:34 UTC  

isnt all you need is the correct voltage regulator or converter, attached to the batteries, with a charging/protection circuit?

2019-01-01 23:51:43 UTC  

```
#define MOVX ((float)millis() / 5.0)
#define MOVY ((float)millis() / 5.0)
#define DIST 10


void showOff() {
uint8_t hue;
/*for ( int l = 0; l < STRIPLENGTH; l++) {
leds[l] = CHSV(0 , 255, inoise8((float)millis() / 5.0 + l * 50));
}*/
int c = 0;
for ( int l = 0; l < ledW; c++, l++) {
leds[c] = CHSV(0 , 255, inoise8(c * DIST + MOVX, 0 + MOVY));
}
for ( int l = 0; l < ledH; c++, l++) {
leds[c] = CHSV(0 , 255, inoise8(c * DIST + MOVX, ledW * DIST + MOVY));
}
for ( int l = 0; l < ledW; c++, l++) {
leds[c] = CHSV(0 , 255, inoise8((ledW - c) * DIST + MOVX, ledH * DIST + MOVY));
}
for ( int l = 0; l < ledH; c++, l++) {
leds[c] = CHSV(0 , 255, inoise8((ledH - c) * DIST + MOVX, 0 + MOVY));
}
FastLED.show();
}```

2019-01-01 23:52:07 UTC  

@M4Gunner @M4Gunner it's supposed to go behind a monitor, so batteries aren't really the best choiche

2019-01-01 23:52:37 UTC  

@Ondsinet what this?

2019-01-01 23:52:39 UTC  

yes i'm going to comment the code

2019-01-01 23:52:42 UTC  

haha

2019-01-01 23:52:43 UTC  

wait

2019-01-01 23:52:51 UTC  

OwO(ndsinet) what's this

2019-01-01 23:53:09 UTC  

⎝⎠ ╲╱╲╱ ⎝⎠

2019-01-01 23:53:12 UTC  

code for the effect

2019-01-01 23:53:38 UTC  

it's basically just a 2d perlin map

2019-01-01 23:54:01 UTC  

and a rectangle moving along it

2019-01-01 23:54:38 UTC  

👑
<:GWsetmyxPeepoPinged:405337566787928065>

2019-01-01 23:54:50 UTC  

yes hi i am stealing your code yes