Live data from Hacker News

Viewing profile — michalmatczuk

michalmatczuk

HN member
Joined
Wed, Sep 28, 2022, 7:57 PM UTC
HN karma
36
Public activity
15 items

About michalmatczuk

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #41968941

    Tired of using Python tools I rewrote epub bionic conversion is Rust. Let me know if have some good ideas for features or integrations.

  4. story
  5. comment
    Comment #39482172

    We need to check if given domain name points to localhost. Previously we used resolver with custom dialer that never dials connection but this resulted in unexpected allocations :/…

  6. story
  7. comment
    Comment #38746803

    The issue is Go stdlib does not have parallel hash map. We have https://github.com/puzpuzpuz/xsync#map a different Cache line hashmap impl.

  8. comment
    Comment #38718881

    Good point. We are getting stated. Here's draft proposal for 1.3 to add this feature https://github.com/saucelabs/forwarder/issues/584 . The idea is to allow users work in JavaScri…

  9. comment
    Comment #38718827

    Sent a PR to fix that https://github.com/saucelabs/forwarder/pull/617 .

  10. comment
    Comment #38717729

    That's not currently on the roadmap. Please file an issue, we'll see what we can do.

  11. comment
    Comment #38714338

    You have a lot of flexibility with PAC files, so I guess that's possible. Some PAC files can be quite complex. Another option would be using --deny-domains it accepts a list of reg…

  12. comment
    Comment #38714114

    Thank you, looks like we could apply some hardening here indeed.

  13. story
    Show HN: Forwarder – FOSS MITM proxy written in Go

    I'm working at Sauce Labs on a fast MITM proxy. If you are using mitmproxy, Fiddler or Charles proxy in your job I believe you'll find it invaluable. Forwarder 1.1 is now available…

  14. comment
    Comment #38024154

    FYI it seems that llm install llm-embed-jina is missing yaml dependency File "/opt/homebrew/Cellar/llm/0.11_1/libexec/lib/python3.12/site-packages/llm/default_plugins/openai_models…

  15. story
    Ask HN: State of Running Windows VMs on Apple M1/M2 with Vagrant

    Maybe I'm missing something but it seems that running Windows on modern Apple hardware with Vagrant is still an open problem. The most active Vagrant Windows maintainer is Gusztáv …