HN user

colevscode

2,448 karma

Makin' codes do stuff.

Posts40
Comments109
View on HN
formspree.io 6y ago

Custom Payment Forms with No Server Code

colevscode
6pts4
data.brace.io 12y ago

Use Google Spreadsheets as a CMS

colevscode
75pts26
biomehacking.brace.io 12y ago

A first look at my microbiome

colevscode
86pts69
tags.brace.io 12y ago

Show HN: A dead simple static site generator – just two template tags

colevscode
94pts76
www.chartspree.com 12y ago

Show HN: Easy SVG charts for your static site, no JavaScript

colevscode
129pts39
www.formspree.com 12y ago

Show HN: Add forms to your static site – no iFrames required

colevscode
233pts99
blog.brace.io 12y ago

Numbers from the Brace.io Valentine's Day promotion

colevscode
15pts0
valentine.brace.io 12y ago

Instead of a card, make your valentine a website

colevscode
65pts38
blog.backlift.com 12y ago

Angular or Backbone: what are startups using?

colevscode
64pts73
blog.backlift.com 13y ago

Backlift's Tunnel API: connect to 3rd party APIs without JSONP

colevscode
23pts6
blog.backlift.com 13y ago

Hands-on AngularJS with Backlift part 2: Wiring up a back-end API

colevscode
32pts5
blog-colevscode.backliftapp.com 13y ago

A two minute tour of Airfoil: A/B tested landing pages built on Backlift

colevscode
41pts11
blog.backlift.com 13y ago

Hands-on Angular.js with Backlift part 1: Views and Controllers

colevscode
65pts9
gun.io 13y ago

Building Backbone.js apps with Backlift part 2: Collections and Forms

colevscode
47pts2
gun.io 13y ago

Building Backbone.js apps with Backlift part 1: Views and Templates

colevscode
85pts10
blog.ascher.ca 13y ago

Backlift.com, harp.io and site44 use Dropbox to ease front end development

colevscode
3pts0
blog.backlift.com 13y ago

Dropbox deployment for front-end devs

colevscode
64pts10
www.kickstarter.com 13y ago

LightDrive table lamp

colevscode
16pts8
blog.backlift.com 13y ago

Backlift now supports handlebars, less and coffeescript

colevscode
48pts10
www.backlift.com 13y ago

Backlift beta now open, featuring auth, validation and auto refresh

colevscode
64pts13
www.businessinsider.com 14y ago

We need a registry of stolen smart phones to stop violent robberies

colevscode
6pts0
www.backlift.com 14y ago

Announcing Backlift: Deployment and Hosting for Backbone.js

colevscode
201pts50
www.ipetitions.com 14y ago

Don't let the italian gov trash this world heritage site

colevscode
15pts4
m.wired.com 14y ago

Autonomous Quadrotors Fly Amazing Formations

colevscode
5pts0
www.sendspree.com 14y ago

Sending holiday cards, but I don't have addresses, so I made SendSpree

colevscode
59pts8
sendspree.com 14y ago

Give me your street address, and I'll send you a holiday card

colevscode
10pts3
colevscode.posterous.com 14y ago

Number of "Stop SOPA" letters sent by state

colevscode
70pts19
sendwrite.com 14y ago

Tell congress to stop SOPA with a physical letter

colevscode
594pts93
sendwrite.com 14y ago

SendWrite launches API for physical mail

colevscode
69pts35
colevscode.posterous.com 14y ago

Female entrepreneurs: Hell yeah

colevscode
4pts0

Hi, I work on the Squarespace dev platform.

It's true that certain blocks still use YUI, but this is system functionality that's not part of our public API. In new templates, a Squarespace developer won't see or touch YUI code.

We're no longer creating new features with YUI. We write new frontend editor functionality with modern libraries like React.

Hi, I worked on this at Squarespace.

Why would a developer want to see a cached version of a page?

Squarespace is a CMS. There's an online content editor where users can add text and images. The content is rendered using a template which contains the HTML/CSS/Template code that defines the layout for the content. The squarespace dev server makes it easier for the developer to work on the template code using content from the live site. I don't think you'd run into a situation where it looked fine locally but broke in production, because the content will be the same.

why not just make it a portable executable for each platform

NPM has great cross-platform support, and it's used by lots of web developers. That's why we chose NPM. It allowed us to build a cross-platform tool without having to maintain lots of separate installers for various platforms.

Also we wanted to take advantage of the same java based template and less compilers that we use in production (that are open source), which is a large part of why we used java. I'll admit it's not a natural choice for an NPM package, but it's working well for us so far.

Cool tech, fun toy! I hope it is successful. I think Joel should focus on it's toy-like nature, and potential as a learning tool, rather than trying to build this into a production grade tool.

