Live data from Hacker News

Viewing profile — lubesGordi

lubesGordi

HN member
Joined
Thu, Aug 21, 2014, 9:51 PM UTC
HN karma
624
Public activity
297 items

About lubesGordi

No profile information was provided.

Recent public activity

  1. comment
    Comment #48281092

    As a senior, I do the same.

  2. comment
    Comment #48195560

    Sim racing is at least kind of like that.

  3. comment
    Comment #48195393

    When you say its very very hard to create a good splat, what do you mean? And what is good? I would say that strawberry is very detailed and its a good splat. I also kind of like t…

  4. comment
    Comment #47267854

    It's funny that the context window size is such a thing still. Like the whole LLM 'thing' is compression. Why can't we figure out some equally brilliant way of handling context bes…

  5. comment
    Comment #47090599

    I don't know man. I'm writing a flashcard app, and I like it. It makes me happy and it works the way I want. Exactly how I want. BC I could never get into quizlet. Whatever. Maybe …

  6. comment
    Comment #46828472

    To your point, from the article: "To me, giving a Claude skill all your credentials, and access to everything important to you, and then managing it all via Telegram seems ludicrou…

  7. comment
    Comment #46234768

    So now you know. You can get claude to write you a ton of unit tests and also improve your static typing situation. Now you can restrict your prompt!

  8. comment
    Comment #46197937

    I don't know about Jetstream, but redis cluster would only ack writes after replicating to a majority of nodes. I think there is some config on standalone redis too where you can a…

  9. comment
    Comment #45760077

    This makes sense to me. Where I work our ai team set up a couple h100 cards and are hosting a newer model that uses up around 80GB vram. You can see the gpu utilization on graphana…

  10. comment
    Comment #45646092

    So in terms of OCR, does the neural network 'map' the words into an embedding directly, or is it getting a bunch of words like "Hamlet's monologue" and mapping that to an embedding…

  11. comment
    Comment #45622289

    13 minutes in Andrej is talking about how the models don't even really need the knowledge, it would be better to have just a core that has the algorithms it's learned, a "cognitive…

  12. comment
    Comment #45527728

    Well I don't know about others here, but I think its cool. If you can make the setup super readable and get the performance of C then why not? Especially now when you can get claud…

  13. comment
    Comment #45453543

    I think its just a simple matter of aesthetics. Some people find violence ugly, and don't like looking at it. Some people think that by looking at it you're somehow coming to a gre…

  14. comment
    Comment #45278816

    My hypothesis: the length of the prompt shrunk, yet maintained the same amount of information.

  15. comment
    Comment #44975109

    Agreed agentic coding is a huge change. Smart startups will be flying but aren't representative. Big companies won't change because the staff will just spend more time shopping onl…

  16. comment
    Comment #44974911

    Does the Unreal API change a bit over versions? I've noticed when asking to do a simple telnet server in Rust it was hallucinating like crazy but when I went to the documentation i…

  17. comment
    Comment #44974177

    I know, I don't understand what problems people are having with getting usable code. Maybe the models don't work well with certain languages? Works great with C++. I've gotten thou…

  18. comment
    Comment #44757145

    I'd guess that people fail the mentioned test specifically because they forget how to determine if a number is even. How often do you do that in real life? I haven't had to do that…

  19. comment
    Comment #44757021

    Just make the take home assume that AI is going to be used.

  20. comment
    Comment #44063338

    Still you don't necessarily need to have dynamic memory allocations if the number of deltas you have is bounded. In some codecs I could definitely see those having a varying size d…

  21. comment
    Comment #44063296

    See this is interesting to me. I understand the desire to dynamically allocate buffers at runtime to capture variable size deltas. That's cool, but also still maybe technically unn…

  22. comment
    Comment #44063139

    Hey maybe we can discuss why I'm being downvoted? This is a technical discussion and I'm contributing. If you disagree then say why. I'm not stating anything as fact that isn't fac…

  23. comment
    Comment #44062041

    Requiring dynamic state seems not obvious to me. At the end of the day you have a fixed number of pixels on the screen. If every single pixel changes from frame to frame that shoul…

  24. comment
    Comment #44062002

    Honestly its a little surprising the first optimization he found was something fairly obvious just by using perf. I thought they had discussed the zeroing buffers issue in the firs…

  25. comment
    Comment #44042236

    'Heapdump' is a term I learned from debugging android applications 15 years ago. Its just a snapshot of the java processes memory. Its going to contain plaintext. Now why those hea…