Live data from Hacker News

Viewing profile — stuartaxelowen

stuartaxelowen

HN member
Joined
Thu, Mar 26, 2015, 8:10 AM UTC
HN karma
692
Public activity
238 items

About stuartaxelowen

stuart at axelbrooke dot com

Recent public activity

  1. story
  2. story
  3. comment
    Comment #48650335

    This blog post pints to the fact that you need information across scales to make really insightful products and software. You need to understand fundamental mechanisms, strengths, …

  4. comment
    Comment #48314591

    My dream is, instead of separating data storage, state machines, valid state constraints, and the logic that transitions between valid states, we can actually unify these into some…

  5. comment
    Comment #48314500

    Why’s that?

  6. comment
    Comment #47497076

    In Taiwan the standard way to drink beer is to get it in large bottles, but shared with a small glass per person. Easy to not drink much that way, and promotes the social “let me f…

  7. comment
    Comment #47278677

    Given the atomization and layering of work, this has become much harder to truly judge. Ten years ago I was excited to join a customer feedback platform - what could be better than…

  8. comment
    Comment #47066690

    It seems that we have forgotten how to distinguish between value and profit, and now celebrate the latter instead of the former. Currency enables ever broader and more niche market…

  9. comment
    Comment #47020012

    I too am still investigating the space, but what's attractive to me about CPNs is that they can be both the specification and the implementation. How you describe the CPN in code m…

  10. story
  11. comment
    Comment #46939162

    It is tempting to think that we can delegate describing the mental model to AI, but it seems like all of this boils down to humans making bets, and it also seems like the fundament…

  12. story
  13. comment
    Comment #46832020

    Notes are options. Sometimes options for taking action later, sometimes as reference for related action. The bet when writing a note is that its risk adjusted return for those aven…

  14. story
  15. comment
    Comment #46681023

    I’m curious why you don’t target an HDL, which seems like it should match very well to llm capabilities, and rely on existing layout solvers for describing the last physical layout…

  16. comment
    Comment #46623599

    https://blog.sao.dev

  17. story
  18. comment
    Comment #46261185

    Does that mean pass every needed function as a parameter? Or just don’t write generic functionality?

  19. comment
    Comment #46257087

    The answer I’ve seen is “just pass structs of functions around”, which is just one step more explicit than the implicit version we’re all use to, but honestly I kinda like it to fr…

  20. comment
    Comment #45422266

    I think this is where it gets interesting. With partition dependency propagation, backfills are just “hey this range of partitions should exist”. Or, your “wants” partitions are pr…

  21. comment
    Comment #45422245

    Definitely open source!

  22. comment
    Comment #45419334

    I'm working on a partition-oriented declarative data build system. The inspiration comes from working with systems like Airflow and AWS step functions, where data orchestration is …

  23. comment
    Comment #45380692

    Live Photos work for me on iOS.

  24. comment
    Comment #45366932

    I love the distribution of answers to this.

  25. comment
    Comment #44848508

    It sounds like you implicitly delegated many important design decisions to claude? In my experience it helps to first discuss architecture and core components of the problem with C…