Live data from Hacker News

Viewing profile — cleak

cleak

HN member
Joined
Fri, Aug 10, 2018, 6:03 PM UTC
HN karma
464
Public activity
37 items

About cleak

No profile information was provided.

Recent public activity

  1. comment
    Comment #47201442

    I really love Obsidian and the direction they’re going with CLI. I think one of the most important things we can do while waiting for super intelligent assistants is capturing more…

  2. comment
    Comment #47155259

    In this case yes, but the real takeaway is to pay attention to Memory.md. If I had a particular game in mind and it latched on early to a style I didn't like, there's no guarantee …

  3. comment
    Comment #47155212

    I read that as MomoGame at first and was very confused. I'll have to give MonoGame another try. I was a big fan of XNA up until its deprecation. I went all in on OpenTK for a while…

  4. comment
    Comment #47155180

    The model makes a huge difference. I tried this about a year ago and Claude occasionally got it right. These days, it seems to get it right on the first try most times and then alw…

  5. comment
    Comment #47155094

    I'm playing around with a tool to generate the IDs for me. I'm honestly not sure if it'll be an improvement since it likely means more tokens/context than just letting it YOLO IDs.…

  6. comment
    Comment #47145647

    Thanks for the kind words. I'm blown away by the response and positivity here. There's definitely some social commentary to be had in the whole project. I decided it's best left to…

  7. comment
    Comment #47144834

    Just a quick note that I have nothing to do with any meme coins. Looks like folks are using myself and Momo to pump some crypto. I won't be claiming any coins - even though they've…

  8. comment
    Comment #47142593

    It does. Claude seems to do the best with this prompt. Codex 5.2 struggled with UID generation and kept ending its turn with things like "And now you're all setup to run tests!" wi…

  9. comment
    Comment #47142544

    Both my dogs have actually learned to use the button mats. Down selecting to the right responses seemed tricky. My wife also took away the mat since Hana (the larger one) never lea…

  10. comment
    Comment #47142488

    Pretty neat! I actually ran across that right before publishing - I didn't want to see what was around until after I had the whole thing locked in. I love the novel input!

  11. comment
    Comment #47142424

    Momo does like to bark at the TV. I have thought of combining this with nanobana and letting her down select options. Maybe in a future update.

  12. story
  13. comment
    Comment #45958032

    That’s pretty neat. It reminds me of how VAEs work: https://en.wikipedia.org/wiki/Variational_autoencoder

  14. comment
    Comment #45957953

    I’m guessing a good chunk of the page is AI generated - em dashes and random emojis.

  15. comment
    Comment #45756820

    It does seem significantly better on Windows. I'll give it another chance over the next couple weeks.

  16. comment
    Comment #45749649

    This is the exact reason I left Cursor for Claude Code. Night and day difference in reliability. The Windows experience might be especially bad, but it would get constantly hung or…

  17. comment
    Comment #45671357

    And now it's gone on web this morning. I'm not sure if something in the conversation blocks it or if it's part of some A/B test.

  18. comment
    Comment #45663372

    It isn’t present on mobile (at least on iOS) unfortunately. I use it all the time on the web though, and it’s very useful.

  19. comment
    Comment #44799877

    I’ve found I do get small bursts of 10x productivity when trying to prototype an idea - much of the research on frameworks and such just goes away. Of course that’s usually followe…

  20. comment
    Comment #44225137

    This looks interesting, but I have no idea what I’m looking at with the original paper. Could someone provide a simple summary that doesn’t rely on knowledge of Quadratic Voting?

  21. comment
    Comment #44117005

    The book Smarter Faster Better introduced me to the concept of disfluency - the idea that extra friction such as awkward fonts, new environments, different tools, etc will pull you…

  22. comment
    Comment #44088102

    I’m curious about this as well, especially since all coding assistants I’ve used truncate long before 1M tokens.

  23. comment
    Comment #44064397

    Something I’ve found true of Claude, but not other models, is that when the benchmarks are better, the real world performance is better. This makes me trust them a lot more and kee…

  24. comment
    Comment #39803212

    > It's a paradigm that had (debatable) value in the late 1990's and early 2000's when Unreal Engine and Unity had been designed and OOP was all the rage ;) For inheritance, I 100% …

  25. comment
    Comment #39795408

    I've actually shifted most of my personal dev to Rust now, and so this vtable hack has become less relevant. Rust makes it very easy to avoid virtual functions. If I had to redo th…