Live data from Hacker News

Viewing profile — alexxys

alexxys

HN member
Joined
Sat, Apr 08, 2023, 4:39 PM UTC
HN karma
1
Public activity
4 items

About alexxys

No profile information was provided.

Recent public activity

  1. comment
    Comment #42648064

    I absolutely love autocomplete in VSCode but hate it in Visual Studio while using the same LLM. The big difference for me is the function AcceptNextWord which Visual Studio doesn't…

  2. comment
    Comment #42056517

    This meme already exists ;) https://www.reddit.com/r/ChatGPT/comments/128nwi2/bullet_poi...

  3. comment
    Comment #39818958

    The article talks a lot about async/await but fails to clearly state the main advantage of async code over threads. Async code in general (not only in Rust) allows a server to proc…

  4. comment
    Comment #39405680

    Yeah, RAG can't provide such guarantees. Moreover, even if the correct answer is printed somewhere, LLM+RAG still may produce wrong answer. Example from MS Copilot with GPT-4: http…