Viewing profile — jaredly
jaredly
HN member- Joined
- Fri, Aug 09, 2013, 7:59 PM UTC
- HN karma
- 292
- Public activity
- 44 items
- HN profile
- View on Hacker News ↗
About jaredly
Recent public activity
- story
-
comment
Comment #44640826
Giving a real-world complex ambiguous scenario to 14 different Agent LLMs
- story
-
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…
-
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 …
-
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…
-
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,…
-
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…
-
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…
- story
- story
- story
- story
- story
-
comment
Comment #16144566
Convergent evolution :) I made the version version of Gravitron in 2006
-
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.
-
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…
- story
- story
- story
-
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…
-
comment
Comment #10673931
lots to look into, thanks!
-
comment
Comment #10673448
looks neat!
-
comment
Comment #10673332
right. should have "(by convention)" in there. unfortunately not (yet) language enforced.
-
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…