Viewing profile — ironSkillet
ironSkillet
HN member- Joined
- Fri, Aug 26, 2016, 1:57 AM UTC
- HN karma
- 945
- Public activity
- 239 items
- HN profile
- View on Hacker News ↗
About ironSkillet
No profile information was provided.
Recent public activity
-
comment
Comment #48923299
I think we can agree to disagree here. I don't see how a company needs to have an $8000 increase in revenue to justify a $240 software purchase. You are assuming that the current o…
-
comment
Comment #48919189
I understand that. The AI software is meant to be a productivity enhancer for the employees using it. Other than the licenses, some training etc, there are no operating costs assoc…
-
comment
Comment #48915653
I'm not an MBA over here, but this math seems wrong. If they are spending $240 in increased costs, then they only have to make about $247 in additional revenue from that spend to p…
-
comment
Comment #47884797
I interviewed someone recently who worked at Meta a couple years ago. He was a software engineer, was paid a bunch of money to mostly up dashboards all day, and eventually quit bec…
-
comment
Comment #47874386
No that's not true either. A quick Google will reveal many examples, in particular the "Cantor set".
-
comment
Comment #47874361
It is not determined by the derivative, it's the antiderivative, as someone else mentioned. The derivative is the rate of change of a function. The "area under a curve" of the grap…
-
comment
Comment #46101580
This is some high quality content. Love the visual animations to go along with the mathematical ideas. Did a great job helping to tie the algebra to geometric intuition, but I thin…
-
comment
Comment #46084291
The disk model of hyberolic geometry is made to map hyperbolic 2 space (which is infinite in area) into the finite interior of the disk. In order to capture this, the normal euclid…
-
comment
Comment #46084253
Binary search minimizes the number of expected moves until you find the target. If you are already ahead, this is a natural thing to want to do. The reason why this doesn't work wh…
-
comment
Comment #45829818
I think the user means that bullies in school face little consequences, but a bully at work may get called by HR and potentially disciplined.
-
comment
Comment #45525858
In my mind that is a problem with your lazy developer colleague, not AI as a whole. You can't expect it to be right on the first try (just like human code), you have to iterate wit…
-
comment
Comment #45521848
I don't know about other use cases, but AI is definitively a game changer for software development. You still need to know what you're doing and test/think critically about what it…
-
comment
Comment #45134405
It seems like there is a universal sense in which statements like 1+1=2" or "7 is a prime number" are true, no?
-
comment
Comment #44120919
Almost certainly a Western intelligence operation to send a message to Putin.
-
comment
Comment #43740726
I have found that the dependency injection pattern makes it far easier to write clean tests for my code.
-
comment
Comment #43499891
You and the article are both correct. The disease does present itself differently as a function of these other characteristics, so since the training dataset doesn't contain enough…
-
comment
Comment #43296351
This is a popular science article, not a scientific paper.
- comment
-
comment
Comment #42519166
The "richness" definition also seemed hand wavey to me so I looked at the referenced paper. The actual definition of "richness" of an algorithm is that for any arbitrary partition …
-
comment
Comment #42485951
I am a mathematician by education but programmer by profession for many years now, so the significance of this result is over my head. Could someone elaborate on what makes this is…
-
comment
Comment #41961912
Rather than just making a conspiratorial post, could you explain these alternative theories and why you see this article as strong evidence against existing mainstream theories?
-
comment
Comment #41956595
You can have unrealized losses since it's possible that the value of your items is less than the value of the goods you paid to receive them. To repeat this strategy the next day, …
-
comment
Comment #41421991
Do you have any recommended references on this subject? Seems like this sort of system would be able to obfuscate a lot of metadata that can be used to deanonymize activity. Very i…
-
comment
Comment #41352399
You'd be surprised at how many people I've interviewed over the years have been unable to hide the fact that they would be terrible to work with. In programming circles at least, I…
-
comment
Comment #40836696
By reading through the code, understanding how they've laid out their abstractions and user interfaces. I am in the field, and in my experience, the most impactful design decisions…