HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cefboud

no profile record

Submissions

Distributed LLM Inference with LLM-d

cefboud.com
3 points·by cefboud·14 дней назад·0 comments

Deep Dive into Efficient LLM Inference with Nano-vLLM

cefboud.com
3 points·by cefboud·3 месяца назад·0 comments

A Minimal OpenClaw Built with the OpenCode SDK

github.com
1 points·by cefboud·5 месяцев назад·0 comments

comments

cefboud
·7 месяцев назад·discuss
The human psychology is intriguing. The more I see "... Zig ..." the stronger the urge to learn and build something with it becomes. In practice, though, I've found that building things with languages I am familiar with is more enjoyable for me, personally.

A severe case of mimetic desire. I suspect a lot of devs suffer from it.
cefboud
·8 месяцев назад·discuss
For languages that support cross-compiling e.g Golang, the Docker docs recommend cross-compiling natively and copying the resulting binary to the various platform images. binfmt_misc with QEMU is needed for languages that don't support that, or when you want to run a binary from the base image. For example, if you're building a x86 Docker image on ARM and you run `RUN apt install` in the Dockerfile, you're essentially running an x86 ELF on ARM, and that's where QEMU/binfmt_misc step in.
cefboud
·8 месяцев назад·discuss
One cool usage of Binfmt_misc is multi-platform builds in Docker (through QEMU), although it can be painfully slow.
cefboud
·9 месяцев назад·discuss
Context overload is definitely a problem with MCP, but its plug-and-play nature and discoverability are solid. Pasting a URL (or just using a button or other UX element) to link an MCP server presents a much lower barrier to entry than having the LLM run `cli-tool --help`, which assumes the CLI tool is already installed and the LLM has to know about it.
cefboud
·9 месяцев назад·discuss
This is an interesting branding exercise. Presenting MCP as 'Apps' makes it sound more accessible, while tools and MCP server sound very technical. Add a demo with Expedia and Spotify and you have an MCP that's end-user ready.
cefboud
·10 месяцев назад·discuss
> malicious code to interfere with cryptocoin transactions

Any idea what the interference was?