Live data from Hacker News

Viewing profile — UncleEntity

UncleEntity

HN member
Joined
Mon, Sep 04, 2017, 4:52 PM UTC
HN karma
2,314
Public activity
2,819 items

About UncleEntity

No profile information was provided.

Recent public activity

  1. comment
    Comment #49237356

    I thought this was just a thing until I moved from Cal to Arizona and people would get really mad about it until I asked someone at work and learned it's illegal.

  2. comment
    Comment #49237318

    My first motorcycle was fast enough to get out of the way of stupid drivers (and be fun) while my last one was so fast it still amazes me to this day that I'm still alive. Apparent…

  3. comment
    Comment #49227924

    Yeah, that only works if they follow the plan (they don't), actually write the tests first (they don't) and don't silently defer anything which doesn't have a test written as "spec…

  4. comment
    Comment #49128068

    Yeah, I used to work with a ton of “unhinged” people willing to take risks because it was the literal job requirement, being willing to jump out of a perfectly good airplane behind…

  5. comment
    Comment #49049090

    > Native interop with JS objects on the JS GC heap isn't supported as well. Isn't that what the i31 type is for, that extra bit is a tag for...something, native GC'd object perhaps…

  6. comment
    Comment #48920787

    I just have them write the tools to write the DSL's to do the thing then (most of) the sloppy code stays in the generator and if all the different things depend on each other they …

  7. comment
    Comment #48791055

    I mean, I got them to 100% using the official conformance suite on my copy-and-patch jit compiler/interpreter WASM VM... Saw that Salt Language article a day to two ago on how they…

  8. comment
    Comment #48790916

    What I suspect is this 17% is the exact sub-set it needed to hack together to make the goal (running some example website) a reality as this is what those dodgy weasels do if you l…

  9. comment
    Comment #48693294

    Fairly certain all those have "acts of congress" attached to them. I mean, it used to take a constitutional amendment to make something illegal but now we have tons of agencies res…

  10. comment
    Comment #48535396

    I was playing around with stuff trying to get Claude produce a JavaCard VM with the idea that the VM was hand written from the spec with a separate, independently produced, spec fi…

  11. comment
    Comment #48269503

    Sure, but the attached chat rooms were pretty handy, I used to like to download bootlegged concerts back in the day, to find new ones you've never heard of. Plus, always fun to get…

  12. comment
    Comment #48260162

    "If you have a question look in the specification for the answer and don't just guess" seems a fairly important thing to remember for more than a couple of minutes...

  13. comment
    Comment #48259999

    I think the problem is they take the shortest path to the goal ...which may or may not coincide with what you have planned. Oh, and generally think instructions are merely suggesti…

  14. comment
  15. comment
    Comment #48171979

    [flagged]

  16. comment
    Comment #47776890

    > Control and effects are different things... I've been quite smitten with Destination-Driven Code Generation and its separate data and control destinations feeding through to the …

  17. comment
    Comment #47656104

    > but the tail calls are integral to the function of the interpreter Not really, a trampoline could emulate them effectively where the stack won't keep growing at the cost of a fun…

  18. comment
    Comment #47655984

    Yeah, Clang's musttail and preserve_none make interpreter writing much simpler, just make yourself a guaranteed tail call opcode dispatch method (continuation passing style works a…

  19. comment
    Comment #47596186

    > Now do it without those pre-written tests That's probably the most important thing, actually. I've tried my hardest to get Claude to build an APL VM using only the spec and it's …

  20. comment
    Comment #47390305

    > ...and the right-to-left evaluation logic. The evaluation order doesn't matter as much as you don't really know what kind of function/operator you have at parse time so have to d…

  21. comment
    Comment #47337819

    Pivot to where the stupid money is being thrown around seems like a perfectly reasonable business plan.

  22. comment
    Comment #47337695

    One of my experiments was to have Claude write a VM and then generate a verification harness (using a DSL) for it to ensure it was correct with the theory being the same bug would …

  23. comment
    Comment #47337439

    I find it as an interesting experiment to find the limits of what they can do. Like, I've had it build a full APL interpreter, half an optimizer, started on a copy-and-patch JIT co…

  24. comment
    Comment #47337003

    My project over the last week was to get the robots to train a neural net to learn the "303 thing", hasn't gone well at all. The first one sounded like it was being played on a blo…

  25. comment
    Comment #47311305

    Yeah, back during Trump's first term I was hoping Congress would rein in executive power a bunch as he is prone to do stuff like this, didn't turn out that way unfortunately... Now…