HackerTrans
TopNewTrendsCommentsPastAskShowJobs

huksley

no profile record

Submissions

Kernel load balancing for CPU-bound apps with systemd templates and SO_REUSEPORT

docs.dollardeploy.com
2 points·by huksley·vor 3 Monaten·0 comments

Bing have functional customer support

bing.com
1 points·by huksley·vor 4 Monaten·1 comments

Show HN: DollarDeploy AI, agent to deploy your web apps to production

dollardeploy.com
3 points·by huksley·vor 4 Monaten·0 comments

Dropbox changing policy: Now threatening to delete files over storage limit

3 points·by huksley·vor 6 Monaten·0 comments

comments

huksley
·vor 12 Tagen·discuss
They reverted this decision, "claude -p [prompt]" works with your subscription ok.
huksley
·letzten Monat·discuss
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?
huksley
·vor 2 Monaten·discuss
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 export NEXT_TELEMETRY_DISABLED=1 export SLS_TELEMETRY_DISABLED=1 export SLS_NOTIFICATIONS_MODE=off export DISABLE_OPENCOLLECTIVE=true export NPM_CONFIG_UPDATE_NOTIFIER=false
huksley
·vor 3 Monaten·discuss
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, "autoCompactWindow": 700000 }
huksley
·vor 3 Monaten·discuss
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 the platform to deploy apps to VMs with managed services provided, kind of like Vercel for your own servers. Would be interesting to try alien for enterprise customers.
huksley
·vor 3 Monaten·discuss
> Download this repository as a zip-file from GitFlic

Please don't do that
huksley
·vor 3 Monaten·discuss
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.
huksley
·vor 3 Monaten·discuss
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.
huksley
·vor 3 Monaten·discuss
Not every project can be compiled on production server since compiling NextJS might take quite a lot of RAM, I would advise against it.
huksley
·vor 3 Monaten·discuss
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 creators of NextJS.

At DollarDeploy we building it also in containers but every build get 4GB/2CPU so it is quite fast but not as fast as Vercel.
huksley
·vor 3 Monaten·discuss
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 from S3 compatible storage:

https://gist.github.com/huksley/44341276d7c269f092e10784959e...

You might want to play with memory params for GeeseFS for better results
huksley
·vor 3 Monaten·discuss
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 in DollarDeploy and it is still takes too much time to build.
huksley
·vor 3 Monaten·discuss
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.
huksley
·vor 3 Monaten·discuss
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 language and it will automatically translate and use the right tools (create VPS server, build and deploy app).
huksley
·vor 4 Monaten·discuss
UV_DISABLE_AGENT=1 UV_DISABLE_AI_HINTS=1 uv add
huksley
·vor 4 Monaten·discuss
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.
huksley
·vor 4 Monaten·discuss
Any plans to offer self-hosted / open-source version?
huksley
·vor 4 Monaten·discuss
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 executed code?
huksley
·vor 4 Monaten·discuss
# 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 (and duckduckgo.com as well, since it uses Bing). Any other third-party resource was appearing but not main website.

I tried everything - updating website for better SEO, meta tags etc. Finally I reached out to support and they answered me and fixed indexing problem quickly in 3 days:

====

From: Bing Webmaster Tools Support Team <[email protected]> To: [email protected] Subject: RE: [UCM000006932892] Bad Search result: Other | https://dollardeploy.com/ | [email protected] Date: Feb 26, 2026, 12:35 PM

Hi,

We have investigated your query and escalated the issue to our engineering team. We will inform you once we receive a response. Please let us know if there is anything else we can do.

Thank you, Technical Support Engineer
huksley
·vor 4 Monaten·discuss
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 drag, because besides this, there is no other reason to go to that dashboard.