Viewing profile — kusti8
kusti8
HN member- Joined
- Fri, Feb 10, 2017, 3:51 PM UTC
- HN karma
- 191
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About kusti8
No profile information was provided.
Recent public activity
-
comment
Comment #24735721
I was pretty active in the Raspberry Pi community around 4 years ago. Playing YouTube easily was a big problem and I tried making a lot of packages to solve this. I would also buil…
-
comment
Comment #22095108
The only thing that meaningfully contributes to the size of the app is the size of the GUI library libraries. It currently bundles both Mac and Windows, so you can build packages f…
-
comment
Comment #22095097
The library is already built to be largely library agnostic. To add a new library, just add a file that translates my calls to the library calls. This is how I achieved both Qt and…
-
comment
Comment #22094893
The reason I did not add a renderer to React Native and went with my own renderer and reconciler was because mobile and desktop behave differently. The goal of the project is to ma…
-
comment
Comment #22093715
Proton Native is a way to make cross-platform desktop apps with React, without using Electron or any sort of web browser. Your React code gets translated into Qt or wxWidgets API c…
- story
- story
- story
-
comment
Comment #16982094
Thanks for the feedback! I'm not a Qt dev, so I wasn't aware of the practices. I'll revise it and remove the Qt code.
-
comment
Comment #16980153
Because I forgot. I updated the page. My bad.
-
comment
Comment #16980139
Yeah I'll reword that. My bad.
-
comment
Comment #16979611
I've tried to improve documentation and make it ready for use. Also all the forks is are platform specific while this is cross platform.
-
comment
Comment #16979600
I'm one highschooler with not enough time. Ideally this would come from someone who can maintain this full-time like a corporation, but so far no one has done it.
-
comment
Comment #16979585
Currently no. That's one thing that I want to test sometime, but right now I'm busy improving it.
-
comment
Comment #16979556
Hey. I'm the author. It's hard to find a simple example that everyone understands but can show capabilities. If you're used to Qt then you're going to like Qt better, but I mainly …
-
comment
Comment #16383244
I don't really understand what you mean. To get data from a server, you can just use normal nodejs to send a http request. Usually you'll have it so that it works when a callback i…
-
comment
Comment #16383236
Memory usage is a lot less. Electron has a full webbrowser running to display the page, which this uses Gtk on Linux or cocoa on Mac etc.
-
comment
Comment #16381022
It's not totally ready for production because the GUI library that I'm using is not totally polished. My part I would say is Beta, and the GUI library is versioned as alpha. For mo…
- story
- story