Viewing profile — gopisuvanam
gopisuvanam
HN member- Joined
- Thu, Dec 22, 2022, 9:21 AM UTC
- HN karma
- 18
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About gopisuvanam
No profile information was provided.
Recent public activity
- story
- story
-
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…
- story
-
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…
- story
- story
-
comment
Comment #40983154
This article explores the diverse applications of JavaScript across various domains, including scientific computation, simulations, machine learning, fluid dynamics, equation solvi…
- story
- story
-
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.
-
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…
-
comment
Comment #39534834
Thanks. I think the learning part is a good point. we are adding notebooks for learning foundations of JavaScript.
-
comment
Comment #39533392
thanks! I hope you will find it useful!
-
comment
Comment #39533386
thanks for the support. looking forward to feedback.
-
comment
Comment #39526880
Website: https://scribbler.live Web-app: https://app.scribbler.live Github: https://github.com/gopi-suvanam/scribbler/
-
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…
-
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…
- story
-
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?
-
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…
-
comment
Comment #35037527
nice.. i think the embeddable sql will be useful..
-
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…
-
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…
-
comment
Comment #34968040
Old but relevant article. Figuring out the intersection of "simplest" and "useful" features is the trick.