Live data from Hacker News

Viewing profile — zoechi

zoechi

HN member
Joined
Thu, Nov 14, 2013, 8:58 AM UTC
HN karma
57
Public activity
23 items

About zoechi

Enthusiastic software engineer. Rust, Dart, Flutter, Angular, OpenSource, ...

Recent public activity

  1. comment
    Comment #45289413

    That could be done so that it doesn't look like extortion though

  2. comment
    Comment #44799559

    For me the main benefit is that AI chat provides at least 10x better results than Google ~search~ Ad results

  3. comment
    Comment #44693661

    Only energy consumption will explode

  4. comment
    Comment #44466642

    The bigger and more complex the application, the less is the effect of this.

  5. comment
    Comment #44466610

    Dioxus 0.7 comes with a set of components that cover even most of interaction with the JS side. There are great times ahead. What seems to be missing is modularizing and lazy loadi…

  6. comment
    Comment #44101310

    Almost all managers I had to interact with in about 4 dacades were exceptionally bad. AI can only be an improvement.

  7. comment
    Comment #44037884

    They don't have to admit that the decision was made by AI. One low-wage worker in HR can be the spokesperson who sells it as his decision.

  8. comment
    Comment #43814509

    The first thing the compiler tells after using dyn is, that the value is not object safe. Then you just got yourself another problem ;) With a lot of experience it becomes more obv…

  9. comment
    Comment #42849165

    That's quite an elaborate way to say "I thought a little bit about an awful lot of things" TLDR: Because ChatGPT is not intelligent enough to be a threat and we don't yet now exact…

  10. comment
    Comment #42833799

    Depends on how many coins the creator owns and when he sells. The creater starts with a few bits in a chain that suddenly are worth billions. When he sells be gets a big chunk of t…

  11. comment
    Comment #21602921

    Looks like from an 80ties 3D racing game

  12. comment
    Comment #21595605

    When I had to deal with Windows 10 recently I got the impression MS has given up on Windows completely. The last notable improvements were introduced in Win XP. Most stuff that cam…

  13. comment
    Comment #12795653

    Lots of exciting news. DevCompiler exceeds expectations. I'm sure already I won't miss Dartium.

  14. comment
    Comment #12131780

    I think the performance is there, it's just gained from JS VM optimizations instead of an alternative VM in the browser. The advantage is that it gets the benefit on all browsers (…

  15. comment
    Comment #12131691

    https://www.dartlang.org/community most discussions are on Slack. It's a bit unfortunate because one needs to register but it seems to be the platform most Dartisans are comfortabl…

  16. comment
    Comment #12131591

    Dart doesn't suck. Dart is different and developing in a way that meets both language needs is a pain in many situations. If you say Dart sucks you also have to admit that TS sucks…

  17. comment
    Comment #12131573

    Dart has more polyfill stuff built-in. This is IMHO a big advantage when I see all the related StackOverflow Angular2 TS questions. A downside is that it is sometimes a bit more cu…

  18. comment
    Comment #12131548

    Dart is awesome. Just because currently the community is still small doesn't mean much. Google is working on so much great stuff that Dart becomes more compelling every month. They…

  19. comment
    Comment #11628175

    Great work! Like it a lot - especially with Dart ;-)

  20. comment
    Comment #8567705

    I'm developing with Dart full-time since about 1 1/2 years and I'm just glad that I don't have to use JS anymore. JS has still more libs ready to use but the quantity and quality o…

  21. comment
    Comment #8290120

    This is an interesting question. Almost any language is better than JavaScript. JavaScript is fine for small event handlers in a guestbook sized app but for more complex applicatio…

  22. comment
    Comment #6731473

    Learning a new language isn't that hard. Dart is very similar to languages like C# or Java. Dart isn't that groundbreaking different. It's an IMHO new approach to what many think s…

  23. comment
    Comment #6731432

    I started working with Dart in April 2013 and find it a very promising approach for web development especially as I dislike JavaScript. I like that Dart offers a feature rich open …