Profile_bird

Hey there! xuyihua is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What's happening? Join today to start receiving xuyihua's tweets.

Already using Twitter
from your phone? Click here.

xuyihua

  1. Stock: traders suck $ from each other's future; investors suck $ from company's future; fools get sucked into no future.
  2. You can't design without deep understanding.
  3. A good design must have an unified idea to help you make all the design decisions.
  4. Design delivers message, initiates communication.
  5. A childish government keeps trying to "maintain" its citizens in childhood.
  6. Design initiates vibrations between hearts, communicates without language.
  7. Try to build something small to change the world, a little bit at a time.
  8. Labeled as the "developing country", doesn't mean that we the people couldn't/shouldn't have the "developed" mindset.
  9. When no more hopes, faith is the last thing you can keep.
  10. /accounts/EditServices - "Remove Web History permanently" completely disables Google search results click-tracking redirect URLs.
  11. Forget about sed/cut, awk fulfills my calculating need: awk '{ SUM += $7 } END { print SUM }' (sum 7th col, works with negative values)
  12. Replace multiple white spaces with single one (before piped to "cut -d"): sed -e 's/ \{1,\}/ /g'
  13. There is no good/bad customer, but customer you serve well/badly.
  14. In your quest for knowledge, while "scaling up" yourself, could u also "scale out" to the others?
  15. A simple question to "test" if a test case is over simplified: can it be rerun by another QA without further explanation from the author?
  16. It's a complicated world, u need to understand it before u can reorganize it into something sophisticated.
  17. max_execution_time IS including download time if file is served via php, e.g., set Drupal's file access to "private" and serve large files.
  18. Design: behavioral - to solve problems; visceral - to make experience enjoyable; reflective - to enhance communication.
  19. max_execution_time isn't including max_input_time. A file tks 600s max_in to upload, the script can tk 30s max_exec to do other stuff. #php
  20. When language is used, the bloody facts have been torn apart and reassembled, your mind starts being manipulated by the assembler.