back
user profile
WolfOliver
1,735karma·725submissions·December 22, 2014
about
Socials:
- x.com/WolfOliver
recent activity (725 total)
comment
So classicist try to write the test that they do not break when you change the implementation (e.g refactoring) Mockist don't care so much about this, they focus on isolating the unit. Interestin…
comment
When a test in the classicist style fail (maybe because you refactored something), it tells you something is not working with your actual software but you do not see directly where the error is. You o…
comment
In the end you need an infrastructure where you run your kubernetes cluster on. Haven't used it yet but how I understand it, it jut provides you the kubernetes experience to provision VMs.
It se…
comment
Do you have your whole application written/deployed via lambda?
comment
I would also be curious why?
comment
If tiptap is based on ProseMirror, what is the benefit of tiptap over ProseMirror? What value does it add?
comment
I also think its very interesting space. It's just super hidden in big corporates with employee who do not know about hackernews.
comment
Those are good examples, thank you!
comment
How do you specify the ontologies in context of requirements documents? Do you use any formal methods like OWL? see: https://www.w3.org/TR/owl-features/ …
comment
In order to gain a security benefits from having the container in VMs instead of bare metal you would have to make sure that the containers which do not trust each other are running on different Hosts…
comment
Thx.
comment
good question, would be courious too