Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ddimitrov
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
ddimitrov
1y ago
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 is many times a day.
2.
▲
by
ddimitrov
1y ago
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.
3.
▲
by
ddimitrov
1y ago
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 single HA pair running a monolithic server+ exte
4.
▲
by
ddimitrov
1y ago
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, though many of these things are perishable and storage c
5.
▲
by
ddimitrov
1y ago
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 of your choosing - your favorite art, personal photos, notifi
6.
▲
by
ddimitrov
2y ago
What is the advantage compared to established AOP libraries, such as AspectJ or BytecodeBuddy?
7.
▲
by
ddimitrov
2y ago
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/kubernetes-before-you-start-d...
8.
▲
by
ddimitrov
10y ago
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 project - do you care to summarize the differences?
9.
▲
by
ddimitrov
10y ago
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 much stuff - if I care for aometgubd I either search for it
10.
▲
by
ddimitrov
11y ago
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, while all the interesting stuff happens on patch level. You m
11.
▲
by
ddimitrov
11y ago
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.
12.
▲
by
ddimitrov
14y ago
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 objects and reflection-like API (which was the only way to implem
13.
▲
Is Upstart the right way to get college student start-ups funded?
(dbmsmusings.blogspot.jp)
1 points
by
ddimitrov
14y ago
|
0 comments
14.
▲
by
ddimitrov
14y ago
>> 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 instead of being implemented by the programmer on a
15.
▲
by
ddimitrov
14y ago
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 inferred type. That among other things obviates the need for the