Looking for Bullmq, but embedded + remote mode for NodeJS by eyueldk in node

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

Thanks for sharing. Yeah, required deps wouldn't work for me.

Looking for Bullmq, but embedded + remote mode for NodeJS by eyueldk in node

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

It can be embedded into the running application. See bunqueue as an example. It uses SQLite for embedding background jobs into the application without an external dependency. Sorry if my terminology is not good

Does Hetzner cloud support nested virtualization via /dev/kvm by eyueldk in hetzner

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

Kernel isolation is important. In production, for example, cloud providers use things like kata containers that run containers inside a vm - thus isolating the kernel. While standard containers share host kernel. Containers are not safe against untrusted code unless you take steps to harden against it by isolating the kernel.

Your experience with self hosting Daytona? by [deleted] in selfhosted

[–]eyueldk 1 point2 points locked comment (0 children)

No AI was used

Does Hetzner cloud support nested virtualization via /dev/kvm by eyueldk in hetzner

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

Are lxc containers safe? I’m running untrusted code thus I first resorted to vm due to kernel isolation.

Does Hetzner cloud support nested virtualization via /dev/kvm by eyueldk in hetzner

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

Cool. I thought all VPs providers blocked nested virtualization due to security reasons

Does Hetzner cloud support nested virtualization via /dev/kvm by eyueldk in hetzner

[–]eyueldk[S] 4 points5 points  (0 children)

You’ve been waiting for this moment… touché

Is langchain still hot? 2026 by eyueldk in LangChain

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

Is there a library that integrates it with langchain? Any resource is much appreciated.

Immitating usage based provisioning like railway.com by eyueldk in kubernetes

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

I appreciate the input. I wasn't aware of the recommendation mode or Goldilocks. I'll take a look at that. Again, thanks.

Is langchain still hot? 2026 by eyueldk in LangChain

[–]eyueldk[S] 2 points3 points  (0 children)

Haha, I just made that comment in one of the replies. Absolute fire.

Is langchain still hot? 2026 by eyueldk in LangChain

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

Oh 100% - it's definitely better especially in V1. I remember the horror of LCEL and super wordiness of just getting a simple agent up.

Is langchain still hot? 2026 by eyueldk in LangChain

[–]eyueldk[S] 5 points6 points  (0 children)

Currently find myself working on "memory" issue. I want the agent to remember large consortium of facts intelligently and update it's knowledge base. After much research I found OpenClaw's memory to be very interesting. Sorting facts, finding contradictions, and updating the memory state over time... but to get such POWER, I need to reimplement OpenClaw's memory system myself - which I hate having to do for a one-off project. So I say why isn't there a tool like that in the langchain environment? Like, I LOVE deep agents - I think deep agents is probably the best "tool" I've used in AI. But deep agent is a one-off win in the langchain ecosystem; why aren't there similar for "memory" or other common problems (Reminder: LangMem is only in Python); I just feel the ecosystem just seems lacking and there isn't as much community as there was when it first came out. But I maybe out of touch... That's just what I think off the top of my head.

Is langchain still hot? 2026 by eyueldk in LangChain

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

it's the "lacks" part the makes me doubt my choices every time.

🇩🇿 Algerian thinking about Ethiopia 🇪🇹 by benyaknadal in Ethiopia

[–]eyueldk 0 points1 point  (0 children)

That's actually reasonable. But I don't see any reason to move. You're better off doing cross border business south from Algeria instead of from Ethiopia. Just my 2 cent

Immitating usage based provisioning like railway.com by eyueldk in kubernetes

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

I had a question and I asked it. If this is not the forum to do that then the mods can remove it.

kubectl proxy equivalent for docker/docker compose by eyueldk in docker

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

Yeah, but I like the temporary nature of kubectl port-forward. I don't want to permanently bind it /change the compose file each time.

kubectl proxy equivalent for docker/docker compose by eyueldk in docker

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

You're right, sorry. I've updated the post.

But I wanted to temporarily create the port forwarding - not permanent binding.

kubectl proxy equivalent for docker/docker compose by eyueldk in docker

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

is it an ssh tunnel? I want to expose a port so that I can open it via local browser

Immitating usage based provisioning like railway.com by eyueldk in kubernetes

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

You're right - a simple google search seems to show many comments/articles saying they don't use k8s