daiyanze | 5 years ago | on: Learn Functional Programming Design from Redux
daiyanze's comments
daiyanze | 5 years ago | on: The optimal solution to shuffle an Array in JavaScript
sort is an elegant solution even tho the time complexity may be O(nlogn).
daiyanze | 5 years ago | on: 1SecondPainting: Generate abstract paintings in one click
I'll be glad to see that happen when those paints are ready to be sold on Sotheby's or Christies. :D
daiyanze | 5 years ago | on: Show HN: React Guitar – A guitar component for React
daiyanze | 5 years ago
daiyanze | 5 years ago
daiyanze | 5 years ago
> outright use of "sexy" as clickbait is egregious enough. I have to agree with you on that.
daiyanze | 5 years ago | on: How do I design a game from scratch? A primer on core loops
daiyanze | 5 years ago | on: DuckDuckGo confirms it has suffered an outage across multiple countries.
daiyanze | 5 years ago | on: The GitHub Availability Report
daiyanze | 5 years ago | on: Things I wish I’d known about CSS
Link: https://pitayan.com
daiyanze | 5 years ago | on: TensorFlow, Keras and deep learning, without a PhD
daiyanze | 5 years ago | on: Convert paper-based notes to HTML content with Google Vision API
> it's far easier to learn FP with a language which is actually designed for it, e.g., Elm.
I strongly agree with you on that. Pick up the right tool for the right task.
I understand that Javascript isn't designed for FP. But it doesn't block us from borrowing ideas from FP.