Viewing profile — thenonameguy
thenonameguy
HN member- Joined
- Sun, Jun 23, 2013, 2:47 PM UTC
- HN karma
- 45
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About thenonameguy
Sync data from any Postgres DB to another.
krisz [at] schemamap.io
Recent public activity
-
comment
Comment #43696576
> One of the things that puts metaprogramming on wheels is being able to pull in grammars, schemas and such for external systems. That's what I've been trying to do with: https://g…
-
comment
Comment #41558733
Yup, it's still the best tool for me. Especially for complex domains, as it does not allow you to over-abstract data structures. Schemamap.io has a declarative SQL compiler and bac…
-
comment
Comment #40914888
I'm not certain, but Clojure supports this through CIDER's Enlighten mode: https://docs.cider.mx/cider/debugging/enlighten.html It would be even better if larger values were inspec…
-
comment
Comment #40230077
It works on MacOS/Windows, unlike systemd. Therefore it's well suited for development environment setups for polyglot teams. https://devenv.sh/ is one example that uses it to do ju…
-
comment
Comment #40208994
NixOS/GNU Guix is uniquely positioned in this area, as it tracks all dependencies explicitly, with exact versions. If there is a paradigm where this can be achieved on the OS level…
-
comment
Comment #40186074
The IMO superior https://github.com/F1bonacc1/process-compose project has this built in, while allowing to manage regular programs that don't require containers. See: https://f1bon…
-
comment
Comment #36955409
This looks really great! When do you expect to add Linux support? Until then, I'm using a devenv.sh Nix-based setup (without mDNS), with something like this: https://github.com/cac…
-
comment
Comment #32789986
I've been using https://github.com/F1bonacc1/process-compose with great success. It's a userspace process orchestrator/scheduler that works across all relevant platforms, supportin…
-
comment
Comment #24561350
Thankfully we have solved this issue by adopting nix for setting up developer machines/project setup on top of your OS's package manager of choice (OSX/Linux). Additionally, you au…
-
comment
Comment #24556758
I saw that the cost/benefit ratio of adopting https://github.com/casey/just in non-trivial projects was worth it as an alternative to bash scripts in script folders.
-
comment
Comment #23599002
https://c4model.com/
-
comment
Comment #20479566
Put something like this in your .clj-kondo/config.edn: https://gist.github.com/thenonameguy/d9f13155b2996e7d672542c...
-
comment
Comment #20448779
Clojure equivalent: https://github.com/borkdude/clj-kondo
-
comment
Comment #13059130
I asked the same question on the Clojure subreddit and the answer is yes for all practical purposes. https://www.reddit.com/r/Clojure/comments/5fc706/datomic_upd...
- story
-
comment
Comment #11749500
It's because of this bug in Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=1250947 Disable the box-shadow on .widewrapper.main and it works fine.
-
comment
Comment #11501297
Something like edn[1] perhaps? Worked really well in my projects. [1]: https://github.com/edn-format/edn
- comment
-
comment
Comment #6326183
My hungarian translation of it: http://learnxinyminutes.com/docs/hu-hu/go/
-
comment
Comment #5972197
https://gobyexample.com/