Live data from Hacker News

Viewing profile — azkalam

azkalam

HN member
Joined
Sun, Oct 05, 2025, 3:59 PM UTC
HN karma
51
Public activity
20 items

About azkalam

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #48723216

    Effect Systems are the answer to cross-cutting concerns in 2026.

  3. comment
    Comment #48516625

    Google has so much influence over the hardware manufacturers. They should do more. Does anyone in the industry know why so much firmware is proprietary?

  4. comment
    Comment #48082689

    Reproducible builds reduce the need for trusted parties. Have many organizations produce the binaries independently and post the arifacts. Once n of m parties agree on the arifact …

  5. comment
    Comment #48082668

    Probably easiest way is to use Bazel to leverage the effort that has gone in there

  6. story
    Ask HN: Best file format for AI reports output?

    I want to use LLMs to construct reports. These reports will be of varying quality so I need to do a few rounds of QA (LLMs and human reviewers). So I need a format that is good for…

  7. comment
    Comment #46559844

    Over-eating is not strictly a choice. Corporations spend billions on manipulating the public because it works. Regulation is needed, not willpower.

  8. comment
    Comment #46301201

    Python has a reputation for being good for beginners so it's taught to beginners so it has a reputation for being good for beginners.

  9. comment
    Comment #46174212

    Success rate in that era was very low. There are thousands of movies from that time that no one cares about today.

  10. comment
    Comment #46099146

    Do you know of anything like AoC but that feels less contrived? I often spend the most time understanding the problem requirements because they are so arbitrary - like the worst ki…

  11. comment
    Comment #46098193

    Terse languages with great collection functions in the standard libraries and tail call optimization. Haskell, OCaml, F# ...

  12. comment
    Comment #46081349

    But only one server can access each SQLite at a time?

  13. comment
    Comment #46014426

    - Write side is a Postgres INSERT - Read side is a SELECT on a Postgres view

  14. comment
    Comment #46014258

    > Go is one of the best languages to go for Event Sourcing toda Can you explain this? Go has a very limited type system.

  15. comment
    Comment #46013777

    How does event sourcing handle aggregates that may be larger than memory?

  16. story
  17. comment
    Comment #45532583

    This assumes the boundary between Python and the native code is clean and rarely crossed.

  18. comment
    Comment #45532569

    I've never understood this. Python cannot be optimized like C, C++ or Rust. It cannot do advanced functional things like OCaml, Haskell or Scala. It cannot run in browsers like Typ…

  19. comment
    Comment #45482605

    Sure, Python has types as part of the syntax, but Python doesn't have types like Java, C#, etc. have types. They are not pervasive and the semantics are not locked down.

  20. comment
    Comment #45482580

    This surprises me. If you want the .NET ecosystem and GC conveniences, there is already F#. If you want no GC and RAII-style control, then you would already pick Rust.