Live data from Hacker News

Viewing profile — rafa1981

rafa1981

HN member
Joined
Sun, Sep 01, 2019, 7:10 PM UTC
HN karma
18
Public activity
19 items

About rafa1981

No profile information was provided.

Recent public activity

  1. comment
    Comment #24170861

    If Texas has acorn, grass and a low humidity climate year around where the hams can be dried in optimal conditions, I can't see why they wouldn't succeed. This is just about saltin…

  2. comment
    Comment #22545478

    If he ran two marathons in one week then he was weakened/unrecovered IMO.

  3. comment
    Comment #21917460

    Obviously not

  4. comment
    Comment #21916197

    Intrusive lists are very different beasts than lists by value. There are less allocations involved (perf and points of failure), values can be inserted on different lists without n…

  5. comment
    Comment #21819045

    Fighting environmentalv issues with extra consumption may not be a good idea. Manufacturing a vehicle pollutes a lot. Up to 50% of the enviromental costs of a vehicle seem to happe…

  6. comment
    Comment #21818840

    That we are polluting is beyond doubt. Deforestation, mining, nuclear accidents... all these are real problems that need no additional backing science or guvernamental panels, yet …

  7. comment
    Comment #21677940

    Example: PACKAGE_native_append += "something". "append" is a keyword, but the "native" is just a separate list of native packages, yet both are appended to a variable name separati…

  8. comment
    Comment #21586890

    Some people downvoting you may be lacking skills to detect that this, even if partly true, is a joke. For me it was good.

  9. comment
    Comment #21504227

    Notice that if I remember correctly, you can generate bytecode on the PC (by using the luajit command) and have the resulting bytecode loaded through the C API on your device as if…

  10. comment
    Comment #21494560

    I don't know if luajit runs in your device, but vanilla luajit supports generating and loading bytecode. https://luajit.org/running.html

  11. comment
    Comment #21456695

    I know about a small western company acquired by a big Chinese multinational where Linux firmware devs are working on Windows boxes with no internet. Firewalled. The company policy…

  12. comment
    Comment #21436512

    Maybe the source was compressed audio instead of flac/wav? Edit: the source is an mp3, which removes audio frequencies based on perception/masking with other frequencies. It's perf…

  13. comment
    Comment #21436453

    Exactly. If it did the job why showing the enemy (and the world) all your cards, so they can learn your most advanced tricks? It's better to keep some advanced techniques for the n…

  14. comment
    Comment #21430247

    The human and animals, when in nature, follow the night/day cycles, not an artificial clock time meant to synchronize an industrial society. IMO it's fine, and even natural, to hav…

  15. comment
    Comment #20854454

    I did exactly the same on my two loggers, as a C literal is always read only and unique, passing a printf-like string is passing a pointer. The it's just a matter of adding validat…

  16. comment
    Comment #20854246

    But worst case latency, the most interesting property of an async logger is still unaffected I guess...

  17. comment
    Comment #20854239

    Lack of knowledge on glog

  18. comment
    Comment #20854227

    Author of mini-async-log and mini-async-log-c here. https://github.com/RafaGago/mini-async-log https://github.com/RafaGago/mini-async-log-c I wrote both some time ago and AFAIK the…

  19. comment
    Comment #20854131

    Author of mini-async-log and its C variant here. Some time ago I wrote a benchmark for different loggers, but it uses an old version of Nanolog. https://github.com/RafaGago/logger-…