Live data from Hacker News

Viewing profile — zorr

zorr

HN member
Joined
Wed, Jul 28, 2021, 7:02 AM UTC
HN karma
634
Public activity
170 items

About zorr

No profile information was provided.

Recent public activity

  1. comment
    Comment #38641477

    It probably is. Since they already have a working web app, why would they throw all that away and start a new project from scratch targeting 3 platforms (MacOS, Linux and Windows) …

  2. comment
    Comment #38360774

    Leading to features like "Karmic Dice" in the recent Baldur's Gate 3

  3. comment
    Comment #38141341

    That seems like missing the point of the article. What I understand the author to mean with Dart plan vs Typescript plan is the way these languages approached evolution of the base…

  4. comment
    Comment #38140651

    When you don’t care about the discussions being in the public record the comments don’t necessarily need to be integrated in the blog. I have my email on my personal site and when …

  5. comment
    Comment #37925277

    I'm putting my full comment here to add to the Linux votes since I'm on Linux 80% of my time. Although, I will be given the macOS trial a shot soon as I have an iOS project in the …

  6. comment
    Comment #35979372

    How does N relate to the number of parameters that is frequently mentioned?

  7. comment
    Comment #35971362

    Imagine your keyboard lagging a few extra ms before the character you typed is visible on the screen.

  8. comment
    Comment #35958470

    I have a feeling desktop development is going to slowly revert back to classic OOP paradigms just like the web world detoured from MPA -> SPA -> SPA+SSR -> back to something that l…

  9. comment
    Comment #35885350

    Using the Spotify Rest API it is already possible to build nice feature rich Spotify clients for remote players. I don't think there is a supported native playback library? I'm not…

  10. comment
    Comment #35826026

    One of the things I'm thinking about recently is putting a Mac mini on my desk for occasional iOS development on multiplatform projects (main laptop is Linux) and keep it always ru…

  11. comment
    Comment #35731679

    More like an ADHD-sufferer that barely gets anything done

  12. comment
    Comment #35727785

    No notifications aside from Signal, some Matrix channels of my OSS project and my work Teams. All the rest including WhatsApp has notifications disabled. Phone is on DnD most of th…

  13. comment
    Comment #35703473

    Since you mentioned Kotlin, you might be interested in the recent gtk-kn effort which provides OOP bindings to GTK in Kotlin Native. (Early preview, not production ready at all) ht…

  14. comment
    Comment #35700621

    This example shows off the builder style, but since gtk-rs is built on top of GTK, .ui XML files are also supported. You can edit .ui files using the legacy Glade editor (with a co…

  15. comment
    Comment #35662227

    I explained in other siblings already why the toolkit cannot make assumptions about storing and restoring the window size. The app knows about the content and requests one or more …

  16. comment
    Comment #35662048

    As explained in a sibling comment, the toolkit cannot make assumptions about restoring an apps window state to its previous size. Sure it might work for simple hello world apps tha…

  17. comment
    Comment #35661991

    It has some logic to it though: An application developer is going to use the toolkit to open one or more windows on startup and the DE/WM has to place those somewhere. The first wi…

  18. comment
    Comment #35655037

    The window state is not the GTK devs problem but an app developer problem. One of the very first topics in the GNOME developer guide is how to use settings to save/restore window s…

  19. comment
    Comment #35632395

    From what I've seen the .ui format for Gtk3 and Gtk4 are different and Glade does not support Gtk4 Widgets or its additional libraries like libadwaita. Cambalache is a successor fo…

  20. comment
    Comment #35363712

    The discussion is mostly about what a distribution should contain. I don't think a distribution has to contain all the possible software applications in existence. Instead, I think…

  21. comment
    Comment #35362700

    What is the problem with libadwaita?

  22. comment
    Comment #35362659

    GTK has bindings to modern languages. The gtk-rs project is actively working on Rust bindings. I'm personally working with some others on Kotlin Native bindings and I know a new JV…

  23. comment
    Comment #35362470

    Check out the gtk-rs project which provides the Rust bindings.

  24. comment
    Comment #35361805

    For base packages like desktop environments, tools, libraries, popular applications, etc, yes. But I don't think they should be responsible for every end-user third party applicati…

  25. comment
    Comment #35358620

    They solve the problem of being able to run software against a known set of dependencies instead of depending on the versions that come with the distro. Older packages can still ru…