Oh how I wish for Postgres to introduce system-versioned (bi-temporal) tables.
HN user
andreashansen
The last few months we've seen the fall- or acquisitions of services such as internal.io, dynaboard.com, Uiflow, AWS honeycode, Disha, Skuid, spreadsheet.com[], and some low-code BaaS I don't recall the name of.
Where do you see yourselves compared to these services? I think businesses and devs grow ever-more considerate of the non-(F)OSS services they use.
[]not the same, but they have no-code as one of their main selling points
If you have the Fitbit Ionic or Versa, you could develop your own watch app and companion app, where the watch app will extract sensor data and websocket it to the companion app, which in turn could pass the data to your own backend/database. The API documentation is quite good from Fitbit.
Usually headless in this context refers to content being exposed through APIs instead of a generated user-facing frontend. This way, you can develop the user-facing frontend in whatever frontend libraries and frameworks you want and just consume and expose the CMS content through APIs, and you can use the same APIs to expose content in mobile apps etc... A typical example of a non-headless CMS is Wordpress where you get the admin panel for content management, _and_ a user-facing frontend for end-users to consume the content.
Thanks for the links and comparison to Jasonette! Any ETA on when Engine will be available?
Interesting! Inspired by Jasonette?
The name should probably be changed, Fastlane is a popular app automation service.
Quick tip, did you remove the hardcoded 3000ms splash screen delay? https://github.com/ionic-team/ionic-conference-app/blob/mast...
First off, thanks for all your work with the Ionic framework! I use it in education as part of an undergraduate course on cross-platform development, and the students thoroughly enjoy the developer experience.
Question: Do you have an ETA for release of the "Web Componentized" Ionic components? So looking forward to it, especially the potential of teaching e.g. Vue + Ionic components instead of having to put so much focus and effort on teaching Angular (which is a great framework, but requires a lot).
"Here's a new library to solve a problem I don't have yet."
Fixed that for you :)
Although, their demo works perfectly fine in Firefox: https://corehacker-10883.firebaseapp.com/
Custom elements v1: http://caniuse.com/#feat=custom-elementsv1
Watch the State of the Web talk from Google IO 2017. Certain native apps (Twitter, OLA) are 70-100MB in size when downloaded from the app stores. Their progressive web app version are 0.2-0.6MB. Extremely important in countries with very limited and/or expensive mobile data.
You didn't read the link, did you? It's a cross-platform app development tool. The fact that it allows devs to use JavaScript is simply due to interpreters (afaik).
Nice, a much-needed tool! Suggestion: make it a collaborative effort to keep it updated. In practice, it can be solved rather easily. Host the website on Github Pages. Have a single file in the github repository named e.g. conferences.json which the website reads over AJAX. Anyone can submit pull requests (PR) to add to or modify the conferences.json file, effectively allowing community members to help you maintain the website's freshness.
That's... not what Fuse solves.
Yet, the way it's written certainly makes it look as if that's the way to interpret it.
Just out of curiosity, why do you have JavaScript disabled?
Obvious troll.
Shit, can I opt in to this as well?! On topic: downloading
Agreed. I remember attending a presentation by Google regarding their self-driving cars. What they told us fascinated me. Their last main hurdle is ethics, and they used to following scenario to illustrate:
Two motorcycles are coming towards the self-driving car, and the car is forced to crash into one of them. One of the motorcyclists is not wearing his helmet, and there's a definite chance of fatal injury if crashed into by a car. By not wearing his helmet, he is also breaking the law.
The other motorcyclist is wearing her helmet, and there's less of a chance of fatal injuries.
Should the self-driving car crash into the law-abiding motorcyclist who is doing everything right but with a less chance of fatal injuries, or into the irresponsible non-helmet wearing motorcyclist where injuries could be fatal?
That's the kind of scenarios they have to deal with. The technology however, works.
Xamarin would probably be the framework/tool of choice if you want C#. Other than that, most (popular) cross-platform app development frameworks I've found do use JavaScript. "Disclaimer": I'm in the middle of writing a thesis on the subject.
"Bashing on what people make is my favorite activity"
$25 for a pretty superb WYSIWYG editor with CSS and JavaScript support, in-app responsive design tool, selectable themes, etc. I enjoy it. I'm not at all into coding front-end design, which is always a project-stopper for me. Something like this makes the GUI part easy, even though it's "just bootstrap".
"Only Chrome" is just the demo. I assume the limitation is due to BootstrapStudio being built with Electron (I believe).
How does this compare to, let's say, Spark Core or Spark Photon?