Viewing profile — clvv
clvv
HN member- Joined
- Wed, Apr 28, 2010, 11:27 AM UTC
- HN karma
- 65
- Public activity
- 49 items
- HN profile
- View on Hacker News ↗
About clvv
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #4315982
This video has a very good introduction to the problem. https://www.youtube.com/watch?v=eAiJocr6ZKg
-
comment
Comment #4303296
Tools similar to z: 1. [Autojump]( https://github.com/joelthelion/autojump ), first implementation and what z was based on, written in python. Functionality similar to z. 2. [Fasd]…
-
comment
Comment #4276850
I think the compiler would already be available in javascript if that's the case.
-
comment
Comment #4276849
It is always better to have alternatives. Being self-hosting and compiling to a widely-used language like javascript is definitely a plus. Another useful case is that an interactiv…
-
comment
Comment #4276727
I wonder if there're any plans to make it self-hosting. It would be more appealing if it can run in browsers and node like CoffeeScript.
-
comment
Comment #4264446
I hope Firefox OS will get frequent updates just like desktop browsers. If Mozilla manages to bring all the advantages of modern desktop browser technologies on to a mobile platfor…
-
comment
Comment #4245729
What about Native American cultures? They had not seen horses until the Europeans arrived, but they certainly had pants.
- story
-
comment
Comment #4145128
If you're using X, then xcape can map both Esc and Ctrl to Capslock. https://github.com/alols/xcape
-
comment
Comment #3785116
Here is a quick-and-hackish way to stream / broadcast your terminal ( http://www.commandlinefu.com/commands/view/6788/ ): script -qf | tee >(nc -l -p 5000) >(nc -l -p 5001) >(nc -l…
- story
-
comment
Comment #3458027
The problem is the lack of an efficient input method. I personally haven't come across any good soft full keyboard. And special keys won't work on bluetooth keyboards on old Androi…
-
comment
Comment #3448400
> It's a near certainty that a bash interpreter will be available on a Unix system; bash has become the JVM of the Unix world. Don't assume this if you want your shell scripts to b…
-
comment
Comment #3414782
I agree that WebOS has a good ambition. But maybe that they should have updated their software stack more often. If you look at the software versions, such as Webkit, V8, node, you…
-
comment
Comment #3402624
People can accomplish the same thing after learning a mental algorithm to calculate the day of the week. Doomsday rule, invented by Mathematician John Conway, is one of the easier …
- story
-
comment
Comment #3309288
An asian high school senior here. I'm currently in the process of applying to colleges. In most college applications, demographics are listed under the section where they say the i…
-
comment
Comment #2934014
I've been using HP dm1z for half a year now. It's a pretty good portable laptop with good battery life. Although in terms of computing power it won't compare to the airs. But at $4…
-
comment
Comment #2626229
Some related references: http://mathworld.wolfram.com/KaprekarRoutine.html http://en.wikipedia.org/wiki/6174_(number) The Wolfram link contains a list of Kaprekar numbers and Kapre…
-
comment
Comment #2597879
I believe the reason is memory latency, and the sequential nature of CPUs. http://en.wikipedia.org/wiki/SDRAM_latency I'm no expert on this subject but I think Moore's Law is more …
-
comment
Comment #2582393
A partially related topic(maybe many of you already know): I was learning about minimizing logic expressions the other day, and I learned about the Karnaugh Map, which uses Gray co…
-
comment
Comment #2394970
Lucius: https://github.com/vim-scripts/Lucius
-
comment
Comment #2377285
> Posted: January 13th, 2007 That's four years ago.