Viewing profile — njd
njd
HN member- Joined
- Fri, Jul 01, 2016, 1:01 PM UTC
- HN karma
- 15
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About njd
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #13723833
I'm a retired data architect and C developer with 36 years of professional experience. In my opinion, this is not how you find an appropriate candidate. It would be better to ask s…
-
comment
Comment #13171854
Yes, especially with early cleansing and transformation. When source semantics are dynamic, try to build recognizers rather than expect sources to obey some semantic agreement. The…
-
comment
Comment #13163195
It is possible, but there are a lot of caveats. For example, how do you detect when a source's semantics change? This will break any cleansing or transforms done in the stream plat…
-
comment
Comment #12945791
Yes. But, the trie implementation would need to somehow allocate mmap file address space. Depending on supported size of the trie, may require multiple mmap files. The addressing s…
-
comment
Comment #12944221
Interesting. How would you use one of these implementations to persist a large trie beyond what physical memory can support?
- comment
-
comment
Comment #12688932
Thanks for pointing that out. Instead of the endless cascade, just cascade once off of the first link. That way, there would never be more than two references to resolve and you st…
-
comment
Comment #12684325
Instead of renaming the file, TagSpaces could create a symbolic link and preserve the original file name. All such links could be managed in a TagSpaces folder. > ln -s ../fluffy.j…
-
comment
Comment #12534708
I enjoyed reading your story about building a DBMS. In it, you mention the importance of performance. So, I'm curious as to why you chose 'go' versus 'C'. Was the choice of 'go' a …
-
comment
Comment #12458632
- The challenge for an organization is to recognize that there is a significant difference between the 'data engineer' working on a vertical project and the 'data engineer' respons…
-
comment
Comment #12015768
I'm developing a distributed temporal KV store in C. My motivation for developing the TKV is my interest in such questions as 'why' data changes and the effect it has on the 'syste…