Live data from Hacker News

Viewing profile — pka

pka

HN member
Joined
Mon, Jan 02, 2012, 11:01 AM UTC
HN karma
1,129
Public activity
412 items

About pka

No profile information was provided.

Recent public activity

  1. comment
    Comment #46884774

    > Do you keep trying to whack-a-mole the AI tools for this, or the humans actually making and distributing fake nudes of real people? Both, obviously. For example, you go after dru…

  2. comment
    Comment #46788867

    > Arrows are slightly the wrong abstraction because they require an operation arr :: (a -> b) -> (a ~> b)—which requires you to be able to embed Haskell functions in your category,…

  3. comment
    Comment #46148399

    Tangential, but to people who find this topic interesting I highly recommend the book What is Intelligence [0] by Blaise Agüera y Arcas that views life through the lens of mutating…

  4. comment
  5. comment
    Comment #45973718

    The topic was immutability, not Clojure? But ok, if mutability is always worse, why not use a pure language then? No more cowardly swap! and transient data structures or sending me…

  6. comment
    Comment #45972626

    If there was a language that didn't require pure and impure code to look different but still tracked mutability at the type level like the ST monad (so you can't call an impure fun…

  7. comment
    Comment #45971584

    > immutability in Clojure doesn't mean inefficiency. You are still doing a gazillion allocations compared to: for (let i = 0; i But apart from that the mutable code in many cases i…

  8. comment
    Comment #45829298

    > Would you say that there was a single consciousness that both bodies shared, but that it suddenly split once the meteorite hit? I agree, this is super weird. In a sense this seem…

  9. comment
    Comment #45821394

    > I'm sensing redness here and now, so the sensation of redness exists very clearly tied to a particular point in spacetime. In what sense is the qualia of redness not firmly ancho…

  10. comment
    Comment #45817440

    It might be deeper than you think. Qualia exist "outside" spacetime, e.g. redness doesn't have a position in spacetime. If consciousness is purely physical, then how can two identi…

  11. comment
    Comment #45812141

    It seems models are pre-planning though: > How does Claude write rhyming poetry? Consider this ditty: > He saw a carrot and had to grab it, > His hunger was like a starving rabbit …

  12. comment
    Comment #45811606

    > and are trying to justify it in reverse In split-brain experiments this is exactly how one half of the brain retroactively justifies the action of the other half. Maybe it is the…

  13. comment
    Comment #42022607

    Negative comments are so weird, it's like people forgot what GPT 2 was like. I know this isn't completely new, but it's a world simulation inside a goddamn LLM . Not perfect, not c…

  14. comment
    Comment #41439670

    I hope you know what you're in for! [0] Good luck and godspeed :D https://faultlore.com/blah/text-hates-you

  15. comment
    Comment #39400915

    Glicol seems very cool! Looks a bit like Faust ( https://faust.grame.fr ), an FP sound programming language I came across recently.

  16. comment
  17. comment
    Comment #35240717

    I'm still reading it, but something caught my eye: > I interpret there to typically be hand waving on all sides of this issue; people concerned about AI risks from limited models r…

  18. comment
    Comment #22728471

    Ah, I understand now. That seems like a good idea indeed, however I'm not sure how it'd look in practice. The transition from input space to state space happens in the event handle…

  19. comment
    Comment #22728347

    > why not just explore all paths instead? Author here. The problem is that concur-static generates static JS code that encodes all possible UI state transitions - so if the state s…

  20. story
  21. comment
  22. comment
    Comment #20614331

    > The problem is that being "flatmappable" very strongly implies that it's a container Can't fully agree with that, although I see your point. "Mappable" doesn't imply a container …

  23. comment
    Comment #20612912

    Sure! But note I said "initial intuition". return/pure and monad laws can be explained later, once one understands that there's really nothing magical about monads.

  24. comment
    Comment #20612739

    If you can implement flat_map [0] for something, it's (probably) a monad. You might as well call monads FlatMappables. That's the simplest, most understandable and most accurate ex…

  25. comment
    Comment #20547462

    I agree, but what I meant is that if you're forced to use a language other than Haskell on the backend, than there's no advantage in choosing GHCJS over Purescript in terms of code…