Viewing profile — zcam
zcam
HN member- Joined
- Fri, Mar 05, 2010, 7:05 PM UTC
- HN karma
- 336
- Public activity
- 113 items
- HN profile
- View on Hacker News ↗
About zcam
No profile information was provided.
Recent public activity
-
comment
Comment #41601868
+1 for fennel
-
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…
-
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 …
-
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"…
- comment
-
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 …
-
comment
Comment #31849175
The enemy =)
-
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 …
-
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…
-
comment
Comment #31835565
Most often lsp-servers installation is bundled with lsp-mode via 'install-lsp-server'
-
comment
Comment #29362332
The price tag is ridiculous
- story
-
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.…
-
comment
Comment #29091441
And soon clojure-dart.
-
comment
Comment #27867852
There is also ClojureDart in the making. That one seems quite promising.
-
comment
Comment #24999211
exoscale.com would be a good alternative as well
-
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.
- story
-
comment
Comment #24439239
There are a few libraries that make it possible without abusing conformers, one of which is https://github.com/exoscale/coax
- story
-
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…
-
comment
Comment #20140469
With very high fines if you were caught paying less or nothing, that helped a bit I guess.
-
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…
- story
-
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…