HN user

andreashansen

63 karma
Posts2
Comments26
View on HN
PostgreSQL 17 2 years ago

Oh how I wish for Postgres to introduce system-versioned (bi-temporal) tables.

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.

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).

Fuse 9 years ago

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.

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.

$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".