Live data from Hacker News

Viewing profile — dszoboszlay

dszoboszlay

HN member
Joined
Tue, Nov 09, 2021, 2:28 PM UTC
HN karma
27
Public activity
12 items

About dszoboszlay

No profile information was provided.

Recent public activity

  1. comment
    Comment #42410473

    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 top…

  2. comment
    Comment #35547648

    > 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…

  3. comment
    Comment #34892983

    And a fish: Deploy time: 2022-11-10 06:00 Deploy point: 5.31° S , 18.138° W Simulation length: 9 days

  4. comment
    Comment #34892957

    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 Si…

  5. comment
    Comment #34230569

    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…

  6. comment
    Comment #33744820

    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 scal…

  7. comment
    Comment #32875102

    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 dow…

  8. comment
    Comment #32488110

    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 …

  9. comment
    Comment #31775588

    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…

  10. comment
    Comment #31775490

    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…

  11. comment
    Comment #31511225

    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 y…

  12. comment
    Comment #31178328

    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 sin…