Live data from Hacker News

Viewing profile — lemonwaterlime

lemonwaterlime

HN member
Joined
Sat, Sep 16, 2023, 10:04 PM UTC
HN karma
372
Public activity
151 items

About lemonwaterlime

No profile information was provided.

Recent public activity

  1. comment
    Comment #49063474

    I use those tools nearly every day. Instead of heavy LSPs and IDEs using the RAM that could be otherwise used, I grep and ctags through my codebase for instant navigation. For dete…

  2. comment
    Comment #48416164

    The issue with all of these schemes is less about the format and more about the semantics itself. What are all the actions that can be done to a codebase and what is a controlled v…

  3. story
  4. comment
    Comment #48157930

    You should look into `update-refs` functionality. By default git treats each branch independently, but with update-refs, git tracks pointers to branches and creates a dependency ch…

  5. comment
    Comment #47758852

    I understand your point. The paper is more about the depth of the tree to represent and audit a model versus the raw CPU clock cycles. It takes the exponent and logarithm as given …

  6. comment
  7. comment
    Comment #47758041

    I’m fairly certain that the difference between the approaches is that the f(x,y) function you mentioned requires limits to represent certain concepts while the eml approach is esse…

  8. comment
    Comment #47621794

    My view is more in line with your statement. > Prefer do notation if the effects of the flow are more important than the data structure, and prefer using Applicative style if the d…

  9. comment
    Comment #47479798

    See vim-mergetool[1]. I use it to manage merge conflicts and it's quite intuitive. I've resolved conflicts that other people didn't even want to touch. [1]: https://github.com/samo…

  10. comment
    Comment #47328018

    It’s about demonstrating via the diligence that you are a good steward of a fork. This is a requirement of any fork for it to take and be stable.

  11. comment
    Comment #47326960

    I understand it is an ideological project. My point is that given their intent, there are things they should do to make their case. They should provide the evidence in the README e…

  12. comment
    Comment #47324216

    The issue with that stance, practically speaking, is that anyone could have hand-submitted generated code at any time, so why this January cutoff date? I would expect a decrease in…

  13. comment
    Comment #47322366

    It would be nice if specific offending portions of the codebase were highlighted. As of now, it’s hard to see why one should use this fork. Also, since the source is available, any…

  14. comment
  15. comment
    Comment #46849982

    I had so many corrupted Time Machine backups over the years that I eventually just wrote an incremental backup script in rsync. I’m much happier. Something like [1] can be inspirat…

  16. story
  17. comment
    Comment #46502054

    The challenge for most people is that HTML and Modern CSS are a declarative programming paradigm. You then selectively sprinkle state on top of that. I use HTML and Modern CSS for …

  18. comment
  19. comment
    Comment #46279656

    There's also Julia. Earlier in my career, I found that my employers would often not buy Matlab licenses, or would make everyone share even when it was a resource needed daily by ev…

  20. comment
  21. comment
  22. comment
    Comment #46175601

    Rather than its "decline was", Perl's existence is cultural. All programming languages (or any thought tools) are reflections and projections of the cognitive values of the communi…

  23. story
  24. comment
  25. comment