Viewing profile — pea-tear
pea-tear
HN member- Joined
- Mon, Dec 17, 2012, 9:08 PM UTC
- HN karma
- 200
- Public activity
- 29 items
- HN profile
- View on Hacker News ↗
About pea-tear
No profile information was provided.
Recent public activity
-
comment
Comment #43338877
Yeah, I'd love to not rely on an npm package but it's unfortunately the only way to do this out of the box.
-
comment
Comment #43338870
Yes, unfortunately mermaid requires not only node but also a browser instance (!!). I don't like it at all but I don't think there's any alternatives. If you or anyone knows a way …
-
comment
Comment #43310200
I would love to hear specifics on how you couldn't get the layout looking how you wanted it to. e.g. do you have a link to the presentation you did? Feel free to shot me an email a…
-
comment
Comment #43305788
Mermaid is already supported natively, meaning the mermaid diagram output is rendered as actual images; no need for ascii diagrams https://mfontanini.github.io/presenterm/features/…
-
comment
Comment #43305262
iterm2 and wezterm are well supported as well!
-
comment
Comment #43304476
See the sibling comment. This is a new protocol that the kitty maintainer created and is supported as of kitty 0.40.0, which was just released yesterday. This makes presentations l…
- story
-
comment
Comment #39426717
I built presenterm ( https://github.com/mfontanini/presenterm ). Also a terminal based presentation tool which uses markdown, and supports images, PDF exports, etc.
- story
- story
-
comment
Comment #14450283
Developer here. There's alternatives that don't throw but the example is mostly so people look at it and say "ah, cool, this is actually simple to use". I normally still use this t…
- story
-
comment
Comment #9930592
libpcap does support it. As for Winpcap, I don't know. Yes, libtins uses libpcap to capture packets (and also to send, if you're using Windows), so basically if winpcap supports it…
-
comment
Comment #9926122
I haven't compared the performance of gopacket. I'll add that to my to-do list!
-
comment
Comment #9926093
This library uses libpcap to capture packets/read them from a pcap file. When you sniff using libpcap you just get a pointer to the packet and the packet size, you then have to par…
- story
-
comment
Comment #8158088
That would be great! I think that adding more libraries to the benchmark would be just great. This is the project I've created to run the benchmarks: https://github.com/mfontanini/…
-
comment
Comment #8155715
I've managed to compile it on Windows using Visual Studio. It's in my TODO list to write a tutorial on the site on how to do so. Hopefully I'll do that on the next few days.
-
comment
Comment #8154212
You can't drop the original traffic using the library. You could capture it, modify it and send it though. That + some iptables rules to drop the original traffic would be sufficie…
-
comment
Comment #8153914
Yes, there's a small tutorial section on how to implement new protocols: http://libtins.github.io/tutorial/new_protocols/
-
comment
Comment #8152367
I started this project with a colleague near the end of 2012, and I've continued development on my own since 2013. The first months of development implied a lot of work, but then j…
- story
- story
- story
- story