Viewing profile — kiyoto
kiyoto
HN member- Joined
- Fri, Jan 28, 2011, 1:39 PM UTC
- HN karma
- 1,056
- Public activity
- 260 items
- HN profile
- View on Hacker News ↗
About kiyoto
No profile information was provided.
Recent public activity
- story
-
comment
Comment #10563739
While I'm happy to hear about a great success story of a great piece of open source software, Elasticsearch has done a great disservice by making application developers lazy about …
- story
-
comment
Comment #10484675
What surprised me a bit is that pg decided to use the word "bias" without any clarification, considering his background in computer science and AI. Anyway, I think pg's whole argum…
- story
- story
-
comment
Comment #10449767
This reminded me of an interview of David Foster Wallace "...here’s this fundamental difference that comes up in freshman comp and haunts you all the way through teaching undergrad…
- story
- story
-
comment
Comment #10368726
I agree. One of my mentors recommended that I write down my own version and share it with my team. Here is my attempt: http://kiyototamura.tumblr.com/post/130937953602/good-market.…
- story
-
comment
Comment #10316730
I actually began using Acme a couple of months ago: it's kind of interesting how much I have accustomed to mouse-driven interaction and lack of syntax highlighting. Humans indeed a…
-
comment
Comment #10294484
You are preaching to the choir here. Fluentd (as a proxy for my logging-related beliefs) pushed Docker to have logging long before the logging driver, and now it is one of the offi…
-
comment
Comment #10293329
I think you are conflating between the needs of centralizing logs and having them around at all. The OP is saying that always centralizing them might not always make sense, and I t…
-
comment
Comment #10292679
I think there are two kinds of logging that's conflated into two in the industry: logging for devops and logging for analytics. For logging for devops, I 100% agree with you. Looki…
-
comment
Comment #10287699
Compared to GCP, perhaps, but AWS's support is pretty atrocious too. The real reason AWS wins is because they know how to sell platforms: as you said, it's about more services, mor…
- story
-
comment
Comment #10115838
>Is this document out of date? No, in the described case, the message can get lost. This is a really unlikely scenario though. The only real-world case that I know of first-hand is…
-
comment
Comment #10096324
>We'd love to use a ruby-based solution like this, but the docs say it will lose data whenever the receiving end crashes. Any plans to fix that? Where does it say this? I don't thi…
-
comment
Comment #10096147
I'm not here to really defend MongoDB, but the amazing thing about MongoDB is that, despite all the vitriol against it, it continues to be used at companies and projects that are f…
-
comment
Comment #10096143
Interesting. Do you run hekad on the host machine?
-
comment
Comment #10096123
That's an interesting idea: right now, we do not have this. However, it should not be too difficult to implement it either as a filter or output plugin.
-
comment
Comment #10096081
>This feels like they are trying very hard to avoid calling their syslog a syslog I _wish_ rsyslog and their friends were really that easy to extend, and I say this as a maintainer…
-
comment
Comment #10096057
One of the maintainers of Fluentd here. Care to elaborate?
-
comment
Comment #10049734
Great to see the support for Fluentd and GELF logging drivers =) Logging is such a big part of production deployment, and it's good to see a couple of solid options in Docker's cor…