You can’t say anything of substance in 280 characters
Your preceding comment is 247 characters.
HN user
You can’t say anything of substance in 280 characters
Your preceding comment is 247 characters.
If you're using Firefox: https://addons.mozilla.org/firefox/addon/hide-w3schools/
Yes, a better Perl script [1] :-)
In C, re2c [2] provides something similar, and there are similar tools available in other languages.
[1] https://metacpan.org/pod/Devel::Tokenizer::C
[2] http://re2c.org/
(The Groucho Marx joke isn't sarcasm.)
They're not stupid and understand very well what the current climate is, but decided to announce this peculiar tool anyway.
It's not new: https://news.ycombinator.com/item?id=13713443
Several more are listed here: https://handleshaus.wordpress.com/2013/12/26/bullied-and-bad...
My dreams of having the safe navigation operator from Coffeescript (a?.b?.c) must yet remain unfulfilled...
Not for long: https://github.com/babel/babel/pull/5813
Depends on the system. The default on Arch Linux is local gem installs:
$ cat /etc/gemrc
# --user-install is used to install to $HOME/.gem/ by default since we want to separate
# pacman installed gems and gem installed gems
gem: --user-installit's entirely possible to install local untrusted addons. You just have to poke some settings that are intentionally hidden from most end users
It's possible to install unsigned addons in ESR, developer and unbranded builds of Firefox. It's no longer possible to install them in the regular release or beta versions. The hidden setting was disabled in Firefox 48.
s/Storgatz/Strogatz/
Can anyone point me to any resources which address and discuss this issue?
The UI looks slick. I prefer the look of it to the one I've used. [1]
A good keyword for finding these "Don't break the chain" [2] apps on Android is "Seinfeld". [3]
[1] https://play.google.com/store/apps/details?id=se.lixi.mychai...
[2] http://lifehacker.com/281626/jerry-seinfelds-productivity-se...
[3] https://play.google.com/store/search?q=seinfeld%20chain|habi...
Comments by the author here. [1] See also: Esoteric Language Implemented in Preprocessor. [2]
The metadata in the commit message isn't used in any way, so you can always:
git commit --amend
I personally find it a useful default, though, i.e. there's not usually much more I want to say than "added a subrepo: [metadata...]", and, for something like this, I'd rather err on the side of too much information than too little.It generates pretty verbose (and ugly) commit messages made of json.
This was fixed recently. [1]
I haven't tried subtree yet, will do that next :-)
The git-subrepo intro has a pretty good overview of the issues with git-subtree. [2]
[1] https://github.com/ingydotnet/git-subrepo/issues/40
[2] https://github.com/ingydotnet/git-subrepo/blob/master/Intro....
For a less painful [1] solution, see git-subrepo. [2]
[1] https://github.com/ingydotnet/git-subrepo/blob/master/Intro....
s/anger/frustration/
... and failed:
Once you understand what monads are, and why they exist, you lose the ability to explain them to anybody. -- Douglas Crockford [1]
I've been using this for the past week or so without any issues: https://addons.mozilla.org/en-US/firefox/addon/auto-unload-t...
Writing NetBSD Sound Drivers in Haskell
"Learnings" is at best a pointless affectation
No, at best it's a deliberately wonky usage for comic effect [1], like "Internets". It's quite possible the author is being gamesome. [2]
[1] https://simple.wikipedia.org/wiki/Borat:_Cultural_Learnings_...
Also:
* Little Big Planet [1]
* Scala's type system [2]
[1] http://forums.xkcd.com/viewtopic.php?f=12&t=57034#p2029587
[2] http://michid.wordpress.com/2010/01/29/scala-type-level-enco...
The Bootstrap 3 ticket/discussion is also pretty epic. [1]