Live data from Hacker News

Viewing profile — diekhans

diekhans

HN member
Joined
Sun, Dec 16, 2018, 10:50 AM UTC
HN karma
76
Public activity
36 items

About diekhans

No profile information was provided.

Recent public activity

  1. comment
    Comment #49154592

    Would one retype assembly language for C generate code? Having LLMs write out their design and reviewing it seems more efficient. Have LLMs, maybe with a different model, check tha…

  2. comment
    Comment #45068720

    It seems like a bug report on what is not clear in the documentation would be highly useful.

  3. comment
    Comment #44561137

    No API to hook into one's favorite tools, such as emacs.

  4. comment
    Comment #44473575

    https://www.norvig.com/21-days.html

  5. comment
    Comment #44407256

    This is likely true for many companies. However, it is also a metric for what type of working environment it will be. I value being able to learn quickly and creativity over pre-tr…

  6. comment
    Comment #44406601

    The article doesn't understand programmers. People will stay because they are passionate about OCaml and there are not a lot of OCaml jobs. When hiring for a permanent position, I …

  7. comment
    Comment #43490078

    Plus the 64-bit integer problem, really 52-bit integers, due to JS not having integers.

  8. comment
    Comment #42560754

    Nicely written (and executed). Worse that my worst memory corruption.

  9. comment
    Comment #42517627

    Hard rules are the problem. There is a lot of "it depends." After over 40 years of programming, I continue to reduce the size of functions and find it easier to write and understan…

  10. comment
    Comment #41683807

    I have had good luck with duplicacy for cloud backup: https://duplicacy.com/

  11. comment
    Comment #40921575

    Circos is useful when the data is sparse and quickly becomes extremely time-consuming to near-impossible to interpret. The most you can say is "wow, there is a lot going on". I kno…

  12. comment
    Comment #39957798

    This is awesome!!

  13. comment
    Comment #39949254

    Thanks for the reply. I try to use exception chaining to create a message that is useful for the user to actually debug the problem (solution-directed error message). The classic t…

  14. comment
    Comment #39945610

    The point of chaining exceptions is to add information to an error result. It prevents one from having to pass down information to produce an error message that makes sense to the …

  15. comment
    Comment #39846171

    No data checksumming is one of the main reasons not to trust APFS for valuable data. Maybe it is fine on Apple SSDs, but what about terabytes of data on external disks? Why checksu…

  16. comment
    Comment #39661820

    It's an interesting package, and I have some of the use cases it appears to address. However, the documentation is inadequate to quickly understand how to robustly build some of th…

  17. comment
    Comment #39120311

    I have been having great luck with incremental backups with the very similar named Duplicacy https://duplicacy.com/

  18. comment
    Comment #38711860

    My view is that automated testing is not a substitute for QA, but an additional tool. It lets QA focus on harder to automated tasks. For unit tests, a developer is going to try som…

  19. comment
    Comment #38414811

    Darktable is an interesting project and an impressive effort. However, serious photographers tend to use Lightroom. It is just eons beyond Darktable. Sometimes even those of us who…

  20. comment
    Comment #37846042

    Setting backup-directory-alist to ((".*" . ".emacs.bak")) keeps the files local to the actually files, without the cognitive overload of being adjacent to the edited files.

  21. comment
    Comment #37258814

    We really should say "a human genome". Reference genomes serve as a Rosetta Stone of genomics. So we can take DNA/RNA sequences from other individuals and align (pattern match) the…

  22. comment
    Comment #36676965

    After years of BSD and Linux on my desktop, I finally figured out that the desktop is about applications. Many of us need to actually accomplish things in addition to develop Open …

  23. comment
    Comment #33709228

    It is amazing how much time projects seem to spend on rewriting history for the goal of displaying in in a pretty way. Leaving history intact and having better ways to display it s…

  24. comment
    Comment #32261228

    Lot of good info and saved away! However, it drinks the code coverage cool-aid that started like 30 years ago when code coverage tools emerged. Management types said "high test cod…

  25. comment
    Comment #31550959

    Not used ECC is not a good tradeoff in my experience. The only ZFS corruption I have experienced was direct attached ZFS on a Mac with memory errors undetected by Apple's diagnosti…