HN user

anonymousd3vil

40 karma
Posts16
Comments27
View on HN
rahuldshetty.github.io 4mo ago

Show HN: Inscribe – Yet Another Static-Site Generator (SSG)

anonymousd3vil
1pts0
www.youtube.com 1y ago

Show HN: LLM in Godot 4

anonymousd3vil
3pts0
rahuldshetty.github.io 1y ago

Show HN: Reader-Project Landing Page (Vibecoded)

anonymousd3vil
1pts0
www.youtube.com 1y ago

Show HN: Quick Demo on Reader-Project (RSS Desktop Reader) [video]

anonymousd3vil
4pts0
rahuldshetty.github.io 1y ago

Show HN: I Added Translation to My RSS Reader Project

anonymousd3vil
29pts7
github.com 1y ago

Show HN: Learning Tauri by building modern desktop RSS reader

anonymousd3vil
4pts0
svelte.dev 1y ago

TIL Llms.txt for the Web

anonymousd3vil
1pts0
rahuldshetty.github.io 1y ago

Show HN: Hand's Free - Voice conversational AI-agent on the browser

anonymousd3vil
1pts0
github.com 2y ago

Show HN: Run Small Language Models (SLMs) Directly on the Browser with Llm.js

anonymousd3vil
3pts0
rahuldshetty.github.io 2y ago

Show HN: From Concept to Launch,Developing an Android Wallpaper App with Flutter

anonymousd3vil
2pts0
www.youtube.com 2y ago

Show HN: Animating the World of Van Gogh with Stable Diffusion and AnimateDiff [video]

anonymousd3vil
9pts0
rahuldshetty.github.io 2y ago

Show HN: LLM.js Playground – Run Language Models from HF in Browser

anonymousd3vil
1pts0
github.com 2y ago

Show HN: Crystal Maiden Discord Bot

anonymousd3vil
11pts3
horde-client.readthedocs.io 2y ago

Show HN: Horde-Client – Easy to Use Python Interface for Kobold AI

anonymousd3vil
2pts0
rahuldshetty.github.io 2y ago

Show HN: Run LLaMa2 on the Browser with Ggml.js

anonymousd3vil
23pts8
rahuldshetty.github.io 2y ago

Show HN: Ggml.js – Serverless AI Inference on Browser with Web Assembly

anonymousd3vil
4pts2

New architecture to building agent, but not the model itself. You still have LLMs, but you kinda give this new agentic loop with a REPL environment where the LLM can try to solve the problem more programmatically.

I'm personally aware and used few Desktop app building frameworks like Flutter, Tauri, Electron. I think you might have some luck with Electron support for LLMs since its early development and resources available. But I personally like to use Tauri recently, its backend is Rust but you can plug it in with any JS, CSS framework and develop your application.

Its not best practice to store session details in URL, this can be compromised easily. Maybe try this, take the same URL with session id and launch it in incognito. If it still works, that means the service.com has a lot of security gaps to fill in. Otherwise, they might be storing it in cookies if its not accessible.

I initially explored couple of LLM/NLP based translation models that could run on CPU hardware. But I couldn't get it to work with my Rust backend app (I'm noob to Rust and vibe coding doesn't work). Also need to consider the hardware compute required to run these models, as it can be expensive.

Thirty Seven 2 years ago

nice, maybe every number should have it's own similar page

Exactly, I feel the same. There is a saying that goes "If you look close enough you start making connections in random coincidences" or something.