Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ikinsey
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
ikinsey
4y ago
https://archive.is/ztXde
2.
▲
by
ikinsey
4y ago
Unfortunately, a single developer carrying an entire software team is a common pattern in the industry. I've been in both your situation and the situation of your team mates. If left unaddressed, the organizational momentum will perpet
3.
▲
by
ikinsey
4y ago
I definitely recommend checking out Steven Black's unified hosts file [0] for DNS-level adblocking outside of one's local network. It's the default block list in Pi-Hole. [0] https://github.com/StevenBlack
4.
▲
by
ikinsey
4y ago
The Libre Computer is a reasonable alternative if you're okay with other brands. https://libre.computer/
5.
▲
by
ikinsey
4y ago
Schwab, they have branches everywhere and excellent customer service.
6.
▲
by
ikinsey
4y ago
Did the demand for products from polluting industry disappear in the developed world or did the factories just move overseas? Shifting blame to "underdeveloped and corrupt nations" does nothing to address the fact that developed c
7.
▲
by
ikinsey
4y ago
Can you provide an example of where this pattern of behavior happened in the past?
8.
▲
by
ikinsey
4y ago
Can you recommend any literature or resources related to Christian monastic thinking on cultivating attention?
9.
▲
by
ikinsey
4y ago
This is exactly why Go is a better option for async use cases.
10.
▲
by
ikinsey
4y ago
While not ideal, this can be mitigated with multiprocessing. Python asyncio exposes interfaces for interacting with multiple processes [1]. [1] https://docs.python.org/3/library/asyncio-eventloop.html#asy...
11.
▲
by
ikinsey
4y ago
I love asyncio! It's a very well put together library. It provides great interfaces to manage event loops, io, and some basic networking. It gives you a lot of freedom to design asynchronous systems as you see fit. However, batteries a
12.
▲
by
ikinsey
4y ago
Would you mind explaining why you think this is the case?
13.
▲
by
ikinsey
5y ago
YaCy is a great tool! Haven't used it all that extensively since 2012. Very good for setting up simple crawls with minimal configuration or for crawling intranets.
14.
▲
by
ikinsey
5y ago
This looks very possible. It would only require a two modules for analysis and frontier management. It would be great to collaborate on something like this!
15.
▲
by
ikinsey
5y ago
I've been developing web crawlers for the better half of a decade. They are used for various purposes such as cataloging sentiment/bias in news media, finding new tv shows to watch, or mapping out the Tor hidden service directory.