Viewing profile — chwzr
chwzr
HN member- Joined
- Mon, Feb 15, 2021, 12:48 AM UTC
- HN karma
- 18
- Public activity
- 33 items
- HN profile
- View on Hacker News ↗
About chwzr
No profile information was provided.
Recent public activity
-
comment
Comment #49149398
> end-to-end evals keep the harness honest sorry, but the README shouts: i am slop. no matter how good the code is. what is a honest harness? i would prefer at least a readme writt…
-
comment
Comment #48688623
so if I understand you correctly crdt is not used to collaborate in realtime with other human beings? instead we need to sync via git?
-
comment
Comment #48449075
the design looks neat. + for hexagonal pattern on the backend - that fits perfectly!
-
comment
Comment #47950676
I would really love to see an iOS remote control app for zed. I am using it on throw away microvms via ssh. Would love to have the zed server running there, control agents via phon…
-
comment
Comment #47811248
I see the alpine and python:3.12-alpine images in your cli docs. Where does these come from?is it from a docker like registry or are these built in? Can I create my own images? Or …
-
comment
Comment #47675130
Wonder what you are thinking of then?
-
comment
Comment #47584437
there is TabPFN [1] which also has time series capabilities. [1] https://priorlabs.ai/tabpfn
-
comment
Comment #47454388
i have this in my .zshrc which provides same functionality: lk() { if [ $# -eq 0 ]; then local output=$(sudo lsof -iTCP -sTCP:LISTEN -n -P) elif [ $# -eq 1 ]; then local output=$(s…
-
comment
Comment #46640075
Do you do something similar to the modifications codesandbox has done to firecracker, regarding mmap ram? (They have multiple blogposts about it on their blog) Would love to chat a…
-
comment
Comment #46367039
How does it compare to tabpfn?
-
comment
Comment #46363515
Is this compatible with the dx dioxus cli? Would love to have a cache layer for it
-
comment
Comment #46081616
Sounds interesting, do you have any links to these projects? Could not find multicardz when searching
-
comment
Comment #45574997
Oh and there is flok[1] which combines the strudel repl with visuals from hydra. Also there are sclang and other algorave environments available. Everything is synced (with crdts i…
-
comment
Comment #45234860
How is the performance of the mounted host directories? It’s some file server over vsock?
-
comment
Comment #45234835
Would love to have the ability to spin up firecracker micro vms in proxmox as an alternative to qemu
-
comment
Comment #45045989
Tried to create a canvas like app view, your app froze after some prompts (guess the swift interpreter?) reopening the app and selecting the project again does not help
-
comment
Comment #43229311
Is it possible to develop custom oauth/openid plugins?
-
comment
Comment #41110203
Would love to hear more of that azure marketplace. Does it bring leads on its own?
-
comment
Comment #40813203
I currently tested the cursor IDE [1]. It’s vscode with nice ai integrations made with great ux in mind. They integrate with ChatGPT and Claude Sonnet/ Opus. For my experience (rus…
-
comment
Comment #40644267
- Brightintosh (use the increased brightness (1000 nits) of the integrated XDR display) - raycast (window management, shortcuts, etc.) - tailscale (private mesh vpn) - linear (issu…
-
comment
Comment #38118344
same here, wondering what's going one. Do they release post mortems?
-
comment
Comment #36108176
You can rescale cloud servers at hetzner, but you will need to shutdown the server in the process
-
comment
Comment #35148181
> This is meant to be installed by a professional contractor, not the homeowner. But I would want to install that myself. I do everything in my house myself. Could I order a device…
-
comment
Comment #35072696
+1 for react-flow it’s a joy to develop with
-
comment
Comment #31760357
Next.js with Prisma ORM - Dream team, you get SSR, Typescript Typings ootb. If you host on Vercel you need a Postgress somewhere (aws, neon, Heroku, fly.io…) If you host on own vps…