Viewing profile — tyfon
tyfon
HN member- Joined
- Mon, Sep 22, 2014, 4:05 PM UTC
- HN karma
- 4,041
- Public activity
- 1,118 items
- HN profile
- View on Hacker News ↗
About tyfon
No profile information was provided.
Recent public activity
-
comment
Comment #49225293
DX11 is much more high level while DX12 implements direct control over the GPU. 12 is much more like vulkan. I guess since this is emulating the device instead of just passing the …
-
comment
Comment #49126519
I run it on my milk-v duo s risk sbc. The risk-v version is maintained by a few dedicated people, and the milk-v specifics I had to fix myself. But it works :)
-
comment
Comment #49122302
So now the US companies will be stuck on expensive models while the rest of the world can do things much more cost effective. I'm not sure the outcome would be beneficial for the U…
-
comment
Comment #49102452
Interestingly the Claude for government is up with 99.99% uptime according to the graph.
-
comment
Comment #49050852
Articles regarding my own harness or how I set up llama.cpp etc? I really just iterated over the harness over and over for about two weeks with opencode until I was sort of satisfi…
-
comment
Comment #49050509
I'm using qwen 3.6 35B unsloth 4 bit with my 5950x (128 gb memory) and a 3060 12 gb gpu with a self made harness. At 10k context I get about 40 tps generation and 500 tps prefill. …
-
comment
Comment #49017520
The 16A is for the PC room, the house has a 40A "400V" 3 phase TN connetion :) The quotes are in since the difference between the phases is 230V, but in practice it is almost the s…
-
comment
Comment #49011341
In the US they have a 120V system so it might actually saturate a normal socket over there. My PC room has a 16A fuse and 230V though, so should be plenty :)
-
comment
Comment #49010734
I half expect Nvidia to have buyback contacts like Ferrari with the larger customers to prevent a price crash when they all upgrade and to keep them scarce. I hope not though, perh…
-
comment
Comment #48955850
> pretty much nobody cares about ML processing for analysis. I work in a bank and a can tell you that the customers absolutely hate ML when it rejects their loan application. Over …
-
comment
Comment #48821784
For me they are killing the goose. WoW has become quite soulless after the changes where everyone gets the same end game equipment but you have to grind upgrade currency to improve…
-
comment
Comment #48701259
This big question now is how many of them will travel back in there and potentially being stuck for months, or just swap ship if their current ship is headed there.
-
comment
Comment #48539302
Just use mass grave scripts[1] and enable 5 years of security updates. [1] https://massgrave.dev/
-
comment
Comment #48322773
It's not linking banking login with government id. It is a story of the banks solving an issue with remote identification and the system working well enough that the public/governm…
-
comment
Comment #48207962
Vipps which is available in Sweden supports this system. I know the Swedish government is also pressuring swish to integrate with vipps. So I guess you'll have this ability soon.
-
comment
Comment #47789322
I think the biggest advantage for me with ollama is the ability to "hotswap" models with different utility instead of restarting the server with different models combined with the …
-
comment
Comment #47741006
There are a few countries just below as well like Norway with about 98% renewables in 2024 [1]. The gas power plant is mostly up north powering the gas compressors that fill LNG sh…
-
comment
Comment #47221607
It would be really nice to have an option to not do this since a ton of companies deny VMs in their group policies.
- story
-
comment
Comment #47106193
I didn't really understand the performance table until I saw the top ones were 8B models. But 5 seconds / token is quite slow yeah. I guess this is for low ram machines? I'm pretty…
-
comment
Comment #47076514
I was using gemini antigravity in opencode a few weeks ago before they started banning everyone for that and I got into the habit of writing "do x, then wait for instructions". Tha…
- story
-
comment
Comment #46972999
My pro account also got banned yesterday, but I didn't use any clawd / molt stuff like the OP. I've only been using opencode. Seems like only openai are willing to let people use t…
-
comment
Comment #46903794
I'm having a hard time parsing the openai website. Anyone know if it is possible to use this model with opencode with the plus subscription?
-
comment
Comment #46737077
I've been trying opencode a bit with gemini pro (and claude via those) with a rust project, and I have a push pre-hook to cargo check the code. The amount of times I have to "yell"…