Live data from Hacker News

Viewing profile — naman34

naman34

HN member
Joined
Sun, Jun 15, 2014, 2:31 AM UTC
HN karma
10
Public activity
23 items

About naman34

No profile information was provided.

Recent public activity

  1. comment
    Comment #41506680

    C# is a faster Java.

  2. comment
    Comment #41506673

    That second things is a typo.

  3. comment
    Comment #41506648

    swift-wasm exists

  4. comment
    Comment #41506637

    The feature exists, but it’s not so easy because there is a lack of documentation.

  5. comment
    Comment #41506626

    Good to know. It’s an old blog and I’ll be moving it away soon. This just makes that work more urgent for me.

  6. comment
    Comment #41506613

    Seift has great C, C++ and Rust interop. And despite Swift for Tensorflow being killed, there’s still decent python interop. Now, setting up a project for that is probably quite ha…

  7. comment
    Comment #41506600

    There’s lots of interesting ideas in languages but most of them fail to be mainstream at all. When comparing new languages at the level of Rust, Swift, Go and maybe Kotlin are the …

  8. comment
    Comment #41506583

    Sadly, Swift also produces large binaries unless you use Embedded Swift which is still early.

  9. comment
    Comment #41506561

    The documentation uses “copied” for value types that are copy-on-write. The documentation has oversimplified a bunch of the mental model and it causes incorrect understanding. Swif…

  10. comment
    Comment #41477448

    And that article is from 2020. A lot has changed since.

  11. comment
    Comment #41477429

    I added a new section to the post with links and information to dispel this myth that Swift is only for Apple platforms.

  12. comment
    Comment #40884795

    Saw the talk announcing Rise in person and it was very impressive and seems like a pragmatic approach to server-driven UI. It’s server components without the wait.

  13. comment
    Comment #38563059

    https://stylexjs.com/docs/learn/styling-ui/defining-styles/#...

  14. comment
    Comment #38540659

    We're solving the performance pitfall of CSS-in-JS libraries by making a compiler instead. In the vast majority of cases, there should be zero runtime cost to using StyleX.

  15. comment
    Comment #38540656

    Griffel and StyleX arrived at very similar ideas and we've discussed the possibility of sharing more code between the two. There are some meaningful differences in the API choices,…

  16. comment
    Comment #38540629

    Hey! I'm the maintainer of StyleX and I just wanted to say that you would probably like PandaCSS or Tamagui. We don't think the Tailwind way of styling is readable in the long term…

  17. comment
    Comment #38540593

    Hey! We support dynamic styles, too. We're continuing to work on optimisations for StyleX, and I'll be looking at Tamagui for inspiration!

  18. comment
    Comment #38540583

    StyleX supports this pattern. You can export a bunch of styles in one file and then import and use them in another. You can import many different styles and apply them conditionall…

  19. comment
    Comment #9275720

    Thanks WA. Autocorrect can still bite you! I agree that it is tough to compete with twitter. They have money and a huge reach. Periscope will probably get some advantage when it co…

  20. comment
    Comment #9275709

    Hi Tim, video streaming usually needs a good internet connection. But with upclose, you should still be able to stream reliably to people near you, as we use a peer-to-peer streami…

  21. comment
    Comment #9275640

    Disclaimer: I work for upclose.me I think Periscope is great. Other than the nice logo, Meerkat was always very rough around the edges, Periscope actually looks very nice in compar…

  22. story
  23. story
    A JavaScript Developer's Take on Swift

    I wanted to see how far you could push Swift and make it work like Javascript. The results surprised me. This is by no means a good practice. But since there are no best practices …