Viewing profile — inkel
inkel
HN member- Joined
- Wed, Jun 22, 2011, 6:14 PM UTC
- HN karma
- 49
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About inkel
Recent public activity
-
comment
Comment #30855379
You configure with Remote Write [1] to the Mimir instance. Then the Prometheus agents will send the metrics to Mimir. 1: https://prometheus.io/docs/prometheus/latest/configuration/…
-
comment
Comment #12186836
I'm pretty sure we haven't lost that many libraries, and I have even seen new ones in recent years.
-
comment
Comment #10448805
Very interesting... as far as I've read. I've saved it for later reading in my Pocket account. I wonder what the author thinks of me.
-
comment
Comment #10262167
As long as its performance is not orders of magnitude slower than HAProxy/Nginx, I think it's great that is not your top priority :)
-
comment
Comment #8892991
Thank you for the explanation. I think it makes sense somehow, however, and high likely because I've never dealt with errors in that way, the _encounter error, crash, restart, cont…
-
comment
Comment #8892867
Ok, verbosity I agree. That doesn't have anything to do with being easy or not, I think. I might be wrong. Verbosity can be a pain. Even after reading Rob Pike's article on "Errors…
-
comment
Comment #8892768
I've never really understood the "no easy way to handle errors" complaint. I'm not saying it is easy, nor that it isn't verbose (hell, it is super verbose!) but I'm seriously askin…
- story
-
comment
Comment #7406588
They deserved a better storytelling: https://github.com/inkel/ruster/blob/90f7da1c281bfc1a5fe01cc...
-
comment
Comment #7406315
As the commit author here, I must confess that it was so painful to write that story that I had to stop coding and go out for a walk. I was devastated...
-
comment
Comment #6780756
I use it as the only database in most of the projects I've work at my company, using Ohm [1] as our ORM. Usually we don't have use cases with ad hoc queries like `name LIKE '%Smith…
-
comment
Comment #6156719
That won't work as it is with `w.Write`, as it returns two values, but yes, the idea is perfectly valid.
-
comment
Comment #5958542
Please add plain DOM documentation. I use jQuery, but I also use other libs or none at all, and having access to the DOM API would be wonderful.
-
comment
Comment #5264009
What was their reaction when you sent them this feedback? Assuming, of course, you did send them this feedback.
- story
-
comment
Comment #4857246
Amazing! I always forget about the `something while other_thing` syntax, thank you for reminding me of it :)
-
comment
Comment #4856639
Why piping to ruby? You have the -e operator for that: ruby -e 'loop do print ["\u2571","\u2572"].sample ; sleep 0.001 end'
-
comment
Comment #4739648
I agree with you, having the ability to script everyday tasks is awesome, though however in the case of the ssh wrapper it might be a little overkill, given that you can achieve th…
- story
-
comment
Comment #4640323
Wait. If you use 200-300MB of DB storage, openredis costs $69 using it as a Heroku add-on and $45 if used independently. $125 ($90) is the price of the large instance, which offers…
- story
-
comment
Comment #4524089
That's a good point you make.
-
comment
Comment #4523562
I'm not bashing against Haml, all that I'm saying is that is not necessary. Lately Slim also has become quite popular, so that would involve also having the Slim version. And in th…
-
comment
Comment #4520850
Why? You can always use html2haml. The site is perfect as it is, there's no need to add a unnecessary and non-standard format.
- story