frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ask HN: How to stop an AWS bot sending 2B requests/month?

268•lgats•2d ago•172 comments

Ask HN: Estimation of copyright material used by LLM

3•megamix•5h ago•2 comments

Ask HN: How does one build large front end apps without a framework like React?

104•thepianodan•1d ago•178 comments

Ask HN: What would an ideal matchmaking platform look like today?

7•grandimam•10h ago•8 comments

Why is my chat speaking non-words like um and uh?

4•dataspun•15h ago•3 comments

Ask HN: DOS Based "Multitaskers"

3•alexshendi•15h ago•0 comments

Ask HN: Web app freezes, but not when Chrome is recording. How to debug?

5•febed•2d ago•2 comments

Ask HN: What are you working on? (October 2025)

344•david927•6d ago•1039 comments

Ask HN: Abandoned/dead projects you think died before their time and why?

358•ofalkaed•1w ago•886 comments

Ask HN: Codex is too slow. Is there any solution?

5•rule2025•1d ago•4 comments

Ask HN: How to properly show my skills for startup roles?

8•arabello•2d ago•15 comments

Ask HN: How do you do CI/CD in 2025?

11•labarilem•2d ago•7 comments

I wanted to work on a newsletter but I realized I was building a cage around it

6•yuwahhid•1d ago•7 comments

Ask HN: Best way to create a searchable knowledge base?

20•aljgz•2d ago•23 comments

Ask HN: Claude Code with Multiple Models?

6•iosifnicolae2•2d ago•2 comments

Ask HN: Is it worth it to build projects from scratch or should I just use AI?

5•numcap•1d ago•9 comments

Ask HN: Best way to use Analytics data (from Google Analytics)

2•jamesclar•1d ago•2 comments

Ask HN: What are some of your favorite documentaries?

16•itdude•5d ago•23 comments

Ask HN: Does anyone have scans of these missing PC Plus issues (1991–1993)?

4•billpg•3d ago•2 comments

Sexbots Are Coming to ChatGPT

15•nutanc•4d ago•22 comments

Ask HN: Blogs / Sites / Channels for agentic coding topics

9•d_sc•4d ago•1 comments

Ask HN: What's the best alternative to Dragon NaturallySpeaking?

29•Openai2•1w ago•10 comments

Ask HN: VLMS-Powered Search Engine on macOS?

4•allenleein•2d ago•0 comments

Ask HN: Locally enabled vibe coding environment?

8•p0w3n3d•5d ago•3 comments

Ask HN: Which cross platform desktop GUI to use instead of Electron?

16•tones411•5d ago•14 comments

You've reached the end!

Open in hackernews

Ask HN: Locally enabled vibe coding environment?

8•p0w3n3d•5d ago
Hello, I've been trying to use cursor with locally served Chat GPT or Qwen, but once I get offline it fails. It seems that there once had been a possibility to override API url, but now this is not the case.

Is there any development environment or plugin that you're using for local LLM?

Comments

raxxorraxor•5d ago
VS Code with Cline is a very analogous solution to Cursor and I can fully recommend it. If you use Ollama there are some models specifically optimized for agent tasks in Cline.

The result is pretty good in my opinion, probably depends on your development cases.

p0w3n3d•5d ago
thank you!
skhameneh•5d ago
For tools... I find Aider to be the most reliable and least "invasive" (from following instructions and nothing more standpoint), but it's also the most hands-on. Cline is a nice step up in hand holding, but does require a significantly larger context size. Roo Code is a fork of Cline that's more focused on agentic functionality, but it also has some very poor default prompts and is much more finicky.

For running inference... Ollama is the easiest, but generally the slowest. Llama.cpp is a tad more involved, but faster. vLLM is even more involved, but even faster. Sglang can be difficult and sometimes challenging, but tends to be the fastest.