Viewing profile — artpar
artpar
HN member- Joined
- Wed, Feb 22, 2012, 7:21 PM UTC
- HN karma
- 269
- Public activity
- 200 items
- HN profile
- View on Hacker News ↗
About artpar
Recent public activity
-
comment
Comment #48935519
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 …
-
comment
Comment #48934754
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 it…
- story
-
comment
Comment #48643085
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.
-
story
Show HN: ATM, a tiny terminal task manager for local coding agents
Hi HN, I made ATM, short for Agent Task Manager. It is a small CLI/TUI that shows which local coding agents are running on your machine, which repo they are in, and whether they lo…
-
comment
Comment #48076375
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 sandb…
- story
-
comment
Comment #47875923
screenshots in the github readme https://github.com/artpar/canopy
-
story
Show HN: Canopy – A2UI experiment in Go for macOS/AppKit
I came across https://a2ui.org/ a couple of months ago and decided to do an implementation as a side project canopy renders jsonl files as functional and interactive native GUI Her…
-
comment
Comment #47142520
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 de…
-
comment
Comment #47033926
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 hell…
-
comment
Comment #46523956
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. h…
-
comment
Comment #46515681
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. Apprecia…
-
story
Show HN: Tt – P2P terminal sharing over WebRTC
Made this to use my laptop terminal session on mobile without data going through a server. tt start -p mypassword → get a URL (qrcode) → open in browser → enter password → connecte…
- story
- story
-
comment
Comment #46003552
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…
- story
-
comment
Comment #46002223
I am actually going to use this instead of the one I created ( I could never get to correct ASI handling in that grammar)
-
comment
Comment #45936040
This is exactly what I wanted and couldn't find. Ended up creating along with an interpreter (so slightly easier then walk and execute)
-
comment
Comment #45936032
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 hel…
-
comment
Comment #45935920
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 …
-
comment
Comment #45935752
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,…
-
comment
Comment #45819128
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 …
-
comment
Comment #45811506
I did not know gstreamer wasm also exists, I'll check it out