Viewing profile — achipa
achipa
HN member- Joined
- Tue, Nov 25, 2014, 12:12 PM UTC
- HN karma
- 156
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About achipa
No profile information was provided.
Recent public activity
-
comment
Comment #8792211
There is no difference compared to a web page - the permissions are still handled server-side, I'm just relaying the events via DDP.
-
comment
Comment #8788994
Looks nice - Meteor natively speaks DDP so it makes most sense to use when talking to Meteor, but for other back-ends I will certainly consider WAMP! (no reason why this principle …
-
comment
Comment #8788969
This is not the same thing by a long shot - you cannot force a Google Play update, and that update will take hours or days to trickle down to the users. What we're talking about is…
-
comment
Comment #8787957
AFAIK The reactive part is not that easy to with Mysql et al - sure, you can hack around stored procedures, UDF and such, but it's far from being elegant. If you "think in SQL", th…
-
comment
Comment #8787579
Just wondering - what auto-update mechanisms are we talking about when it comes to native apps?
-
comment
Comment #8787550
Performance-wise Qt is quite good, but still comes up a bit short on the Widget quality and consistency side - this is where project like my native component-wrappers come in to th…
-
comment
Comment #8787449
Yes, I'm using Asteroid to talk DDP/JSON with the rest of the Qt app. In the example, I'm using models (think MVC) and updating that model, which then automagically updates the UI.…
-
comment
Comment #8785732
I used a Chrome extension - Screencastify ( https://www.screencastify.com/ )
-
comment
Comment #8785724
In all honesty, Qt has come a long way since 2012 - QML is reasonably well documented nowadays. Controls (the widget library), while not a silver bullet, are good enough (at least …
-
comment
Comment #8784346
That's certainly possible for the data part - but a lot harder for UI/code. With the method I'm using, you can actually push code AND UI to the client on the fly. As far as I know,…
-
comment
Comment #8784283
True - even for DDP there are already a number of client libraries not strictly related to Meteor front-ends, as seen from http://meteorpedia.com/read/DDP_Clients
-
comment
Comment #8784277
There were some concerns as to how native this is - I'm not rendering any HTML. The client side does use the JSON-style QML, but that's just the declarative UI language of Qt - you…
- comment
-
comment
Comment #8784170
This is a more full-stack approach - Qt and Xamarin are geared more towards creating standalone apps. What you get here is the reactive back-end (plus web-site for free). This setu…
- comment
-
comment
Comment #8784017
Hi, I'm Attila, the developer of Qondrite - the interface between Meteor and Qt in the article. If you have any questions, feel free to ask, I'm always looking for new perspectives…
- story
- story