I spent years building tools for this market between professional devs and non-developers. (Backlift.com and then Brace.io) It's really tough. Most people learning to code are trying to gain transferrable skills that can help them land a job. For them, learning git is a fruitful tangent along the path to shipping. Those that aren't interested in building those transferrable skills probably don't self-identify as developers. Making developer tools for non-developers is tough.

Hi, I'm one of the creators of Brace Forms. I am really happy with the way formspree is working on assembly.

Want to send feedback? There's a form at the bottom of formspree.io and we've got people in the community that are now responding to those customer service inquiries.

Several have asked about the 10m delays. We switched email providers so we could improve our email deliverability and spam filtering. But the new provider is throttling us while they get a sense of our email traffic. I've been told that it should be back to normal soon. These are growing pains.

Frankly I'm pleasantly surprised to see the project gaining momentum. The alternative would have been to shut it down.

Instead of "redirect the root domain to the www subdomain using a DNS CNAME record" it should say "... using domain forwarding".

Most DNS hosts offer some mechanism for forwarding traffic from your apex domain to the www subdomain using a 301 (permanent) redirect. Then the www subdomain can be configured with a CNAME record.

For example, at Brace (http://brace.io) we offer a guide for configuring this if your domain is on godaddy. See step 3 at http://blog.brace.io/2014/01/19/custom-domains-godaddy/. (not an endorsement of godaddy)

(edited for clarity)

Cole with Brace here (http://brace.io). We recommend redirecting the apex domain to a "www" subdomain. Note that even using apex CNAME records (Alias records) are still a new idea, and depending on the implementation may reduce reliability or performance. (https://iwantmyname.com/blog/2014/01/why-alias-type-records-...)

Here are a few resources from our blog that explain the www redirect approach:

- http://blog.brace.io/2014/01/17/cnames-aliases/#cnameconfig

- http://blog.brace.io/2014/01/19/custom-domains-godaddy/ (step 3)

(edited: added resources)

Brilliant work guys. Choice of initial features seems right on for a developer focused hosting service. At first I was a bit confused by the SSL offering for custom domains, until I saw that firebase actually acquires the cert and configures it. That's a huge pain point, bravo.

After receiving several emails protesting the removal of the article, I reposted it after editing out the parts that attempted to draw conclusions. There's also a disclaimer at the top that warns about the danger of FMT.

I pulled all the language that attempted to draw conclusions. I had removed the entire article but I received several emails from people who weren't interested in my results, just wanted to know what I did.

OP: Sorry all. I had hoped to raise awareness and encourage discussion, but I think there's a bigger danger that the way I presented this "experiment" will do more harm than good for the perception of FMT and at home microbiome exploration. I will consider revisiting once I've got my ducks in a row.

OP: Thanks, removed the word "significant". I can't make any claims about the results yet. The donor sample is coming in soon so I will be able to make that comparison.

OP here: It's true I'm not a doctor or scientist. This isn't a rigorously designed experiment. Yes, I am hoping that the results are positive, but I don't have unrealistic expectations. Mostly I'm just interested in seeing what I can learn about myself.

Also not much "shoving" was involved. I'll do another post later that describes the process. It's pretty gross, but mostly due to the preparation. (I had to put shit in a blender and press the button) The actual administration is about as gross as using a suppository.

I agree, and I don't intend to encourage people to be casual about the risks involved. But I'm also concerned about the possibility that this incredible tool will become inaccessible.

Brace.io dev here. We're working on Brace Teams which provides collaboration features (and currently requires full dropbox access). We would be happy to let you try it out. I'll send you an email.

Also you linked to our not-so-secret staging site. We'll be putting up access restriction there soon. Please use http://brace.io.

We totally agree, and use pip and virtual envs for everything.

However we chose python, and easy_install because it's pre-installed all macbooks going back to snow leopard. (specifically python 2.6.1 which comes with distutils needed for our setup.py file) This means for many web designers, brace-tags doesn't require that you update your python install, or really know python at all. It's the simplest command line install experience we could come up with.

I don't think it's a two way link. That a pre-occupation with monetary success implies self motivation and entrepreneurship doesn't mean that the reverse is also true.

Also I think it's OK that the American Dream is about individual economic mobility. But I don't think it's about the individual, rather it's about the idea that any individual can achieve their dream. Or perhaps that there aren't a set of people who can and others who cannot.

Whether or not American politics have been faithful to the American Dream is a separate discussion.

First, thanks for your refreshing perspective. I agree that the focus on wealth and growth isn't going to help us create interesting things as a society. However I do think there's a craft to building a business that can stand along side the craft of baking or the pursuit of art.

Sorry about the hassle. Thanks for the detailed report. The load from this post has revealed some issues on the brace.io account server that we are working hard to correct. Note that production urls for sites created on Brace are hosted separately (S3 and cloudfront), and shouldn't be effected by problems with the brace.io admin / account server.