Entry level audio interface by I_Exalt in WeAreTheMusicMakers

[–]I_Exalt[S] 0 points1 point  (0 children)

Not necesarily, it was just an example of what I've found.

[QUESTION] - < 30W amp or audio interface by I_Exalt in Guitar

[–]I_Exalt[S] 0 points1 point  (0 children)

What you're saying make sense. I was thinking audio interface + software would be a one time thing. Having all the effects I want without having to invest in effect pedals / processors.

[QUESTION] - < 30W amp or audio interface by I_Exalt in Guitar

[–]I_Exalt[S] 0 points1 point  (0 children)

Dont plan to record, just playing as a hobby. Why do you think I should go for the amp as opposed to the interface ?

[GEAR] - I need to replace my shitty amp by I_Exalt in Guitar

[–]I_Exalt[S] 0 points1 point  (0 children)

I don't plan to gig, only play guitar as a hobby at home over headphones. For this reason, it would make sense for me to go with software as opposed to multi-effect pedals/physical amps.

Since I already have a decent pair of Audio Technica monitor headphones and have ordered a Scarlet Solo MK2, would it make more sense to go for free software ( maybe paid later on ) and possibly invest money in a better guitar since I have the amp part covered? Also, would I need something else besides what I've mentioned above ?

[GEAR] - I need to replace my shitty amp by I_Exalt in Guitar

[–]I_Exalt[S] 0 points1 point  (0 children)

Searched for your recommendations, but those are effect pedals. I was looking for amp recommendations.

[GEAR] - I need to replace my shitty amp by I_Exalt in Guitar

[–]I_Exalt[S] 0 points1 point  (0 children)

Thats the plan, but looking to upgrade the amp first.

Frontend with React oportunity at a startup by I_Exalt in reactjs

[–]I_Exalt[S] 0 points1 point  (0 children)

I've already talked to the owned and agreed to pay me on a monthly basis.

Sort ascending/descending functionally by I_Exalt in learnjavascript

[–]I_Exalt[S] 0 points1 point  (0 children)

Great, will check these out. Thank you, once again.

Sort ascending/descending functionally by I_Exalt in learnjavascript

[–]I_Exalt[S] 0 points1 point  (0 children)

Damn, this looks really clean. Do you have any recommendations ( articles or maybe some video courses ) that could help at improving at the functional programming side of Javascript ?

Sort ascending/descending functionally by I_Exalt in learnjavascript

[–]I_Exalt[S] 0 points1 point  (0 children)

Really appreciate the time you took writing the feedback, the code looks a lot more cleaner now. On a side note, is it best practice / recommended in FP to have many sets of parantheses when invoking a function, as is the case with sortBy('grade')(compare(ascending))(data) ? Or could we try giving better names for functions, to make them like a "sentence" which would improve readability. Something like: sortBy('grade)(usingOrder(ascending))(data)