Live data from Hacker News

Viewing profile — drwu

drwu

HN member
Joined
Sat, Sep 16, 2017, 8:57 PM UTC
HN karma
48
Public activity
58 items

About drwu

No profile information was provided.

Recent public activity

  1. comment
    Comment #48271379

    Complex numbers, for example. Also, C preprocessor expands macros differently on MSVC.

  2. comment
    Comment #47024189

    I hope it would work with wine. Then cross compiling Win64 binaries from Linux would become convenient without requiring spinning up a Windows VM.

  3. comment
    Comment #46180139

    Rust compiler can be easily bootstrapped.

  4. comment
    Comment #46055037

    It is not 4 times, it is 16 times. Your 1TB storages would become 64GB.

  5. comment
    Comment #45119400

    The antivirus program forced to be installed by my company does not allow .odin file to exist, as there is a ransomware which encrypts files into *.odin. Of course, git cloning the…

  6. comment
    Comment #45091701

    To be fair, MSVC has the most C99 stuffs. What is mainly missing for porting (my) programs is the native complex number. But we have Intel compiler for free on Windows, which is fu…

  7. comment
    Comment #45087680

    It is a pitty that - GCC switched from C to C++ - CUDA switched from C to C++ But I can understand the decision, and at that time , C++ frontend features and libs were a little bit…

  8. comment
    Comment #45044438

    Agree that decisions/designs are important. However, not everything can be well designed at the beginning. Skills of editing will affect efficiency, especially in a try-and-error l…

  9. comment
  10. comment
    Comment #44048612

    Unfortunately, the rendering of fakebold (especially if the factor is not 2) depends on PDF readers and printers. Some PDF programs handle it well, some fix the factor at 2, some d…

  11. comment
    Comment #43939863

    Well, these are not the hardcore math, they are just puzzles and games.

  12. comment
    Comment #43902713

    I would bet/hope that I can live longer than most IT companies.

  13. comment
    Comment #43811172

    I thought it was something like LPMud or MudOS [0]. [0] https://mud.fandom.com/wiki/MudOS

  14. comment
    Comment #43775927

    The requirements and constraints depend on the product. For example, the geometry of your product to accommodate the antenna is not always the same; the (internal and external) env…

  15. comment
    Comment #43528390

    I totally agree. Just using a POSIX shell to concatenate header/footer and include the required CSS file, a simple static blog generator can be easily made. (That is what I did wit…

  16. comment
    Comment #43473352

    Another issue is cross-compiling. External code generation requires (cross) execution of the (cross) compiled binary program.

  17. comment
    Comment #43354372

    Also fast to compile!

  18. comment
    Comment #43302596

    I'd like to see the feature of preventing the OS from sleeping before downloading has been finished.

  19. comment
    Comment #42843642

    The function declaration in the header file of the library can carry the required 'restrict'. It works for c++ invokers too, as most c++ compilers also support and check the __rest…

  20. comment
    Comment #42469562

    I am using Conda to build binary modules for different Python versions. As user of the modules, venv is sufficient.

  21. comment
    Comment #42367295

    Yes! I use mutt for searching, tagging, thread operations (splitting,appending etc.), bouncing, attaching other mails, deleting attachments, openpgp (personal), smime (at work), an…

  22. comment
    Comment #41145823

    One typical scenario is to embed a CSV (or whatever it is called) into another one.

  23. comment
    Comment #41116593

    This looks like just a little bit advanced trivial optimizations for reducing size of high gain antennae. Usually I expect to find such articles in IEEE Transactions on Antennas an…

  24. comment
    Comment #40704335

    When Haskell was a hot topic around two decades ago, ML was also quite often discussed. Today ML almost only means machine learning

  25. comment
    Comment #40313713

    Sioyek has nice features, however, it was quite buggy. Fixing bugs and writing tests may take a lot of efforts.