CarlHoerberg | 5 years ago | on: CA Root expired on 30 May 2020
CarlHoerberg's comments
CarlHoerberg | 6 years ago | on: What Noma did next: how the ‘New Nordic’ is reshaping the food world
CarlHoerberg | 6 years ago | on: Why we don't use Galileo's last name (2009)
CarlHoerberg | 7 years ago | on: Upcoming: World's first RabbitMQ summit – what do you think about the speakers?
In the talks committee, Dormain Drewitz (who leads Product Marketing at Pivotal) and Lovisa Johansson (Marketing Manager / Software Developer at CloudAMQP), two female professionals highly experienced in RabbitMQ, was participating in choosing the speakers. In terms of the panel discussion, it will be lead by Dormain.
Lovisa is very skilled in RabbitMQ, and has written ebooks, technical documentation and tons of blog posts on the topic. However, she couldn’t participate as a speaker or in the panel discussion since she will have other commitments during the summit.
Diversity is a high priority for us, and we have a lot of females working behind the scenes as project leaders managing the summit.
CarlHoerberg | 7 years ago | on: Inside Firefox’s DNS-over-HTTPS engine
That's a total violation of the standard and will break A LOT of things. Example: my.domain.com -> CNAME ec2-1-2-3-4.aws.com 30s TTL -> A 1.2.3.4 30days TTL.
So Firefox will now cache my.domain.com to 1.2.3.4 for 30 days? When you update the record for my.domain.com the change today will be applied in 30s, but with this flawed heuristic it won't expire until after 30 days.
CarlHoerberg | 8 years ago | on: Ask HN: Self Hosted vs. Gmail / Outlook?
CarlHoerberg | 10 years ago | on: From Kafka to ZeroMQ for real-time log aggregation
CarlHoerberg | 10 years ago | on: Compose Is Joining IBM
CarlHoerberg | 10 years ago | on: Denmark is inching closer to becoming cashless
CarlHoerberg | 11 years ago | on: Auto Recovery for Amazon EC2
CarlHoerberg | 11 years ago | on: Spidermonkey has passed V8 on Octane performance
CarlHoerberg | 11 years ago | on: Peter Thiel's Zero to One Might Be the Best Business Book I've Read
CarlHoerberg | 11 years ago | on: Peter Thiel's Zero to One Might Be the Best Business Book I've Read
CarlHoerberg | 11 years ago | on: DigitalOcean: Introducing Our London Region
CarlHoerberg | 11 years ago | on: Install Debian packages without starting daemons
CarlHoerberg | 11 years ago | on: Lotus, a web framework for Ruby
CarlHoerberg | 11 years ago | on: Lotus, a web framework for Ruby
CarlHoerberg | 11 years ago | on: Lotus, a web framework for Ruby
CarlHoerberg | 12 years ago | on: Microsoft Azure: Cutting prices on compute and storage
CarlHoerberg | 12 years ago | on: Developing Service Oriented Architectures
And in the case of auth systems what we typically do is to have a separate app for logins/authentication, then do simple SSO or domain cookie sharing and let each sub system handle the authorization.
My point is that not all SOA has to be as complicated as the article's. But if you go that way, yes, then all your points apply.