Viewing profile — monteslu
monteslu
HN member- Joined
- Thu, Mar 03, 2011, 1:26 PM UTC
- HN karma
- 144
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About monteslu
No profile information was provided.
Recent public activity
-
comment
Comment #46888413
AI agents want your API keys. Don't give them your API keys. I built agentgate - a proxy that lets AI read my GitHub, calendar, Bluesky, etc. But any writes get queued for me to ap…
- story
-
comment
Comment #43467586
Made an open source MCP (model context protocol) server to let an AI coding agent like Claude Code see its canvas output and also send errors and debugging for quickly iterating on…
- story
- story
-
comment
Comment #11545781
It's open source :) https://github.com/monteslu/pagenodes
-
comment
Comment #11544114
The source for pagenodes is here: https://github.com/monteslu/pagenodes and you can look at src/editor/nodeDefs/core/espeak.js as an example. Also MDN has some pretty good document…
-
comment
Comment #11544026
The goals are similar. PageNodes does its best to leverage newer browser capabilites. WebRTC, WebUSB, SeviceWorker, offline support, etc.
-
comment
Comment #11543916
That's a good question. Our storage is in local indexeddb. And the site is https, so no one should see your flow if you don't share it. That said there's nothing stopping you from …
-
comment
Comment #11543698
Pure MQTT is done over TCP which browsers don't support without an extension. I'm trying to keep this purely web based as long as I can :) Some MQTT servers tunnel messages via web…
-
comment
Comment #11543614
Of course this was more of a fun example of something you can do with the Page Nodes platform than an actual echo replacement. And a way of getting started connecting services. Def…
- comment
- story
- story
-
comment
Comment #5325723
Need to be able to profile frames/second for HTML5 gaming. The frames part of the timeline tab in Chrome is extremely useful.
- story
-
comment
Comment #4746458
We did it : https://twitter.com/iceddev/status/265599421469818881
-
comment
Comment #3881431
You're correct. But no reason google couldn't add a ChromeWebView lib as part of the install of the new browser for PhoneGap to wrap.
-
comment
Comment #3881389
The Chrome beta on ICS is great, but it's only accessible to Chrome Beta needs to be backported to at least 2.3
-
comment
Comment #2285906
If you're calling i18n and a11y "plugins", you're missing the point. These types of considerations are taken thoughout the framework in a consistent manner.