Live data from Hacker News

Viewing profile — trueadm

trueadm

HN member
Joined
Sun, Apr 24, 2016, 9:50 PM UTC
HN karma
630
Public activity
106 items

About trueadm

No profile information was provided.

Recent public activity

  1. comment
    Comment #49161486

    I mean I created Octane coming from being one of the authors of React from years ago. Octane makes breaking changes compared to React to improve on things that aren’t that importan…

  2. comment
    Comment #49159711

    The Octane compiler has overlap in terms of memoization but also goes far further

  3. comment
    Comment #49159701

    We’ll address the website content :) thank you for the feedback

  4. comment
    Comment #49159685

    TSRX allows for better runtime generated guarantees, especially around loops which generates faster runtime logic from it. We can’t assume too much statically when reading somethin…

  5. comment
    Comment #49159059

    We’re looking to address the feedback with the website copy. Thank you for the feedback!

  6. comment
    Comment #49154156

    It has all the same SSR APIs as React. The Octane website is rendered with Octane and the source is in the GitHub repository if you’re interested to see how it works

  7. comment
    Comment #49153589

    We just run a script that runs the benchmarks and updates the chart. It’s rounds numbers too. We’ve been as honest as possible in all the benchmarks - there’s no point in lying abo…

  8. comment
    Comment #49076977

    It's a relatively new domain, so corporate DNS servers are likely to block it.

  9. comment
    Comment #47861651

    There is definitely a bug there, I'll put up a fix in a bit. Thanks! :)

  10. comment
    Comment #45118573

    I contributed to React and Svelte on their core teams for years. Sometimes you just need to break free

  11. comment
    Comment #45106037

    It was a good time for change, I was working on Svelte 5 non-stop for two years! I'll be announcing my new role nearer the time :)

  12. comment
    Comment #45102868

    Please can you create a Github issue with the security holes you've found? That would be greatly appreciated. I've given it a sweep and found nothing.

  13. comment
    Comment #45102712

    I left Vercel a few weeks ago and I left the Svelte team earlier this year.

  14. comment
    Comment #37585761

    I work on Svelte 5 and I was also a React engineer on the core team previously FWIW.

  15. comment
    Comment #31823728

    You can set the direction of the ElementNode explicitly to define LTR/RTL semantics. By default it’s automatically detected.

  16. comment
    Comment #31823472

    Thank for the detailed input. Would it be possible for you to create a GitHub issue around these (or many issues?) so that the team can track them and fix them. Thanks again!

  17. comment
    Comment #31823423

    We have some important changes landing soon that will make insertions O(1) rather than the current O(n) - so this will greatly improve performance.

  18. comment
    Comment #31816438

    It's probably because we're using a native select element, which likes to steal selection on Android.

  19. comment
    Comment #31815394

    Now thinking about it, I don't know why we didn't just do that. There must have been a reason, but I really can't recall what it was. If you're ever interested in contributing, thi…

  20. comment
    Comment #31815249

    ProseMirror is a great choice. Lexical might offer you more mileage if you're working with React (especially React 18 and the new concurrency features) and are happy to invest into…

  21. comment
    Comment #31815222

    Lexical has markdown support via `@lexical/markdown`. See https://lexical.dev/docs/api/lexical-markdown .

  22. comment
    Comment #31815098

    The Lexical playground is one giant kitchen-sink example all written in React. You could check out the code for it locally and `npm run start` and play around with removing/adding …

  23. comment
    Comment #31815028

    For Meta, or in general? For Meta, there are plenty of teams that require some infra knowledge around these common concepts. It's been fairly straightforward to find a team as a fr…

  24. comment
    Comment #31815008

    It's replacing any previous web text editor UX components that we had in the past (likely DraftJS). We're also building Lexical for iOS which is slowly rolling out across iOS devic…

  25. comment
    Comment #31814987

    Check out this answer I used in a previous HN thread: https://news.ycombinator.com/item?id=31020205