Viewing profile — ths
ths
HN member- Joined
- Thu, Oct 21, 2010, 3:03 PM UTC
- HN karma
- 64
- Public activity
- 39 items
- HN profile
- View on Hacker News ↗
About ths
No profile information was provided.
Recent public activity
-
comment
Comment #30299803
> The issue isn't tooling, it's hardware resources and in some cases licencing. Hardware resources are definitely an issue. That's why we generally recommend using remote developme…
-
comment
Comment #30298780
Related to this topic: When running integration/e2e tests, setting up the environment (all the required services, data stores etc.) in the right sequence, loading them with test da…
-
comment
Comment #26512151
Sounds like Garden Core could be a great fit here. The motivation behind Garden was that, like you, we had built our own home-grown kubernetes dev environments, but felt like there…
-
comment
Comment #26512047
(Garden co-founder here) Garden supports in-cluster building, using buildkit or kaniko. This way, you don't need to have Docker or k8s running on your dev machine as you're working…
- story
-
comment
Comment #13197119
We have an easier time categorising a disorder as a disease rather than a moral failure when we see clear neurobiological correlates. But as we know (or at least currently believe)…
-
comment
Comment #5413207
Indeed! I disagree with people who think vim and emacs are ugly: they have their own nice 8bit-esque aesthetic which I'd expect hackers to like, given that they've chosen to stare …
-
comment
Comment #5413186
Even if the mouse were quicker on average for long jumps, the moving of the hand from mouse to keyboard feels like more of a combo breaker, more distracting. Speed is very importan…
-
comment
Comment #5413150
I rock back and forth, depending on the languages I'm using. Emacs does more, but is in my experience more kludgy, even after having in aggregate spent many days customizing it (ma…
-
comment
Comment #5413056
If you want ⌘S, ⌘C, ⌘V etc., try Macvim ( https://code.google.com/p/macvim/ ). I use it for longer coding sessions (more colors, faster rendering when in fullscreen with split pane…
-
comment
Comment #5299381
I wonder if this could have some great research applications. A year ago I watched some lectures from Stanford on ethobiology (i.e. the branch dealing with the biological processes…
-
comment
Comment #4990126
I should have been clearer: I'm not advocating anarcho-capitalism, just having an academic discussion. My point was that a state isn't necessary to enforce contracts, although the …
-
comment
Comment #4987961
> Without the state, corporations (and capitalism) are not possible. A state is not necessary for enforcing contracts - that could be done by private parties, as in anarcho-capital…
- comment
-
comment
Comment #4854272
If you want a lisp that compiles to JS, ClojureScript is also a good option. It's ready for use, and there's a lot of smart people working on making it better. The Clojure/ClojureS…
-
comment
Comment #4769739
Good post! Generalizing the point, maybe a good description of sophistication is: using one's intuition in a natural way to explore the boundaries of one's knowledge, having previo…
-
comment
Comment #4638684
WRT Smalltalk's image, code management is only one of its marquee features, so I think Smalltalkers would object to calling image vs files a false dichotomy. Yeah, I agree. That wa…
-
comment
Comment #4637330
Perhaps this project shows that file vs image is, in fact, a false dichotomy. Instead of replacing our current file-based workflows with a monolithic image, this kind of tool could…
- comment
-
comment
Comment #4369429
Exactly. When he says So under its expressive covers, everything about Clojure is strongly conservative, with a core overriding bias towards protecting programmers from mistakes. h…
-
comment
Comment #4219654
I just can't be bothered with fiddling with config files and installing little bundles and packages for every functionality. While this is obviously a matter of taste, I do like vi…
-
comment
Comment #4204176
It's indeed possible to add type-checking to Clojure by writing macros for type declarations and checking. But Clojure was designed primarily as a dynamic language, and if one want…
-
comment
Comment #4040722
Clojure does have more sugar than Scheme, but imho some of it improves readability; for example, using brackets for grouping instead of overloading lists like Scheme does can make …
- comment
-
comment
Comment #4031726
How big is the performance hit from the virtualization in your experience?