Viewing profile — andydotxyz
andydotxyz
HN member- Joined
- Mon, Jan 14, 2019, 10:46 PM UTC
- HN karma
- 112
- Public activity
- 76 items
- HN profile
- View on Hacker News ↗
About andydotxyz
No profile information was provided.
Recent public activity
-
comment
Comment #46006979
Tech stack is pure Go with Fyne.io GUI toolkit compiled to WASM. Initial download may take a couple of seconds.
-
story
Show HN: A full desktop implementation in the browser
Desktop with a couple of embedded apps. Virtual desktops, screensaver and more. Proof of concept experiment right now - any suggestions of what to add?
-
story
Show HN: Apptrix.ai – an app creator for all platforms
A downloadable app creator that makes it easy for anyone to create and compile native apps that work on all platforms. Just pick your platform/processor on the download page and ex…
-
comment
Comment #45493007
No. Fyne does not have any bindings and never will in the official project. The API is designed to work perfectly with the Go idioms and using it from any other language will be no…
-
comment
Comment #45466283
Because I tried working on existing ones and it was painful. I wanted a modern alternative to exist that was approachable and fun. And once we have met existing systems we can star…
-
comment
Comment #45466275
Any known CPU usage bugs have been resolved. Last time it was the cursor animation but we fixed that too. I can now compare our apps to OS provided native equivalents (we're not th…
-
comment
Comment #45466256
I guess that's an interesting opinion to have. Is this based on having built your own desktop environment or some other project that led you to this conclusion? For me I prefer hig…
-
comment
Comment #45463955
I don't understand this - are you calling me a marketing person? I started the project and continue to do most of the coding. Feel free to tell me I don't know what I am talking ab…
-
comment
Comment #45463582
It is really easy to code on, supports lots of different platforms (including embedded and mobile devices). Some times established projects can be superseded with newer ones build …
-
comment
Comment #45463564
Oh that is strange, I didn't realise it was different for internal vs external! I fixed my visibility but one of the team is marked as private for their own reasons. Basically the …
-
comment
Comment #45463533
If you want to code everything in low level languages feel free. I guess assemblers still work well or you can just list machine code. For those who want a fast to learn and use hi…
-
comment
Comment #45463487
Sure thing, we hang out on the Fyne Discord server https://discord.gg/uWPJpkKcR
-
comment
Comment #45463385
Amazing comment and thanks for the support!
-
comment
Comment #45463103
The project is being developed as a volunteer open source project because we think it should exist. There are 4 core members on the team https://github.com/orgs/FyshOS/people but w…
-
comment
Comment #45462858
Ironically we have both of those on this Fyne Desk running in X. Tear free is provided by the compositor and the fractional scaling was never impossible with X it just had to be co…
-
comment
Comment #45462740
Please check out v2.7.0 - the optimisations for mobile are amazing. Camera and services are coming in another release - work has begun. It's amazing what has been done with virtual…
-
comment
Comment #45462732
Yes give it a play - we are trying to make it super easy to get into developing on the desktop environment. For example the modules on the panel or desktop are basically just funct…
-
comment
Comment #45462712
Perfect :) there are so many great projects and that conference introduces some excellent looking apps.
-
comment
Comment #45462691
Plans shifted due to external factors - the next release will be X11 but after that (later this year) work begins on the Wayland transition. Ideally we will support both through th…
-
comment
Comment #45460300
Just make and make install in the root of the source is easiest then log out and pick it from your login screen. However if you want to try it in development mode you can “make emb…
-
comment
Comment #45460289
You can expect work to begin on that after the upcoming major release. We are waiting on a fix in an upstream library.
-
comment
Comment #45460069
Oh yes, I didn’t mean to knock the language - I also worked on amazing things in Java before I moved to go. But the runtime of a Go app is, by default, faster than Java and my expe…
-
comment
Comment #45460033
My ambition is for it to be the best desktop for developers or people learning to code. We are integrating an app editor into FyshOS which (although now renamed and at https://appt…
-
comment
Comment #45459936
In the last few months we have added a built-in compositor, a new screensaver, file manager integration and a bunch of optimisations. Seems like pretty decent progress to me.
-
comment
Comment #45459926
That was a really cool project but yeah the Java couldn’t hack it. FyneDesk aims to compete on performance with the light weight window managers whilst offering the rich experience…