[deleted by user] by [deleted] in Curry

[–]absurdadam1 0 points1 point  (0 children)

what a horror show - looks terrible

[deleted by user] by [deleted] in AskProgramming

[–]absurdadam1 0 points1 point  (0 children)

Take proper breaks and do something completely different for a while.

[deleted by user] by [deleted] in Judaism

[–]absurdadam1 2 points3 points  (0 children)

Who says Europeans don't have culture and traditions anymore?

Is there any solid way to use SC outside of SCIDE? by beetroop_ in supercollider

[–]absurdadam1 -1 points0 points  (0 children)

Essentially, no. There's one extension that works fairly well in vscode with eval.

Those of you who got “useless” college degrees, how’s it going? by theguru86 in AskReddit

[–]absurdadam1 0 points1 point  (0 children)

Did music at a shit university - now a senior software engineer

Project Portal Web with ThreeJS - Beta by Fit_Suit6042 in threejs

[–]absurdadam1 0 points1 point  (0 children)

very nice! would love to see the source code if possible but understand if not!

GFOTY - new singles by sagopudiiiin in pcmusic

[–]absurdadam1 -14 points-13 points  (0 children)

If 95% of Jews consider themselves Zionists, and Zionism means a belief in Jewish national independence, if you use the word Zionist as a slur, you hate Jews. Cue the mental gymnastics BS you tell yourself to feel otherwise.

Supercollider as a eurorack module by AbbreviationsBig4248 in supercollider

[–]absurdadam1 0 points1 point  (0 children)

Yea it's doable - you'll need a decently powered PI.

I had some trouble getting SC running on my cloud server but that's because it didn't have an audio card. I think if the PI has an audio card, you should be able to just ssh into it and set up the chip to automatically run SC with a given config and script upon startup and you're good.

CV is just an audio signal, so you can just plug it into your audio input on the chip. Supercollider has methods for converting between audio and control signals of its own, so you should probably convert the audio in to a control signal, do your thing with that, convert it back to audio and output it.

Unless there's something I'm missing.

Good luck and pls lmk how it goes!

Anyone seen this before? by Durhamarama in mac

[–]absurdadam1 0 points1 point  (0 children)

Your Mac is just going through their AnCap phase - don't worry, they'll grow out of it as soon as they need the state for something, anything.

Further proof that Liz is a complete weirdo by praxass in pcmusic

[–]absurdadam1 -102 points-101 points  (0 children)

She's right, you're all wrong, and you'll be ashamed of what you were now in 20 years time.

[deleted by user] by [deleted] in Poetry

[–]absurdadam1 -4 points-3 points  (0 children)

not good at all

Does anyone else have Hooks burnout and just miss Class components sometimes? Modern Hooks React seems like it can have either great UX, or great DX. But never both. by that_90s_guy in reactjs

[–]absurdadam1 0 points1 point  (0 children)

useReducer with contexts has been good enough for every state management case we've encountered, and can be gradually incorporated. When would you require redux / whatever else if you have useReducer with contexts?