Viewing profile — t_hozumi
t_hozumi
HN member- Joined
- Tue, Nov 08, 2011, 9:19 AM UTC
- HN karma
- 65
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About t_hozumi
No profile information was provided.
Recent public activity
-
comment
Comment #44480386
That's a really important point, and I completely agree. This perspective reminds me of an excellent book I recently read, How Big Things Get Done: The Surprising Factors That Dete…
-
comment
Comment #11531797
I like bidi's data structure oriented idea. https://github.com/juxt/bidi
-
comment
Comment #6478989
I found that good books describe things in rich details. It is hard to compress a sentence without losing information.
-
comment
Comment #6464823
I think that there is still a fundamental problem of string encoding. The problem is that decoders cannot know what encoding a byte stream was encoded in without additional informa…
-
story
Ask HN: Most regrettable design decision in computer industry?
I think that there is a type of design decision that cause a lot of trouble and trivial benefit. If designers had been aware of problems, the world would have saved tons of time an…
-
comment
Comment #5979335
The root of the problem is not IE specific behavior, but lack of auto-updating feature. If MS doesn't remove a barrier between versions, nothing will change.
-
comment
Comment #5833324
http://rootopic.com/test/root I created a forum service. Flat time ordered comment system is easy to read. You can create your own community.
- story
- story
-
comment
Comment #5582324
What I don't like about GPL is that nobody can define "link" without implementation detail. I think there is no difference between linked modules and modules which are connected by…
-
comment
Comment #5555317
Agree, integration test is cost-effective. And I would like to rephrase "integration test" as "test from outside as much as possible".
-
comment
Comment #5332809
Are there correct answers more than one? I could complete the Level8 without filling all spaces. I prefer only single possible answer, which fills all spaces.
-
comment
Comment #5076434
I agree that using data as templete is great. This is a typical example of "The value of value"(Rich Hickey's speech). And I think client side have a bit different requirement comp…
-
comment
Comment #4808809
Very nice! I can imagine this app will get many users and create interesting community. And I think that initial paying model unnecessarily limits potential users since there will …
-
comment
Comment #4760097
This article really made me rethink importance of investing a great deal of energy in core problem. More importantly, we hardly notice that there is such a deep problem we should s…
-
comment
Comment #4469477
Datomic takes similar approach. A unit of Entity, Attribute, Value and Time is called datom. Although in this approach we don't have to have schema, datomic forces us to define sch…
-
comment
Comment #4459178
Interesting project! What is the first idea which you realized this kind of app is really needed for?
-
comment
Comment #4437861
Have you considered LGPL or dual license? GPLv3 will restrict even your own future work involved the product.
-
comment
Comment #4399133
Even if OSS isn't an option, I think it would be a nice idea for Light Table to provide low level API/Interface so that eco system grow like emacs/vim/eclipse. Perhaps Chris has al…
-
comment
Comment #4364086
> Look at it as a living organism that can perhaps be healed, and can evolve. What life we can see now is only survivors and most of gene line actually failed.
-
comment
Comment #4291991
I think versioning API is an illusion. It is all source of complexity that eventually kills us. Give up keeping exactly the same behavior as actual models change.
-
comment
Comment #4272099
It is said that programming language is just a tool, so you shouldn't stick to any particular language, and be flexible. Paradoxically this is the reason why I want to stick to par…
-
comment
Comment #3918362
Thank you. Are there slides of "Hammock Driven Development"?
-
comment
Comment #3904769
Transactor can be bottleneck and serves a relatively simple task. So I guessed it would be rewritten in other fast language such as C/C++ rather than Clojure as the project mature.…
-
comment
Comment #3660700
I got to know this law by Derek Sivers's TED talk[1] and I totally agreed with him especially about personal programming project. A downside of this approach is that you cannot get…