HN user

blahbap

125 karma
Posts6
Comments50
View on HN

There is definetely some truth to the article that the IPad does not really serve any very useful purpose. I have 3 IPads lying around at home, so I just made a "family calendar" web application for IPad and put it up on the wall. The app shows the weather forecast, today's events from the Google family calendar, a notice board, and also serves as light switch for Phillips Hue scenes.

I second that - I have been looking for something like this, but it would be extremenly conventient to be able to upload directly from LR.

Another request - I love the free flow, tiled display of images a la Flickr photostream - any chance that could be an option?

Otherwise, great job! - I was pleasently surprised at the quality of this applications.

It is part of the library - you'll find the Fiori controls under the sap.m (for "mobile") namespace in the API section.

It's the "SplitApp" element that gives you the nice looking, responsive container (I was not able to find a good code sample right away).

There was nothing in your comment that made sense to me at all.

> Oh my, that "Delphi mentality" in 2013..)

What's "Delphi mentality"?

> ExtJS, if I remember correctly, is 5 or 6 years old already?

Why do you bring up ExtJS?

> Is there any info which "startup" they have acquired or in what third-world country it was outsourced?

UI5 was developed in-house by SAP - not sure where it happened, but I think that particular bit of your comment reeks of arrogance and chauvinism

The subject of the post is not really appropropriate for ridicule, also I don't think this post belongs on HN at all. This is the kind of story people like to read to be able to feel and express indignation and righteousness.

The point of the article seems to be that it is an admirable experiment to be able to give up alcohol for 40 days. If that is indeed an achievement for the author, that seems to suggest that he is physically or socially addicted to alcohol to _some degree_, which can be described as unhealthy. For me giving up meat or wheat would be much worse, because they are a part of my diet. I also enjoy drinking, but alcohol is not part of my diet, and I would be surprised and worried if I had any difficulties staying away from alcohol for 40 days.

I think the whole premise that it should be hard to go 40 days without alcohol is ridiculous. If not drinking for 40 days is an experiment you're already in a minority with an unhealthy relationship with alcohol.

Anyone know a way to auto-indent lines when working with HTML/Javascript? I feel the "Select text - Reindent" process is cumbersome

This is a great tool for designing web pages, but I'd like to be able to filter on licence types; I'm not so interested in images I cannot use in my web page.

I've been wokring with Angular for several months. John showed me in 3 minutes what "transclusion" is, something the documentation has failed to do even after numerous readings. The format, examples and explanations in these tutorial are perfect - keep'em coming

I disagree, as seems most commenters do. Sometimes OO is tightly coupled with an language (Java), and sometimes not (JavaScript), but that's just part of the consideration to be made before choosing which tool (language, OO/procedural) to select for the task at hand.

The title suggests that the aurhor will provide reasons for why OO actually is bad, but he doesn't. Why is it so fashionable to bash OO anyway? It's just a tool, it can be used wisely, but often it is not, which gives no reason to blame OO.

This whole discussion is about MVC. In order to argue about MVC we should have a common understanding of the principles of MVC. MVC was invented by Trygve Reenskaug. His definition of MVC is both consistent and readily accessible. Therefore I have repeatedly referred to him for a definition of the components of MVC. Surprisingly, many of the posters don't seem to regard the inventor of MVC as much of an authority on MVC, preferring instead to come up with their own definitions.

You have just provided a new definition of a view:

"A view is just an interface layer. Whether it's interfacing to a human or not is irrelevant"

If this definition suits your application, good for you. But you are no longer talking about MVC.