Live data from Hacker News

I'm at Fog Creek, and we're introducing Gomix

anildash.com

181–190 of 232 posts

Re: I'm at Fog Creek, and we're introducing Gomix

#181

1/4 of the article about what is Fog Creek and how well everyone knows it. 1/4 of the article about culture and other guys and... I don't know what the hell it's talking about. I'm not even bothering reading half the sentence anymore. 1/4 Then it's talking about other unrelated products now? Outlook something. > "Gomix brings back the fun of the “view source” web" Oh finally. I had to re-read the article 3 times to f…

[deleted]

Re: I'm at Fog Creek, and we're introducing Gomix

#182
post #116

This is very similar to Akshell ( http://toughbyte.com/akshell/ ) which we worked on more than six years ago with @korenyushkin and that made the front page of HN on a number of occasions. Despite being promoted by Fog Creek, I suspect that Gomix will run into the same problem that we did: professional developers won't use it as they already have the tools they prefer, whereas hobbyists won't be willing to pay. Witho…

Don't people who are starting out find these systems to be too difficult? You have to know much more to use this, then the "view source" days: Http codes/headers, javascript, npm?, css... Those weren't things you dealt with when changing Html on your local browser. I'm sure I don't have a good perspective on what new coders can handle, but this seems like too much.

Re: I'm at Fog Creek, and we're introducing Gomix

#183

> to stop coding from being an exclusionary priesthood for a small few Are there really people that see it that way? For me it's just the opposite, programming is a field that is easily accessible to anyone that's interested, with a very low entry bar. Since I learned to program when I was a teenager, by reading a book about the BASIC language and taking an introductory class where I could use a microcomputer, I have…

I see it that way. That attitude used to exist back in the 90s, with products like HyperCard, Filemaker, even Microsoft Access. There was a time when it was just expected that development software had a graphical interface builder for developers to use. (Heck, even IDEs for really difficult languages, like C++, had them.) But "real developers" crapped all over those tools, especially Access. And when "real developers…

So, I had to learn some basic Access in my CS class in school around ~2000, and for me it was an absolute nightmare that I did not grasp (I was a teenager and had no coding experience).

Now I am a developer and can handle direct SQL and in retrospective I think it is easier to setup sqlite and learn basic SQL than learning MS Access.

> But "real developers" crapped all over those tools, especially Access. And when "real developers" create programming tools, they don't spend even 10 milliseconds thinking about accessibility or usability or user experience-- look at Git (created in 2005) as a perfect example. There was a time when terrible software like Git was mocked and derided, not praised.

I think they crapped over those tools, because these tools got the abstraction wrong. They are in complexity between spreadsheet software like Excel and "real" databases that speak SQL. There just aren't enough use cases where you go in-between there, so as an expert in Access you can't solve many problems, especially as you are tied to the Access stack.

@Git-Rant:

The problem git solves is just non-trivial, so git itself has some learning curve.

Re: I'm at Fog Creek, and we're introducing Gomix

#184

First Joel is brilliant. I love the idea. However, "Set up your Alexa skill in your Amazon developer account." "TWILIO_ACCOUNT_SID and TWILIO_AUTH_TOKEN - available from https://www.twilio.com/user/account/settings" ... Things have changed since 99. The walled gardens are up. Credit cards are required everywhere. I hope the 'casual' programmer can fill out all these forms and not be scared by AUTH_TOKENS. I wish gomi…

Running servers for Alexa or sending texts for Twilio are not free so they have to have some sort of registration or payment or go broke. I don't think those services were available in 99 so that's different.

Re: I'm at Fog Creek, and we're introducing Gomix

#185

> to stop coding from being an exclusionary priesthood for a small few Are there really people that see it that way? For me it's just the opposite, programming is a field that is easily accessible to anyone that's interested, with a very low entry bar. Since I learned to program when I was a teenager, by reading a book about the BASIC language and taking an introductory class where I could use a microcomputer, I have…

I see it that way. That attitude used to exist back in the 90s, with products like HyperCard, Filemaker, even Microsoft Access. There was a time when it was just expected that development software had a graphical interface builder for developers to use. (Heck, even IDEs for really difficult languages, like C++, had them.) But "real developers" crapped all over those tools, especially Access. And when "real developers…

This nails it — coming of age as a coder in that era really informs my perspective on how we could make more accessible tools today.

Re: I'm at Fog Creek, and we're introducing Gomix

#186

Saw this on medium and got excited. Checked for commentary on HN, and found Gomix was posted to HN 4 times with little fanfare ( https://news.ycombinator.com/from?site=gomix.com ). Now when a tech celebrity posts about it, the post blows up but is filled with discussion of the personality...

I wrote this post the same day as the rest of the announcements; I don't know why my personal blog post took off now, but I'd definitely prefer to focus on the product, not me.

Re: I'm at Fog Creek, and we're introducing Gomix

#187

Earlier quoted context omitted.

>I fail to see what it adds to an already crowded space Can you give an example? I'm not aware of many products that are attacking the problem of making coding easier and more fun in the same way they are.

Countless people have tried to make programming "easier" and "more fun". It usually ends up into wishful thinking and lots of sentences with "awesome" and other words without any meaning in them. I'd rather make coding simpler than easier. The fun will naturally emerge out of using simpler constructs. This is exactly what Clojure did for me :) I tried many tools with Java/C#/C++/JavaScript/Ruby and whatnot and while…

Oh yes I'm aware many have tried and most have failed. But that's why I'm glad to see another go at it.

I'm convinced it's possible to strike a balance in designing such a product that catches on like wildfire.

I think what they have is a decent start but could be a lot better. Maybe I'll share some of my own ideas if they are open to that kind of feedback.

Re: I'm at Fog Creek, and we're introducing Gomix

#188

Earlier quoted context omitted.

Countless people have tried to make programming "easier" and "more fun". It usually ends up into wishful thinking and lots of sentences with "awesome" and other words without any meaning in them. I'd rather make coding simpler than easier. The fun will naturally emerge out of using simpler constructs. This is exactly what Clojure did for me :) I tried many tools with Java/C#/C++/JavaScript/Ruby and whatnot and while…

Oh yes I'm aware many have tried and most have failed. But that's why I'm glad to see another go at it. I'm convinced it's possible to strike a balance in designing such a product that catches on like wildfire. I think what they have is a decent start but could be a lot better. Maybe I'll share some of my own ideas if they are open to that kind of feedback.

Absolutely, always eager to get feedback. Feel free to comment here or you can mail me: gwilson at fog creek dot com

Re: I'm at Fog Creek, and we're introducing Gomix

#189

I really like the spirit of this, and I hate to be the gnu in the room, but the only thing holding this back is that it's centralised. Again, I totally get how that might sound stupid. "How can we have nice things if we always need to solve the decentralisation problem first?", is one of a billion reasonable responses to my comment, but I'm just a guy who has gotten his heart broken before by the likes of Geocities,…

I don't see how centralization is a big concern in this case. One of the fundamental features is that you can take the code anytime and hoist it up anywhere you please.

If anything centralization in this case just greases the skids to running quickly without any lock-in.

Re: I'm at Fog Creek, and we're introducing Gomix

#190

> to stop coding from being an exclusionary priesthood for a small few Are there really people that see it that way? For me it's just the opposite, programming is a field that is easily accessible to anyone that's interested, with a very low entry bar. Since I learned to program when I was a teenager, by reading a book about the BASIC language and taking an introductory class where I could use a microcomputer, I have…

I see it that way. That attitude used to exist back in the 90s, with products like HyperCard, Filemaker, even Microsoft Access. There was a time when it was just expected that development software had a graphical interface builder for developers to use. (Heck, even IDEs for really difficult languages, like C++, had them.) But "real developers" crapped all over those tools, especially Access. And when "real developers…

The world I grew up on didn't have HyperCard, Filemaker or Access. I wrote code (as opposed to dragging and dropping, which I couldn't, because there weren't mouses our GUIs). I used primitive text editors to write BASIC, COBOL, C and Assembly code and I printed it on paper to better understand the whole program. I typed programs from listings on magazines. All of that as a teenager.

The tools we have now, and the libraries and learning resources (like YouTube) make it that much easier, not harder, for someone to learn and get started.

Post reply on HN