Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
huksley
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
by
huksley
10d ago
Unfortunately it getting more expensive, as hosting companies started to rise prices because of memory costing more
2.
▲
by
huksley
10d ago
You don't need docker anymore - it is safe and fast to deploy as systemd services. And yeah AWS and the likes made for big money spenders with gigantic DevOps teams, not one person handling everything. We at DollarDeploy were advocati
3.
▲
by
huksley
16d ago
It could also be shareable? I just had a thought about similar thing - how to track human decisions on the codebase? Consider you are writing code together with AI, how you understand which code change happened because human asked for it
4.
▲
by
huksley
25d ago
If you need to give access to your CRM/ERP system from ChatGPT / Claude desktop for non-tech users, MCP is the way. I build integration for DollarDeploy but it was tricky.
5.
▲
by
huksley
25d ago
Such an example of overengineering, why not just use OAuth?
6.
▲
by
huksley
25d ago
In v.1 making MCP stateful was such a deployment-unfriendly way to do it - you need a complicated persistence layer for it to work. All while it is just a fancy way make your OpenSchema PAI visible to AI.
7.
▲
by
huksley
25d ago
OTel is very complicated while yeah for example datadog is just dropin. And Graylog support for OTel makes it a second class citizen in the logs (all attributes are prepended with otel_attributes_ which makes searching difficult). Using is
8.
▲
by
huksley
1mo ago
Very cool, excited to join as well - lets talk there is opportunity to have a space for this up to 20-30 ppl
9.
▲
Decomposing a $46K Vercel bill: what would it cost to self-host
(docs.dollardeploy.com)
1 points
by
huksley
1mo ago
|
0 comments
10.
▲
by
huksley
3mo ago
They reverted this decision, "claude -p [prompt]" works with your subscription ok.
11.
▲
by
huksley
4mo ago
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?
12.
▲
by
huksley
5mo ago
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_DISABL
13.
▲
by
huksley
5mo ago
Just add this, it works better than Opus 4.7 vim ~/.claude/settings.json { "model": "claude-opus-4-6", "fastMode": false, "effortLevel": "high", "alwaysThinkingEnabled&quo
14.
▲
Kernel load balancing for CPU-bound apps with systemd templates and SO_REUSEPORT
(docs.dollardeploy.com)
2 points
by
huksley
5mo ago
|
0 comments
15.
▲
by
huksley
5mo ago
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
16.
▲
by
huksley
5mo ago
> Download this repository as a zip-file from GitFlic Please don't do that
17.
▲
by
huksley
5mo ago
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.
18.
▲
by
huksley
5mo ago
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.
19.
▲
by
huksley
5mo ago
Not every project can be compiled on production server since compiling NextJS might take quite a lot of RAM, I would advise against it.
20.
▲
by
huksley
5mo ago
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 cont
21.
▲
by
huksley
5mo ago
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.co
22.
▲
by
huksley
5mo ago
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.
23.
▲
by
huksley
6mo ago
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.
24.
▲
by
huksley
6mo ago
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
25.
▲
by
huksley
6mo ago
UV_DISABLE_AGENT=1 UV_DISABLE_AI_HINTS=1 uv add
26.
▲
by
huksley
6mo ago
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.
27.
▲
by
huksley
6mo ago
Any plans to offer self-hosted / open-source version?
28.
▲
by
huksley
6mo ago
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?
29.
▲
Bing have functional customer support
(bing.com)
1 points
by
huksley
6mo ago
|
1 comments
30.
▲
by
huksley
6mo ago
# 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
More ›