#
“
I resolve to recognize that a complaint reveals more about the complainer than the complained-about. Authority is won not by rants but by experience and insight, which require practice and imagination. And maybe some programming.Rob Pike
This was posted 1 month ago. It has 13 notes.
Tags:
programming
quotes
#
The original JavaScript implementation was written in Lisp. [via]
So, you can say now JavaScript is Lisp gone bad.
This was posted 3 months ago. It has 31 notes.
#
“
Active threads consume system resources, especially memory. When there more runnable threads than available processors, threads sit idle. Having many idle threads can tie up a lot of memory, putting pressure on the garbage collector, and having many threads competing for the CPUs can impose other performance costs as well. If you have enough threads to keep all the CPUs busy, creating more threads won’t help and may even hurt.Bloch, Joshua; Goetz, Brian; Peierls, Tim; Bowbeer, Joseph; Holmes, David; Lea, Doug (2006-05-09). Java Concurrency in Practice (Kindle Locations 2772-2775). Pearson Education (US). Kindle Edition.
This was posted 3 months ago. It has 1 notes.
Tags:
programming
java
#
“
The programming language you learn and use does not matter. Do not get sucked into the religion surrounding programing languages as that will only blind you to their true purpose of being your tool for doing interesting things.Learn Python The Hard Way
This was posted 1 year ago. It has 0 notes.
Tags:
quotes
programming