Live data from Hacker News

Viewing profile — efxzsh

efxzsh

HN member
Joined
Fri, Jul 31, 2015, 12:58 PM UTC
HN karma
26
Public activity
8 items

About efxzsh

No profile information was provided.

Recent public activity

  1. comment
    Comment #43639121

    It's a rebranding of https://idx.google.com/

  2. comment
    Comment #43274328

    Yes they do. Google Pay or Google Earth are using Flutter. They also contribute to Kotlin Multiplatform and use it for Google Workspace (gmail, drive, etc)

  3. comment
    Comment #32072062

    Not Java, but close. With Kotlin, there is a version of Jetpack Compose (Android UI framework) ported for the Web. It's still experimental. Produced size is a bit too much (because…

  4. story
  5. comment
    Comment #21728108

    I read Jetpack Compose will be able to support multiplatform as well. It will be a kind of flutter possible with Kotlin. Well, it’s no surprise that google can run multiple project…

  6. comment
    Comment #13615688

    What about https://svelte.technology/ ?

  7. comment
    Comment #9981479

    Ok, get it. Thx

  8. comment
    Comment #9981417

    Hmm, ok but why not function asyncParse(string) { return new Promise(function(res, rej) { resolve(JSON.parse(string)); }); } - or - let asyncParse = async (string) => JSON.parse(st…