Viewing profile — sohooo
sohooo
HN member- Joined
- Thu, May 14, 2009, 7:20 AM UTC
- HN karma
- 150
- Public activity
- 50 items
- HN profile
- View on Hacker News ↗
About sohooo
No profile information was provided.
Recent public activity
-
comment
Comment #45935901
We also started with the typical kube-prometheus-stack, but we don’t like Prometheus/PromQL. Moreover, it only solves the „metrics“ part - to handle logs and traces, more quite hea…
-
comment
Comment #41893754
I also heart about lakeFS for data versioning on S3 object stores. Is DVC a contender in this area?
-
comment
Comment #36233371
I recommend using your preferred flavor of configuration management tool. It is tricky, especially when you want to provision multiple users in different Grafana organizations, dat…
-
comment
Comment #36233257
You could take a look at Postgres + TimescaleDB extension, which offers a nice time_bucket() function on its hypertables[1]. You can also materialize using continuous aggregates („…
-
comment
Comment #36233063
I also started with that stack, but swapped out InfluxDB for Postgres + TimescaleDB extension, which adds timeseries workflows (transparent partitioning, compression, data retentio…
-
comment
Comment #30624241
Inline Bundler is a nice way to include gems in a single script file, which proved to be useful for me: https://bundler.io/guides/bundler_in_a_single_file_ruby_scri...
-
comment
Comment #26441263
Also not a fan of the touchbar, but since I learned that you can tap on volume and immediately slide left/right, it's ok for me.
-
comment
Comment #25165059
In the meantime, you could use the version shipped with macOS: ▶ ruby -v ruby 2.6.3p62 (2019-04-16 revision 67580) [universal.arm64e-darwin20]
-
comment
Comment #25149735
There's a detailed issue[1] on the homebrew repo where you can track their progress. The "Major blockers" section lists go, rust, gcc, and others. [1] https://github.com/Homebrew/b…
-
comment
Comment #24600443
also check out ora_migrator https://github.com/cybertec-postgresql/ora_migrator (another extension from Cybertec) which uses oracle_fdw under the hood. intro blog post: https://www…
-
comment
Comment #19224490
If you haven't already, take a look at their awesome dashboard http://haya2now.jp/en.html linked a couple of months ago https://news.ycombinator.com/item?id=18046274
-
comment
Comment #18400111
https://avogadrocorp.com/ immediately came to mind: > David Ryan is the designer of ELOPe, an email language optimization program, that if successful, will make his career. But whe…
-
comment
Comment #16073348
Did you look into the Razer Blade series? https://www.razerzone.com/gaming-laptops
-
comment
Comment #11133575
Did you try http://cmder.net ?
-
comment
Comment #9363630
Looks interesting. DIY voice recognition still seems to be in its infancy tho. I guess this is another problem to be solved with mass data. Jasper http://jasperproject.github.io lo…
-
comment
Comment #8546253
One famous answer to this is: Your problem with Vim is that you don't grok vi. http://stackoverflow.com/questions/1218390/what-is-your-most...
-
comment
Comment #8232062
Does anyone use https://hubic.com/en/ ? Their pricing looks crazy-cheap compared to other providers.
- story
-
comment
Comment #6706522
In Puppet-land, MCollective ("more than a fancy ssh-for-loop") allows you to query servers by Facter facts. Screencasts: http://docs.puppetlabs.com/mcollective/screencasts.html
-
comment
Comment #6446574
You probably stumbled over this article about scientists @ Qatar University developing artificial clouds: http://news.bbc.co.uk/sport2/hi/football/9435035.stm edit: same as above p…
-
comment
Comment #6352936
The widespread use of Puppet also has some benefits: - lots of documentation - Foreman ( http://theforeman.org/ , backed by Redhat) as a great alternative to Puppet Enterprise - pr…
-
comment
Comment #6044223
There's also flatdoc http://ricostacruz.com/flatdoc/ which renders the markdown file on the client side ('marked' js parser), so no server-side stuff is needed.
-
comment
Comment #4360361
I wonder if anybody uses asana[1] to manage there tasks. I saw that it's free for teams up to 30 members. [1] http://www.asana.com/product
-
comment
Comment #3615651
http://xkcd.com/137/
-
comment
Comment #3570241
Some tips: * remap jj to ESC: imap jj * align on "=>" with (Tabular plugin): nmap t> :Tabularize /=>\zs * for project-wide search (and replace), I recommend EasyGrep plugin ([1] se…