Live data from Hacker News

Viewing profile — gerritsg

gerritsg

HN member
Joined
Fri, Aug 24, 2018, 10:14 PM UTC
HN karma
4
Public activity
7 items

About gerritsg

No profile information was provided.

Recent public activity

  1. comment
    Comment #26288269

    Are you having much success with it? What platform are you using? I've wanted to do something similar in Rust. Or if your bot is just _finding_ the pairs now but not trading, is th…

  2. comment
    Comment #26288063

    Also curious about the platform you're using, because I was kind of dissuaded from using Alpaca when I learned about the good old pattern day trading rule. Are you trading with > 2…

  3. comment
    Comment #18025580

    I like this kind of approach way more. It's simple, you don't need to rely on anyone else, and you have complete control over what data you ingest and how you assess it.

  4. comment
    Comment #18011157

    So would Rust be one of the languages you'd advocate including in the chosen few? Does Rust's approach to memory management put it more in the C group in terms of debugging for per…

  5. comment
    Comment #17839337

    Why can't companies that claim to use AI as part of their product actually explain how exactly they are using some kind of AI problem solving strategy? The FAQ says nothing about h…

  6. story
    Ask HN: Opinions on compiler-based JavaScript frameworks like Svelte?

    Here's a link to Svelte: https://svelte.technology/ This seems pretty appealing to me as far as reducing framework-bloat and runtime overhead. I'm interested to hear people's takes…

  7. comment
    Comment #17838220

    Do you think monads, functors, recursion, and immutability (just to take a few staples of functional programming) are easier for a beginner to wrap their head around than loops, re…