Live data from Hacker News

New Product From 280North: Atlas

280atlas.com

61–70 of 77 posts

Re: New Product From 280North: Atlas

#61
post #36

Earlier quoted context omitted.

Somebody should write an equivalent which will create Rails views.

I've been thinking about it... too many ideas as it is already, though.

In a previous life I wanted a much narrower implementation of that idea. Combine igoogle (drag & drop widgets), with a more freeform grid.

Use it to build management guis, customized to the user. "Ohh, you want sales per hour, but don't care about inventory?" Here you are.

Re: New Product From 280North: Atlas

#62
post #28

This really is amazing. But it makes me nervous. I'm open to the idea, but just as I prefer using a text editor to write my HTML code rather than Dreamweaver, I'm concerned that this can take me too far away from my web app code. Like any other tool, in order to use it effectively you have to master the tool just like you'd master a language. Hopefully what's under the hood here and the code it generates makes it eas…

Cappuccino doesn't use html as it's main language. HTML / CSS / Javascript are Cappuccino's assembly language. You write everything in their Obj-J language (which is a cross between Javascript & Obj-C. And apparently actually all legal javascript).

Re: New Product From 280North: Atlas

#63
post #52

Earlier quoted context omitted.

You're right about the designer/coder separation. I didn't think of that because I have never worked in an environment where designers created functional UIs. Yes there is abstraction in templates. Templates typically let you indicate (visually or otherwise) what the static parts look like and where the dynamic parts go. That's it. We have done that forever. There's no progress. Templates don't describe interaction a…

Templates can be reused across projects, and there could be a hierarchy of inheritance (don't know if that's done though). I agree that visual programming seems to be one of the great failed dreams - lots of academics and practitioners tried it, and it just doesn't seem to work. Although, the crop of XML-mappers (mapforce, biztalk mapper) do represent simple functions in a visual language, and seem to own that market…

I agree with you that visual tools are probably not finished as a means for non-programmers to automate things. You point about regular expressions and SQL is very good. Some business people have been doing amazing stuff with Excel or even Access and I know people who use visual regex builders to reorganise the tags and titles of their mp3 files.

What's important, though, is that these people don't build UIs. First and foremost they manipulate or analyse data. The data is at the center. The important thing is a simple data model that follows the closure principle (filter tables and you get tables, filter text and you get text). The UI is there to support this simple data model and it has to be similarly reductionist I think. Placing arbitrary UI widgets on forms is not the way to do this.

Yes, more fundamental research please :-) Maybe machine learning could be used to let users correct the system's guesses rather than initiating some action. That would go further in the direction that graphical UIs have begun, which is to let users select from what is offered to them and react instead of making them give commands to the system.

Or maybe some of the thinking that has gone into computer games would be useful, I don't know.

Re: New Product From 280North: Atlas

#64
post #47

Earlier quoted context omitted.

Stimulating points, but it's far from "failed" in commercial terms; and the best GUI designers often aren't coders, but designers. Different tasks, different values. Challenge: how could one make a visual version of abstraction? Would you say that there is no abstraction in templates?

Adobe is working on a promising product called Catalyst that aims to allow designers working on Illustrator/Photoshop templates to convert them into Adobe Flex UI screens (mxml). It is promising because from what I've seen so far the mxml isn't very developer friendly. The aim, of course, is for the designer to generate the exact look and feel for the wireframes and render them (using Catalyst) to MXML for the Adobe…

Would you mind emailing me? I'm working on a project in Flex and always like to learn more about how others use it.

(That goes for any other Flex developers here as well. Seems that the intersection between HN readers and Flex developers is pretty small!)

Re: New Product From 280North: Atlas

#65
post #11
post #4

Earlier quoted context omitted.

If you knew anything about what happened to WebObjects, you would be hoping that such a scenario never occurred.

A summary of that would be great.... I know that Apple pushed WebObjects to the back burner when they acquired NeXT in the mid 90s but I'm not sure why it would be bad for them to buy 280 North today.

