Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
postpress
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
postpress
1mo ago
This is excellent! The Web Platform is great for agents, especially given the browser already is the user's agent itself. Give Prompt API (or other providers, Transformers.js, LiteRT-LM) a try. You can have agents communicate over WebR
2.
▲
by
postpress
2mo ago
This got me thinking about experiments with models talking to each other over WebRTC: https://xt-ml.github.io/shadow-claw/ Its sort of a "P2P mesh" :-) Watch four instances of the harness running together and
3.
▲
by
postpress
7mo ago
Even at only v1, along with the "don't break the web" mentality, Web Components are an extremely important stepping stone. We should cheer the implementers of these proposal on and help! We can now render whatever content we
4.
▲
Show HN: Block Garden - HTML Canvas WebGL sandbox and farming
(kherrick.github.io)
1 points
by
postpress
9mo ago
|
0 comments
5.
▲
by
postpress
10mo ago
This is a very cool project. https://avatars.githubusercontent.com/u/3065761
6.
▲
by
postpress
11mo ago
Screencast automating the player from DevTools -: https://gist.github.com/kherrick/d73f2245e704f9e5465b08c3e4e... Example source automateSpriteGardenFullscreenDig.js - https://gist.github.com/kherrick&#
7.
▲
by
postpress
11mo ago
I've tested https://kherrick.github.io/sprite-garden/ by pressing, "W", "↑", or "space bar" to get started moving in the game. Afterwards the other functionality seems to work as expe
8.
▲
Show HN: Sprite Garden - HTML Canvas 2D sandbox and farming
(kherrick.github.io)
3 points
by
postpress
11mo ago
|
3 comments
9.
▲
by
postpress
1y ago
XSLT currently provides a lot of value, as the browser can use it to transform documents directly, and it is exposed to JavaScript for scripting. Exploring it recently, including creating a PWA with XML sources reminded me why I like develo
10.
▲
by
postpress
4y ago
I think as the tooling matures, it will find more adoption. I've used it in a few personal projects and found it useful. - https://news.ycombinator.com/item?id=22622341 - https://kherrick.github.io/pwge
11.
▲
Show HN: Pwgen compiled as WASM for the CLI, a custom element, and ES module
(kherrick.github.io)
2 points
by
postpress
6y ago
|
0 comments
12.
▲
Show HN: TFJS Component Playground – using Tensorflow.js with custom elements
(kherrick.github.io)
2 points
by
postpress
7y ago
|
0 comments
13.
▲
by
postpress
7y ago
> I wish there were more work done in the area of composable GUIs, where the core logic of applications is scriptable and where these elements can be combined in ways that could be even more expressive than Unix pipes are. Every now and
14.
▲
by
postpress
9y ago
JavaScript; Server side rendering an app shell (React / Redux) that uses the WordPress REST API: https://github.com/kherrick/postpress/