KeithMajhor | 13 years ago | on: How to Make a Full Auto Book Scanner
KeithMajhor's comments
KeithMajhor | 13 years ago | on: Combinator Recipes for Working With Objects in JavaScript
var something = maybe(doesntCheckForSomething(value));
Should actually be:
var something = maybe(doesntCheckForSomething)(value);
If I'm wrong then I likely missed something so please let me know. Thanks.
KeithMajhor | 13 years ago | on: IPhone case with integrated charging cord
KeithMajhor | 13 years ago | on: Apple asks court to ban Samsung’s Galaxy Note and Galaxy S III from US
KeithMajhor | 13 years ago | on: Does category theory make you a better programmer?
KeithMajhor | 13 years ago | on: Apple granted preliminary sales ban of Galaxy Nexus
KeithMajhor | 13 years ago | on: Strong functional programming
Also, codata doesn't solve everything. You still can't filter infinite data. Filtering with \x -> x > 0 won't terminate for all infinite lists of numbers since [0 0 0 0 0 ...] is a potential case.
KeithMajhor | 14 years ago | on: Google Green - The Story of Send
KeithMajhor | 14 years ago | on: Rich Hickey: Reducers - A Library And Model For Collection Processing
KeithMajhor | 14 years ago | on: Man protests airport security - naked
KeithMajhor | 14 years ago | on: A Pinterest spammer tells all
KeithMajhor | 14 years ago | on: Fight SOPA/PIPA -- let your visitors call their senators in 1 click
KeithMajhor | 14 years ago | on: Bullshit
I like your analogy. It perfectly exemplifies what I'm trying to say. Can I not use their services and be careful while doing it? Driving my car is dangerous but I do it every day. I'm not trying to say that they're bad. If you're distilling the word "dangerous" down to it's connotation then I can understand your disagreement. Please understand that I'm not doing that.
KeithMajhor | 14 years ago | on: Bullshit
Some of apples products have RAM directly soldered to the motherboard. This has legitimate engineering trade-offs. Of the ones that don't do this: Are there any that deliberately void compatibility with alternatives. It looks like most of their cables have alternatives too. Their stuff is expensive sure. But are they deliberately locking you into using their accessories?
KeithMajhor | 14 years ago | on: Bullshit
I get the feeling "open" is not something you can be. It's a continuum. Things can be more or less "open" but nothing can actually be "open".
KeithMajhor | 14 years ago | on: Bullshit
Google is exactly that. I think you're reading too much into whats being said. Are you suggesting we shouldn't keep a watchful eye on Google? They have a tremendous amount of power.
KeithMajhor | 14 years ago | on: Bullshit
KeithMajhor | 14 years ago | on: Bullshit
KeithMajhor | 14 years ago | on: Show HN: An iPad app to teach kids how to program
Also, Conal Elliot did a talk about how to visualize higher order programming. He demonstrates a UI for manipulating higher-order functions. I don't know how directly useful it would be but it's at least a good place to farm for ideas. http://www.youtube.com/watch?v=faJ8N0giqzw The demo starts at 22:22 if you just want to skip to that.
KeithMajhor | 14 years ago | on: IBM: Mind reading is less than five years away. For real.