Viewing profile — silentprog
silentprog
HN member- Joined
- Wed, Feb 05, 2020, 8:27 PM UTC
- HN karma
- 121
- Public activity
- 27 items
- HN profile
- View on Hacker News ↗
About silentprog
Recent public activity
- story
-
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
-
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
-
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.
-
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…
- story
- story
-
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…
-
comment
Comment #32053278
https://cuelang.org/
-
comment
Comment #31210799
Same, also seamslessly connecting to my headphones while before I had to unpair and pair the whole time.
-
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…
-
comment
Comment #30929108
I think most of the same is true for Go. These languages are perfect for making CLI/TUI tools
-
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…
-
comment
Comment #30881645
Care to elaborate?
-
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…
-
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. …
- story
-
comment
Comment #30630324
Jdbi is also really good.
- story
-
comment
Comment #30392532
Cool, this looks a bit like: https://github.com/dgtlmoon/changedetection.io
-
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…
-
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…
- story
- story
-
comment
Comment #24463269
Since when is java slowly dieing?