Live data from Hacker News

Viewing profile — akoumis

akoumis

HN member
Joined
Wed, Feb 24, 2016, 10:16 PM UTC
HN karma
46
Public activity
40 items

About akoumis

No profile information was provided.

Recent public activity

  1. comment
    Comment #34918645

    Out and about: yeah install something on your phone (or use a self hosted vpn that plugs into pihole? never tried it) Need to click on sale: You can easily temporarily disable it i…

  2. comment
    Comment #27907905

    NamedTuple is purely a data container. It does not have class functions or a constructor you can use for anything other than setting the data members.

  3. comment
    Comment #25675872

    Coinbase pro has limit orders.

  4. comment
    Comment #22740744

    "I've seen it myself" - So you've sat on FAANG hiring panels that made decisions specifically based on candidates' underrepresented demographics? Or you're just inferring based on …

  5. comment
    Comment #21154004

    Leetcode premium -> do all the problems for the company you are targeting, sorted by most frequently seen in the last 6 months. Then, you will know what your weak points are (mine …

  6. comment
    Comment #21063558

    That’s true, the cost needs to be factored into the model. But the near infinite bandwidth scalability allows the service to exist to begin with. If every job saturates your up and…

  7. comment
    Comment #21060835

    Right, but without the lambda infrastructure it would be infeasible from infrastructure and cost perspective to spin up, let’s say 10,000 instances, complete a 10 minute job on eac…

  8. comment
    Comment #21060815

    If I was running 10,000 transfer jobs in parallel and the longest of them took 12 minutes, the job would take 12 minutes

  9. comment
    Comment #21057009

    I worked on a service a year ago that would stream a video from a source and upload it to a video hosting service. A few concurrent transfers would saturate the NIC. Putting each t…

  10. comment
    Comment #21006588

    Airsim also has poor facilities for stepped simulation needed for many RL algorithms (e.g. insert control, advance simulator by 30ms, observe state, repeat). It looks like this is …

  11. comment
    Comment #20538139

    Right? Roborock S5 is a solid device. And most devices (Walmart and Target and everywhere else) are also manufactured in China.

  12. comment
    Comment #20531215

    Some of the more esoteric Leetcode medium/hard questions are ridiculous to ask someone who hasn't been specifically preparing for them, I agree, but I think it's fair to ask Leetco…

  13. comment
    Comment #20253507

    Leetcode.com is a website where you practice FAANG-style interview questions

  14. comment
  15. comment
    Comment #19856444

    Have you ever used Keras?

  16. comment
    Comment #19695818

    You are giving OP benefit of the doubt, certainly the people responding riffing on this "joke" are not viewing the remark with much nuance Disgusting

  17. comment
    Comment #19695786

    I don't have enough points to downvote you... this is why people hate techies, you view the displaced as a separate species altogether, they are just like you and your family, like…

  18. comment
    Comment #19628166

    Maybe I can rephrase. Is OP's base 1.5x that of the average (8 hr/day) worker base at comparable companies?

  19. comment
    Comment #19627289

    At most startups (with illiquid equity), TC adjusted for cost of living (assuming Bay Area) is probably not far from median American household. Employers take advantage of youthful…

  20. comment
    Comment #19626318

    You are being exploited. Do you get compensated 1.5x your base for all those 12 hour work days?

  21. comment
    Comment #18636445

    What’s with the dichotomy here? Why can’t your cat live for the most part inside and you let it outside for a few hours a week on a leash so it can get some fresh air while not kil…

  22. comment
  23. comment
  24. comment
  25. comment
    Comment #17928029

    My point is that "find_package(OpenCV 3.0 REQUIRED)" is a whole lot simpler to remember than whatever the equivalent shell commands are to enforce the minimum version of a library.…