Live data from Hacker News

Viewing profile — kvlr

kvlr

HN member
Joined
Tue, Oct 17, 2017, 1:37 PM UTC
HN karma
163
Public activity
44 items

About kvlr

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #29109063

    Hey! We're excited to finally open source Clerk. Clerk is a local-first notebook, built on top of regular Clojure namespaces. It can take a namespace like https://github.com/nextjo…

  3. story
  4. story
  5. comment
    Comment #25969766

    Hey, I’m a founder of Nextjournal and one of the authors of clojure-mode. Highly recommend checking out CodeMirror 6 [1], it’s really well done. On of the main benefits is its blaz…

  6. comment
    Comment #25883373

    Here’s a runnable version of this book https://nextjournal.com/try/plfa/Naturals

  7. comment
    Comment #25477624

    For our notebook format at Nextjournal we use an edn appendix to store metadata like results and environment (docker image). The user-edited content is just plain markdown, while a…

  8. comment
    Comment #25227632

    Hey HN, I'm one of the founders of Nextjournal. The `cm6=1` query param is a feature flag to enable our new Clojure code editor built on CodeMirror 6 [1] with lezer for fast increm…

  9. comment
    Comment #25214548

    I used mmhmm today to record a quick demo [1] and think it works really well for that. I like the looks a lot more than the normal rectangular overlays in Zoom or ScreenFlow. [1] h…

  10. story
  11. story
  12. comment
    Comment #22166119

    This is how runkit does it for nodejs and I think it’s working quite well for them. We (at Nextjournal) tried doing the same for other languages (Python, Julia, R) and felt that it…

  13. comment
    Comment #22022284

    Author here, I did run it a few times but you don’t have to take my word for it, you can rerun the notebook yourself if you sign up for Nextjournal and remix my notebook. Full disc…

  14. comment
    Comment #21246096

    Can't say if it does but at https://nextjournal.com we do. We also support running on GPUs.

  15. comment
  16. comment
    Comment #20549535

    TLDR: MongoDB

  17. comment
    Comment #20382096

    Ah nice, we do want to switch Nextjournal to Shenandoah eventually after reading http://clojure-goes-fast.com/blog/shenandoah-in-production/ So is graal polyglot already compatible…

  18. story
  19. comment
    Comment #19850803

    What you're describing is close to our long-term vision for the platform. Having it be easy to use for non programmers but with the ability to customise things and always "peek und…

  20. comment
    Comment #19850761

    I haven't tried Domino Datalab myself so take this with a grain of salt. While data science is an obvious use case of literate programming, it's not the only one. I see the fundame…

  21. comment
    Comment #19848977

    Yes, we certainly want to support a lot more languages in the future and it should be relatively easy to do as long as there's a Jupyter kernel (which is a lot). We also have a pro…

  22. comment
    Comment #19848784

    Our standard instances at 3,75 GB of Ram and we keep a pool of three idle ones of those around. With the free account you can currently use larger instances of up to 16 GB of Ram a…

  23. comment
    Comment #19848733

    oh and I was able to reproduce the comment issue and will look into it!

  24. comment
    Comment #19848728

    Awesome, happy to see that. Been wanting to play with crux anyway. Nextjournal runs on Clojure and Datomic and we use some of pack.alpha and aero from juxt, so thanks!

  25. comment
    Comment #19847720

    Hey, this sounds like something we'd want to look at, I don't think it's inherent to reproducibility. I think we should be truncating the output in this case. Please send us the no…