Viewing profile — istoica
istoica
HN member- Joined
- Mon, Oct 27, 2014, 10:19 AM UTC
- HN karma
- 550
- Public activity
- 36 items
- HN profile
- View on Hacker News ↗
About istoica
No profile information was provided.
Recent public activity
-
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…
-
comment
Comment #41644485
It was the same issue, solved for mac also.
-
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_...
-
comment
Comment #41640956
Yes, get it from Microsoft Store, it is digitally signed, autoupdates and offers you the best windows experience.
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #41640779
It is what I am using, so by default, yes!
-
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…
-
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 …
-
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…
- story
-
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-…
-
comment
Comment #31383682
See https://iongion.github.io/podman-desktop-companion and latest release https://github.com/iongion/podman-desktop-companion/releases...
-
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…
-
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…
-
comment
Comment #31080308
Solved in 4.0.3-rc.3
-
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…
- story
-
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…
-
comment
Comment #29474968
Cross-platform desktop application with familiar and consistent UI
- story
-
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…
-
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 ?