thinkersilver
- Karma
- 267
- Created
- February 3, 2013 (13y ago)
- Submissions
- 0
https://github.com/thinkersilver
- Fintech - London
Contact at: thinkersilver AT gmail DOT com
247c1f9506edb04312baaed5cd43ab8c27973a7a854c44a22e7688ef744bb730
- Fintech - London
Contact at: thinkersilver AT gmail DOT com
247c1f9506edb04312baaed5cd43ab8c27973a7a854c44a22e7688ef744bb730
It helps to instrument the journey of your work from jira all the way to build, deployment, run and monitoring (observation). From that you can get measurements on how long each stage takes and the duration of each…
This feels all to familiar to a Java developer and similar to what they do in k8s with the genericapiserver component but not to the full extent described in the article. It's interesting to see how the service…
It's been a while since I've looked at Fabric8 but it had good java -> k8s integration and was great for writing k8s tools. It appears though that Fabric8 is useful for solo java projects without complex dependencies on…
Kubernetes is becoming the lingua-franca of building infrastructure. Through CRDs and the kube api spec I can - start an single application - deploy a set of interconnected apps - define network topologies - define…
I've been a big fan of brain storming tools for a long time so appreciate new tools with different takes on the problem. I do have one observation and it maybe just me. I have no way of clustering a group of connected…
Great article. I think you might be taking a subtle point in the article for granted. Namely, the ability to assemble a fairly complex distributed system from open source components. Democratisation of complex machinery…
It would be nice if there was a readme for this repository. Like these AI and speaker recognition examples [1],[2]. [1] https://github.com/wq2012/awesome-diarization [2]…
If AWS gets you going definitely go for it but if you're looking for existing tools type 'python speaker diarization' in github.' Most of what you'll find would require downsampling your audio to 16khz and you'll find a…
iPAAS' are essentially ESBs remarketed for the cloud for organatisations without the in-house expertise to coordinate building their own integration hub with a combination of tools like Kafka and API management…
Yes I was. I've posted the comment to the correct story now. I don't how that happened.
The poster is holding a line of bash to the standard of code and is illustrating that readability should be the goal and a way of bringing bash commands to a standard of readability for something like a PR. Readability…
A software architect that can't code or refuses to has no business architecting the system. A software architect who doesn't show up to stand ups really shouldn't be dictating a solution to the team who have to build…
The poster is holding a line of bash to the standard of code and is illustrating that readability should be the goal and a way of bringing bash commands to a standard of readability for something like a PR. Readability…
The snippets feature looks quite powerful and particularly like the enumeration conversion example. Are there any plans of making these kinda of transformations extensible? I've recently gone into speech assisted video…
Well they did qualify with that it was a complex topic. And am not sure he hinted that it was compulsive. I tend to work in a banking infrastructure environment and it's common practice to take notes, The number of…
This may not be useful but have you tried to ask why you want to be heard. It's worth exploring your motives. Is it to make yourself feel more valued in the team or is it to provide value to the team. Figuring this out…
Am not sure how much this discussion is happening now but do remember having these conversations more often a few years ago when tools like Prometheus were coming up. This is my take and shouldn't be taken as gospel but…
Bear in mind, I'm from the U.K so I don't have an American perspective on this. This is a bit closer to the truth when you read or listen to what analysis they were doing. I think what they were doing and it's…
I did this about 4 years ago as well and haven't looked back either. The habits I'd formed around news reading just were not helpful or useful. If you think about it for it a second there is very little informational…
What you're learning will fall into different categories, physical, mental or a combination of both. They will employ their on strategies to help them stick. I put language learning in the third category. Anki + srs for…
There's so much to comment on in this article. First off gravity looks like an interesting product, it's shame a blog article on that hadn't made it onto the front page. I hate to be nit-picky but I do feel that…
I liked the idea but couldn't quite get the anki workflow running smoothly. To be fair I tried this because of the anki integration but I don't think that's what it's meant for
This looks great, we're planning to test with the intention of moving our CI/CD orchestration onto this. We use Calico internally, is there a plan in the future to allow other SDNs?
I remember writing this for my GCSE computer project in C. It didn't take me a weekend though back then. This is a Wolf3D style game. It would be interesting to illustrate the Doom engine that followed with the diagonal…
It was this paper and John Wilkes' talk at QCon Lon 2015 on Borg/Omega that helped me understand the architecture and motivation behind K8S, Mesos, Spark and so on. It's a good paper and definitely worth the read.