Viewing profile — michalmatczuk
michalmatczuk
HN member- Joined
- Wed, Sep 28, 2022, 7:57 PM UTC
- HN karma
- 36
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About michalmatczuk
No profile information was provided.
Recent public activity
- story
- story
-
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.
- story
-
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 :/…
- story
-
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.
-
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…
-
comment
Comment #38718827
Sent a PR to fix that https://github.com/saucelabs/forwarder/pull/617 .
-
comment
Comment #38717729
That's not currently on the roadmap. Please file an issue, we'll see what we can do.
-
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…
-
comment
Comment #38714114
Thank you, looks like we could apply some hardening here indeed.
-
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…
-
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…
-
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 …