HackerLangs
TopNewTrendsCommentsPastAskShowJobs

cloudking

2,939 karmajoined قبل 7 سنوات

Submissions

[untitled]

1 points·by cloudking·أول أمس·0 comments

[untitled]

1 points·by cloudking·قبل 23 يومًا·0 comments

Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?

1,318 points·by cloudking·قبل 26 يومًا·563 comments

Stickerbox - AI sticker printer for kids

stickerbox.com
1 points·by cloudking·قبل 7 أشهر·1 comments

Poetiq founded by former Google DeepMind researchers

poetiq.ai
5 points·by cloudking·قبل 8 أشهر·0 comments

comments

cloudking
·قبل 17 يومًا·discuss
It's painfully obvious these decisions were not made by people who play Magic
cloudking
·الشهر الماضي·discuss
They are also beholden to enterprise pricing and can't use the subsidized consumer max plans.
cloudking
·قبل 3 أشهر·discuss
Definitely worth following for ideas.

How did you solve memory in your system?

I ended up using QMD + custom skills to keep it up to date as new data comes in. Essentially a cross-referenced set of markdown files forming a knowledge base: https://github.com/tobi/qmd
cloudking
·قبل 3 أشهر·discuss
Tried it for a few weeks, was really buggy and unpredictable.

Kudos for the concept though, I ended up rolling my own agentic system with Claude Code from scratch that works much more reliably for my use cases.
cloudking
·قبل 5 أشهر·discuss
You should open the issue with your IT department and see if they can optimize the performance. You can gather proof that GoGuardian is causing slow downs by looking at it's memory usage in the Task Manager (right click empty area in Chrome tab bar).
cloudking
·قبل 5 أشهر·discuss
I'd be happy to meet and discuss. I will reach out.
cloudking
·قبل 5 أشهر·discuss
The knowledge graph is well done. I think what's missing from all coworking apps is the UX.

Prompting is a very specialized skill, average users just don't know what to ask for to get the most out of the LLMs.

Ideally the UX should organize and surface information to the user that is important automatically, without needing to be prompted.
cloudking
·قبل 6 أشهر·discuss
/sandbox https://code.claude.com/docs/en/sandboxing
cloudking
·قبل 6 أشهر·discuss
We use https://devin.ai for this and it works very well. Devin has it's own virtual environment, IDE, terminal and browser. You can configure it to run your application and connect to whatever it needs. Devin can modify the app, test changes in the browser and send you a screen recording of the working feature with a PR.
cloudking
·قبل 6 أشهر·discuss
Why is OpenCode better than Claude Code?
cloudking
·قبل 6 أشهر·discuss
Nice solution, I had some success with https://www.task-master.dev/ it's a bit more complex though
cloudking
·قبل 6 أشهر·discuss
For connecting agents to third-party systems I prefer CLI tools, less context bloat and faster. You can define the CLI usage in your agent instructions. If the MCP you're using doesn't exist as a CLI, build one with your agent.
cloudking
·قبل 8 أشهر·discuss
Well kind of. They use the same data center infrastructure, with internal versions of the external GCP services.
cloudking
·قبل 9 أشهر·discuss
I'm fairly new to Docker. Do folks really rely on public images and registries for production systems? Seems like a brittle strategy.
cloudking
·قبل 9 أشهر·discuss
Built something similar and it worked quite well. Gemini Flash models are very performant and low cost for these types of solutions.
cloudking
·قبل 9 أشهر·discuss
For me it's about the least amount of hand/wrist movement. Trackpad + Swish feels natural and reduces strain.
cloudking
·قبل 9 أشهر·discuss
Pretty cool, but nothing beats Swish if you're using a Macbook trackpad https://highlyopinionated.co/swish/
cloudking
·قبل 9 أشهر·discuss
I took it for a spin spin to build a simple task manager. It worked for 45 minutes, built half the solution and then asked me for money. Compared to the other options in this space, it seems like an expensive solution.
cloudking
·قبل 9 أشهر·discuss
Another simple solution works on LAN https://pairdrop.net/
cloudking
·قبل 9 أشهر·discuss
Most people in the world only have a phone, no computer. Their window to software is the App Store or Play Store.