bjacks | 10 years ago | on: GitHub is apparently in crisis again
bjacks's comments
bjacks | 10 years ago | on: GitHub is apparently in crisis again
bjacks | 10 years ago | on: Ask HN: Who is hiring? (February 2016)
bjacks | 10 years ago | on: A Badass Way to Connect Programs Together
Context here:
"I guess I’d underestimated the difficulty of implementing Anything-over-TCP in a sequential language. Just because it’s really really easy in Erlang doesn’t mean to say it’s easy in sequential languages."
bjacks | 10 years ago | on: How to Choose the Right Coding Bootcamp
bjacks | 10 years ago | on: How we used Category Theory to solve a problem in Java
bjacks | 10 years ago | on: Kelly Slater's New Man Made Wave Project
bjacks | 10 years ago | on: Big IPO, Tiny Payout for Many Startup Workers
bjacks | 10 years ago | on: Early exit is a tail call optimization of procedural languages
For example:
public string Execute(int integer, string str, bool boolean) {
string result;
if (isValidInteger) {
result = validateStringAndBool(str, boolean);
} else {
result = “Error: Integer is too small”;
}
return result;
} private string validateStringAndBool(string str, bool boolean) {
if (!string.IsNullOrWhiteSpace(str)) {
return isValidBoolean(boolean)
} else {
return “Error: String is null or empty”;
}
}
private string isValidBoolean(bool boolean) {
if (boolean) {
return “Success”;
} else {
return “Error: Incorrect Boolean”;
}
}
And yeah, I can't see how this has anything to do with tail call optimization other than a fluffy analogy to stacks - mental and programmatic.bjacks | 10 years ago | on: Atlassian gets IPO share price of $27
bjacks | 10 years ago | on: Who Y Combinator Companies Want
Is it the particular things they have worked on at other jobs, i.e. their experience, or is it the way they talk about what they want to build?
I'd be really interested to hear how I can make myself sound like more of a product programmer.
bjacks | 10 years ago | on: Is the new Zuckerberg fake charity an estate tax avoidance scheme?
bjacks | 10 years ago | on: P vs. NP: An Assumption That Runs the Internet
bjacks | 10 years ago | on: Atlassian files for IPO
bjacks | 10 years ago | on: Reconsider
"The web is the greatest entrepreneurial platform ever invented. Lowest barriers of entry, greatest human reach ever. I love the web. Permission-less, grand reach, diversity of implementation. Don’t believe this imaginary wall of access of money. It isn’t there."
bjacks | 10 years ago | on: Cops are asking Ancestry.com and 23andMe for their customers’ DNA
bjacks | 10 years ago | on: What Really Keeps Women Out of Tech
bjacks | 10 years ago | on: Developers who can build things from scratch
bjacks | 11 years ago | on: How Coursera Competes for the Best Talent
bjacks | 11 years ago | on: How Coursera Competes for the Best Talent
Needless to say I rejected the offer, I was so unimpressed with the hiring process. Disgusted actually.
https://www.glassdoor.com/Reviews/GitHub-Reviews-E671945_P3....