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·14 дней назад·1 comments

Who will be the senior engineers of 2036?

linuxfoundation.org
3 points·by nezhar·14 дней назад·0 comments

[untitled]

1 points·by nezhar·2 месяца назад·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
·2 месяца назад·discuss
[dead]
nezhar
·2 месяца назад·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.