mmpdev·3 yıl önce·discussNot only would we not recommend our war criminals to the ICC, we have on the books the authorization to be able to invade the Hague in case any US person was being held or tried. Hague Invasion Act / ASPA is wild.
mmpdev·4 yıl önce·discussBut not every tweet through the api would be bots right? Like someone using a custom twitter client as a single user shouldn't get that label, no?
mmpdev·5 yıl önce·discuss> System.Linq — DistinctBy/UnionBy/IntersectBy/ExceptByI'm excited by having these built in. I always found it awkward to need to do: `.GroupBy(item => item.Property).Select(group => group.First())`.