Live data from Hacker News

Viewing profile — SomewhatLikely

SomewhatLikely

HN member
Joined
Tue, May 19, 2015, 6:18 PM UTC
HN karma
692
Public activity
402 items

About SomewhatLikely

No profile information was provided.

Recent public activity

  1. comment
    Comment #48936182

    Cool idea. This might be a time where an option to have an alphabetically ordered keyboard would be useful. By the way, I like testing AIs on new games as they aren't in the traini…

  2. comment
    Comment #47958845

    Checking my history I searched ["chaos goblin" chatgpt] on March 6th after seeing too many goblins and gremlins and didn't find anyone talking about it then. I did have the nerdy p…

  3. comment
    Comment #47894639

    There would still be a point to encourage better predictions from the public information through better modeling. We aren't always using the optimal models to predict. One example:…

  4. comment
    Comment #47894269

    If I'm understanding correctly, this might be the first example of just-in-time agentic coding that I've come across.

  5. comment
    Comment #47361305

    http://astronaut.io/

  6. comment
    Comment #46042880

    I've seen it so this too. I had it keeping a running tally over many turns and occasionally it would say something like: "... bringing the total to 304.. 306, no 303. Haha, just ki…

  7. comment
    Comment #44844323

    The default outputs are considerably shorter even in thinking mode. Something that helped me get the thinking mode back to an acceptable state was to switch to the Nerd personality…

  8. comment
    Comment #44834044

    Nobody's preventing them from rendering it and refining. That's certainly what we'd expect an AGI to do.

  9. comment
    Comment #44820866

    It's likely that the commenter has read less than 5 million posts worth of text though. So perhaps this still points to a lack of diversity in content.

  10. comment
    Comment #44782765

    What was the alternative you went with?

  11. comment
    Comment #44774880

    I saw a very similar timely appeal here on Hacker News a few years ago and taught my son with this book at the age of 4. It has become my go-to comparison when prompting chat bots …

  12. comment
    Comment #44460370

    It's pretty damn capital intensive to be a productive farmer today. That said, AI will likely, hopefully, get cheaper over time.

  13. comment
    Comment #42489336

    You could probably modify the metric to addressed comments per 1000 lines of code.

  14. comment
    Comment #41807183

    "Here, we provide a quantifiable definition: A multimodal native model refers to a single model with strong understanding capabilities across multiple input modalities (e.g. text, …

  15. comment
    Comment #41784984

    My first thought upon seeing the prompt: If you would build an in-memory cache, how would you do it? It should have good performance and be able to hold many entries. Reads are mor…

  16. comment
    Comment #41485772

    Where I thought this might be going from the first paragraph: Negative numbers are sometimes represented with parentheses: (234.58) Tables sometimes tell you in the description tha…

  17. comment
    Comment #41471809

    Something worth mentioning is that if your vectors all have the same length then cosine similarity and Euclidean distance will order most (all?) neighbors in the same order. Think …

  18. comment
    Comment #41471624

    This feels similar to those adversarial examples that first came out that were very tuned for a specific image recognizer. I haven't followed the research but I know they had some …

  19. comment
    Comment #41463334

    https://jonpauluritis.com/articles/why-arent-developers-paid...

  20. comment
    Comment #41442907

    Can I recommend you provide some cost estimates next to the examples for using your own key? I tried a few custom extractions and then checked my usage dashboard and it was already…

  21. comment
    Comment #41406936

    https://arxiv.org/abs/2006.16236 Transformers are RNNs: Fast Autoregressive Transformers with Linear Attention

  22. comment
    Comment #41376879

    Video games are gonna be wild in the near future. You could have one person talking to a model producing something that's on par with a AAA title from today. Imagine the 2d sidescr…

  23. comment
    Comment #41344159

    I've switched to LLM's for explaining commands. Here's ChatGPT4o: The command tar xvzf 1.zip appears to be trying to extract a compressed archive file, but there's a mismatch betwe…

  24. comment
    Comment #41317598

    I suspect there may be a flaw in the visualization where smaller dots are drawn with disproportionately more pixels than bigger dots. Just looking at how much green is on the map i…

  25. comment
    Comment #40526551

    Both of your references use RRF=1/(60+Rank) So I'm not sure why the article uses 1/Rank alone. Did you test both and find that the smoothing didn't help? My understanding is that i…