Earlier quoted context omitted.
If you would start a channel where you review code of random public repos I would definitely subscribe. Well done.
Thanks for the kind words! Will definitely consider.
Show HN: I'm 12, learning JS, and wrote Wolfram's cellular automaton in Node
291–300 of 304 posts
Re: Show HN: I'm 12, learning JS, and wrote Wolfram's cellular automaton in Node
#292Earlier quoted context omitted.
Would you please provide an example on how one proceed with T shaped learning and expertise?
A phrase I came up with that I like more than "T-shaped" is "molecular skillset". A chemist would probably laugh at me but I think of it as developing seemingly independent skills (molecules skills, experience, knowledge...) that end up forming bonds with other skills, sometimes in surprising ways, that together prove really powerful and can bond up even further. "T" and other tree/tendril-ish shapes are then just sp…
I once tried upgrading my Windows laptop while having very less space in C drive. Windows totally crashed. After that I used live bootable Ubuntu, but would still like to retrieve all of my windows data.
Do you know how can I do that?
Re: Show HN: I'm 12, learning JS, and wrote Wolfram's cellular automaton in Node
#293Earlier quoted context omitted.
A phrase I came up with that I like more than "T-shaped" is "molecular skillset". A chemist would probably laugh at me but I think of it as developing seemingly independent skills (molecules skills, experience, knowledge...) that end up forming bonds with other skills, sometimes in surprising ways, that together prove really powerful and can bond up even further. "T" and other tree/tendril-ish shapes are then just sp…
That’s way too exciting !! Really fresh perspectives. I once tried upgrading my Windows laptop while having very less space in C drive. Windows totally crashed. After that I used live bootable Ubuntu, but would still like to retrieve all of my windows data. Do you know how can I do that?
Re: Show HN: I'm 12, learning JS, and wrote Wolfram's cellular automaton in Node
#294Earlier quoted context omitted.
That’s way too exciting !! Really fresh perspectives. I once tried upgrading my Windows laptop while having very less space in C drive. Windows totally crashed. After that I used live bootable Ubuntu, but would still like to retrieve all of my windows data. Do you know how can I do that?
https://www.cgsecurity.org/wiki/TestDisk might be able to help you, it helped me once when I tried to resize some partitions and ran into problems.
Re: Show HN: I'm 12, learning JS, and wrote Wolfram's cellular automaton in Node
#295Re: Show HN: I'm 12, learning JS, and wrote Wolfram's cellular automaton in Node
#296Earlier quoted context omitted.
no man its objectively good language, believe me. see how that sounds? that's how you js haters sounds each time I see this bs here on this and many other platforms that wouldn't be possible without js.
> no man its objectively good language, believe me. A language that requires a 21x21 matrix to remember how equivalency works is objectively bad: https://dorey.github.io/JavaScript-Equality-Table/unified/ A language whose default sort behavior is the following is objectively bad: [5, 12, 9, 2, 18, 1, 25].sort(); → [1, 12, 18, 2, 25, 5, 9] I used to be a frontend dev. I have written hundreds of thousands of lines of p…
I'm sorry you are butthurt over your job, don't try to nitpick on minor things to dissuade others from enjoying the unparalleled power that comes with JS and its ecosystem.
Re: Show HN: I'm 12, learning JS, and wrote Wolfram's cellular automaton in Node
#297You're doing phenomenal. You'll be role model for up-coming generation.
Great!!
Re: Show HN: I'm 12, learning JS, and wrote Wolfram's cellular automaton in Node
#298Earlier quoted context omitted.
I like to break expressions across multiple lines, and line up any patterns that are repeated, so your eye can easily scan up and down and obviously see what's the same, and what's different. For example, instead of: var length = Math.sqrt((x * x) + (y * y)); You can go: var length = Math.sqrt((x * x) + (y * y)); That way you can see the similarity of squaring x, and squaring y. But breaking up the multiplications be…
it infuriated me that Google's style guides forbid this kind of formatting. Anytime someone else tried to get them to allow it it was shouted down as ASCII art
Re: Show HN: I'm 12, learning JS, and wrote Wolfram's cellular automaton in Node
#299It's a pleasure to see the impressive reception that your post is having. Also I want to join all the voices of congratulations you have received for your work at your age! Keep doing this kind of things, It is very inspiring for all!
Re: Show HN: I'm 12, learning JS, and wrote Wolfram's cellular automaton in Node
#300Earlier quoted context omitted.
If you would start a channel where you review code of random public repos I would definitely subscribe. Well done.
Thanks for the kind words! Will definitely consider.