Viewing profile — hasch
hasch
HN member- Joined
- Mon, Nov 12, 2012, 6:15 PM UTC
- HN karma
- 75
- Public activity
- 38 items
- HN profile
- View on Hacker News ↗
About hasch
No profile information was provided.
Recent public activity
-
comment
Comment #38416308
Article mentions 2016 somewhere. They explain a bit on top of that, with more depth ... at least my rough take on this
-
comment
Comment #23859289
Well, I guess the truth is, personal data of EU and US citizens is sent in secret to european agencies all the time. Such institutions are all exempt from GDPR.
- story
- story
- story
-
comment
Comment #14934779
there are strong fundamentals. maybe they're not strong for you, but hey, that's why there is a market. nobody forces you to believe in it...
-
comment
Comment #14816664
CoCalc isn't so famous for latex editing, but it has a proper Linux terminal with pandoc. That allows you to automate some tasks, etc.
-
comment
Comment #14811845
the issue could be that they signal bip91, it's going to be activated, but they aren't running the actual code for rejecting the non segwit blocks
-
comment
Comment #14656353
which continent and fiat currency?
-
comment
Comment #14512490
GCE's Nearline maybe?
-
comment
Comment #14434248
citation?
-
comment
Comment #14434247
this is all an estimate. it's comprised of trading (to and from exchanges), sure, but also mining rewards, etc. there are some orgs analyzing the data, e.g. www.chainalysis.com
-
comment
Comment #14362957
no, this ML level still statistical inference. next step is about structure and generalization.
-
comment
Comment #14263442
with ETH you have to understand, that a lot of capital influx goes into ICOs. They need ETH as a token. It will take months or even a year to play out these ICOs and not all of the…
-
comment
Comment #14263411
Someone could always go to https://coinmarketcap.com/ and (sorted by market cap) buy the top N weighted by their current market cap relative to each other. I would say there is no …
-
comment
Comment #14040945
Yes, that jupyter+react implementation will be open source. It's not clear though how the feature parity will be. At least the document is exactly the same.
-
comment
Comment #13513259
I bet you can get plenty of support for MySQL or Postgres
-
comment
Comment #12996173
here is sagemath m = matrix([[0, 1, 0], [0, 0, 1], [1, 0, 0]]) v = vector([2, 3, 1]) m \ v (1, 2, 3) and then sol = m \ v m * sol (2, 3, 1)
-
comment
Comment #12703205
I think in this case, it's more like there are "independent" recruiters with their fixed Q&A sheets sitting around, somewhere, and fishing around for possible candidates to make it…
-
comment
Comment #12703184
Just FWIW, about 5 years ago someone also contacted me for a google interview. The questions were very similar, so I'm not surprised. I don't know what's going on behind the scenes…
-
comment
Comment #12686223
can you give me an example? I did all sorts of numerical indexing programming, from fortran, matlab, python/numpy and R, and I am definitely more comfortable with 0 based indexing.…
-
comment
Comment #12676675
Sorry for being old and still living in the Python world: I would like to see an additional benchmark for this based on Python+Numba.
-
comment
Comment #12651264
In general, I don't like those X-to-Y translation pages, when the underlying concepts fundamentally change. You can't use your existing sql mindset to translate to their query lang…
-
comment
Comment #12411976
FlossOffice? even stranger, and make sure to use it at least once a day :-)
-
comment
Comment #11884378
sagemath is such a distribution, but also a rather thick layer of algorithms on top of that. many of them are actually written in cython, to make them fast and to have a good bindi…