Live data from Hacker News

Viewing profile — carlosneves

carlosneves

HN member
Joined
Fri, Apr 24, 2020, 12:09 PM UTC
HN karma
21
Public activity
25 items

About carlosneves

No profile information was provided.

Recent public activity

  1. comment
    Comment #49203263

    That's exactly the situation I'm in... :crying-laughing: The fix is merged, but won't deploy... it's been hours Thankfully it's a batch job, and isn't interrupting production ATM

  2. comment
    Comment #49098431

    Thanks for linking to Fexpr's. I've thinking about "functions with lazily evaluated arguments" recently, and trying to understand how they are different from macros. So I was basic…

  3. comment
    Comment #47502644

    An `--ignore-file=` flag would be nice I guess: --ignore-file=.ignore --ignore-file=.gitignore --ignore-file=.dockerignore --ignore-file=.npmignore etc but then, assuming all those…

  4. comment
    Comment #47368652

    This concept of "machine worship" reminds me of E. M. Forster's The Machine Stops. Is it possible for a tech-oriented ideal to escape "machine worship"? As we strive to refine our …

  5. comment
    Comment #46624928

    https://carlosn.com.br/

  6. comment
    Comment #46326065

    You can always ask it to nudge you in the right direction instead of giving the solution right away. I suspect this way of using it is not very popular though. This is not a new pr…

  7. comment
    Comment #46095806

    And oftentimes some endpoints simply hit the max URL length limit and need a proper body. I thought we ought to already be using this method. Seems quite fitting for fulfilling GET…

  8. story
  9. comment
    Comment #45345210

    I was going to say that. Gratitude to the creators of fish shell. The history-based rank is immediate as you type. Lately I've simply done: abbr --add c cd And then the "most used …

  10. comment
    Comment #45102120

    For awareness, if you want to build a SSG/SSR frontend, there's also [Astro]( https://astro.build/ ) It lets you ship client islands to the client, which AFAIK is essentially parti…

  11. story
  12. comment
    Comment #44614578

    > When using npm, all dependencies for a project are installed in a single node_modules directory. This means that if two packages depend on different versions of the same package,…

  13. comment
    Comment #44051432

    Empty is not the same as succinct & straight to the points. I'd say strong title, succint content. Each of the points invites as much thought as you can give it.

  14. comment
    Comment #43914009

    I think he's proposing a fix for the regex in the title. /(ab?)using/ matches: - ausing - abusing while /(ab)?using/ matches: - using - abusing

  15. comment
    Comment #43643114

    That was a nice read. Do you recommend any books for one who wants to get into queue theory?

  16. story
  17. comment
    Comment #43169893

    Greatly appreciate these tips! I'll apply most of them, especially the diff ones.

  18. comment
    Comment #43047964

    This is awesome! It's a great aid in understanding the protocol.

  19. comment
    Comment #41621362

    There seems to be a trade-off between letting the program run and halting it with an error in these cases. Sometimes letting it keep going is useful, sometimes not. But overall, ha…

  20. story
    Ask HN: What should an undefined variable evaluate to?

    I think most (all?) compiled languages evaluate to a compilation error. As for NodeJS, I thought it would evaluate to `undefined`, but it seems to consistently throw a `ReferenceEr…

  21. comment
    Comment #41449143

    One of the long-standing critiques I've heard from Alan Kay I think is that smartphone users can't use smartphones to create software for smartphones. There's no officially support…

  22. comment
    Comment #40869664

    I actually prefer to think in terms of the broader sense of symbiosis (including all the types of symbiosis you mentioned). Sure we want the way we relate to technology to be mutua…

  23. story
    Ask HN: Could an ML model do a good job rendering in a game loop?

    Say you have some state being rendered into pixels at 60FPS. If the state-space/domain was constrained enough, could you train a model that has high performance and looks intelligi…

  24. comment
    Comment #27648386

    Do you remember more specifically what made you give up on Linux? individual control/power/freedom + simplicity/ease-of-use... is it possible? I'd recommend Linux anytime, all the …

  25. comment
    Comment #26275173

    cmd+esc -> execute this "escape" script The options passed to dmenu/rofi: (lock exit-i3 poweroff reboot suspend) Shoutout to Oliver Kraitschy ( http://okraits.de ) who originally w…