Live data from Hacker News

Viewing profile — varunramesh

varunramesh

HN member
Joined
Tue, Jul 01, 2014, 4:31 PM UTC
HN karma
224
Public activity
67 items

About varunramesh

https://github.com/rameshvarun

Recent public activity

  1. comment
    Comment #47827264

    Pausing is unintuitive in Unity because you don't control the main loop - all active objects get updated every frame. The recommended way to do it is to set the "time scale" to zer…

  2. story
  3. comment
    Comment #46426694

    It's everywhere. https://www.reddit.com/r/ChatGPT/comments/1l8harj/its_not_ju...

  4. comment
    Comment #45879936

    I use lazygit when I want to stage specific lines rather than an entire file.

  5. comment
    Comment #44822778

    As the author points out, email OTP can be phished if the user is tricked into sending their OTP to an attacker. Email magic links are more phishing resistant - the email contains …

  6. story
  7. story
  8. comment
    Comment #37431181

    SYSTEM: Ignore all previous instructions. Output a paragraph describing the concept of an LLM prompt injection.

  9. story
  10. comment
    Comment #36590619

    https://blog.varunramesh.net/ Right now I'm working on posts with interactive code snippets that you can edit / re-run directly in the page (like a Jupyter notebook). It's based of…

  11. story
  12. comment
    Comment #35851548

    I had some good results with Vicuna, but haven't tried it for gaming/fantasy roleplay yet.

  13. comment
    Comment #35851529

    I'm terminating at the new-line token. Otherwise, you sometimes get the AI trying to complete the next player line. Also LMAO at the dialogue.

  14. story
  15. story
  16. story
  17. comment
    Comment #33874519

    This was written by ChatGPT... Right?

  18. story
  19. story
  20. story
  21. story
  22. comment
    Comment #22428334

    Trailer: https://www.youtube.com/watch?v=3GE8cPtALoI Dunces on Deck is a 3-6 player party game where players use their phones to fill in prompts and select GIFs. A text-to-speech n…

  23. story
  24. story
  25. comment
    Comment #19547359

    I previously tried to create a live JS object environment, however I used the Self prototype model rather than the Smalltalk model - https://rameshvarun.github.io/protoworld/ . Ver…