Live data from Hacker News

Viewing profile — gopisuvanam

gopisuvanam

HN member
Joined
Thu, Dec 22, 2022, 9:21 AM UTC
HN karma
18
Public activity
26 items

About gopisuvanam

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #43098441

    # LLM in the borwser using WebLLM This is an example of how an LLM can be used safely in the browser without the need for servers or external services. This proves one can use AI i…

  4. story
  5. comment
    Comment #42546380

    Running Large Language Models (LLMs) directly in the browser is now possible, thanks to WebLLM, which leverages WebGPU and other modern browser technologies. This brings powerful A…

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

    This article explores the diverse applications of JavaScript across various domains, including scientific computation, simulations, machine learning, fluid dynamics, equation solvi…

  9. story
  10. story
  11. comment
    Comment #39546135

    you can also host it yourself by downloading and putting behind a webserver. that's it, npm/node/python etc. try and let me know any feedback.

  12. comment
    Comment #39544767

    it seems to be running JS in webworker. which is good as it does not block the main thread, but then you cannot access some of the JS features like the DOMs and importing modules d…

  13. comment
    Comment #39534834

    Thanks. I think the learning part is a good point. we are adding notebooks for learning foundations of JavaScript.

  14. comment
    Comment #39533392

    thanks! I hope you will find it useful!

  15. comment
    Comment #39533386

    thanks for the support. looking forward to feedback.

  16. comment
    Comment #39526880

    Website: https://scribbler.live Web-app: https://app.scribbler.live Github: https://github.com/gopi-suvanam/scribbler/

  17. story
    Show HN: Scribbler - An open source notebook tool for JavaScript

    Scribbler is a tool to do experimentation in JavaScript using a notebook kind of environment. It runs in the browser without the need for a backend. It is deal for learning and exp…

  18. comment
    Comment #39522884

    Notebook for javascript experimentation (in the browser). Overview: - Easy to use javascript experimentation tool. Runs without backend (node.js/npm/pip install/ngnix etc etc). Can…

  19. story
  20. comment
    Comment #35065737

    I noticed that you pay for an RSS reader. RSS is supposed to be for easy crawling by simple machines.. so instead of using a cloud based server why not use a browser addin/app?

  21. comment
    Comment #35037765

    Programming is more than just writing code.. its about figuring what to build, architecting the solution and putting together code to build that.. ChatGPT in fact helps in the last…

  22. comment
    Comment #35037527

    nice.. i think the embeddable sql will be useful..

  23. comment
    Comment #35007116

    Can this be used to check if our private keys are saved anywhere (across users and orgs) in github? An employee once accidentally copied some of our private code along with keys in…

  24. comment
    Comment #35007093

    Python has been my favorite for products and scripting. I've been advocating for Python's dominance when the world was after Java. But now I'm more inclined towards JavaScript. And…

  25. comment
    Comment #34968040

    Old but relevant article. Figuring out the intersection of "simplest" and "useful" features is the trick.