Live data from Hacker News

Viewing profile — zcam

zcam

HN member
Joined
Fri, Mar 05, 2010, 7:05 PM UTC
HN karma
336
Public activity
113 items

About zcam

No profile information was provided.

Recent public activity

  1. comment
    Comment #41601868

    +1 for fennel

  2. comment
    Comment #41469936

    Exoscale, a cloud provider is also using clojure heavily. Pretty much anywhere where the jvm is a good fit, but given it’s a hosted language you can also use it to emit dart code o…

  3. comment
    Comment #34802153

    datalog is just the query language. For me there's no such thing as a datalog db, there are various db that uses some derivative of datalog for querying but that's it. To give you …

  4. comment
    Comment #34787010

    All the things you are mentioning would be nice to haves but frankly nothing prevents us to use these today already, either directly or via a bit of wrapping. Communication "style"…

  5. comment
  6. comment
    Comment #32205607

    I am a swiss expat living in Sweden and I can confirm the trains are terrible over here. They are rarely on time, cancelations are very common and incidents can deadlock an entire …

  7. comment
    Comment #31849175

    The enemy =)

  8. comment
    Comment #31848938

    I was lucky to play UO from the beta days, when a lot of unintentional "features" existed. To name a few good ones: * monster gating. Opening a gate (portal) would allow people to …

  9. comment
    Comment #31835588

    It's a bit like nix but only for emacs. Modes are downloaded/built locally and versions pinned. From there you can put in version control your pin file and update/revert updates sa…

  10. comment
    Comment #31835565

    Most often lsp-servers installation is bundled with lsp-mode via 'install-lsp-server'

  11. comment
    Comment #29362332

    The price tag is ridiculous

  12. story
  13. comment
    Comment #29127518

    I have been living not too far from Lund for 7 years and it's a mixed bag here. Sure in Lund it's full of expats, people are friendly and generally almost everybody speaks English.…

  14. comment
    Comment #29091441

    And soon clojure-dart.

  15. comment
    Comment #27867852

    There is also ClojureDart in the making. That one seems quite promising.

  16. comment
    Comment #24999211

    exoscale.com would be a good alternative as well

  17. comment
    Comment #24836908

    Nubank is also pretty big (clj/cljs/datomic). There's also Exoscale using clojure(script) extensively. Funding Circle and CircleCI also use it but I think "only" on the backend.

  18. story
  19. comment
    Comment #24439239

    There are a few libraries that make it possible without abusing conformers, one of which is https://github.com/exoscale/coax

  20. story
  21. comment
    Comment #20316958

    I build/assemble keyboards using qc switches, I own boards with "old" qc and some from this year (+ others with mx, kailh) . I can confirm they are much better now. Current switche…

  22. comment
    Comment #20140469

    With very high fines if you were caught paying less or nothing, that helped a bit I guess.

  23. comment
    Comment #18439713

    Both models are/can be profitable, it's down to a personal (strategic) choice from the authors ultimately. There are many successful stories of proprietary dbs and also a number op…

  24. story
  25. comment
    Comment #18016882

    It "transpiles" to lua. So you can do anything lua does, run on any lua interpreter, use any lua library. So yeah, blazing fast, with a decent macro system and fixing some of the o…