shalien

joined 2 years ago
[–] [email protected] 5 points 2 weeks ago

@[email protected] Yeah, Docker doesn't how to build and sign softwares.

[–] [email protected] 40 points 3 weeks ago (4 children)

@theneverfox @HiddenLayer555 Euh... that's network / sysadmin more than programming .

[–] [email protected] 5 points 3 weeks ago (1 children)

@SchmidtGenetics There's a lot of way of doing in things in network and all of them are "good" given a specific context or need. As long it work the way you want, that the point .

[–] [email protected] 30 points 3 weeks ago (4 children)

@SchmidtGenetics @HiddenLayer555 No. 127.0.0.x will always be localhost / local machine in any network. What you're referring to 192.168.x.x and 10.x.x.x are normalized local network addressing, 192.168 widely used by ISP on their router for home client and 10 being used by companies IT.

[–] [email protected] 1 points 1 month ago

@[email protected] Ok then before proposing others toolchans that may be compliant with what you want. Try #flutter, it may fullfil your need .

[–] [email protected] 1 points 1 month ago (2 children)

@[email protected] Well if you want native look and feel #Flutter isn't the most straight forward solutions for that. You can achieve it but it's a lot of work. Native look and feel is kinda a huge trap because Windows and MacOS are easy where Linux based distro have a loadton of desktop environnement . Could you specify must have component / ui element for your project ? That could ease the answer .

[–] [email protected] 1 points 1 month ago (4 children)

@[email protected] It can do a lot, but I had a hard time wrapping my head with a lot of concept like declarative UI and how to simple tasks like create a file input form and so on.

I did had a lot of fun creating a shitload of stupid widget it really awesome of you can built complex interface from little bits.