HackerTrans
TopNewTrendsCommentsPastAskShowJobs

samprotas

no profile record

comments

samprotas
·há 4 anos·discuss
I’ve worked on systems in the past that had different levels of ip geolocation data precision. When the precision was low, they would pick the midpoint of the known area (maybe a whole state) to “fill in” more precise data (ex: the city). Since even “nowhere” is typically part of some town limits, we’d see otherwise tiny towns show up way too frequently.

My guess is that’s what’s happening here.
samprotas
·há 5 anos·discuss
It’s also very directly related the to “effectively standard” (but not included) async library in Haskell.

https://hackage.haskell.org/package/async

The package description at the top of the link touches on the motivations which basically mirror this article.

I’ve personally never reached for the built in forkIO. withAsync or it’s helpers like mapConcurrently are always equally capable, easier to use, and with none of the foot guns.
samprotas
·há 5 anos·discuss
Zulip is another interesting point in the design space IMO. I think it’s worth a look for its take on the identified problem.

https://zulip.com/