Live data from Hacker News

Viewing profile — rodionos

rodionos

HN member
Joined
Sat, Mar 07, 2015, 3:46 PM UTC
HN karma
1,453
Public activity
529 items

About rodionos

I work for Axibase. All comments are mine.

Recent public activity

  1. comment
    Comment #32930954

    Once the Fed funds rate gets closer to 5%, you'll see more pushback from politicians and media. What does the Fed do in this situation if it needs to keep tightening? It may choose…

  2. comment
    Comment #24235521

    > The Drovorub-server uses a MySQL database to manage the connecting Drovorub-client(s) and Drovorub-agent(s). This assumes the NSA was able to infiltrate the Drovorub C2 server, I…

  3. story
  4. comment
    Comment #19710725

    For an alternative approach, if you treat this function as a time series where x is time, you can get a reasonably good approximation by performing SVD of the trajectory matrix and…

  5. comment
    Comment #19391852

    We removed all tracking scripts from the front-end framework we use (vuepress) and are only checking nginx logs with geoip and org extensions enabled. This is more than enough for …

  6. comment
    Comment #19391739

    Not having a nose is ok compared to having a half of the head attached from another sculpture. This was the case in imperial Rome when the sculptors had to quickly retrofit works i…

  7. comment
    Comment #19352633

    I liked the MIT lecture on eigenvectors: https://ocw.mit.edu/courses/mathematics/18-06sc-linear-algeb...

  8. comment
    Comment #19121806

    This could be some banal snapchat filters and automated photoshop transformations, but it could also be the dawn of new '-ism'.

  9. story
  10. comment
    Comment #18873115

    The dataset is here https://physionet.org/physiobank/database/mitdb/ . Only a handful of files...

  11. story
  12. story
  13. story
  14. comment
    Comment #18762486

    In Java `x` is reserved for time zone offset: https://axibase.com/docs/atsd/shared/time-pattern.html#patte...

  15. story
  16. story
  17. story
  18. story
  19. story
  20. comment
    Comment #18476210

    This would put the last year's Nobel prize at risk.

  21. story
  22. comment
    Comment #18307204

    Rubicon is a rather shallow river and is easy to cross by the way. But comparing menage-a-trois to a watershed event in human history deflates the risks taken by Caesar.

  23. comment
    Comment #17834924

    We use Travis CI for checks as well as github and travis webhooks to deliver warnings to specific committers who need to fix the errors in a particular PR. Scheduled Travis CI chec…

  24. comment
    Comment #17834900

    Our docs are on github. We enabled Travis CI checks and all commits are now automatically validated with the default and custom markdownlint rules. If the linter finds errors, the …

  25. comment
    Comment #17834084

    We adopted a set of formal guidelines [0] for our database docs, based on Google Developer Guide [1], and automated the checks as much as possible with linters [2]. The checks cove…