Viewing profile — akoumis
akoumis
HN member- Joined
- Wed, Feb 24, 2016, 10:16 PM UTC
- HN karma
- 46
- Public activity
- 40 items
- HN profile
- View on Hacker News ↗
About akoumis
No profile information was provided.
Recent public activity
-
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…
-
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.
-
comment
Comment #25675872
Coinbase pro has limit orders.
-
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 …
-
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 …
-
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…
-
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…
-
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
-
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…
-
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 …
-
comment
Comment #20538139
Right? Roborock S5 is a solid device. And most devices (Walmart and Target and everywhere else) are also manufactured in China.
-
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…
-
comment
Comment #20253507
Leetcode.com is a website where you practice FAANG-style interview questions
- comment
-
comment
Comment #19856444
Have you ever used Keras?
-
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
-
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…
-
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?
-
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…
-
comment
Comment #19626318
You are being exploited. Do you get compensated 1.5x your base for all those 12 hour work days?
-
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…
- comment
- comment
- comment
-
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.…