Live data from Hacker News

Viewing profile — andersmurphy

andersmurphy

HN member
Joined
Fri, Feb 22, 2019, 3:50 PM UTC
HN karma
967
Public activity
461 items

About andersmurphy

https://andersmurphy.com

Recent public activity

  1. comment
    Comment #49242397

    Judging by the amount of insider interviews it's more than just ads. Longtime subscriber. Pretty disappointed in how biased their coverage is. The most critical piece they have put…

  2. comment
    Comment #49241221

    Anthropic is a sponsor of The Economist. So maybe that influences their retoric somewhat.

  3. comment
    Comment #49241204

    Also worth pointing out Anthropic is a sponsor of The Economist. Probably muddies the water some more.

  4. comment
    Comment #49214688

    Agreed! Cloudflare absolutely destroys user experience and honestly doesn't seem that effective in practice. What's worked for me is I block any client that don't support brotli co…

  5. comment
    Comment #49135255

    So compression ratios with streaming compression (brotli/zstd) come down to the regularity of the data, the size of the change, and the size of your window. Basically, if your html…

  6. comment
    Comment #49133392

    It's nice to see HTMX4 is adopting the core strengths of Datastar. That sort of cross pollination of ideas is a huge boon to the wider hypermedia community in general.

  7. comment
    Comment #49131895

    A focus on morph by default means you don't have an explosion of endpoints and can write programs like the 300 redirect days. [1] Once you want realtime/collaborative app SSE + mor…

  8. comment
    Comment #49131843

    My experience was similar. I'd wound down a startup and as a solo developer could no longer afford to do react + a backend. So I tried HTMX, then turbo (which introduced me to morp…

  9. comment
  10. comment
    Comment #49096540

    Sqlite with litestream has a smaller default window of data loss than RDF. 1s vs 5 minutes.

  11. comment
    Comment #49095171

    I would only recommend sqlite if you know what you are doing (and/or prepared to learn it inside out). It's more of a build your own database primitive (often you'll have multiple …

  12. comment
    Comment #49095141

    Personally, I think the better way to tackle sqlite_busy is to have a single writer managed at the application level. That effectively eliminates sqlite_busy in the context of a si…

  13. comment
    Comment #49009733

    > The bottom line Is how Claude ends 90% of articles. So yes LLM slop.

  14. comment
    Comment #48965745

    Maybe maybe not. In large organisations for each person creating value with LLMs there are probably more destroying value. Bob used to only waste one person time with LLMs he can w…

  15. comment
    Comment #48878891

    Philip Walder (one of the creators of Haskell) was our lecturer for my CS introductory course. I'd never done any programming before then. Yes, imperative languages were initially …

  16. comment
    Comment #48868892

    Yeah compile times have always mattered. It's why games often have a scripting layer in lua despite the engines being C/C++.

  17. comment
    Comment #48868867

    Lisp/smalltalk programmers have been going on about this tradeoff for a long time. It mattered before LLMs too. Lisp/Clojure repl allowing you to compile tiny parts of your program…

  18. comment
    Comment #48801695

    That's partly the problem ORMs. Lowest common denominator that prevents you from leveraging a lot of the power of your actual database.

  19. comment
    Comment #48764423

    Wait what? gpt5.5 is better than fable. I thought fable was the endtimes?! Wonder if this is because fable swirches down to opus for somethings without telling you?

  20. comment
    Comment #48656195

    Neither of the companies you mentioned are listed.

  21. comment
    Comment #48656147

    Personally the main advantage of monoliths is performance.

  22. comment
    Comment #48655934

    Yeah, it's an intellectually intoxicating idea but incredibly hard to get right. For me the problem is that in practice it only fits really well with quite a specific subset of pro…

  23. comment
    Comment #48655869

    > Generalization breaks down for offline-capable applications. Offline writes require conflict resolution, create authorization edge cases, and demand coordinated schema management…

  24. comment
    Comment #48629890

    I honestly think streaming HTML is a game changer for collaborative realtime web apps.

  25. story