Live data from Hacker News

Viewing profile — itaifrenkel

itaifrenkel

HN member
Joined
Thu, Oct 10, 2013, 5:15 PM UTC
HN karma
136
Public activity
111 items

About itaifrenkel

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #19365152

    Amazon is forcing elastic to make money from their hosted offering, instead of their proprietary x-pack modules. Professional Services don’t scale as software do (compare AWS with …

  3. comment
    Comment #18725289

    OP here. AMA

  4. story
  5. story
  6. comment
    Comment #16969677

    Forter | Infrastructure Engineering Manager | Tel Aviv, Israel | Onsite, Full-Time | https://www.forter.com Forter's fraud prevention decision as a service technology is way ahead …

  7. comment
    Comment #15507298

    The problem is that OLAP is run by analysts/business/data.science people and they may mess up with their queries/workloads. without isolation the production performance could impac…

  8. comment
    Comment #15501060

    How would you run spark on top of the production db without affecting its performance?

  9. comment
    Comment #15404191

    What I'm referring to is changing the partitioning dynamically by splitting streams, not just redis nodes. Here is one implementation example http://docs.aws.amazon.com/streams/lat…

  10. comment
    Comment #15398948

    The use case I'm referring to is when the client must be sharded to avoid CPU or network or disk bottlenecks.

  11. comment
    Comment #15390234

    The consumer groups proposal breaks the FIFO abstraction of a stream by allowing multiple clients to process a single stream. Have you considered adding a semantic layer inside str…

  12. comment
    Comment #15390022

    Two comments on effectively once stream processing. 1. Consider adding an example for a stateful event stream processor client that saves the last read stream offset in redis, toge…

  13. comment
    Comment #13839870

    hi. Here is my attempt to clarify the domains section. Could you please comment on PR https://github.com/forter/security-101-for-saas-startups/pul... ?

  14. comment
    Comment #13839863

    hi. Here is my attempt to clarify this section. Could you please comment on PR https://github.com/forter/security-101-for-saas-startups/pul... ?

  15. comment
    Comment #13839856

    Please comment on https://github.com/forter/security-101-for-saas-startups/pul...

  16. story
    Ask HN: How should we recommend specific security vendors

    We recently released a github repo for startup security tips (HN discussion: https://news.ycombinator.com/item?id=13814991). It quickly became the 1st trending github repo for the …

  17. comment
    Comment #13817998

    There is another issue, that US citizens ussually do not encounter. When you setup a VPN on amazon, for example, you would like only some of the traffic (intranet) to go through th…

  18. comment
    Comment #13817986

    SSO is not enough. In secure systems you are ussually required to provide both network access, and applicative access restrictions

  19. comment
    Comment #13817981

    And do you find that non-techies can also handle this? Also, I think this won't cover DNS changes that a vpn client does

  20. comment
    Comment #13809368

    Same question. Do you refer to using SSH and socks proxy. If so, is that a viable solution, in your experience, with less techy employees?

  21. comment
    Comment #13804694

    Do you mean that you use it as bastion host?

  22. comment
    Comment #13804677

    After sleeping on it... I am not sure it would work with managers. They work with outside council on a day2day basis and they use attachments for that. I wonder why gmail hasn't ma…

  23. comment
    Comment #13804660

    Do you use ssh as a socks proxy?

  24. comment
    Comment #13801023

    SSH does not cover all use cases. One example if you have an internal web service, how would you restrict access only to employees (without having it open to the internet?). SSO is…

  25. comment
    Comment #13800749

    Are there any best practices you would recommend?