Viewing profile — anonymousJim12
anonymousJim12
HN member- Joined
- Wed, Oct 31, 2018, 2:15 PM UTC
- HN karma
- 50
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About anonymousJim12
No profile information was provided.
Recent public activity
-
comment
Comment #30011305
Counterpoint, I read "The Manager's Path" and I found it to be a pretty redundant overview of the management path for someone in an org that has a well defined management structure…
-
comment
Comment #24560021
Yes, they do provide a basis. In this case the basis was weak and lazy, though that is the style of work I've come to expect from working with this person.
-
comment
Comment #24559924
I'm not sure if this will be seen but I'm very curious to hear from Indian folk: I am the hiring manager at a well known software company that employs a lot of Indians on H1B visas…
-
comment
Comment #20845786
Which k8s version will use this version by default? Has it been tested with any current versions?
-
comment
Comment #20767732
Executives live in a global economy. The rest of us might "operate" in one but we don't get to take advantage of that privilege the way the wealthy do. You are right, world wide po…
-
comment
Comment #20760055
What are the rules around distributing OpenJDK as part of a commercial software/hardware product?
-
comment
Comment #20695254
Has it ever inverted but then a near term recession never followed?
-
comment
Comment #20452928
On his way out? I despise Trump and everything he stands for. Polls show his numbers only improving with every new controversy he starts. And he still has a lot of levers to pull l…
-
comment
Comment #20324613
I'm curious what severe rate limiting looks like. I have a Sprint unlimited plan and I routinely use about 20-30GB of data/mo and I don't think I've ever been throttled, and if I h…
-
comment
Comment #19939973
I am saying something completely different. The presenter in your YouTube link makes it clear that Julia made the cut for evaluation but that ultimately Swift was the only language…
-
comment
Comment #19939774
I just watched the video and the presenter makes it clear that Google picked Swift ultimately and eliminated Julia from evaluation in previous knockout rounds. I don't use either a…
-
comment
Comment #19434630
Incoming screed in libertarianese about why unions are bad by Paul Graham on twitter in 5..4..3..2..
-
comment
Comment #19374797
This isn't that surprising for someone that has a lot of experience in something like project management or academia and/or is very good at negotiating. For instance the place I wo…
-
comment
Comment #19374771
For people with their sights set on a FAANG type company, do you have a "grind leetcode" track?
-
comment
Comment #19319033
One scenario like this played out after the mortgage crisis in 2008. Many banks now owned homes where the mortgage amount was greater than the market value, ie underwater. There wa…
-
comment
Comment #19307382
really? It reads like the subject of the criticism is millenials... I find the tone of the criticism stunning, even if it were about the article and not millenials. The article is …
-
comment
Comment #19306619
welcome to the HN paradox.
-
comment
Comment #18459777
Can you link to a container breakout exploit from the past 6 months?
-
comment
Comment #18459717
Right, a container is about isolation. I didn't mention anything about docker, seeing that containers are a linux kernel feature, but if you know of container escape vulnerabilitie…
-
comment
Comment #18454675
Even if the containers were running on the same physical machine as the webapp you'd have to break out of the container your code is in first... If you know of a container breakout…
-
comment
Comment #18454279
remote code execution doesn't really mean much in an un-privileged container. They could be using cgroup limits, capability drops, MAC, seccomp, etc etc Now, I'm not saying that co…
-
comment
Comment #18454242
But you don't know that they aren't using cgroups or a proxy to throttle traffic or cpu access, right? To me, it seemed that your message was overly dramatic when you didn't really…
-
comment
Comment #18453429
I'm just not sure what you are alleging? Just because you have full "shell" access to the container doesn't necessarily imply any thing needs to be mitigated. What specifically are…
-
comment
Comment #18453206
It's obviously running in a container. I'm not sure your code really shows anything too concerning if they are taking precautions outside of the container to mitigate things like D…
-
comment
Comment #18450412
I don't really "get" software licensing but are they bound to GPL because OpenJDK is GPL? Does anyone make a more permissive JDK?