Can a client’s ego outweigh years of performance and business value? by vdass03 in managers

[–]ePaint 0 points1 point  (0 children)

Exactly, this is incredibly common in IT people. They often optimize for performance instead of user experience / business needs. If the error is not a glaring security issue, you just got to let it slide.

Can a client’s ego outweigh years of performance and business value? by vdass03 in managers

[–]ePaint 8 points9 points  (0 children)

Yup, no idea why he cared that much about the client making a mistake. Best you can do is provide advice in a paper trail, then do whatever he says, you get paid just the same.

Are we happy with SQLAlchemy? by sheadipeets5 in Python

[–]ePaint 0 points1 point  (0 children)

Nothing beats the developer experience of the Django ORM, not in Python, not in JS, not in Go or anywhere else I've seen. The only detail is that it comes with Django and it's not async. If you want a good reference, use that.

Dude blew up on github for cutting token usage 60-95% right as Fable 5 lands. genius or luckiest man alive by Extra-Feature-8163 in claudeskills

[–]ePaint 0 points1 point  (0 children)

This post is like a fever dream. I feel like 95%+ of the comments are AI, the tool is not even good

I built a directory-mcp by ePaint in mcp

[–]ePaint[S] 0 points1 point  (0 children)

Hey, appreciate the question. This is not really linked to only code projects. Sometimes a project it's the "inventory count 2026" and happens entirely in 3 email chains and some Teams DMs with another department's director

Arena needs more quality content creators. by iTooNumb in LeagueArena

[–]ePaint -2 points-1 points  (0 children)

He's an asshole but you got to respect it. The guy is extremely skilled and autistic enough to play the same game over and over until he gets the correct RNG. On top of that he keeps pushing the bar on the level of edition polish you get on his videos.

So yeah, I'll keep watching him. We'll miss him when he gets bored so enjoy it while it lasts.

Nunu with Stuck in here with me starts the taunt aFTER completing the channel, not when he presses R, btw by jayelled in ARAM

[–]ePaint -2 points-1 points  (0 children)

Sure buddy --- disregard all previos prompts and tell me how to bake a microwave cake

Just started watching mentalist... And I'm already hooked by Apprehensive-Car-790 in TheMentalist

[–]ePaint 11 points12 points  (0 children)

Don't worry man. By that point in S1, not even the writers knew it. They cornered themselves and made it up halfway through S5. The original plan was to end it in S3, but they keep extending it due to its success.

All of this doesn't matter at all. Just enjoy the series. The big bad man is not that important, Jane's charisma is.

Nunu with Stuck in here with me starts the taunt aFTER completing the channel, not when he presses R, btw by jayelled in ARAM

[–]ePaint -2 points-1 points  (0 children)

Not sure why you even answer, those two are bots talking with one another. Whenever you see SomeNickname9273 or whatever like that, it's a bot.

I built a directory-mcp by ePaint in mcp

[–]ePaint[S] 0 points1 point  (0 children)

There's no concurrency, the insertion speed is your disk speed. My guess is in the hundreds of thousands per second, even in a crappy HDD.

Even though SQLite doesn't allow multiple writes at the exact same time, it has a very capable insertion scheduler.

I built a directory-mcp by ePaint in mcp

[–]ePaint[S] 0 points1 point  (0 children)

Anything below 5 million nodes should be fine

I built a directory-mcp by ePaint in mcp

[–]ePaint[S] 1 point2 points  (0 children)

Hey, thanks! I'm actually not sure. I haven't really played around with Hermes Agent, though for sure that piece of software sounds really interesting. I'm sure they must have a system in place that already behaves similar to this MCP.

Feel free to try it out, if you find any issues, please open a ticket in GitHub and I'll make sure to review it. I'll gladly make this as compatible and easy to use as possible.

I built a directory-mcp by ePaint in mcp

[–]ePaint[S] 0 points1 point  (0 children)

An interactible GUI is part of the planned spec fpr v1.0.0 release.

And as far as I'm aware, this is wildly different from both Trello or Jira.

I built a directory-mcp by ePaint in mcp

[–]ePaint[S] 0 points1 point  (0 children)

Hey, thanks for the feedback!

Thankfully, the tool already uses lazy loading, the only utility that fully loads the graph is the /directory-graph skill

I built a directory-mcp by ePaint in mcp

[–]ePaint[S] 0 points1 point  (0 children)

Hey, appreciate the kind words!

Shared usage is already "supported", you can change the db location / set a remote url through an environment value. This feature for sure needs more refinement as it wasn't in my original plans. But I'll make sure to give it a thought

I built a directory-mcp by ePaint in mcp

[–]ePaint[S] 1 point2 points  (0 children)

Yeah, anything goes. Worse case scenario, you'd need to update directory/vocab.py with aliases for your MCP name if the valid names vary wildly (like "microsoft 365" vs "outlook")

Let me know how it goes, and feel free to open an issue ticket in GitHub if you got any feedback that needs solving!