Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
artpar
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
IBM Bob
(bob.ibm.com)
338 points
by
artpar
13d ago
|
339 comments
2.
▲
Uber to lay off 10% of staff in biggest cuts since Covid
(reuters.com)
2 points
by
artpar
14d ago
|
1 comments
3.
▲
by
artpar
14d ago
Yeah thanks to LLM hill climbing and PPTs being easily available and they being nothing more than just xmls this did not involve any gotchas, just a about a weeks worth of goal chasing with manual verification. I did have to stop LLM into h
4.
▲
Show HN: PuPPT – slide renderer and inline editor for PPT/PPTX (Golang/no deps)
(github.com)
1 points
by
artpar
14d ago
|
0 comments
5.
▲
by
artpar
15d ago
I have made puppt cli for this, it includes high dpi rendering per-slide/all-slides and in place editing https://github.com/artpar/puppt it allows your llms to see the ppt files structurally apart from just render
6.
▲
by
artpar
2mo ago
100x.bot is completely powered by daptin, canaster.in (work in progress, i am redoing the frontend in webgl) is also running on daptin. there are various internal company services which are running on daptin which i cannot name here. almost
7.
▲
by
artpar
2mo ago
hey I have built daptin for this and been running all of my projects with daptin as the sole backend server for data/authn/authz. 1. oauth/account management -> daptin can serve itself as a oauth provider as well as allow
8.
▲
Show HN: TypeScript/JavaScript as interactive isometric circuit board
(artpar.github.io)
1 points
by
artpar
3mo ago
|
0 comments
9.
▲
by
artpar
3mo ago
The key takeaway pretty much applies to the authoring of the article itself. The LLM knew what all happened but couldn't put it into a readable article.
10.
▲
Show HN: ATM, a tiny terminal task manager for local coding agents
2 points
by
artpar
4mo ago
|
0 comments
11.
▲
by
artpar
4mo ago
it is a javascript interpreter in javascript, based on the ast generated by acron parser. to avoid calling "eval" or "new Function" for code executed by un-trusted sources. a sandbox
12.
▲
Show HN: JSLike, a CSP-Safe Interpreter for JS, TS, JSX, TSX in JS
(github.com)
6 points
by
artpar
4mo ago
|
2 comments
13.
▲
by
artpar
5mo ago
screenshots in the github readme https://github.com/artpar/canopy
14.
▲
Show HN: Canopy – A2UI experiment in Go for macOS/AppKit
2 points
by
artpar
5mo ago
|
1 comments
15.
▲
by
artpar
7mo ago
Here is an implementation you might like https://github.com/artpar/terminal-tunnel P2P with webrtc (pion ftw) with e2ee client side is webui so you can use on any device ps: the default Cloudflare Worker from my accoun
16.
▲
by
artpar
7mo ago
I tried that over a month except '- the directness and simplicity of JavaScript' https://github.com/artpar/guage But somehow the language feels so foreign. it can obviously do hello world, but I don't ha
17.
▲
by
artpar
8mo ago
I did show hn just yesterday you don't need tailscale or any 3rd party server. Just use webrtc and it's just your mobile and laptop. end 2 end encrypted. no 3rd party dependency. https://news.ycombinator.com/item?i
18.
▲
by
artpar
8mo ago
Thanks! And wow, getting a kind word from a Pion maintainer means a lot. Your library made this whole thing possible. The datachannel API is incredibly clean to work with. Appreciate you and the team's work on it.
19.
▲
Show HN: Tt – P2P terminal sharing over WebRTC
13 points
by
artpar
8mo ago
|
2 comments
20.
▲
Show HN: Long Term Planner MCP
(github.com)
3 points
by
artpar
9mo ago
|
0 comments
21.
▲
by
artpar
10mo ago
I wrote two jslike (acorn based parser) https://github.com/artpar/jslike https://www.npmjs.com/package/jslike wang-lang ( i couldn't get ASI to work like javascript in this nearley based gram
22.
▲
Show HN: Simple Tools for Recruiters
(reliablerecruiter.space)
1 points
by
artpar
10mo ago
|
0 comments
23.
▲
by
artpar
10mo ago
I am actually going to use this instead of the one I created ( I could never get to correct ASI handling in that grammar)
24.
▲
by
artpar
10mo ago
This is exactly what I wanted and couldn't find. Ended up creating along with an interpreter (so slightly easier then walk and execute)
25.
▲
by
artpar
10mo ago
I want to execute dynamically generated javascript looking code in chrome extension without using eval or new function. basically eval without actually using eval. linter would help me find and avoid usages of eval.
26.
▲
by
artpar
10mo ago
csp safe has a particular meaning associated it with. its not a "safe" language whatever that is. chrome webstore team is okay with it and serves my purpose. if you have submitted extensions to google chrome then you would know th
27.
▲
by
artpar
10mo ago
I made a language for using in another project, so I'll answer your questions https://www.npmjs.com/package/wang-lang - this new language looks and behaves exactly like javascript, except it doesnt have "eval
28.
▲
by
artpar
11mo ago
100x.bot primarily a browser automation engine (think imacros ) but with llm and all the tools for interacting with the Dom and a better interface . there is a workflow builder so you do not need to rely on llm for executing deterministic w
29.
▲
by
artpar
11mo ago
I did not know gstreamer wasm also exists, I'll check it out
30.
▲
by
artpar
11mo ago
I think that goes with almost every tool you want to use with llm. User should already know the tool ideally so mistakes by llm can be prevented before they happen. Here making ffmpeg as "just another capability" allows it to be s
More ›