Viewing profile — huksley
huksley
HN member- Joined
- Mon, Apr 04, 2016, 7:38 PM UTC
- HN karma
- 554
- Public activity
- 163 items
- HN profile
- View on Hacker News ↗
About huksley
I am working day job at Verda Cloud and I am building DollarDeploy (control plane for your own servers, aka Vercel for your VPS), before that I was building Valosan (Press relations CRM and PR platform for startups)
Startup founder, AI, full-stack & product engineer, software architect.
Recent public activity
-
comment
Comment #49181312
Very cool, excited to join as well - lets talk there is opportunity to have a space for this up to 20-30 ppl
- story
-
comment
Comment #48716030
They reverted this decision, "claude -p [prompt]" works with your subscription ok.
-
comment
Comment #48305457
Agree on how scary it is to do npm upgrade right now. But I don't understand why Dependabot is bad but Mendral is good. Why Dependabot will be an attack vector and Mendrol will not…
-
comment
Comment #47989578
Also this, we disable it when building or deploying apps in DollarDeploy export SEMGREP_SEND_METRICS=off export COLLECT_LEARNINGS_OPT_OUT=true export STORYBOOK_DISABLE_TELEMETRY=1 …
-
comment
Comment #47886781
Just add this, it works better than Opus 4.7 vim ~/.claude/settings.json { "model": "claude-opus-4-6", "fastMode": false, "effortLevel": "high", "alwaysThinkingEnabled": true, "aut…
- story
-
comment
Comment #47839624
Is it for managing my software deployed in the customer's cloud environment? Would you support simpler deployment targets, like on premises VMs etc? At DollarDeploy we developing t…
-
comment
Comment #47762442
> Download this repository as a zip-file from GitFlic Please don't do that
-
comment
Comment #47717632
Unfortunately turbopack have some bugs in bundling. Does not work on some of my projects. Can't reproduce outside of whole codebase, so no ticket.
-
comment
Comment #47704766
Turbopack does not work for every app, I think they skip some build steps when building like typescript validation etc and aggressively cache node modules.
-
comment
Comment #47704733
Not every project can be compiled on production server since compiling NextJS might take quite a lot of RAM, I would advise against it.
-
comment
Comment #47687374
Not containers to blame but overprovisioning and how much resources dedicated to building. I am not sure how Vercel gets things build in literal seconds, but, hey, they are the cre…
-
comment
Comment #47687307
I was prototyping with S3 mounted as filesystem for docker volumes and evaluating solutions for that. GeeseFS cli is the fastest one, here I made a script to mount folder with it f…
-
comment
Comment #47687204
Anyone tried to use vinext from Cloudflare in production? Might be faster. But seriously, not sure why NextJS builds take so much, we are using stable and functional pages router i…
-
comment
Comment #47642183
AI chat for DollarDeploy (platform to automate DevOps, kind of like Vercel for your own servers). Adding more tools to deploy your apps and soon sandboxes.
-
comment
Comment #47601723
Working on AI chat implementation for DollarDeploy (platform to automate DevOps, kind of like Vercel for your own servers. Neat thing about AI chat is that you can write in any lan…
-
comment
Comment #47439241
UV_DISABLE_AGENT=1 UV_DISABLE_AI_HINTS=1 uv add
-
comment
Comment #47430276
There is already memfs package which implements virtual fs, with other packages as well. What we need is to support import/require working with that vfs.
-
comment
Comment #47430244
Any plans to offer self-hosted / open-source version?
-
comment
Comment #47430188
How to run it embeddable, i.e. can I load unsafe code in existing typescript codebase using it? What is the lifecycle of the sandbox? Can we pause, step-by-step, pause and resume e…
-
comment
Comment #47402863
# Tell HN Tell what you want about Microsoft, but Bing have real customer support which will answer. I had a problem with DollarDeploy.com (main website) not appearing on bing.com …
- story
-
comment
Comment #47398357
My nitpick with Cursor is that they don't support sending invoice via e-mail - you need to login to the Dashboard to get the invoice PDF for account purposes. Doing this is such a …
-
comment
Comment #47396834
Looks really cool, I would love to use it in my DollarDeploy project. Documentation could be a bit better still, it is not clear, are content is pure markdown or it is typescript f…