Hot code upgrades on the BEAM are awesome, but they're not a piece of cake. If you're also interested in the challenges of making them production safe, I gave a talk about this topic on CodeBEAM Sto earlier this year:…
> arbitrary addition to Coati, "also known as....the Brazilian aardvark" But via citogenesis, the coati really became also known as the Brazilian aardvark. So the original claim is true, and this wasn't really…
And a fish: Deploy time: 2022-11-10 06:00 Deploy point: 5.31° S , 18.138° W Simulation length: 9 days
Here's a fun challenge: try to draw something nice on the map. My first submission is a not too perfect heart: Deploy time: 2022-11-10 03:00 Deploy point: 23.795° S , 133.047° E Simulation length: 10 days
Based on my quite limited experience with Python the big drawback of indentation sensitivity is copy pasting will only work when your editor has great language support. If I copy a block of code from indentation level X…
Good news is that today is Black Friday, so the e-commerce industry is running at peak capacity. In 30 days it will be Christmas, and by then (the very latest!) everybody will scale back, so you have a good chance to…
I'm sorry to hear you got frustrated with this task, but to be honest, I don't think it would be representative of how it feels working with Elixir or Erlang. It's like sitting down with zero experience to an IBM…
It may or may not be fraud as the letter of the law, but this is definitely the shadiest part of the story. Also a pretty lame thing to do. It would have been much more elegant to add some crazy overpriced option to…
In the beginning (read: 2005) there was only one system, Kred. It was written in Erlang and did everything, so became a huge monolith over time. About 10 years later Klarna started to change its system architecture…
Kafka being a soft dependency is not an assumption, it's a design goal. So the conclusion should be to eliminate any hard dependencies on Kafka, if anything. However, when it comes to metrics in particular, I'd say…
I'd like to play with a game that's like Civilisation, but when you start, you don't know what world you're playing in. You only know what your ruler sees and hears. You may send your Columbus across the Atlantic, and…
This is not exactly how the Beam VM works. > an ISA design that contains no unbounded local looping primitives Actually, most of the Beam instructions are non-O(1). For example since integers are unbounded in Erlang…
Hot code upgrades on the BEAM are awesome, but they're not a piece of cake. If you're also interested in the challenges of making them production safe, I gave a talk about this topic on CodeBEAM Sto earlier this year:…
> arbitrary addition to Coati, "also known as....the Brazilian aardvark" But via citogenesis, the coati really became also known as the Brazilian aardvark. So the original claim is true, and this wasn't really…
And a fish: Deploy time: 2022-11-10 06:00 Deploy point: 5.31° S , 18.138° W Simulation length: 9 days
Here's a fun challenge: try to draw something nice on the map. My first submission is a not too perfect heart: Deploy time: 2022-11-10 03:00 Deploy point: 23.795° S , 133.047° E Simulation length: 10 days
Based on my quite limited experience with Python the big drawback of indentation sensitivity is copy pasting will only work when your editor has great language support. If I copy a block of code from indentation level X…
Good news is that today is Black Friday, so the e-commerce industry is running at peak capacity. In 30 days it will be Christmas, and by then (the very latest!) everybody will scale back, so you have a good chance to…
I'm sorry to hear you got frustrated with this task, but to be honest, I don't think it would be representative of how it feels working with Elixir or Erlang. It's like sitting down with zero experience to an IBM…
It may or may not be fraud as the letter of the law, but this is definitely the shadiest part of the story. Also a pretty lame thing to do. It would have been much more elegant to add some crazy overpriced option to…
In the beginning (read: 2005) there was only one system, Kred. It was written in Erlang and did everything, so became a huge monolith over time. About 10 years later Klarna started to change its system architecture…
Kafka being a soft dependency is not an assumption, it's a design goal. So the conclusion should be to eliminate any hard dependencies on Kafka, if anything. However, when it comes to metrics in particular, I'd say…
I'd like to play with a game that's like Civilisation, but when you start, you don't know what world you're playing in. You only know what your ruler sees and hears. You may send your Columbus across the Atlantic, and…
This is not exactly how the Beam VM works. > an ISA design that contains no unbounded local looping primitives Actually, most of the Beam instructions are non-O(1). For example since integers are unbounded in Erlang…