Live data from Hacker News

Viewing profile — beckford

beckford

HN member
Joined
Sun, Jun 06, 2021, 3:59 PM UTC
HN karma
256
Public activity
45 items

About beckford

jonah AT diskuv DOT com; its founder. Created the DkML Windows OCaml distribution. An eon ago, when AI was still called deep learning, I was the Principal Engineer for Research at Amazon Go. And many eons ago I did fraud analytics, big data and data security.

Recent public activity

  1. comment
    Comment #49266868

    The most important lines to me are the CFTC Chairman's quote: > These are financial exchanges that offer financial instruments and operate across state lines. They match the bid fr…

  2. comment
    Comment #49215615

    They did the same for a Samsung Fold phone delivered to me last month (in the US).

  3. comment
    Comment #49215089

    Awesome! How did you find that out?

  4. story
  5. comment
    Comment #47822140

    Using fragments for secure data has been discussed before on hn: https://news.ycombinator.com/item?id=23036515 . Tldr: it may not go directly to the server (unless you are using a …

  6. comment
    Comment #47709417

    That hasn't been true for a few years at least. https://www.jetbrains.com/help/clion/cmake-debug.html is has had CMake debugging since cmake 3.27. Ditto for vscode and probably oth…

  7. story
  8. comment
    Comment #46569065

    > One reason is that far more of their students actually applied than would be expected. This sentence is buried midway through the article. It would be good for a future post to e…

  9. comment
    Comment #46567036

    If you were looking at the parse link in the author's comment, you were looking at a spec (called a module interface in OCaml/OxCaml, similar to an interface in Java). The parse im…

  10. comment
    Comment #45970357

    Since the link is paywalled, the TLDR paragraph is: > Boasberg said in the ruling that the FTC had incorrectly excluded YouTube and TikTok from the market where it challenged Meta'…

  11. comment
    Comment #45796846

    > The first main disadvantage is that they require the kernel to support syscall tracing, which essentially means they only work on Linux. I have Ideas™ for how to get this working…

  12. comment
    Comment #45721362

    Good advice but still: > investors warn the good times won’t last forever Umm ... these aren't short-term investors. They are investing because they think at least one of their bet…

  13. story
  14. comment
    Comment #45707489

    Introduction paragraph: Metalang99 is a firm foundation for writing reliable and maintainable metaprograms in pure C99. It is implemented as an interpreted FP language atop of prep…

  15. story
  16. story
  17. story
  18. story
  19. story
  20. story
  21. comment
    Comment #45337073

    Yeah, I don't disagree. I'd go further and say the examples are on-point for a "human oriented" language. But the formal spec reveals how simple or complicated this language is. (A…

  22. comment
    Comment #45336911

    Not OP, but I think it does run Postgres as a process. However, IMHO the general use case for SQL is for external actors (humans, machines) to get access to the underlying data in …

  23. comment
    Comment #45336695

    For something like this I would love to see a formal spec to go along with the examples.

  24. comment
    Comment #45335292

    Disclaimer: I took over maintenance of the Cap'n Proto C bindings a couple years ago. That makes sense. There is some opportunity though since the Cap'n Proto RPC had always lacked…

  25. comment
    Comment #45334592

    Since Cap'n Web is a simplification of Cap'n Proto RPC, it would be amazing if eventually the simplification traveled back to all the languages that Cap'n Proto RPC supports (C++, …