Live data from Hacker News

Viewing profile — yole

yole

HN member
Joined
Wed, Feb 03, 2010, 4:55 PM UTC
HN karma
223
Public activity
60 items

About yole

No profile information was provided.

Recent public activity

  1. comment
    Comment #36942368

    The list of third parties your data may be submitted to is actually disclosed on a page linked from the data collection and use policy, and it's not a very long list: https://www.j…

  2. comment
    Comment #36891595

    1) There's a "No" button in this dialog. It allows you to opt out from detailed data sharing, and you can still use the plugin. 2) In the next plugin update, we'll make it so that …

  3. comment
    Comment #36891380

    Just to clarify: No one is forcing you to use AI assistance features. All the deeply integrated features start working only after you explicitly log in to JetBrains AI service.

  4. comment
    Comment #36891371

    Just to clarify: 1) the AI Assistant plugin is not bundled, it needs to be installed separately; 2) once the plugin is installed, you need to explicitly log in to the AI platform. …

  5. comment
    Comment #36891349

    Actually there's no difference in terms of how sharing code is handled. Both Copilot and AI Assistant send your code to a LLM, and neither of those tools will use your code for tra…

  6. comment
    Comment #36891326

    Could you please clarify which exactly part of the data privacy policy led you to believe that there are no restrictions on how the code will be used?

  7. comment
    Comment #31920398

    JetBrains IDEs ask you whether you want to submit usage data on the first startup, and honor your choice. You are not watched if you don't give an explicit, opt-in permission for t…

  8. comment
    Comment #31919274

    https://github.com/JetBrains/intellij-community/graphs/commi...

  9. story
  10. comment
    Comment #22140798

    A lot of our work is open-source. You can easily see that our investment into improving our products, visible through the open-source repositories, has been steadily increasing eve…

  11. comment
    Comment #22140356

    If it was this easy, we'd have enabled this by default. Unfortunately by far not all UI freezes in IntelliJ IDEA are caused by GC, and ZGC is not a wholesale performance improvemen…

  12. comment
    Comment #22140307

    No, IntelliJ IDEA doesn't use Graal at this time.

  13. comment
    Comment #20643041

    I'm not in contact with the research team and don't know which practical applications they have in mind, but as far as IntelliJ is concerned, we don't have any current plans to use…

  14. comment
    Comment #20635549

    This is a research project. At this time there are no plans to invest into it on the same level as we're investing in Kotlin.

  15. comment
    Comment #20635540

    What exactly do you mean by "copyright and licensing"? JetBrains products do not violate any copyright or licenses from Oracle, and even if they change the license of future versio…

  16. comment
    Comment #15800485

    Yes, we have an issue in our issue tracker for that already; will fix in the next update. Sorry!

  17. comment
    Comment #15800464

    We're now resuming the development of the Eclipse plugin, and you'll see new updates very soon.

  18. comment
    Comment #15799656

    You can't reuse UI code between iOS and Android. You do have the ability to reuse the business logic code (domain models and so on).

  19. comment
    Comment #15799441

    You can do isomorphic (server-side and client-side) rendering in Kotlin. For mobile UI, you can build native UIs in Kotlin for Android and for iOS, but the UI code will be differen…

  20. comment
    Comment #15799266

    It's a bit different from a regular export/import relationship. An exported declaration is usually made visible to an unlimited number of clients, and an actual declaration matches…

  21. comment
    Comment #15799192

    We've fixed this already; the fix is being deployed. The correct URL is https://github.com/JetBrains/kotlin/releases/tag/v1.2.0

  22. comment
    Comment #15799180

    In Kotlin, every module contains either common code or platform-specific code. I'm not sure why you consider the module-level distinction to be less clean than being able to mix co…

  23. comment
    Comment #15798982

    It's not really "to make the IDE's job easier", it's to make it explicit that the given class needs to match a certain contract, and to make the validation errors more clear.

  24. comment
    Comment #13764175

    Even with Kotlin Native in mind, we have no plans to break Kotlin's backwards compatibility guarantees, and we do plan to support the new JVM features such as value types. So if Ko…

  25. comment
    Comment #12558323

    There is now: https://blog.jetbrains.com/kotlin/2016/09/kotlin-netbeans-pl...