Live data from Hacker News

Viewing profile — mjs2600

mjs2600

HN member
Joined
Sun, Sep 30, 2012, 7:25 PM UTC
HN karma
33
Public activity
21 items

About mjs2600

my public key: https://keybase.io/mjs2600; my proof: https://keybase.io/mjs2600/sigs/6nFFXHYaF-_2tjWlZSlMfUMXhZlyhan8wrpyJsW2O0s

Recent public activity

  1. comment
    Comment #31483298

    I found this[1] section in the documentation on interoperability within the JVM. It looks fairly straightforward to work with. I'm not sure about FFI more generally. [1] https://do…

  2. comment
    Comment #22202410

    Enforcing and incentivizing collaboration also seems like a good argument for licensing open source projects with the AGPL. It prevents people who are not willing to contribute thi…

  3. comment
    Comment #20674528

    Yep, it works really well for that. https://poetry.eustace.io/docs/cli/#publish

  4. comment
    Comment #18125257

    I don't think he's getting enough credit for this.

  5. comment
    Comment #17834911

    C can compile to WASM, but I have no clue about external tools like BLAS. I'd assume that things like Numpy are able to work without tools like BLAS, but you might also be able to …

  6. comment
    Comment #17319653

    It definitely seems like it does https://docs.racket-lang.org/guide/parallelism.html

  7. story
  8. comment
    Comment #11722670

    The focus on improving reinforcement learning is really exciting. It's the area of machine learning that seems to have the most untapped potential.

  9. comment
    Comment #11668917

    I reloaded and it worked.

  10. comment
    Comment #11668862

    I came back to it recently after a year and a half long break and it has improved dramatically. It's starting to feel like something I'd be comfortable using in production.

  11. comment
    Comment #9828602

    It works, eventually...

  12. story
  13. comment
    Comment #9682783

    That's the macros. Phoenix's routing is an awesome example of the power of Elixir macros. It leverages the BEAMs pattern matching capabilities to do the routing, but the syntax is …

  14. comment
    Comment #9355211

    I agree, but as a user you don't have any control over that. Https Everywhere is a solution to the immediate problem.

  15. comment
    Comment #9354020

    https://www.eff.org/https-everywhere/

  16. comment
    Comment #9041138

    It's already in melpa.

  17. comment
    Comment #8986051

    I have a lot less issues with all of my utilities combined than I have with comcast...

  18. comment
    Comment #8955437

    Knoxville is a Comcast test market, so we get data caps. You can buy a faster connection, it just means you hit the cap faster. Just a heads up on what Comcast is planning on doing…

  19. comment
    Comment #8679157

    If you name it readme.org, then github will render it as html.

  20. comment
    Comment #7702221

    Elixir has Lisp-style macros with a Ruby syntax. It's not quite as close to the AST as a Lisp, but I think the trade off hits a sweet spot. For example: quote do 1 + 1 end returns:…

  21. comment
    Comment #7631383

    I think you're thinking of LFE, which is another lisp on the BEAM.