Viewing profile — ddimitrov
ddimitrov
HN member- Joined
- Sat, Apr 09, 2011, 5:33 PM UTC
- HN karma
- 17
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About ddimitrov
No profile information was provided.
Recent public activity
-
comment
Comment #44595370
Shells are much better than python at managing and orchestrating process execution. Also the pipes and filters model is simple and powerful when it fits your problem, which for me …
-
comment
Comment #44355624
The interviewer was clearly annoyed at my questions, it was not that I didn't discuss the right things, it was that I asked too much and drew too little.
-
comment
Comment #44352729
I've failed system design interview where they repeatedly asked me to design "for scale" but all the volume and latency requirements I could get from them could be handled by a sin…
-
comment
Comment #44343426
[dead]
-
comment
Comment #44020851
If you don't like fiat there is always gold. If you really care about value, independent from the monetary system (post-apocalyptic safety), buy tools, grain, generators and oil, t…
-
comment
Comment #43599516
Some years ago, at the height of the Augmented Reality bubble, I had a hackathon idea about smart sunglasses that would replace any detected poster and billboard with information o…
-
comment
Comment #42528777
What is the advantage compared to established AOP libraries, such as AspectJ or BytecodeBuddy?
-
comment
Comment #42362838
And here is my attempt to describe what Kubernetes is, and the expected benefit and tradeoffs. This is what I wish I had before I started learning. https://www.linkedin.com/pulse/k…
-
comment
Comment #11982606
I tried to skim-read through the Unison About page, but all I saw was an under-designed variation of Jetbrains MPS for a single language. I assume you have spent longer with the pr…
-
comment
Comment #11643840
From my experience, using the Google maps within the city, it tends to ne pretty sparse with labels by default. This is a good thing because in a place like tokyo there is just too…
-
comment
Comment #11643839
From my experience, using the Google maps within the city, it tends to ne pretty sparse with labels by default. This is a good thing because in a place like tokyo there is just too…
-
comment
Comment #11092302
I really like SemanticMerge, in its current shape it is litte more than a fancy proof of concept. Its biggest limitation on real projects is that it works on a single-file level, w…
-
comment
Comment #9691349
It's definitely not traditional, but I can think of a few options in Tokyo. The most accessible one is Chabu-ton on top of Yodobashi in Akihabara.
-
comment
Comment #4836725
By "native" they mean JVM-native (not OS-native). I believe what they really mean is that they use JVM primitives for dispatch, as opposed to building their own using functor objec…
- story
-
comment
Comment #4622456
>> There's an interesting point to be made here, though - "wrapping everything up in one type" is essentially what dynamic type systems do, except that it's baked into the language…
-
comment
Comment #4616958
In a dynamic languages you can do dynamic dispatch - i.e. dispatching based on the actual runtime type of the arguments of a function, as opposed on the declared or statically infe…