Live data from Hacker News

Viewing profile — yissachar

yissachar

HN member
Joined
Fri, Mar 13, 2015, 8:57 PM UTC
HN karma
24
Public activity
14 items

About yissachar

No profile information was provided.

Recent public activity

  1. comment
    Comment #49232315

    You can have microservices while still using a monorepo. They are still useful for creating service topology that can segment scaling and permissions, though I think people get car…

  2. comment
    Comment #20198495

    This article disagrees with you: https://foreignpolicy.com/2018/09/25/taiwan-can-win-a-war-wi... > Both Westerners and Taiwanese should be more optimistic about the defense of Taiw…

  3. comment
    Comment #15650202

    Looks like they somehow converted the hyphens to underscores: https://hired.com/state-of-salaries-2017

  4. comment
    Comment #15141805

    Yes, this is my biggest problem with the autoscaler as well. I opened an issue about this almost a year ago, looks like they're finally getting around to addressing it: https://git…

  5. comment
    Comment #15141625

    To expand on the sibling comment by nrmitchi, in Kubernetes you don't scale your worker nodes by CPU or memory. Instead you scale your pods by CPU or memory. Running the cluster au…

  6. comment
    Comment #14583339

    You still can't use Curator to take snapshots, because AWS ES doesn't expose the `/_snapshot/_status` endpoint. https://github.com/elastic/curator/issues/639

  7. comment
    Comment #12587064

    You can use Route53 for just a subdomain even if your parent domain is not done through Route53, see https://github.com/kubernetes/kops/blob/master/docs/creating...

  8. comment
    Comment #12587057

    That's only if you use VPC networking. If you use external networking, you can deploy a networking Daemonset (Weave, Flannel, etc.) and there's no 50 node limit.

  9. comment
    Comment #11566931

    I tried Weave but ultimately had to abandon it, as there were too many issues in resolving DNS directly to containers. Kubernetes resolves DNS to a virtual IP that in turns maps to…

  10. comment
    Comment #10925723

    This is a relatively recent development and certainly wasn't true for most of Ashkenazi history.

  11. comment
    Comment #9862524

    Very cool! On page 17 of the Solar System book I want to rotate the globe but can't manage to do that without also initiating a page flip, which is pretty annoying. Also, the formu…

  12. comment
    Comment #9659882

    I think that non-nullable types by default are one of Dart's biggest missed opportunities, so I'm really hoping that the Dart team ends up adopting this. This is also a really grea…

  13. comment
    Comment #9650495

    Very cool concept! I spent a while tweaking the code to get more CPU cycles, but after a while tired of mining the asteroids manually, so I just got rid of them: ENGINE.Game.spawnA…

  14. comment
    Comment #9200051

    Regarding targeting the web, you can't do this directly with RoboVM, but you can use GWT to do so. This means that you can target Android, iOS, and web with Java. You would have sh…