Viewing profile — kamac
kamac
HN member- Joined
- Sun, Mar 15, 2015, 3:18 PM UTC
- HN karma
- 229
- Public activity
- 82 items
- HN profile
- View on Hacker News ↗
About kamac
No profile information was provided.
Recent public activity
- story
-
comment
Comment #32021106
The salary ranges are very misleading, unfortunately. For example, posthog will only pay 120k gbp for a senior full stack in London, while they’ll pay 220k usd for the same role in…
-
comment
Comment #29768513
The point in the article was to prefer composition over inheritance, which is sort of like using OOP “the right way”. It didn’t discourage OOP as a whole, nor do I think it should …
-
comment
Comment #29121204
Absolutely. What I had in mind was that if you choose not to pursue treatment, make it a conscious decision and be aware of the consequences.
-
comment
Comment #29120974
Whatever you do, don’t stop treatment. Follow the doctor’s advice, but at the same time use critical thinking, and seek a second opinion (from a doctor, not alternative medicine) w…
-
comment
Comment #26688305
To add maybe one more point to this - it’s so much easier to run parts of the pipeline for devs who aren’t familiar with the environment. It can also serve as a documentation for w…
-
comment
Comment #26688279
Won’t setting up a k8s cluster require writing resource definitions? I imagine you’d need to write a statefulset. How’s that better than writing a docker-compose? I’m not sure how …
-
comment
Comment #26688215
I agree, the title of the article is a bit misleading. In general, you’d still need an IDE installed on the host machine, which can then connect to a runtime on the container. With…
-
comment
Comment #26687687
Yep, I use it. There are two tricks to mitigate this: 1. Using a :delegated or :cached flag when using a bind mount can speed it up a bit 2. For folders that need a lot of RW, but …
-
comment
Comment #25071884
The takeaway from this, if you're lazy like me: > In line with this, observational studies suggest that exercise has a statistically significant preventive effect on premature all …
-
comment
Comment #24450511
True, there’s some pain involved for the developers. The migration could happen over time, like unity3d did by deprecating scripting with boo.
- comment
-
comment
Comment #24450374
Why would they create their own obscure solution? I imagine LUA is very easy to run sandboxed, but I can’t shake the feeling roblox would be better off integrating scripting with J…
- story
-
comment
Comment #19713893
> By downloading something at startup, you're breaking that contract implicitly. Nitpicking here, but if you can ensure that certain version is downloaded, then the contract isn't …
-
comment
Comment #19143067
Here's the list of changes: https://tip.golang.org/doc/go1.12
-
comment
Comment #18818924
I think anything can be portrayed to the popular audience. Other comments here explaining the terms used in the article suggest that this is possible. The only problem is that some…
-
comment
Comment #18818475
Wow that was a tough read for a layman like me. > [...] after the renowned physicist Juan Maldacena discovered that the bendy space-time fabric in its interior is “holographically …
-
comment
Comment #18795348
> Hiring people that have a track record of taking projects from inception to delivery and who actively seek out projects to own is critical Doesn't that regard the first few early…
-
comment
Comment #18025673
facebook's relay uses it to find and compile graphql queries https://facebook.github.io/relay/docs/en/query-renderer.html
- comment
-
comment
Comment #17393558
Would be interesting to see if when one agent declines to help another several times, the other one would decide against helping him when he calls. The logical explanation would th…
-
comment
Comment #17383276
In the latest Unity version (2018) you have access to C# 6 (stable) and .NET 4.6.
-
comment
Comment #16936975
I'm sorry, it's been a long day and I apparently can't read anymore.
-
comment
Comment #16936941
This reference to buildasaasappwithflask.com deserves a disclaimer (I assume you're the author - the initials match)