anaran | 8 years ago | on: Fix All Conflicts: Easy-To-use CUI for Fixing Git Conflicts
anaran's comments
anaran | 8 years ago | on: The Hunt for Aliens Is a Grassroots Movement Funded by Billionaires
anaran | 10 years ago | on: Mozilla and Palemoon – Mozilla losing their temper?
Mozilla could just as well be a victim of badmouthing.
anaran | 10 years ago | on: Investing in Stocks: You are Thinking about Risk All Wrong
Wonder why you haven't mentioned ETFs which are much safer than investing in individual stocks which may realize a 100% loss should the company file for chapter 11.
anaran | 10 years ago | on: Show HN: Zip It – Encryption Anywhere
That should at least be <input type="password">
anaran | 10 years ago | on: Hippies from Hell
anaran | 11 years ago | on: ES6 Repl Chrome Extension
This works fine in a Content Scratchpad of nightly Firefox for me:
// See also
// https://github.com/richgilbank/ES6-Repl-Chrome-Extension/issues/12
function add(a, b) {
return a + b;
}
let nums = [5, 4];
console.log("foobar" + add(...nums));anaran | 11 years ago | on: Writing Extensions for Firefox Is Barely Worth the Trouble
anaran | 11 years ago | on: Writing Extensions for Firefox Is Barely Worth the Trouble
Firefox has an Addon Debugger.
Also https://addons.mozilla.org (AMO) has much more accountable guidelines than https://chrome.google.com/webstore/ (cws).
cws has a lot of issues with lengthy reviews as well https://groups.google.com/a/chromium.org/forum/#!searchin/ch...
Over at AMO you can monitor the review queue position of your addon, and there is even IRC channels #amo-editors and #amo to talk to.
Review mails have specific feedback about issues they find.
Google extension reviews, bug reports (e.g. Chrome or Android bugs[1]), googlecode site support[2], are an ever growing super massive black hole.
[1] e.g. https://code.google.com/p/android/issues/list?can=2&q=blueto... [2] https://code.google.com/p/support/issues/list
anaran | 11 years ago | on: Writing Extensions for Firefox Is Barely Worth the Trouble
I find Firefox less resource-hungry and with the WebIDE and Code Snippets that don't need to import/export to devtools source snippets it might even be ahead of Chrome.
anaran | 11 years ago | on: Writing Extensions for Firefox Is Barely Worth the Trouble
Another great thing with the addon-sdk is it works with Firefox for Android as well (with some limitations).
Does Chrome for Android even have extensions yet?
anaran | 11 years ago | on: Python 3 is killing Python
http://www.wikiart.org/en/gustave-dore/the-inferno-canto-13-...
anaran | 11 years ago | on: Python 3 is killing Python
anaran | 12 years ago | on: Thirty Years of Mac [video]
anaran | 12 years ago | on: Thirty Years of Mac [video]
Either you are inside their walled garden, or out (the better place for me).
anaran | 12 years ago | on: H2 {position: sticky} [video]
They don't seem to be interested in feedback on that site though.
{position: sticky} will definitely be a great feature to have.
anaran | 12 years ago | on: This site is down because the owner stiffed the web designer
I just think this confrontation in public (with one side as yet unidentified) will not work towards a solution.
anaran | 12 years ago | on: This site is down because the owner stiffed the web designer
While it sure provides negative publicity for the store owner, it would probably not further the career of the web designer either.
anaran | 13 years ago | on: Apple posts its UK apology to Samsung
anaran | 13 years ago | on: Lisp-like html as a replacement to bbcode/markup/textile
If you call it lispy it's gotta use parens.
The curlies immediately suggest some broken json or perl hash.
I can see the lispy spirit in applying the car to the cdr, and I like it!
One first bug report (or feature removal request):
makes it to the output, but is replaced with the U+00A0 character in the input textarea.
{p like so}
What's the concern with a real lisp syntax?
I for one like it!