Live data from Hacker News

Viewing profile — vic1102

vic1102

HN member
Joined
Sun, Sep 07, 2025, 3:21 PM UTC
HN karma
1
Public activity
17 items

About vic1102

Web developer. Mostly building in Go and PHP.

Recent public activity

  1. story
  2. comment
  3. story
  4. comment
  5. story
  6. comment
  7. story
  8. comment
  9. story
  10. story
  11. story
  12. comment
    Comment #45291381

    PixTrim is a minimal, privacy-focused image processing tool. It runs in the browser and handles common tasks like compression, resizing, format conversion (AVIF, WebP, HEIC, PNG, J…

  13. story
  14. comment
    Comment #45285323

    Thanks a lot! I really appreciate the detailed reply and the recommendation! I wasn’t aware of `vipsgen`, but it looks great — full coverage and auto-generated bindings are exactly…

  15. comment
    Comment #45257119

    Thanks so much for the clarification and for the great work on libvips! In my Go project I’m using the Golang library github.com/davidbyttow/govips/v2. Images are loaded via `vips.…

  16. comment
    Comment #45246669

    Great article! super helpful for someone like me who recently started building services in Go. I especially appreciated the section on slog.Attr and the !BADKEY issue, it’s one of …

  17. comment
    Comment #45246542

    I ran into the same issue when working with image processing in Go using libvips. By default, libvips ignores EXIF orientation too, so I had to explicitly read and apply the orient…