Viewing profile — kords
kords
HN member- Joined
- Wed, Jan 16, 2019, 6:31 PM UTC
- HN karma
- 15
- Public activity
- 40 items
- HN profile
- View on Hacker News ↗
About kords
No profile information was provided.
Recent public activity
-
comment
Comment #46315972
I agree that tests and automation are probably the best things we can do to validate our code and author of the PR should be more responsible. However they can't prove that the cod…
-
comment
Comment #29014572
It reminds me of the Starbucks too much ice lawsuit: https://www.nbcnews.com/business/consumer/half-full-woman-su...
- story
-
comment
Comment #28683220
I got a bathtub stopper and I saw on the box a Prop65 warning. Not sure if it's because of the lead.
-
comment
Comment #28645259
If you integrate with a third party service and their environment is slow, because it's not a production environment, your tests will fail due to timeouts. How would you fix this? …
-
comment
Comment #28483298
I remember I was enjoying XSLT; I used it to create templates and, in the end, valid XHTML pages. I thought that's the future.
-
comment
Comment #28169597
I like this book: "The Art of Thinking Clearly" by Rolf Dobelli. It has some tips on how to avoid some of them. https://www.amazon.com/Art-Thinking-Clearly-Rolf-Dobelli/dp/...
-
comment
Comment #25640951
Same, I would rather release on a Monday than a Friday.
-
comment
Comment #25462462
Indeed, online publications and governmental agencies seem to have adopted " ".
-
comment
Comment #25452735
I liked Humans vs Computers by Gojko Adzic a lot.
-
comment
Comment #25437311
Yup, today I was looking on some examples of AWS CloudFormation templates and I saw version 2010-09-09. Instantly, I thought the webpage I was reading must be old; so I opened the …
-
comment
Comment #25435877
Looks good, but I wish autocomplete would be available.
-
comment
Comment #25426562
Serverless framework( https://www.serverless.com/ ) is another popular tool which can be used with multiple cloud providers. Unfortunately, it has similar limitations as the tools …
-
comment
Comment #25283776
I just remembered about this: https://www.youtube.com/watch?v=4AEbn1NUvq0 Number "21" shows on the screen before the actual extraction (1:06 & 1:38)
-
comment
Comment #25271845
I was considering migrating my NodeJs lambdas to .NET Core, but I guess cold start times will have a higher impact over billing.
-
comment
Comment #25179765
I would like to see something like "This light speed spacecraft design does not exist".
-
comment
Comment #25074134
Sometimes I find this useful. This should also help the test errors you mention. public class MyTest() { private readonly IServiceProvider _serviceProvider; public MyTest(IServiceP…
-
comment
Comment #24575750
I wonder why it was easier to build an image of this black hole at 16.4 million parsecs (53 million light-years) from Earth and not the one from the center of our galaxy which is a…
-
comment
Comment #24574530
They have ways to detect the "unusual". If I fill a form really fast, or something is weird in the state of my browser I get prompted to select crosswalks, road-signs or hydrants. …
-
comment
Comment #24563666
Typically modules come with their own contracts. Even in the backend by itself, we see same class definition as a model, as an entity and as a business object. OOP also had goals r…
-
comment
Comment #24305614
I have a very large json structure that generates a Media Live channel in AWS. When I want add/change something it's almost impossible. I can see this tool helping me.
-
comment
Comment #24162449
Not sure if Vim can do it, but code can be read outside of editors. Sometimes people review PRs in browsers. I can see why there might be a confusion when using static imports or p…
-
story
Ask HN: How to insulate an iPad in warm environments?
Hi, I have to perform a live stream with an iPad(latest models) in a very warm environment (temperature is 120F/48C). Duration of the live stream would be around 2 hours. According…
-
comment
Comment #23876456
For me, it would be the Composition API. I think it will clean a lot of code I have. I'm not too familiar with other competitive frameworks unfortunately. I chose VueJS for my pers…
-
comment
Comment #23876141
It's back now (at least for me).