HackerTrans
TopNewTrendsCommentsPastAskShowJobs

nezhar

57 karmajoined قبل 3 سنوات

Submissions

Hy3 – 295B MoE model (21B active, 192 experts)

twitter.com
2 points·by nezhar·قبل 5 أيام·1 comments

Knowledge Should Not Be Gated

formaly.io
71 points·by nezhar·قبل 7 أيام·54 comments

Note to My Younger Self

yewjin.substack.com
2 points·by nezhar·قبل 13 يومًا·1 comments

Who will be the senior engineers of 2036?

linuxfoundation.org
3 points·by nezhar·قبل 13 يومًا·0 comments

[untitled]

1 points·by nezhar·قبل شهرين·0 comments

Show HN: Transcribe, analyse, and chat with your voice conversations

github.com
1 points·by nezhar·قبل 3 أشهر·0 comments

Show HN: Run Claude Code, Codex, and more with auto-approval in a Container

github.com
2 points·by nezhar·قبل 3 أشهر·0 comments

VibePod adds Ollama/vLLM back end support for Claude Code and Codex

vibepod.dev
1 points·by nezhar·قبل 4 أشهر·0 comments

VibePod

github.com
2 points·by nezhar·قبل 4 أشهر·0 comments

One local CLI to run and switch coding agents

vibepod.dev
1 points·by nezhar·قبل 4 أشهر·0 comments

Show HN: VibePod CLI – Run AI agents with isolation and better observability

vibepod.dev
4 points·by nezhar·قبل 4 أشهر·0 comments

Beyond Vendor Lock-In – A Framework for LLM Sovereignty

nezhar.com
2 points·by nezhar·قبل 6 أشهر·0 comments

OpenAI Partners with Cerebras

cerebras.ai
2 points·by nezhar·قبل 6 أشهر·3 comments

Claude Container 1.3.0 – Dockerized Claude Code with API Proxy and Datasette

github.com
1 points·by nezhar·قبل 9 أشهر·1 comments

comments

nezhar
·قبل 5 أيام·discuss
Announcement https://hy.tencent.com/research/hy3

Free for two weeks on OpenRouter https://openrouter.ai/tencent/hy3:free
nezhar
·قبل 6 أيام·discuss
Still looking for this, the OpenKB project look promising.
nezhar
·الشهر الماضي·discuss
I agree with the vendor lock-in aspect. My strategy was to utilize multiple agents with different APIs.
nezhar
·الشهر الماضي·discuss
you've reached your plan's message limit
nezhar
·قبل شهرين·discuss
[dead]
nezhar
·قبل شهرين·discuss
For me, building with open weights models sounds like the right approach — you are able to switch providers, and you can control where the server is running.

You don't have any guarantees in terms of data, that's true, you rely on the provider. But this is similar to a database or other services where you don't have the knowledge or resources to run them yourself. Hardware cost is an additional factor here.

If on the other hand your idea works out and the model fits the use case, you can always decide to move to a dedicated infrastructure later.
nezhar
·قبل 3 أشهر·discuss
The same thing can happen in development. Data exfiltration or local file removals are often downplayed; I wonder why nobody talks about the lethal trifecta anymore.
nezhar
·قبل 3 أشهر·discuss
I was just wondering if this might be the first incident. Are there any other public stories available?
nezhar
·قبل 3 أشهر·discuss
It is very scary to consider the consequences that such a transfer can have.
nezhar
·قبل 3 أشهر·discuss
[dead]
nezhar
·قبل 3 أشهر·discuss
This is, honestly, very sad.
nezhar
·قبل 3 أشهر·discuss
I'm also curious about this one, also I want to compare this to vLLM.
nezhar
·قبل 4 أشهر·discuss
I created VibePod, which allows you to sandbox the agents in containers and monitor their activities. It also supports OpenCode.

https://github.com/VibePod/vibepod-cli
nezhar
·قبل 5 أشهر·discuss
There is also an Auto-reload option, I think it is off by default.
nezhar
·قبل 5 أشهر·discuss
You can use this if you started your Pro or Max subscription before Wednesday, February 4, 2026 at 11:59 PM PT.

Go to https://claude.ai/settings/usage, turn on extra usage and enable the promo from the notification afterwards.

I received €42, top up was not required and auto-reload is off.
nezhar
·قبل 6 أشهر·discuss
Good question! Since this is an extension of input, I'm not sure if this is defined: https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputEl....

On my desktop Chrome on Ubuntu, it seems to be persistent, but on my Android phone in Chrome, it loses the directory if I refresh.
nezhar
·قبل 6 أشهر·discuss
I see this as a way to build apps with agentic flows where the original files don't need manipulation; instead, you create something new. Whether it's summarizing, answering questions, or generating new documents, you can use a local/internal LLM and feel relatively safe when tool calling is also restricted.
nezhar
·قبل 6 أشهر·discuss
Related https://news.ycombinator.com/item?id=12098338
nezhar
·قبل 6 أشهر·discuss
I like the perspective used to approach this. Additionally, the fact that major browsers can accept a folder as input is new to me and opens up some exciting possibilities.
nezhar
·قبل 6 أشهر·discuss
Distributing pre-built images can help minimize this: https://hub.docker.com/r/nezhar/claude-container/tags.

I'm not sure how large the image becomes on the VM or if the distribution process is straightforward.