Viewing 15 posts - 421 through 435 (of 3,606 total)
What I don't like is the website cookie pop up where you get to opt-in/out and the there are reams of things to opt out of.
Under GDPR you should not...
May 26, 2021 at 4:27 pm
If the product is free then your data is their revenue generator.
May 26, 2021 at 6:00 am
I've not tried R but have worked a lot with Python. I think the ease of use and flexibility of data handling structures within Python make it extremely attractive to...
May 21, 2021 at 8:05 am
This is why it is important to develop good working relationships. I get people bouncing ideas off me and I do the same with them. It prevents a lot of...
May 19, 2021 at 7:56 am
I've been asked questions that seemed dumb until I tried to answer them.
As to the RTFM answers, anyone giving that response should pretend they know nothing and take their own...
May 14, 2021 at 8:07 am
If you are using Docker a container is a running instance of an image. 1 image can run many containers.
I would have a SQL2019 image and a SQL2016 image as...
May 9, 2021 at 9:42 am
Loosely speaking a VM behaves and has the same demands as a physical machine. It needs an OS and all the baggage that goes with it.
A container is ringfenced for...
May 8, 2021 at 1:35 pm
Would I have listened to my older self when I was young? It takes a certain maturity to listen.
I'd agree with Chris. Tech comes and goes but people skills never...
May 7, 2021 at 4:59 pm
Where possible use the techniques from Bob Martin's clean code so code comments can be kept to a minimum
It's unfortunate that people interpret his book/witings as that. ...
May 2, 2021 at 8:20 pm
I worked for a documentation company that used Content Management Systems to build web sites.
The vendor documentation was so poor we ended up overusing the component that allowed us to...
May 2, 2021 at 5:56 pm
Sadly Jeff I share your experience
Strangely enough my team have had an internal debate as to where to put documentation. After discussion we came to a few conclusions
May 1, 2021 at 9:30 pm
My company recognised that different people have different needs. There is not a one size fits all anymore.
Many of my colleagues are at a life stage where working from home...
April 23, 2021 at 10:02 pm
Our security folk have a mantra, triple A, P.
April 21, 2021 at 7:02 am
It's not so much tracking down and fixing a bug that does it for me as removing an annoyance and/or distraction.
Simply being able to decide for myself to fix a...
April 15, 2021 at 7:45 am
For a cloud vendor contributing back to the root project totally makes sense otherwise you'd have to reapply your fix every time there was an OS update. Also if you...
April 14, 2021 at 12:25 pm
Viewing 15 posts - 421 through 435 (of 3,606 total)