Live data from Hacker News

Viewing profile — pea-tear

pea-tear

HN member
Joined
Mon, Dec 17, 2012, 9:08 PM UTC
HN karma
200
Public activity
29 items

About pea-tear

No profile information was provided.

Recent public activity

  1. 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.

  2. 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 …

  3. 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…

  4. 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/…

  5. comment
    Comment #43305262

    iterm2 and wezterm are well supported as well!

  6. 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…

  7. story
  8. 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.

  9. story
  10. story
  11. 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…

  12. story
  13. 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…

  14. comment
    Comment #9926122

    I haven't compared the performance of gopacket. I'll add that to my to-do list!

  15. 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…

  16. story
  17. 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/…

  18. 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.

  19. 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…

  20. comment
    Comment #8153914

    Yes, there's a small tutorial section on how to implement new protocols: http://libtins.github.io/tutorial/new_protocols/

  21. 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…

  22. story
  23. story
  24. story
  25. story