Live data from Hacker News

Viewing profile — 0xdky

0xdky

HN member
Joined
Sun, Sep 06, 2020, 2:56 AM UTC
HN karma
47
Public activity
28 items

About 0xdky

Tinkerer and a lifelong learner

Recent public activity

  1. comment
    Comment #32158619

    I worked on a POC porting it to Windows and had to port GNU tar to support large file names. TLA was truly revolutionary!

  2. comment
    Comment #30400098

    You will need a full repository in other directory to checkout and this will waste storage unless you share objects via alternate.

  3. comment
    Comment #30009667

    Another lesson I learned from almost 2+ decades of using Emacs: Track your customizations in a version control. Using customize package and reading the diff in dot Emacs file has t…

  4. comment
    Comment #29923343

    I hope there will be student towns with mostly students taking online courses for the camaraderie and learning by helping out each other. Apart from the labs, I do not see a reason…

  5. comment
    Comment #29737081

    I froze for a moment seeing this article after having worked at a major anti-virus company long time back and used some low level Win32 APIs. Fortunately, I followed some of the te…

  6. comment
    Comment #29699693

    I had a colleague that wrote a tight loop creating objects in Java and in C++ on heap to show Java outperformed C++. Once I implemented a simple pool allocator in C++, it ran circl…

  7. comment
    Comment #29697857

    Google search on iOS Safari prompts me to install Google app for every search. This alone drove me nuts and I switched to DDG.

  8. comment
    Comment #29393288

    I did something similar (~2015) but using the kernel NFS client and having multiple mounts to the same volume using different IP addresses. Using vectored IO and spreading across m…

  9. comment
    Comment #29330406

    Wonder if the current hiring and rewarding contributes to over engineering? How would you look if you just invoked APIs to get your work done versus designed and implemented an end…

  10. comment
    Comment #29292371

    I used BDB as a Win32 profiler backend. The profiler was lightweight and would write a flat file with profiling data and function addresses to keep the captured data small. A post …

  11. comment
    Comment #29206167

    I first encountered Trie in code storing Unix network group mappings. Since IP addresses in a domain mostly vary at the end, a lot of IP addresses share the same first part. This g…

  12. comment
    Comment #29082034

    Very well written article, thank you. Especially when my daughter is taking a course on Unix and the instructor is superficially touching in these fundamental topics (due to their …

  13. comment
    Comment #27872997

    On iOS, I have a repeating reminder. However, reminder notification in iOS is very non-intrusive and very easy to miss or dismiss. I have a shortcut that runs everyday at bedtime a…

  14. comment
    Comment #27725223

    Same here. I worked at a NAS storage (NFS) vendor and this was a common practice. Could not look at server implementation in Linux kernel and open source NFS client team could not …

  15. comment
    Comment #27362828

    I lead a team to implement CIFS server in VMS on Itanium after deciding not to port ASV (Advanced Server - CIFS server for Alpha since it had a lot of hand tuned assembly for a spe…

  16. comment
    Comment #27343998

    Especially with a stateless service like a photo hosting service, this is very true. Wish you all the best!

  17. comment
    Comment #26491983

    Do we next change naming of RB Tree in all existing documents and software? IMHO, there is no end to this. https://en.wikipedia.org/wiki/Red%E2%80%93black_tree

  18. comment
    Comment #26459939

    FWIK, compression works by de-duplication. Finding duplicate patterns is limited to a window. If similar patterns are close to each other, there is a higher probability of finding …

  19. comment
    Comment #26399420

    Back in the days, RogueWave had a pretty solid customer base selling portable C++ standard libraries. I worked at 2 different companies and they both quite heavily depended on Rogu…

  20. comment
    Comment #26101358

    This looks very similar to the Android eco system suffering from fragmentation. It has become impossible to ensure updates across OEMs and this could be affecting some of the featu…

  21. comment
    Comment #26101149

    I am very interested to know what is the engineering overheads and increase in code complexity incurred in maintaining 2 different views. At NetApp, backward compatibility and abil…

  22. comment
    Comment #25145674

    Wish folks down voting would provide the reason. As a parent, I would love to learn if I am not solving the real problem.

  23. comment
    Comment #25143756

    Apologies for a response riddled with typos.

  24. comment
    Comment #25138979

    It is my store too as a parent of a single child losing creativity to instant pleasures and doom scrolling on an iPhone. To add salt to injury, the dance team at school she is part…

  25. comment
    Comment #24930513

    Does fixing a bug introduced by a different author and pointing out the mistake as part of commit message considered a CoC violation? I find this absurd and just a way to get at so…