Live data from Hacker News

Viewing profile — charlieflowers

charlieflowers

HN member
Joined
Fri, Apr 01, 2011, 2:47 PM UTC
HN karma
2,290
Public activity
948 items

About charlieflowers

email me at cflowers at Google's email service

Recent public activity

  1. comment
    Comment #49105926

    But do we really need a paradigm shift in how we express the concept of a paradigm shift? It's not like the meaning of the words expired.

  2. comment
    Comment #48992711

    But inference costs scale per task whereas platform services like postgres typically amortize across tasks. If you are selling tasks done by inference, then compute is part of your…

  3. comment
    Comment #48694018

    Originally I replied here that I thought you were both missing the point (but I was wrong). I wrote: It has a garbage collector and goroutines, so clearly it is not trying to be a …

  4. comment
  5. comment
    Comment #48691854

    The language choices demonstrate excellent taste though.

  6. comment
    Comment #48676204

    I interpreted it as referring to a table named "FROM" and fields named "SELECT", "WHERE" and "AND".

  7. comment
    Comment #48601156

    BTW, columnar is very similar to struct of arrays (SOA) and some of the reasons it works well overlap with SOA.

  8. comment
    Comment #48483560

    But shhhhh! Iran might read this!

  9. comment
    Comment #48461404

    I’m not advocating this, but it is worth observing that it is yet another problem one could attempt to address with dependency injection, similar to io and allocators.

  10. comment
    Comment #48039936

    Help me understand why not? I know solar power generation in space, and "beaming" the power back, was a naive idea. But this would actually use the power up there, mostly for train…

  11. comment
    Comment #48039905

    Not a merger, right, unless I missed something (admittedly skimming).

  12. comment
    Comment #48039030

    I have been thinking about this a lot lately. How do you capture key factors succinctly, and even harder, keep it succinct as it evolves? The shrinking that property based testing …

  13. comment
    Comment #47903815

    The simplest example is that you can easily be wasteful in your use of threads. If you just write blocking code, you will block the thread while waiting on io, and threads are a fi…

  14. comment
    Comment #47903671

    Can you monomorphize the injected effect handlers using comptime, for io and allocators (and potentially more)?

  15. comment
    Comment #47802495

    You mean cell notes? If so, perfectly well, yes.

  16. comment
    Comment #47788687

    I do something similar with Claude Code. I say, "I ate a single serving of that Toasted Beef Ravioli that Aldi sells." Claude web searches, finds it, gets its nutrition info, then …

  17. comment
    Comment #47788645

    I'm having great luck having Claude Code generate, read, and update spreadsheets by writing Python code that uses gspread.

  18. comment
    Comment #47727745

    But if you are saying that a human can instruct ai agents to refactor to prevent the big ball of mud, then you are saying that clean code *is* important.

  19. comment
    Comment #47704813

    It is an interesting possibility that must be considered. Only time will tell. However I disagree. I think complex systems will still turn into a big ball of mud and AI agents will…

  20. comment
    Comment #47578679

    AI detectors don't work.

  21. comment
    Comment #47485709

    Tell me if I'm understanding you correctly. I summarize this in my head as, "This person loves NixOS because it gave him GitOps for his OS."

  22. comment
    Comment #47368965

    He's about to have the most compute. Wonder if he can do anything noteworthy with it.

  23. comment
    Comment #47292856

    This list reads like, "AIs are not your typical braindead person on the street. They actually use a decent but not crazily advanced vocabulary." I mean, "tapestry" is a great word …

  24. story
    HATEOAS Works with an LLM in the Mix

    Just an observation, a light bulb moment, I wanted to share. Most of the dev teams I've ever encountered who said they were "doing REST" were not actually following HATEOAS. Per a …

  25. comment
    Comment #47248802

    We are going to start seeing that be the primary selection criterion. Pick a stack that agents are good at.