Live data from Hacker News

Viewing profile — IceWreck

IceWreck

HN member
Joined
Tue, Sep 19, 2017, 6:36 PM UTC
HN karma
2,821
Public activity
619 items

About IceWreck

No profile information was provided.

Recent public activity

  1. 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 …

  2. 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…

  3. story
  4. 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…

  5. 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…

  6. comment
    Comment #47667166

    Yep, I understand I was giving an example to the person I was replying to.

  7. 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…

  8. 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 …

  9. 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…

  10. 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?…

  11. comment
    Comment #47468794

    basedpyright has existed for years and now we have pyrefly from meta too. I think ty is also working on one.

  12. 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…

  13. comment
    Comment #47113546

    I've been using https://github.com/sipeed/picoclaw

  14. comment
    Comment #46400736

    Blackberry OS 10 was also running QNX under the hook afaik.

  15. 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,

  16. comment
    Comment #46357799

    We need nanosecond precision for trading - basically timestamping exchange/own/other events and to measure latency.

  17. comment
    Comment #46253226

    You're linking to a different version - this is the one that most people use https://github.com/modernc-org/sqlite

  18. 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…

  19. 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 …

  20. story
  21. 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…

  22. 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?

  23. 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?

  24. 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…

  25. 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…