Live data from Hacker News

Viewing profile — nu11ptr

nu11ptr

HN member
Joined
Sat, Dec 11, 2021, 8:00 PM UTC
HN karma
3,615
Public activity
653 items

About nu11ptr

No profile information was provided.

Recent public activity

  1. comment
    Comment #49111703

    > It’s the language behind Kubernetes admission policies, Envoy’s RBAC rules, Google Cloud IAM conditions, and gRPC’s protovalidate Very small nitpick, but AFAIK protovalidate come…

  2. comment
  3. comment
    Comment #49057448

    Agreed, I really like Rust's Result type. Go's idea is okay, but they should force you to handle the error.

  4. comment
    Comment #49049614

    Checked exceptions were actually the "right way" to do exceptions (if there is such a thing), the problem was just that developers hated them, but I think that draws the wrong conc…

  5. comment
    Comment #49046650

    > When I write new code in Fil-C, I just lean into the GC all the way, which makes programming in C and C++ so much nicer. I don’t ref count, I don’t use smart pointers, I don’t fr…

  6. comment
    Comment #49043232

    I don't have a horse in this race, but to me this makes GPT-5.6 Sol Max look better. It is about half the cost for nearly the exact same performance. It just goes to show how expen…

  7. comment
  8. comment
    Comment #48980942

    I've always thought it odd that we don't use ECC as a standard on all computers. I think people really downplay the impact of memory issues. They can be devastating, especially ove…

  9. comment
    Comment #48749708

    As someone just starting out with the JS ecosystem, how does this compare to something like SurveyJs?

  10. comment
    Comment #48744410

    > Not sure how in touch you are with the author of Vale? FYI - this article is written by the author of Vale

  11. comment
    Comment #48708798

    Not necessarily Java-flavored, but internally vs externally focused, yes. More difficult FFI assuming that is the exception not the rule, and that the language itself takes precede…

  12. comment
    Comment #48693149

    > why do languages like Crystal and D still use Boehm? Languages use Boehm for exactly one reason: it is easy to shim into an otherwise manual memory system (it was designed for us…

  13. comment
    Comment #48675612

    Glad I bought a fully loaded MBP a few weeks back and not now. The price on my exact configuration just went up a whopping 29%!

  14. comment
    Comment #48630953

    > A nil check is suspicious when it silently handles a state the program claims should be impossible. If only that could be expressed in the type system. Instead, the programmer is…

  15. comment
    Comment #48611117

    This looks interesting and useful (I haven't tried it yet), but it is important to realize that every single useful Rust program has unsafe. Every single one. Why? Stdlib usage is …

  16. comment
  17. comment
    Comment #48598972

    I'm a little unclear as to when and under what conditions this results in non-heap objects, now (<= 64-bits?) and in the future (???). I thought that was the _ENTIRE_ point of this…

  18. comment
    Comment #48518565

    That looks very nice. How much of the UI is effectively stock gpui-component vs custom components? The charts? I assume you did custom theming?

  19. comment
    Comment #48465084

    Not only that, but asking it to do a security vulnerability assessment of your own project is a very valid and important thing, and there is no way for it to know what is yours vs …

  20. comment
    Comment #48168439

    "Accelerated depreciation (if any) from shortening the lifespan of the device will be more expensive than the electricity" Shortening the lifespan?

  21. comment
    Comment #48093321

    I am a developer, as many of us on here are. I currently have 32GB of RAM and am constantly fighting swap. 64GB would be min even w/o local model.

  22. comment
    Comment #48089973

    You are assuming I'd only get it for that. That would probably just be the straw that broke the camels back, but I'm already thinking about a purchase even if that doesn't work out…

  23. comment
    Comment #48089555

    Still trying to understand if a Macbook Pro M5 Max with 128GB is likely going to be able to run coding models well enough that I can cancel my Codex, or even go down to the $20/mon…

  24. comment
    Comment #48066611

    Ultimately it comes down to your entropy source. I always generate and insert in a loop for this reason, if there is a collision, I therefore handle that gracefully.

  25. comment
    Comment #48000371

    It isn't about the code (they probably don't even know what that is), they focus on the fact that my daily job tasks have changed entirely (iow, I used to do 'something', 'what' do…