Live data from Hacker News

Viewing profile — tbocek

tbocek

HN member
Joined
Thu, Jun 08, 2023, 7:30 AM UTC
HN karma
25
Public activity
12 items

About tbocek

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #48766756

    Just today, I tried to run docker compose on a remote host via podman-docker on Fedora (Asahi). I ran into all sorts of buildx issues, and the easiest fix for me was to remove podm…

  3. comment
    Comment #46530584

    That's a valid concern. I took a more constrained approach for web searches for exactly this reason. Instead of giving the LLM full browser control, I built a Firefox extension tha…

  4. comment
    Comment #45833573

    Thx, I cannot change my previous message, the QH is set to private, as me and my students are working on it. It will be made public next month. The qh:// protocol, we have just sta…

  5. comment
    Comment #45826110

    UDP-based protocols are well suited for P2P, since hole punching is straightforward if you have predictable port mapping, you cannot disallow it. In that spirit, we are currently e…

  6. story
    Show HN: PrevelteKit – Static-first Svelte/Rsbuild/jsdom framework

    I built PrevelteKit to solve the architecture trade-offs I ran into with modern web apps. SPAs have clean separation between frontend and backend, but users see a white loading pag…

  7. comment
    Comment #43746002

    This is probably due to this: https://github.com/ggml-org/llama.cpp/issues/12637 . This GitHub issue is about interleaved sliding window attention (iSWA) not available in llama.cpp…

  8. comment
    Comment #43307186

    Here is mine, I have a docker compose file locally, and this deploy.sh script deploy to my remote machine. That also means that my remote machine is building the image. And I have …

  9. comment
    Comment #42825575

    Just did a test with https://huggingface.co/bartowski/DeepSeek-R1-Distill-Qwen-32... , with the question "what happened at Tiananmen Square?", and here are parts of the thinking pr…

  10. comment
    Comment #42125168

    There is a difference between chat and code completion. While with chat, you can use localhost with llama.cpp, but code completion you cannot do that: https://github.com/zed-indust…

  11. comment
    Comment #37031071

    I had the same issue, so I implemented the following workaround: https://github.com/tbocek/dvorak . This remaps on Linux CTRL-I back to CTRL-C when using a Dvorak keyboard layout.

  12. comment