Live data from Hacker News

Viewing profile — aaimnr

aaimnr

HN member
Joined
Wed, Feb 02, 2011, 9:42 PM UTC
HN karma
286
Public activity
118 items

About aaimnr

amiran at amiran dot eu

Recent public activity

  1. comment
    Comment #48516885

    There's no machine, and there's no ladder. However with sufficient people believing it exists and acting like it does, it becomes real in its own way.

  2. comment
    Comment #38104288

    Reminds me of Wilfrid Sellars: “The aim of philosophy, abstractly formulated, is to understand how things in the broadest possible sense of the term hang together in the broadest p…

  3. comment
    Comment #35946022

    Bonus task - reveal what prompt was used for the second agent (that was controlling the first's output).

  4. comment
    Comment #32924015

    That would be circular, no new information would be provided to the model.

  5. comment
    Comment #32779391

    I bet this sounds like a dream to at least 20% of folks here. I'd love to read about your transition, how does it feel after a while - that would be amazing HN submission. Good luc…

  6. comment
    Comment #22200009

    The part about hostility is a perfect observation. The reason is that compulsive thoughts are usually driven by fear.

  7. comment
    Comment #22200003

    Your mention about shaking your head is very interesting. How did you come up with that? Are you aware of Peter Levine's or David Berceli's work on shaking/trembling as a natural s…

  8. comment
    Comment #19652421

    Wow, didn't expect it here. Chapman is an amazing guy. Influenced mostly by Buddhism, has a good grasp of western philosophy and his insights into AI make things even more interest…

  9. comment
    Comment #18419233

    For all the reasons you use any kind of backend. To access authenticated resources, to persist data centrally, to share information between users, to hide your proprietary code...

  10. comment
    Comment #18418554

    Indeed! Amazing talk and amazing mind, thanks for sharing. Reminds me of Rich Hickey (whom he mentions in the talk), similarly independent and deep thinking from the first principl…

  11. comment
    Comment #16394649

    "They've realised words don't mean anything in the absolute sense (they all rely on each other, cyclic referential) and are just part of a game, but are still neck deep in useless …

  12. comment
    Comment #16370680

    What does learning have to do with consciousness? These are orthogonal issues. That's the whole point of Chalmers argument.

  13. comment
    Comment #16363449

    Giulio Tononi is the guy who's arguably brought the most interesting perspective on consciousness (information integration theory) since the original Chalmers' problem statement. H…

  14. comment
    Comment #16363244

    Chalmers is the guy who coined the hard problem of consciousness. The reception varied extremely, some people refused to even admit that there's any problem at all with explaining …

  15. comment
    Comment #16269692

    "It’s amazing how quickly our Russian allies turned into our Cold War enemies at the end of WWII." The 'our Russian allies' part sounds a bit strange. Are you aware that the Soviet…

  16. comment
    Comment #16269058

    We've no idea how neurons actually work but hey, sure, let's copy the whole brain! Most articles concerning brain recently are some kind of infotainment porn.

  17. comment
    Comment #16232633

    There are things that one _should_ understand intellectually. You need some kind of a map, even very general. There are three types of knowledge in Buddhist tradition - information…

  18. comment
    Comment #15964354

    Profound philosophy needs to take into account messiness, but cannot be messy itself in its use of concepts, reasoning etc. By being strict one can realise the limits of the very c…

  19. comment
    Comment #15960749

    Most of the things you mention are considered anti-patterns in OOD nowadays anyway: - singletons - getters/setters everywhere (but not in favour of public fields, which just as muc…

  20. comment
    Comment #15914889

    Books are not distraction machines in the sense phones are. Book may be a distraction from something else, but when you are already reading a book, you are concentrated, attention …

  21. comment
    Comment #15802971

    If Christianity is Java and Buddhism is Haskell then Stoicism is like Scala - easier to digest from the Western point of view, but not all the way there.

  22. comment
    Comment #15775712

    "- My favourite thing: everyone tells you how easy and simple Rx is: it's just observables. In his book on RxJava the creator of RxJava says that it took him several months to unde…

  23. comment
    Comment #15476418

    "Custom Elements, the interoperability aspect from the Web Components Spec, are a good primitive for integration in the browser. Each team builds their component using their web te…

  24. comment
    Comment #15411806

    Mark Seemann, TFA's autor wrote a highly praised book Dependency Injection in.NET and then slowly gravitated towards F# and Haskell. He presents lot of perspectives on FP often in …

  25. comment
    Comment #15378118

    > Let's say you're writing a crud app on an express server that communicates via http to a database service. As a side note - a 'database service' that's only job is to serve as an…