Live data from Hacker News

Viewing profile — istoica

istoica

HN member
Joined
Mon, Oct 27, 2014, 10:19 AM UTC
HN karma
550
Public activity
36 items

About istoica

No profile information was provided.

Recent public activity

  1. comment
    Comment #41673790

    unfortunately this is because I cant afford to digitally sing mac apps, there is a trick to make it work in the USAGE.md but it is up to you. 200 euros per year for a pro bono proj…

  2. comment
    Comment #41644485

    It was the same issue, solved for mac also.

  3. comment
    Comment #41644463

    Incus looks promising, see here https://linuxcontainers.org/incus As for systemd, podman is amazing https://docs.redhat.com/en/documentation/red_hat_enterprise_...

  4. comment
    Comment #41640956

    Yes, get it from Microsoft Store, it is digitally signed, autoupdates and offers you the best windows experience.

  5. comment
    Comment #41640910

    Author: It isn’t, if you are a power user, the podman client should provide all you need. It also supports docker too. The difference is that this is a GUI, like Docker Desktop, bu…

  6. comment
    Comment #41640879

    Author of the project here, yes! - electron done well is amazing, try to write a cross platform gui app in a RAD way these days with other tech. I am experienced in flutter too and…

  7. comment
    Comment #41640835

    I like TUIs a lot too, they work great for remote connections and just feel good. I even mention one in the Readme of the repo, maybe some could create an awesome tui tools type of…

  8. comment
    Comment #41640797

    Creating some tickets would help improve what you find problematic. I understand your frustration, you would want it to just work , but life isn’t always how we want it to be eithe…

  9. comment
    Comment #41640779

    It is what I am using, so by default, yes!

  10. comment
    Comment #41636889

    Thanks, just released 5.2.4 to address the flatpak issue you mention above. I am sorry for that, it is extremely hard to support so many formats on linux. I am documenting myself a…

  11. comment
    Comment #41605817

    Colima offers the best experience for docker alternative. LIMA offers the equivalent of WSL, where both docker and podman are supported. I like LIMA a lot as I deal with both, but …

  12. comment
    Comment #41605256

    Kubernetes is planned - my devops wants me to add it badly! Author note - Most of you guys here are power users, for whom UI is a visual poem that you need or not. This is not a co…

  13. story
  14. story
    Docker Desktop alternative - Container Desktop 5.2.3

    The first cross platform container engine desktop graphical user interface is back. - New website https://container-desktop.com/ - Github repo https://github.com/iongion/container-…

  15. comment
    Comment #31383682

    See https://iongion.github.io/podman-desktop-companion and latest release https://github.com/iongion/podman-desktop-companion/releases...

  16. story
    Podman Desktop Companion

    See https://iongion.github.io/podman-desktop-companion One step closer to first stable release, it was quite an adventure since the beginning of the year when it all started. Lates…

  17. comment
    Comment #31136809

    Highly invested in Electron, but I love Lazarus. I find it unmatched in what means developing cross-platform native apps, I only wish more people would know about it and use it, po…

  18. comment
    Comment #31080308

    Solved in 4.0.3-rc.3

  19. comment
    Comment #31055476

    This release features - First binary for Windows, all due to amazing work of podman team - https://github.com/containers/podman/releases/tag/v4.0.3 - First test flatpak image - Bin…

  20. story
  21. comment
    Comment #30389167

    The perfect pair Containerfile vs Dockerfile - Infra as code podman vs docker - https://podman.io podman desktop companion (author here) vs docker desktop ui - https://iongion.gith…

  22. comment
    Comment #29474968

    Cross-platform desktop application with familiar and consistent UI

  23. story
  24. comment
    Comment #21773314

    Is there a way to trigger something after state changes ? In the class based components, setState has a second argument that gets triggered after state has updated. This is nowhere…

  25. comment
    Comment #20929360

    How are your functions pure if inside them you call `useEffect`, `useState` ? Where is pureness when at first look they generate side effects, or am I missing something ?