Viewing profile — rodionos
rodionos
HN member- Joined
- Sat, Mar 07, 2015, 3:46 PM UTC
- HN karma
- 1,453
- Public activity
- 529 items
- HN profile
- View on Hacker News ↗
About rodionos
Recent public activity
-
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…
-
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…
- story
-
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…
-
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 …
-
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…
-
comment
Comment #19352633
I liked the MIT lecture on eigenvectors: https://ocw.mit.edu/courses/mathematics/18-06sc-linear-algeb...
-
comment
Comment #19121806
This could be some banal snapchat filters and automated photoshop transformations, but it could also be the dawn of new '-ism'.
- story
-
comment
Comment #18873115
The dataset is here https://physionet.org/physiobank/database/mitdb/ . Only a handful of files...
- story
- story
- story
-
comment
Comment #18762486
In Java `x` is reserved for time zone offset: https://axibase.com/docs/atsd/shared/time-pattern.html#patte...
- story
- story
- story
- story
- story
-
comment
Comment #18476210
This would put the last year's Nobel prize at risk.
- story
-
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.
-
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…
-
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 …
-
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…