HN user

mcos

216 karma

markcostello.net

Posts21
Comments30
View on HN
medium.com 9y ago

A Branching and Releasing Strategy That Fits GitHub Flow

mcos
2pts0
medium.com 9y ago

The Accidental Arrival of the Cubicle

mcos
39pts17
github.com 9y ago

GRPC v1.0.0 Released

mcos
6pts0
bostinno.streetwise.co 10y ago

Dear Yelper, Get Off My Lawn

mcos
3pts1
www.fastcodesign.com 11y ago

75% of Ikeas Catalog is computer generated

mcos
7pts0
www.buzzfeed.com 12y ago

Tinder Sued By Former Marketing Executive For Sexual Harassment

mcos
29pts12
www.kickstarter.com 13y ago

C.24 - The Music Keyboard for iPad

mcos
3pts0
www.johndcook.com 13y ago

A Statistical Problem with “Nothing to Hide”

mcos
4pts0
www.gabrielweinberg.com 13y ago

Dealing with a real life externality

mcos
2pts0
blogs.law.harvard.edu 13y ago

The Soviet comrade tours Washington, D.C.

mcos
2pts0
threads2.scripting.com 13y ago

Watching Marco's Magazine

mcos
2pts0
github.com 13y ago

Show HN: PyLocation - A Python Library to get a location from an IP Address

mcos
3pts0
cityroom.blogs.nytimes.com 13y ago

A Newspaper Publishes Names of Gun Permit Holders, Prompting Outrage

mcos
2pts0
xkcd.com 13y ago

A History of the US Congress: Partisan and Ideological Makeup

mcos
1pts1
github.com 13y ago

Show HN: Pylocation - An IP address geolocation wrapper written in Python.

mcos
2pts0
blogs.suntimes.com 13y ago

A Shot in the Dark

mcos
1pts0
dilbert.com 14y ago

Larry Page's Voice Problem

mcos
1pts0
www.classynemesis.com 14y ago

5 Things Recent Graduates Need to Know Immediately | Classy Nemesis

mcos
1pts0
www.pixability.com 14y ago

Google is missing out on its biggest social media opportunity

mcos
12pts0
news.ycombinator.com 14y ago

Moving from Programming to Operations

mcos
1pts0
zachholman.com 14y ago

How GitHub Works: Creativity is Important

mcos
124pts19

The biggest problem with the spaces vs tabs debate is that editor presentation is still tightly coupled to file persistence. Imagine an abstraction layer created so that developers might choose to see what they wished, yet have files saved in a standard format it might negate some of the issues people have.

Buffett FAQ 11 years ago

This is great. I wonder if there's a way to package it up for an e-reader, or as a PDF?

This is a great move. Unfortunately it's still in Microsoft Word format and there's no license associated with it. Would love to see this somewhere like GitHub, where it could be forked and changed by others.

AWS Data Pipeline 14 years ago

Thanks, I've already tried that. My main issue is EBS performance when writing the dump file to disk. The backups themselves don't impact on database performace much, but writing up to 20 Gigs of a dump file to an EBS disk on a nightly basis is extremely slow. Maybe this Data Pipeline service will help bypass that.

AWS Data Pipeline 14 years ago

Just this week I was looking for a better solution that would back up my RDS database to S3. I'm currently using mysqldump, but the RDS instance size has grown extremely large and so, it has become unwieldly. Hopefully this will help with that.

"11:03 AM PDT We are currently experiencing connectivity issues and degraded performance for a small number of RDS DB Instances in a single Availability Zone in the US-EAST-1 Region."

Given that my sites are deployed using Multi-AZ RDS instances and yet they're still down, this takes the cake a little.

"It's built with simplicity and power in mind -- The simplicity for a non-technical user to be given the reigns to deploy from a master branch to a "staging" server… or to a production server after any tests have passed."

I'm sure there's good reasoning behind wanting to give a non-technical user the rights to deploy code to servers, but I'm afraid I can't seem to conceive of them right now. Can you elaborate why you would want someone without the requisite technical skills deploying code?

Are you sure it would cause a collapse in its user base? I don't think it would, given that it's so ingrained in the lives of college students. At most there would probably be some outcry followed by a symbolic climbdown by Facebook, but a 'total collapse' is extremely unlikely.

As someone currently going through my second H1B transfer in three years, I hope it works out quickly for you.

I'm in the process of drafting a letter to the Rep from my district about the nightmare that this process has been. I know its not going to change any overarching policy, but I'd at least like for the USCIS to keep the documentation I've already provided for my current visa on file so that I don't need to send them paperwork they've already seen for my first three applications.

Unfortunately, I suspect that somewhere at the heart of the USCIS system an entity relationship is enforced such that there is a one to one relationship between candidates and cases/visas and, thus, no interchange of information between one case/visa and the next. One advantage of this is that there is not likely to be much carryover of any errors between cases. This is purely speculation though.

A better model might result in a one to many relationship between candidates and cases/visas, where only one can be active at a time. This might result in an easier way for the immigration service to query each visa and tell me exactly what documentation is necessary for a transfer. However, this would also involve me trusting USCIS to actually manage and keep my data safe and secure. It would also involve me trusting them not to make any errors when inputting data to their system and for there to be an easy way to correct their data when they do make a mistake.

The one unfortunate thing that I'm sure about regarding immigration issues is that things are not going to change anytime soon. The lawyers who assemble and file visa applications at a very high cost for companies are not going to be happy if the system is made accessible for people to do by themselves. They, unfortunately, have a vested interest in keeping things as complicated as possible.

As for me, I'm going to do the same thing I've done with all my visa applications, I'm going to assemble everything associated with the application into one place (all paperwork, forms, emails, communications etc) and make a digital copy which will be encrypted and stored on a backup drive as well as a physical copy which will sit in my personal safe. Then, I'm going to start my new job and forget everything about the process and hope that I don't have to go through it again for a long time.

Good luck with everything!