Live data from Hacker News

Viewing profile — artpar

artpar

HN member
Joined
Wed, Feb 22, 2012, 7:21 PM UTC
HN karma
269
Public activity
200 items

About artpar

https://github.com/daptin/daptin

Recent public activity

  1. 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 …

  2. 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…

  3. story
  4. 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.

  5. 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…

  6. 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…

  7. story
  8. comment
    Comment #47875923

    screenshots in the github readme https://github.com/artpar/canopy

  9. 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…

  10. 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…

  11. 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…

  12. 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…

  13. 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…

  14. 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…

  15. story
  16. story
  17. 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…

  18. story
  19. 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)

  20. 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)

  21. 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…

  22. 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 …

  23. 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,…

  24. 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 …

  25. comment
    Comment #45811506

    I did not know gstreamer wasm also exists, I'll check it out