Live data from Hacker News

Viewing profile — jaredly

jaredly

HN member
Joined
Fri, Aug 09, 2013, 7:59 PM UTC
HN karma
292
Public activity
44 items

About jaredly

https://jaredforsyth.com @jaredly@mastodon.social https://twitter.com/jaredforsth

Recent public activity

  1. story
  2. comment
    Comment #44640826

    Giving a real-world complex ambiguous scenario to 14 different Agent LLMs

  3. story
  4. comment
    Comment #34672616

    So the "repo" in this case is a database, where currently the only things stored are denormalized source tree nodes. I could imagine extending the database to support arbitrary ass…

  5. comment
    Comment #34672596

    Oh hi kevin! So if there's a possibility that the "extra data" would get out of sync with the "source code" (e.g. via a git merge, or someone just editing the source code as plain …

  6. comment
    Comment #34667066

    Hm so it is a state machine, but (my hope is that) all state transitions are simple and direct (and observable!) outcomes of user action. If the transitions get at all complex or u…

  7. comment
    Comment #34666550

    So I think "easy to mentally model" gets harder and harder to achieve as the type system becomes more powerful. If your conclusion is that we keep the type system limited in power,…

  8. comment
    Comment #34665559

    Yeah, it is definitely nice to have inferred types surfaced to you, but in these systems they are still re-computed on every textual edit, as opposed to being "sticky" (persisted i…

  9. comment
    Comment #34665544

    Source control does look very different in a projectional language, as git diffs no longer make much sense (viewing a pull-request with the source tree's JSON blob is essentially u…

  10. story
  11. story
  12. story
  13. story
  14. story
  15. comment
    Comment #16144566

    Convergent evolution :) I made the version version of Gravitron in 2006

  16. comment
    Comment #16142984

    I haven't optimized it for mobile browsers, but it wouldn't be hard. Was pretty heads down on getting mobile native out the door.

  17. comment
    Comment #16142309

    In the game, the only place I check the platform is to see how big I should make the screen (like 3 lines). Everything else is shared! The big news here is that you can use a singl…

  18. story
  19. story
  20. story
  21. comment
    Comment #12400662

    much more readable transpiled output, really nice (and getting nicer) FFI to javascript. but it doesn't interface with existing ocaml stuff as well (doesn't use `.cmo/.cma` so it n…

  22. comment
    Comment #10673931

    lots to look into, thanks!

  23. comment
    Comment #10673448

    looks neat!

  24. comment
    Comment #10673332

    right. should have "(by convention)" in there. unfortunately not (yet) language enforced.

  25. comment
    Comment #10673326

    1) I see om/next attacking the same problems as falcor and relay, and david nolen makes reference to both of them (as sources of inspiration) in the talks he's given. 2) it may onl…