Viewing profile — IceWreck
IceWreck
HN member- Joined
- Tue, Sep 19, 2017, 6:36 PM UTC
- HN karma
- 2,821
- Public activity
- 619 items
- HN profile
- View on Hacker News ↗
About IceWreck
No profile information was provided.
Recent public activity
-
comment
Comment #49188435
Ive been poking with the muse code binary - seems to be written in rust, looks similar to codex but either its a very hard fork (i also see dissimilar things like config format is …
-
comment
Comment #48114742
Does this mean I can finally connect to a ducklake instnace hosted remotely? i.e. DuckLake is writing to disk on the remote server and my client is just a client. Because rn even w…
- story
-
comment
Comment #47695418
> He then open sourced llama and wanted to be the android of llms. Well the original llama did kick off the era of open source LLMs. Most original open source LLMs were based on th…
-
comment
Comment #47680284
Didn't OpenAI say something similar about GPT-3? Too dangerous to open source and then afew years later tehy were open sourcing gpt-oss because a bunch of oss labs were competing w…
-
comment
Comment #47667166
Yep, I understand I was giving an example to the person I was replying to.
-
comment
Comment #47654715
> So while feasible it's only great for batch jobs not interactive usage. I mean yeah true but depends on how big the model is. The example I gave (Qwen 3.5 35BA3B) was fitting a 3…
-
comment
Comment #47653312
It does if you use an inference engine where you can offload some of the experts from VRAM to CPU RAM. That means I can fit a 35 billion param MoE in let's say 12 GB VRAM GPU + 16 …
-
comment
Comment #47643558
> This is speculative, but I suspect that if we dropped one of the latest, most capable open-weight LLMs, such as GLM-5, into a similar harness, it could likely perform on par with…
-
comment
Comment #47591275
> What Google and OpenAi have open sourced is their Agents SDK, a toolkit, not the secret sauce of how their flagship agents are wired under the hood And how is that any different?…
-
comment
Comment #47468794
basedpyright has existed for years and now we have pyrefly from meta too. I think ty is also working on one.
-
comment
Comment #47167218
At this point why not make the agents use a restricted subset of python, typescript or lua or something. Bash has been unchanged for decades but its not a very nice language. I kno…
-
comment
Comment #47113546
I've been using https://github.com/sipeed/picoclaw
-
comment
Comment #46400736
Blackberry OS 10 was also running QNX under the hook afaik.
-
comment
Comment #46388210
This is exactly what Google did with Windsurf and similar to what Meta did with Scale AI. Seems like a rising trend,
-
comment
Comment #46357799
We need nanosecond precision for trading - basically timestamping exchange/own/other events and to measure latency.
-
comment
Comment #46253226
You're linking to a different version - this is the one that most people use https://github.com/modernc-org/sqlite
-
comment
Comment #45792491
LlamaCPP supports offloading some experts in a MoE model to CPU. The results are very good and even weaker GPUs can run larger models at reasonable speeds. n-cpu-moe in https://git…
-
comment
Comment #45417611
I was using aider quite a lot from ~ 7 months ago to ~ 3 months ago. I had to stop because they refuse to implement MCPs and Claude/Codex style agentic workflow just yields better …
- story
-
comment
Comment #45066193
Does it download torrents on your server or web torrent on your browser? - the readme really doesn't say. Imo downloading on the server is more useful. Web torrent is great but I d…
-
comment
Comment #44885893
Huawei and Honor are seperate app stores? And Oppo and Vivo too? In both instances one company owns the other - why have competing app stores?
-
comment
Comment #44740213
Why not Linux? The UI looks to be some kind chrome based thingy - probably electron - should be easy to port to Linux. Also is there a link to the source?
-
comment
Comment #44729376
You can already use in it ollama by using the unsloth quants: ``` ollama run hf.co/unsloth/Qwen3-30B-A3B-Instruct-2507-GGUF:Q4_K_M ``` > And what is the best offline model for codi…
-
comment
Comment #44332963
Slightly controversial compared to other comments here but I haven't used Grammerly at all since LLMs came out. Even a 4B local LLM is good enough to rephrase all forms of text and…