Viewing profile — jboss10
jboss10
HN member- Joined
- Mon, Nov 24, 2025, 8:50 AM UTC
- HN karma
- 57
- Public activity
- 34 items
- HN profile
- View on Hacker News ↗
About jboss10
No profile information was provided.
Recent public activity
-
comment
Comment #49217648
From here, it looks like opencode is hemorrhaging money. I've got a Opencode Zen free account, and I've been using deepseek-v4-flash-free on Pi for a bit, and I haven't hit a limit…
-
comment
Comment #49049202
> Gemini 4 helped with the editing. Does this guy have access to Gemini 4 already? I'm guessing Gemma 4 was happy to be mistaken for Gemini and didn't catch this mistake.
-
comment
Comment #49025034
How does it run the LLMs? Or does it call a API to llama.cpp/ollama/etc. ? During normal usage, how often does it try to parse info from the screen capture? Once a minute?
-
comment
Comment #49023380
Michael Stevens (of Vsause fame) copies long quotes into notebooks, and he claims the act of writing it helps him remember. And if it's not worth writing, it's not a good enough qu…
-
comment
Comment #49018823
Some of these are quite nice(I like gemma 3.5 flash's work) https://s3.eu-west-1.amazonaws.com/images.dylancastillo.co/p... https://s3.eu-west-1.amazonaws.com/images.dylancastillo.…
-
comment
Comment #48997510
They supposedly have a style control system, but I doubt it's perfect. I wish there was a parento view like this for agentic systems(using a standard harness)
-
comment
Comment #48997440
I use this setup as well. I've written an alias for bwrap which only gives the agent access to the current directory and read only access to the docs. It has read-only access to my…
-
comment
Comment #48990333
I think this is one of the easiest to understand. https://arena.ai/leaderboard/text/pareto
-
comment
Comment #48968874
The second point is funny. I don't think not using air conditioning due to energy use is why Europeans don't have AC. (I'm European). It's beacuse it's expensive and difficult to r…
-
comment
Comment #48968393
This does read a little like AI, but I can't see many vocabulary based Claude-isms. But it does start with an anecdote, and there are other aspects of the writing which seem AI.
-
comment
Comment #48936771
I think the "architectural features" are part of the model, not the kv cache. So implementing it would be difficult and expensive.
-
comment
Comment #48917649
Most of the time, the speed of these models are constrained by memory bandwidth. GPUs normally have much more memory bandwidth.
-
comment
Comment #48903848
> Gondolin gives you that. Lightweight micro-VMs (QEMU by default, optional libkrun backend) boot in under a second on your Mac or Linux machine. The network stack and virtual file…
-
comment
Comment #48903826
I don't think there is any content. When you try and view the page, it seems to send: 301 Moved Permanently Location: https://www.youtube.com/watch?v=nj6caVbtM_g&t=2s
-
comment
Comment #48903756
It would be beneficial to not use youtube links for things like QR codes. Since the content of youtube videos can't be changed once they're posted, you risk linking to old informat…
-
comment
Comment #48894389
Gondolin[1] is what you are describing. It's made by the same person who made the Pi coding agent and sends all of the agent's bash into a small QEMU vm. [1]( https://earendil-work…
-
comment
Comment #48823423
I think most of this can be done with tmux and some simple extras. An afternoon of vibing.
-
comment
Comment #48805560
For people who saw this and might want a recomendation, I like running a tiny qwen model with llama cpp. Qwen2.5 coder 0.5B or 1.5B (not the instruct version) On a modern-ish GPU t…
-
comment
Comment #48795268
The plugin is just part of why OsmAnd is good for nautical use, there is also an alternate view in the configure map menu for nautical use.
-
comment
Comment #48740964
Look into deepseek's papers. They have done some stuff recently about improving inference and it seems to be how they can sell tokens so cheap.
-
comment
Comment #48740943
I'm running llama-swap in a docker container with nvidia container utis to pass through the GPU. This then runs the correct llama-server command to provide the model I want. I have…
-
comment
Comment #48740898
I should try gemma4 more for coding, since qwen3.6 and gemma4 came out I've focused on qwen. For earlier releases I found qwen was smarter, but gemma had more knowledge. But for co…
-
comment
Comment #48724684
Qwen 3.6 35B runs on 32GB with a 1080. That GPU is from 2017.
-
comment
Comment #48724652
I have 8GB VRAM but 32GB RAM. Qwen 3.6 35B runs nicely. You should look at gemma-4-26B-A4B. 16+8=24gb and Q4 is about 16GB. Not much context left, but might run.
-
comment
Comment #48724625
I have 8GB VRAM, but 32GB sys ram. I can run qwen 3.6 35B at 30 tok/s. I also use pi, and it's smart enough to extend itself(multishot and maybe a few tries) For you, you could try…