Viewing profile — mjs2600
mjs2600
HN member- Joined
- Sun, Sep 30, 2012, 7:25 PM UTC
- HN karma
- 33
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About mjs2600
Recent public activity
-
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…
-
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…
-
comment
Comment #20674528
Yep, it works really well for that. https://poetry.eustace.io/docs/cli/#publish
-
comment
Comment #18125257
I don't think he's getting enough credit for this.
-
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 …
-
comment
Comment #17319653
It definitely seems like it does https://docs.racket-lang.org/guide/parallelism.html
- story
-
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.
-
comment
Comment #11668917
I reloaded and it worked.
-
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.
-
comment
Comment #9828602
It works, eventually...
- story
-
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 …
-
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.
-
comment
Comment #9354020
https://www.eff.org/https-everywhere/
-
comment
Comment #9041138
It's already in melpa.
-
comment
Comment #8986051
I have a lot less issues with all of my utilities combined than I have with comcast...
-
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…
-
comment
Comment #8679157
If you name it readme.org, then github will render it as html.
-
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:…
-
comment
Comment #7631383
I think you're thinking of LFE, which is another lisp on the BEAM.