Viewing profile — naman34
naman34
HN member- Joined
- Sun, Jun 15, 2014, 2:31 AM UTC
- HN karma
- 10
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About naman34
No profile information was provided.
Recent public activity
-
comment
Comment #41506680
C# is a faster Java.
-
comment
Comment #41506673
That second things is a typo.
-
comment
Comment #41506648
swift-wasm exists
-
comment
Comment #41506637
The feature exists, but it’s not so easy because there is a lack of documentation.
-
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.
-
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…
-
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 …
-
comment
Comment #41506583
Sadly, Swift also produces large binaries unless you use Embedded Swift which is still early.
-
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…
-
comment
Comment #41477448
And that article is from 2020. A lot has changed since.
-
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.
-
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.
-
comment
Comment #38563059
https://stylexjs.com/docs/learn/styling-ui/defining-styles/#...
-
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.
-
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,…
-
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…
-
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!
-
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…
-
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…
-
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…
-
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…
- story
-
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 …