Live data from Hacker News

Viewing profile — jamesjporter

jamesjporter

HN member
Joined
Sat, Nov 10, 2012, 7:20 AM UTC
HN karma
211
Public activity
136 items

About jamesjporter

No profile information was provided.

Recent public activity

  1. comment
    Comment #7753592

    I wonder what this means for the future of OpenStack?

  2. comment
    Comment #7750426

    This sounds really cool; I'd love to see a blog post about it :)

  3. comment
    Comment #7705199

    It's basically an attempt to bring the user interface of Mathematica or MATLAB (the "notebook") to the Python world. You can get an idea of what this is like in Mathematic by watch…

  4. comment
    Comment #7698690

    We used to use gluster in production but had similar problems to raggiskula and are currently in the process of moving away from it.

  5. comment
    Comment #7692240

    This comment overstates the current power of Julia's parallel programming model — as of now Julia has no real tools for shared-memory parallelism and probably will not for another …

  6. comment
    Comment #7534788

    It's not a genetic algorithm, but FFTW's planning system actually does perform experiments to optimize for a particular machine's hardware.

  7. comment
    Comment #7384357

    ydash = [1 => y[1]] creates a Dict that maps for from Int64 to Float64, `=>` is used for declaring Dict literals in Julia. c.f.: http://docs.julialang.org/en/latest/stdlib/base/?hi…

  8. comment
    Comment #7280285

    I wish someone would try this again for Emacs :(

  9. comment
    Comment #7221072

    it's interesting how some software problems have garnered many really good solutions while others are still mired in stuff like this. e.g. no matter what your preferred source cont…

  10. comment
    Comment #7112112

    I think he might mean "shaking things up" (which Node certainly has done) rather than "taking over the world" (which, as you point out, it has not).

  11. comment
    Comment #7112056

    This already exists as a prototype as part of IJulia, see Leah Hanson's awesome blog post about it here: http://blog.leahhanson.us/julia-calling-python-calling-julia... The collabo…

  12. comment
    Comment #7047801

    It's less a matter of ability and more a matter of having the time/motivation. If you took a bunch of practicing natural scientists and/or engineers and forced them somehow to enro…

  13. comment
    Comment #7033344

    I agree with collyw; Lisp is too much for most scientists, who just care about getting their research done and can't be bother to learn all this weird FP/paren stuff [1]. Supplying…

  14. comment
    Comment #7033299

    Julia is designed to be a good general purpose language. There are already a bunch of database drivers; a simple web framework, etc., etc. http://docs.julialang.org/en/release-0.2/…

  15. comment
    Comment #6969538

    Us Emacs users unfortunately have to remap it to control to retain sanity on standard keyboards :P

  16. comment
    Comment #6945534

    What tom said; also typing a url in a browser is a lot easier than installing something. This might sound silly but for the typical computer user (and even many nerds!) it makes a …

  17. comment
    Comment #6940095

    For those interested in this sort of thing, Julia's Gadfly can also use D3 as a backend: https://github.com/dcjones/Gadfly.jl (although to be fair gadfly has more in common with gg…

  18. comment
    Comment #6872947

    ido doesn't become really amazing until you add ido-ubiquitous (which makes most minibuffer completions use the ido interface, as opposed to just file opens) and flx-ido (which all…

  19. comment
    Comment #6838239

    This makes a ton of sense, but it might be unorthodox enough to scare off some users thinking it was a scam of some sort.

  20. comment
    Comment #6824182

    Hacker School was an amazing experience for me; I had been programming on and off for ~2.5 years when I attended last summer. Feel free to drop me a line if you want to chat more a…

  21. comment
    Comment #6820017

    FWIW, running Wes' code with a fresh pull of Julia today shows some improvement in the pure-Julia benchmarks at least: Array operations took 79.55683398 ms inner took 23.88444026 m…

  22. comment
    Comment #6814865

    Julia is a really cool language; I came to it from a python background and in a lot if ways it feels like "python done right"

  23. comment
    Comment #6773004

    This is correct. The point of attending HackReactor, Dev Bootcamp, etc., is to gain a specific set of skills (often starting from zero) that will get you a job. The point of attend…

  24. comment
    Comment #6749978

    Congrats on the release to everyone involved; very excited about the future!

  25. comment
    Comment #6631697

    Cool project, I've been thinking about writing one for MIPS (I'm taking a computer architecture class this quarter :))