clvv | 13 years ago | on: 10-year-old problem in theoretical computer science falls
clvv's comments
clvv | 13 years ago | on: Command line tools for the novice
1. [Autojump](https://github.com/joelthelion/autojump), first implementation and what z was based on, written in python. Functionality similar to z.
2. [Fasd](https://github.com/clvv/fasd), feature-rich fork of z, support for files, support for more shells and platforms (BSDs, Android).
clvv | 13 years ago | on: The Fay Programming Language
clvv | 13 years ago | on: The Fay Programming Language
clvv | 13 years ago | on: The Fay Programming Language
clvv | 13 years ago | on: Mozilla Wants Hundreds Of Thousands Of Firefox OS Developers
clvv | 13 years ago | on: Why Do We Wear Pants? Horses.
clvv | 13 years ago | on: Vim clutch
clvv | 14 years ago | on: Codestre.am: streaming your code to the masses
script -qf | tee >(nc -l -p 5000) >(nc -l -p 5001) >(nc -l -p 5002)
The client can then run `nc your_ip port` to watch your terminal live.Also, I once wrote a node.js script that broadcasts recorded terminal sessions. To see a demo:
nc wei23.net 5000
Code is on Github: https://github.com/clvv/scriptbroadcastclvv | 14 years ago | on: Android device as dev machine
clvv | 14 years ago | on: Introduction to Unix shell
Don't assume this if you want your shell scripts to be portable. Follow posix standard instead.
clvv | 14 years ago | on: HP's touchpad was bound to be a flop
clvv | 14 years ago | on: Scientists' proposed calendar synchronizes dates with days
clvv | 14 years ago | on: Some Asians' college strategy: Don't check 'Asian'
clvv | 14 years ago | on: Ask HN: Any good Macbook Air alternatives?
clvv | 15 years ago | on: Mysterious number 6174
http://mathworld.wolfram.com/KaprekarRoutine.html
http://en.wikipedia.org/wiki/6174_(number)
The Wolfram link contains a list of Kaprekar numbers and Kaprekar sequences in common bases.
clvv | 15 years ago | on: Intel predicts 10GHz chips by 2011 (from 2000)
I'm no expert on this subject but I think Moore's Law is more or less still true, as we are getting more and more cores. Note that Moore's law never stated that clock speed doubles every 18 months. In fact, more transistor can cause a decrease in clock speed because of more gate delays.
http://en.wikipedia.org/wiki/Gate_delay http://en.wikipedia.org/wiki/Cpu#Clock_rate
Please correct me if I'm wrong.
clvv | 15 years ago | on: Gray code at the pediatrician's office
clvv | 15 years ago | on: Solarized - Color scheme for vim, mutt, terminal emulators
clvv | 15 years ago | on: Fast JavaScript Max/Min
That's four years ago.
https://www.youtube.com/watch?v=eAiJocr6ZKg