Live data from Hacker News

Viewing profile — silentprog

silentprog

HN member
Joined
Wed, Feb 05, 2020, 8:27 PM UTC
HN karma
121
Public activity
27 items

About silentprog

fokker.b at pm.me

Recent public activity

  1. story
  2. comment
    Comment #38536664

    This works, but you won’t get the interface name in wireshark. If you also require the captured interface you can substitute tcpdump with tshark

  3. comment
    Comment #37793049

    Maybe you could take a look at a Bloom Filter datastructure, space efficiënt probalistic set for testing if something is present [1] https://en.m.wikipedia.org/wiki/Bloom_filter

  4. comment
    Comment #36347193

    chrome and nextjs do not share a use case. Whereas chrome is a web browser nextjs is a framework for building web applications.

  5. comment
    Comment #36183861

    This functionality is (sort of) already possible in firefox (and possibly other browsers) and I use them quite often, the only problem is that managing them is not as straight forw…

  6. story
  7. story
  8. comment
    Comment #32400522

    I was in the same camp as you a few years ago and also wrote an utility to handle this. Might be of any interest to you. https://github.com/barthr/web-util And the blog post explai…

  9. comment
    Comment #32053278

    https://cuelang.org/

  10. comment
    Comment #31210799

    Same, also seamslessly connecting to my headphones while before I had to unpair and pair the whole time.

  11. comment
    Comment #30975666

    I’ve noticed this as well. That is why I’ve started scraping those agency websites and send an email whenever a new listing matching my criteria came online. I even made a tool out…

  12. comment
    Comment #30929108

    I think most of the same is true for Go. These languages are perfect for making CLI/TUI tools

  13. comment
    Comment #30886508

    It generates functions. Though not with a “$@“ at the end, so passing additional arguments at this moment is not supported. I also run a syntax check before the function is added t…

  14. comment
    Comment #30881645

    Care to elaborate?

  15. comment
    Comment #30880270

    Interesting way of aliasing right from where you use it! I actually replaced my default shell history search with fuzzy search using ( https://github.com/junegunn/fzf ), I can high…

  16. comment
    Comment #30879643

    Thank you! Currently the software is very much alpha, so some bugs are expected. I also use shell aliases a lot, though redo is currently not creating aliases but shell functions. …

  17. story
  18. comment
    Comment #30630324

    Jdbi is also really good.

  19. story
  20. comment
    Comment #30392532

    Cool, this looks a bit like: https://github.com/dgtlmoon/changedetection.io

  21. comment
    Comment #30077161

    Elixir certainly has its use case, but so does Ruby. Things like the huge amount of available gems and a big community, especially combined with a proven framework like Rails reall…

  22. comment
    Comment #29866526

    Author here, when trying to come up with a domain name for my side projects I usually want to see what variations including the tld would end up being a cool, for example goo.gle a…

  23. story
  24. story
  25. comment
    Comment #24463269

    Since when is java slowly dieing?