HackerTrans
TopNewTrendsCommentsPastAskShowJobs

nezhar

57 karmajoined vor 3 Jahren

Submissions

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

twitter.com
2 points·by nezhar·vor 5 Tagen·1 comments

Wissen sollte nicht eingeschränkt werden

formaly.io
71 points·by nezhar·vor 7 Tagen·54 comments

Note to My Younger Self

yewjin.substack.com
2 points·by nezhar·vor 13 Tagen·1 comments

Who will be the senior engineers of 2036?

linuxfoundation.org
3 points·by nezhar·vor 13 Tagen·0 comments

[untitled]

1 points·by nezhar·vor 2 Monaten·0 comments

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

github.com
1 points·by nezhar·vor 3 Monaten·0 comments

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

github.com
2 points·by nezhar·vor 3 Monaten·0 comments

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

vibepod.dev
1 points·by nezhar·vor 4 Monaten·0 comments

VibePod

github.com
2 points·by nezhar·vor 4 Monaten·0 comments

One local CLI to run and switch coding agents

vibepod.dev
1 points·by nezhar·vor 4 Monaten·0 comments

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

vibepod.dev
4 points·by nezhar·vor 4 Monaten·0 comments

Beyond Vendor Lock-In – A Framework for LLM Sovereignty

nezhar.com
2 points·by nezhar·vor 6 Monaten·0 comments

OpenAI Partners with Cerebras

cerebras.ai
2 points·by nezhar·vor 6 Monaten·3 comments

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

github.com
1 points·by nezhar·vor 9 Monaten·1 comments

comments

nezhar
·vor 5 Tagen·discuss
Announcement https://hy.tencent.com/research/hy3

Free for two weeks on OpenRouter https://openrouter.ai/tencent/hy3:free
nezhar
·vor 6 Tagen·discuss
Still looking for this, the OpenKB project look promising.
nezhar
·letzten Monat·discuss
I agree with the vendor lock-in aspect. My strategy was to utilize multiple agents with different APIs.
nezhar
·letzten Monat·discuss
you've reached your plan's message limit
nezhar
·vor 2 Monaten·discuss
[dead]
nezhar
·vor 2 Monaten·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
·vor 3 Monaten·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
·vor 3 Monaten·discuss
I was just wondering if this might be the first incident. Are there any other public stories available?
nezhar
·vor 3 Monaten·discuss
It is very scary to consider the consequences that such a transfer can have.
nezhar
·vor 3 Monaten·discuss
[dead]
nezhar
·vor 3 Monaten·discuss
This is, honestly, very sad.
nezhar
·vor 3 Monaten·discuss
I'm also curious about this one, also I want to compare this to vLLM.
nezhar
·vor 4 Monaten·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
·vor 5 Monaten·discuss
There is also an Auto-reload option, I think it is off by default.
nezhar
·vor 5 Monaten·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
·vor 6 Monaten·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
·vor 6 Monaten·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
·vor 6 Monaten·discuss
Related https://news.ycombinator.com/item?id=12098338
nezhar
·vor 6 Monaten·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
·vor 6 Monaten·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.