adient
|
12 years ago
|
on: Porting the Go compiler from C to Go
Implementing the compiler in Go becomes the effort to improve the implementation. Obvious, no?
adient
|
12 years ago
|
on: Porting the Go compiler from C to Go
Go 1.0 spec is already frozen and will not change any time soon.
adient
|
12 years ago
|
on: AnsibleWorks Raises $6M
You can use any CF tool over ssh, this is not unique to ansible. In doing so, you can also "push" to any CF tool. You can also push by using more integrated tools, such as mcollective with puppet.
adient
|
12 years ago
|
on: AnsibleWorks Raises $6M
Puppet supports a push model using mcollective. You can also just use ssh the same as ansible and use any CF tool to "push" changes.
adient
|
12 years ago
|
on: Marelle: logic-based devops with Prolog
Not relevant to devops. Please change the title.
adient
|
12 years ago
|
on: Show HN: CoreOS, a Linux distro for containers
As mentioned, you would need "some sort of process" to config the host -- this is Puppet/Chef/etc. Replacing those is not trivial.
Also, not quite sure I understand config "inside vs outside" being the big idea. You can easily include Puppet manifests and have Puppet run in standalone mode from within the container with no outside access to config. That's not new.
adient
|
12 years ago
|
on: Orbs CCG (YC S13) takes to Kickstarter to reinvent Magic: The Gathering
Dominion isn't a CCG, it's a deck building board game. Two completely different categories that aren't directly competing.
adient
|
12 years ago
|
on: Anonymous Person Posts $500,000 Bond To Free Texas Teen
Posting bail has nothing to do with being under arrest, and everything to do with remaining detained. For many (particularly non-violent) arrests there is no reason to detain a person until the time of their trial, which is at least a month but can commonly be a year or longer after the original arrest date due to a backlogged court system as well as delays necessary to prepare for a trial. Bail system does favor people that can afford it, but so does the trial system (afford a better lawyer), the healthcare system (afford a better doctor), the housing system (afford a better house in a better area), etc. That's called capitalism.
adient
|
12 years ago
|
on: The Architecture Twitter Uses to Deal with 150M Active Users
You're arguing for scaling up (vertical) instead of scaling out (horizontal). Both are valid approaches. Scaling out is preferred because your architecture is mode modular and you do not have to constantly buy bigger machines as your usage grows; you just add additional machines with similar capacity. The main problem with scaling up is that price and performance are not linearly related and eventually you will be limited by the performance available to one system. But it's a perfectly valid approach for certain scenarios.
adient
|
12 years ago
|
on: The Jobless Rate for Poor Black Teen Dropouts is 95%
Dropping out is not the opposite of not graduating; you can continue trying to graduate for several years. The actual dropout rate is 7.4%: nces.ed.gov/fastfacts/display.asp?id=16
adient
|
12 years ago
|
on: Ask HN: Appetite for DevOps Screencasts?
You'll probably want something more like MailChimp than Mailgun for mass emailing subscribers.
adient
|
12 years ago
|
on: Why I Dislike EC2
*isnt much cheaper if you need a server with no storage or network usage.
adient
|
12 years ago
|
on: Ask HN: Has the "Who's Hiring" thing worked out for anyone?
Was hired using the thread last year. Would look here before looking elsewhere in the future. There are always clueless companies mixed in, but less noise here.
adient
|
13 years ago
|
on: Ask HN: Who is hiring? (February 2013)
I'd be interested to hear why you've created a separate "devops" position in addition to the linux engineer. Do you actually have a separate team you call "devops"? If so, how does this relate to the concepts of DevOps other than in name?
adient
|
13 years ago
|
on: Ask HN: Who is hiring? (February 2013)
I'm a bit surprised that deviantart has chosen to call the position a "devops" engineer on the "devops" team when what you're really looking for is a system engineer on your ops team. Does that concern any of the "devops" engineers that the management doesn't understand what devops is?
adient
|
13 years ago
|
on: Ask HN: college degree
The average for a 4 year degree only is just shy of $55,000 so the minimum is well below that. Perhaps you mean specifically computer science, but based on location and the school you went to you can definitely start below $60k. You are probably also referring specifically to SF, where your number sounds about right. Might be time to reconsider your perspective before trying to make sweeping generalizations.
adient
|
13 years ago
|
on: What is the best way to invest $870?
Did you even try to research this yourself? There are many mutual funds that have 20%+ YTD. It's typically recommended to invest before paying off debt like student loans/mortgages because you're likely to make more investing than what you'd save on interest.
adient
|
13 years ago
|
on: Announcing HashiCorp (a Company for Vagrant)
Puppet, chef, cfengine, etc...
adient
|
13 years ago
|
on: Features of Solr vs. ElasticSearch
Yokozuna is Riak + Solr, not ES.
adient
|
13 years ago
|
on: Brian Harvey: Why SICP matters
6.01 (6.001) is where SICP was previously taught, not 6.00. 6.00 is an introductory course to be taken for those with no/limited programming exposure before 6.01.