> A summary of that would be great....

Heh. Serious power, terrible polish. They blew off all the NeXT veterans when they destroyed it as an objective-c development platform, but didn't finish the job of porting it to Java for five years so you ended up working on this platform that feels like a developed-in-isolation mainframe monster. Dev tools looked nice but made you want to slit your wrists from random crashes and other strangeness. There were a couple of periods where they looked like they would kill it which was stressful for people with codebases on it. All efforts at documentation did a very poor job of selling its incredible patterns and features.

But everyone I know who stuck at it has done well - many ended up at Apple working on very cool projects. I'd love to read a history of whoever wrote it one day - it was so far ahead of its time - I've got a theory that they had some people on it who had done serious research and practical time on some sort of web-like thin-client platform that pre-dated the web. Culture in Apple is different now too.

Re: New Product From 280North: Atlas

#66
post #36

Earlier quoted context omitted.

I've been thinking about it... too many ideas as it is already, though.

In a previous life I wanted a much narrower implementation of that idea. Combine igoogle (drag & drop widgets), with a more freeform grid. Use it to build management guis, customized to the user. "Ohh, you want sales per hour, but don't care about inventory?" Here you are.

Sounds a lot like weebly.com, except targeted to corporate customers.

Re: New Product From 280North: Atlas

#67
post #21
post #19

Earlier quoted context omitted.

"-enterprise IT as a business with no future. He'll be right, in more ways than one." Can you clarify? Because that seems very misinformed. Unless you mean on-premise deployments, which has been on the way out for years. With SaaS + cloud computing, Enterprise IT is just starting to get interesting again.

I can't give this topic the justice it deserves in an HN comment, but yes I'll clarify. In 10 years time, the "IT Department" virtually won't exist at most small-mid size businesses. I think a lot of business software is going to be taken off-the-peg, or plug-boarded from open source software as interfaces approach ubiquity and organisations like government, banking and b2b start to expose consistent "APIs". It's alr…

Seriously? I hear this all the time; do you guys work in IT or in web development? The web people are way over on another page. ERP is primarily the reason IT exists and ERP packages take DECADES to change - witness the MASSIVE amount of COBOL still around (including here). ERP deployments are complex and almost always customized.

I suspect Gen X and Gen Y (which includes me) generally doesn't have a clue at what goes on in a "real" IT center - meaning one that is not (a) some awesome start-up that will be forgotten dust tomorrow or (b) a web oriented consumer-facing business. Nothing in IT is anything like "buying a photocopier" nor will it ever be. The company that takes that approach will be run into the ground by its competitor that innovates.

Re: New Product From 280North: Atlas

#68
post #52

Earlier quoted context omitted.

You're right about the designer/coder separation. I didn't think of that because I have never worked in an environment where designers created functional UIs. Yes there is abstraction in templates. Templates typically let you indicate (visually or otherwise) what the static parts look like and where the dynamic parts go. That's it. We have done that forever. There's no progress. Templates don't describe interaction a…

Templates can be reused across projects, and there could be a hierarchy of inheritance (don't know if that's done though). I agree that visual programming seems to be one of the great failed dreams - lots of academics and practitioners tried it, and it just doesn't seem to work. Although, the crop of XML-mappers (mapforce, biztalk mapper) do represent simple functions in a visual language, and seem to own that market…

visual programming seems to be one of the great failed dreams - lots of academics and practitioners tried it, and it just doesn't seem to work

LabView is pretty powerful. Commercial, expensive, often annoying -- but pretty powerful. Integrates very cleanly w/ Visual Studio for text-based programming, too.

Re: New Product From 280North: Atlas

#69
I’m using a lot Interface Builder to generate my Capuccino views using their tool nib2cib.

Atlas is going to save me a lot of time.

Sure you can still edit the plist by hand or programatically but I don’t find it more efficient neither easier.

Post reply on HN