HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Labo333

no profile record

Submissions

Litter Boxed, an open-source variant of NYT's Letter Boxed

louisabraham.github.io
2 points·by Labo333·2 месяца назад·0 comments

Show HN: Neko.js, a recreation of the first virtual pet

github.com
4 points·by Labo333·6 месяцев назад·0 comments

Show HN: Neko.js, a recreation of the first virtual pet

louisabraham.github.io
3 points·by Labo333·6 месяцев назад·0 comments

Internet vs. AI – Live

internetvsai.artix.tech
1 points·by Labo333·7 месяцев назад·0 comments

The Missing Link Between the Transformer and Models of the Brain

arxiv.org
4 points·by Labo333·9 месяцев назад·1 comments

comments

Labo333
·7 месяцев назад·discuss
I built a similar system for php and I can tell you what is the smart thing here: accessing data using tools.

Of course tool calling and MCP are not new. But the smart thing is that by defining the tools in the context of an authenticated request, one can easily enforce the security policy of the monolith.

In my case (we will maybe write a blog post one day), it's even neater as the agent is coded in Python so the php app talks with Python through local HTTP (we are thinking about building a central micro service) and the tool calls are encoded as JSON RPC, and yet it works.
Labo333
·7 месяцев назад·discuss
Wow that's cool!

I think the hardest for this kind of projects is to keep it active. Environments with a "global state" like this (everyone shares the same website) are ultimately limited to surges (seasonal events like Magnus vs The World or a single game of Twitch plays Pokemon) or to a recurring flow of new people.

Maybe having multiple "realms", so that there are not too many people in a single realm in case of virality, and the ability for people to spawn their own realms would be nice (think skribbl or Among Us) but then it would kind of be a Lovable and cost a lot to host the LLM. But since the html code is open source, local LLMs (like Gemini Nano embedded in Chrome) could theoretically do the editing. In that case, the web page should definitely be marked as even unsafer! I wonder how one could avoid the red flag of Chrome for pages that are deliberately made to host collaborative crap.
Labo333
·9 месяцев назад·discuss
I don't get why one wouldn't just use webworkers to run the simulation instead, thus making the game fully executable in a web browser.

If deno has some perks during development, there must be a way to replace websocket with some other transport that works with webworkers for "production" builds.
Labo333
·10 месяцев назад·discuss
archive.is breaks the styling and doesn't execute the js

But archive.org has the subscription popup...

https://web.archive.org/web/20250905062805/https://www.theve...
Labo333
·4 года назад·discuss
I can appreciate the effort and think it is an amazing idea. However, why build that into Signal which is E2EE and use an API for the speech-to-text?

It would be much more logical to do it with Messenger (for example by injecting JS with Tampermonkey) or to use a local model to perform S2T.