Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mattsah
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Jsonified Ini Notation
(github.com)
2 points
by
mattsah
11y ago
|
0 comments
2.
▲
by
mattsah
12y ago
Note, this uses some newer CSS and JS stuff, Only tested in Firefox 35, but should probably have a good chance on Chrome too. Hit ctrl+s to save.
3.
▲
Patturns: A Silly Little Pattern Workspace
(mattsah.github.io)
2 points
by
mattsah
12y ago
|
1 comments
4.
▲
by
mattsah
13y ago
How's the Linux support?
5.
▲
by
mattsah
13y ago
Closest I can find is commits by author, but doesn't parse out specific files unless you view the commits: https://github.com/mattsah/beer-recipes/commits/master?autho... Change "mattsah" in th
6.
▲
by
mattsah
13y ago
It'd likely be possible to come up with that information using git, but I don't think github has an interface for it. If it makes you feel better I'll probably be starting a site with the repository at some point which would
7.
▲
Homebrew Beer Recipes
(github.com)
4 points
by
mattsah
13y ago
|
3 comments
8.
▲
GNOME 3 Rocks
(scriptogr.am)
3 points
by
mattsah
13y ago
|
0 comments
9.
▲
by
mattsah
13y ago
Did you use Chrome to access the URL?
10.
▲
InKWell 2.0 PHP Framework is now soft Beta
(inkwell.dotink.org)
1 points
by
mattsah
13y ago
|
0 comments
11.
▲
by
mattsah
13y ago
I couldn't get the article to load, but given that it's Bill Gates, I assume this has something to do with the spread of HIV/AIDS. From the commments I can discern that one concern is reducing pleasure. I'd imagine the condoms used in thir
12.
▲
by
mattsah
14y ago
No one has a "right" not to be offended insofar as such would trump any right to freedom of speech. That said, any company under the current circumstances has a "right" to fire an employee who might afford them negative attention one way o
13.
▲
by
mattsah
14y ago
Unlike Ruby devs we don't need to pray to God every time we deploy our code?
14.
▲
Hookline: a simple wrapper and manager for lsyncd instances
(github.com)
1 points
by
mattsah
14y ago
|
0 comments
15.
▲
by
mattsah
14y ago
Bigger inconvenience in Firefox 19: Script: http://gistflow.com/assets/application-ffa7d5c2098bdbb3028af... Keeps prompting me about taking a long time or dying...
16.
▲
Introducing Sage, a simple Documentation Generator for PHP
1 points
by
mattsah
14y ago
|
0 comments
17.
▲
A Useful Critique of PSR-X (PHP)
(scriptogr.am)
2 points
by
mattsah
14y ago
|
0 comments
18.
▲
by
mattsah
14y ago
I completely agree with this, and the documentation will be forthcoming on the GitHub wiki - so please follow and keep and eye out. There will also be an article at some point soon on Nettuts which will give a pretty complete example of it
19.
▲
by
mattsah
14y ago
In 99% of cases I would wager you don't want your stubs to perform much logic at all. You want their returns to be a static as possible. The more logic your stubs perform the greater chance your test may fail due to an error in your tes
20.
▲
by
mattsah
14y ago
On the heels of my post yesterday regarding Parody ( http://www.github.com/dotink/parody ), I am releasing Lab.
21.
▲
Lab - A stupid testing framework for PHP
(github.com)
1 points
by
mattsah
14y ago
|
1 comments
22.
▲
by
mattsah
14y ago
I'm not sure why you would have a test function in the main app as opposed to separate testing - but yes, it would. The intention of the AGPL is clear in my opinion and not really up for author interpretation. If someone is accessing code
23.
▲
by
mattsah
14y ago
I tried to clarify above. What I am trying to get at is that traditionally web software is not distributed at all. That is, the software itself is never provided to the user and the user just interfaces with it externally. The point regard
24.
▲
by
mattsah
14y ago
I'm not sure I follow. Could you give a hypothetical example? It's difficult to tell if you are only referring to the passing of the original Mime as an argument... which if you are, I presume is more a limitation of documentation. While
25.
▲
by
mattsah
14y ago
I misspoke, what I should have said is that GPL's distribution clause only pertains to binary software. clearly if you provide someone a piece of GPL software (such as a perl script to do something useful on their server) it's GPL so it's
26.
▲
by
mattsah
14y ago
GPL only applies to binary software. PHP is not compiled and linked.
27.
▲
by
mattsah
14y ago
Eww, bad formatting, apologize, as I'm not familiar with hacker news comment system, but you can see the case here: https://github.com/dotink/inKWellToo/blob/master/external/te...
28.
▲
by
mattsah
14y ago
Expectations and responses (provided by give()) are actually held internally. Your syntax is cleaner for very simple responses, however will become increasingly complex, particularly when the response itself is determined by a callback. A
29.
▲
by
mattsah
14y ago
Ok... I did have to increase version in composer.json though due to literal array syntax (hopefully not a deal breaker).
30.
▲
by
mattsah
14y ago
GPL does not "infect" a whole project either. GPL only requires you distribute source if you distribute the binary. It is designed so that users maintain the right to modify software that they use. The only difference with the Aferro clause
More ›