Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Fileformat
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
91.
▲
by
Fileformat
6y ago
Shameless plug for IconSearch [1], my similar site focused on SVG icons on Github/Gitlab. You can see my list of icon sources [2], and website source is available [3]. [1] https://iconsear.ch/ [2] https://i
92.
▲
by
Fileformat
6y ago
I made a comparison of available IP geolocation services: https://resolve.rs/ip/geolocation.html You can click the ">" next to each one to see the additional data they are returning.
93.
▲
by
Fileformat
6y ago
The website is using Maxmind's GeoLite2 server-side
94.
▲
by
Fileformat
6y ago
I added astroip.co to my comparison of geolocation APIs: https://resolve.rs/ip/geolocation.html
95.
▲
Show HN: Comparison of IP Geolocation services and databases
(resolve.rs)
6 points
by
Fileformat
6y ago
|
5 comments
96.
▲
by
Fileformat
6y ago
I was thinking about switching IP geolocation sources when MaxMind updated their license [1] and made it harder to include, and was shocked to see just how many different services are out there [2]. This is a utility page to compare the re
97.
▲
by
Fileformat
6y ago
Yes: I've made free APIs in the past that have been abused. I've made this for my needs and am happy to share, but it isn't a moneymaker. It is really simple to host your own copy, and I've tried make it pretty clear th
98.
▲
by
Fileformat
6y ago
In this thread, @jelv suggested GRC's Benchmark [1]. There is also namebench [2], an older python tool. I personaly haven't used either one (yet). Definitely an opportunity for a new, portable tool! [1] https://www.g
99.
▲
by
Fileformat
6y ago
That's correct, but it is still useful (IMHO). The ASN value should be the same (or at least related). If it isn't, there is something going on that you should probably investigate.
100.
▲
by
Fileformat
6y ago
I've added an "Alternatives" section [1] to the README with several of the sites/services/etc mentioned in this HN thread. [1] https://github.com/redirect2me/which-dns#alternatives
101.
▲
by
Fileformat
6y ago
Thanks! Typo fixed too.
102.
▲
by
Fileformat
6y ago
Nice idea, and it should be pretty easy to do. Added to the to-do list!
103.
▲
by
Fileformat
6y ago
It looks like ipleak.net does have an API [1]. Website is a bit "information overload" though. [1] https://airvpn.org/forums/topic/14737-api/
104.
▲
by
Fileformat
6y ago
It would be really nice to detect the user's secondary DNS. I'm not sure failing will do that, but it might reveal interesting things anyway. I'll add it to the to-do list.
105.
▲
by
Fileformat
6y ago
Someone else in this thread suggested GRC's benchmark utility [1]. It sounds pretty comprehensive, but I haven't tried it yet. [1] https://www.grc.com/dns/benchmark.htm
106.
▲
by
Fileformat
6y ago
Thanks, I use it like this for some of my pages. But please, only light, non-commercial use! It is on the cheapest static IP that I could find with no failover or anything. It is really easy to run your own copy if you need it for a commer
107.
▲
by
Fileformat
6y ago
Sort of: it doesn't differentiate between DoH and normal resolution (it only does IPv4 TCP & UDP resolution). This means that it will return Cloudflare (i.e. ASN of CLOUDFLARENET), but probably the same Cloudflare as if you are us
108.
▲
by
Fileformat
6y ago
Thanks, that's a really interesting tool.
109.
▲
by
Fileformat
6y ago
It only sees the "last hop" of recursive DNS resolution [1]. If you have internal DNS servers, you would need to run a copy of which-dns internally, and your internal DNS servers would need have the which-dns entries added. If yo
110.
▲
Show HN: Which DNS servers are you pointing to?
(which.nameserve.rs)
283 points
by
Fileformat
6y ago
|
96 comments
111.
▲
by
Fileformat
6y ago
I kept running into DNS issues, and needed to triple-check that I was pointing to the right DNS servers, so I made this utility website that does exactly that: which-dns [1] This isn't a new idea ([2]), but mine supports https (hat tip
112.
▲
by
Fileformat
6y ago
I highly recommend lunr.js. I've used it on side projects both client side [1] and server side [2] and it works great. My only Yak-shaving was tweaking the separator regex. [1] https://github.com/VectorLogoZone/v
113.
▲
by
Fileformat
6y ago
I think this is doable, at least for repos on Github, since they have an API to get the license for a repo: https://developer.github.com/v3/licenses/#get-the-license-fo...
114.
▲
Show HN: Instant SVG icon search with over 50K+ icons indexed
(iconsear.ch)
53 points
by
Fileformat
6y ago
|
5 comments
115.
▲
by
Fileformat
6y ago
My original side project was a logo search website [1], but I realized that it would work for other types of images besides logos. And I had a lot of bookmarks to SVG icons repositories. And I found a great domain name (seriously: are the
116.
▲
The Life of a Data Byte
(queue.acm.org)
2 points
by
Fileformat
6y ago
|
0 comments
117.
▲
by
Fileformat
6y ago
Moven | Full-stack Software Engineer | Full-time | REMOTE Want to help disrupt the global banking industry? We’re hiring! Moven is seeking a Full-Stack Software Engineer to help build our next-generation mobile platform, a greenfield projec
118.
▲
by
Fileformat
6y ago
I have been using GA for my side projects but have been unhappy with the Google's direction on privacy, so started researching others. There are just so many: I think a lot of developers (including myself) think it is easy to do &am
119.
▲
by
Fileformat
6y ago
That looks like a super-useful tool! Thanks!
120.
▲
by
Fileformat
6y ago
Sigh. I hate debugging timing related issues that I cannot duplicate. But I already include the input in the search results API response, so your suggestion should work. I'll try it shortly.
More ›