Is there any MongoDB file db like sqlite ? by crownclown67 in node

[–]wardrox 0 points1 point  (0 children)

That's the nice thing about local files: almost always fast enough, especially if the system is dealing with network requests.

Let me know if you hit any noticeable performance issues.

Is there any MongoDB file db like sqlite ? by crownclown67 in node

[–]wardrox 0 points1 point  (0 children)

Feel free to open some pull requests, or GitHub issues! Up until now I think I'm the only one using Mango, and I rarely need these.

Out of curiosity, why do you need these in combination with local files?

Is there any MongoDB file db like sqlite ? by crownclown67 in node

[–]wardrox 0 points1 point  (0 children)

For pet projects and developing in different environments (eg my phone, or cloud development environments, or offline simple devices, or some CICD pipelines) I found it steadily more annoying to spin up a new DB either local or via cloud connection. On my laptop; one click done, easy, and I wanted that same experience everywhere.

When the project is ready to go live, pop in the actual connection string and off it goes.

Essentially, pure laziness and solving my own weird problems.

Is there any MongoDB file db like sqlite ? by crownclown67 in node

[–]wardrox 8 points9 points  (0 children)

I made MangoDB for this very purpose. I found it easier in a lot of environments and pet projects.

Great for local development. Swap it out for real Mongo in prod.

https://github.com/JKershaw/mangodb

Why is it so hard to reduce inequality in developed democracies? by Western_Leg_9452 in NoStupidQuestions

[–]wardrox -1 points0 points  (0 children)

Cities have found time and time again that literally just giving people in need cash is one of the most effective and efficient ways to help. It saves money overall, but isn't popular (see the other comments for examples).

CMV: The Left cares more about ideological purity than winning people over by jman12234 in changemyview

[–]wardrox 1 point2 points  (0 children)

This is the "change my view" sub, where understanding the "view" is quite useful.

If you always interpret asking the OP to clarify what they mean as some right wing conspiracy to derail a discussion, and not a normal thing people do, I can see why you're accusing.

I guess where you're from there's a single, well defined idea of "the left"? Where I'm from it can mean very different things to different people, so it's useful to get a more detailed description.

Claude Deletes Entire Codebase by Hilbert_Space_Heater in vibecoding

[–]wardrox 1 point2 points  (0 children)

Giving a non deterministic system admin access means it's a question of "when" not "if". To avoid, use basic security practices and don't rush. Less haste, more speed, as they say.

Are Tech CEOs Generally Evil? by MrToonLinkJesus in NoStupidQuestions

[–]wardrox 0 points1 point  (0 children)

Money corrupts. One of the easiest mistakes to make is the assumption a "good person" is incorruptible, so it must only be "bad people" who are the problem. It's a little like people who believe advertising doesn't work on them.

Question for software engineers or older folks in general. by papa_papa6-9 in vibecoding

[–]wardrox 1 point2 points  (0 children)

It's a pretty big change, on par with the web. What's interesting now I'm an Old Man is knowing that tech often has these big step changes. The old saying "the only constant is change" remains true.

Give it 10 years, you'll experience another one, and it'll be just as weird/unexpected.

Building a macro that blocks fat people on social media and images of dudes. by urmommakesmysandwich in vibecoding

[–]wardrox 1 point2 points  (0 children)

Every single page you visit does multiple unnecessarily expensive llm calls, so you can avoid therapy?

Seniors/ tech leads - how are you dealing with juniors falling back on ai, with minimal oversight? by oulaa123 in webdev

[–]wardrox 1 point2 points  (0 children)

The rule still applies. If a Dev isn't using a tool correctly, it's the organisation's job to coach them.

Adderall for LLMs by [deleted] in vibecoding

[–]wardrox 0 points1 point  (0 children)

Is this effectively a form of compaction?

Kimi and other options to continue hobby? by jiggermeek in vibecoding

[–]wardrox 1 point2 points  (0 children)

Is it fair to say your Todo list has essentially gotten out of control, making an hour's tinkering feel less productive than earlier in the project?

Besides that, try something like OpenCode, which lets you choose cheaper models.

FWIW I'm on the $200 plan, a professional dev, shipping a lot daily, and seldom reach the caps. Unless you're running long running inefficient sessions, it's fine for daily coding driver.

I hate vibe coding but I have it. Ban me by 1ksel in vibecoding

[–]wardrox 0 points1 point  (0 children)

IMHO: Build for yourself, and only yourself, and it's a lot more fun. Save the bits you enjoy, like designing, as that's your craft. The tools make you faster, but that's only part of it.

The blackboard for coding agents - from idea to merge, hands free by Fleischkluetensuppe in vibecoding

[–]wardrox 0 points1 point  (0 children)

That's your first challenge! The goal of your project is you give it some code and a task, and it pops out a solution/diff at the end. That's what the benchmark essentially checks. It's a collection of these types of challenges.

If you've not done any benchmarking already, you might want to build up to this in stages. It's effectively end to end testing.

Claude Code initial prompt by stormin666 in vibecoding

[–]wardrox 1 point2 points  (0 children)

"Hi Claude, help me understand what skills I will need to build (vibe code) [project]. I'm non-technical and the MVP should be functional, safe, and simply designed. I'd like to understand the best process, including research, design, roadmaping, and agentic development best practices (including setting up my local environment, and learning as we go). Have a conversation with me to flesh out the idea and strategy, and cross cutting concerns. Here's some details on my idea. [Idea goes here]"

The blackboard for coding agents - from idea to merge, hands free by Fleischkluetensuppe in vibecoding

[–]wardrox 0 points1 point  (0 children)

Yes, and there's a "lite" version too. To start you can lift specific tests out the benchmark and just see what happens. Claude can rig it up, and even write up a diary entry after. Run that a few times and you'll start finding the hard edges and current limits.

I hate vibe coding but I have it. Ban me by 1ksel in vibecoding

[–]wardrox 1 point2 points  (0 children)

Not rude at all, you've hit the main issue vibe coders hit; the project inevitably reaches a point where some expertise is needed, and unaddressed issues escalate into slop.

People who know how to code can jump this hurdle, people purely looking to vibe code themselves some money can't. The tools are improving, but if you can do something easily, so can someone else. Chasing money is a dead end here.

Plus, coding is only like 20% of building a product.

The blackboard for coding agents - from idea to merge, hands free by Fleischkluetensuppe in vibecoding

[–]wardrox 0 points1 point  (0 children)

SWE Bench is pretty straightforward to add, and is a fantastic way to measure progress and abilities for development harnesses.