There might be some selection bias, users who still like the contents of the current frontpage are more likely to still be around than users who as the frontpage shifted away from their taste visit it less often.
Afaik FLAC this days uses an ogg container, which is where the metadata goes, so support should be as good as for Ogg Vorbis.
In practical terms, I have a huge collection of FLAC, and never had trouble with metadata, sounds like a bug in whatever player you were using.
It is such a shame that ARM has taken over MIPS place in the embedded world, and that SGI crashed and killed it in the server space, MIPS is a much nicer architecture than ARM or PPC, (and nevermind SPARK or god forbid IA64).
I'm not a big fan of RMS, but this is a good point, in our current world the freedom to control the software that runs on devices you own is becoming more and more essential, not having that freedom undermines all other freedoms (from privacy to free speech).
Everyone should read this post, the origins of copyright are very enlightening when trying to understand the insane system we have now.
Intellectual property is system of monopolies inherently incompatible with a competitive, creative and innovative free market, how the IP-industry managed to turn this argument around in the minds of most people is truly scary.
Welcome to the Internet. As Paul Vixie pointed out ages ago: "The Internet is not for sissies."
Trolls are almost as old as the net, and they are not going to disappear without something short of a big-brother state that makes the Great Firewall Of China look like kids play.
So better get used to it.
Also remember:
"Liberty resides in the rights of that person whose views you find most odious." — John Stuart Mill
[Disclaimer: I have often been labeled a troll, and I'm not offended by this label.]
> Allow companies to patent innovations but legally force them to license it to others for a "fair price".
And who gets to define what is a "fair price"? The whole point of patents is that they are a monopoly, and they are inherently anti-competitive.
I propose HTTP 0.2, a subset of HTTP 1.1 with some simple extensions: http://http02.cat-v.org
Java is the new COBOL.
Go is mind-stretching in its practicality and pragmatism.
Most (but not all) its ideas have been implemented before elsewhere (but then, that is almost bound to be true of any new language).
But the real 'innovation' is in the careful selection of those ideas and in how well they work together _in practice_.
This puts off people who are used to this or that feature in other languages, Go is not about checklists of features or abstract arguments about how languages should be, it is about what works really well when you sit down to write (or read) code.
Google is a very big and diverse organization, I'm sure there are some that do promote pretty much every language you ever heard of (and many you didn't).
Actually, I remember some years ago reading about some Googlers that used C#, no clue what for, and it was a while ago, but it is not unrealistic.
There have been many changes to both the Go language and the stdlib, but it is really easy to keep your code updated (specially since gofix was introduced: http://blog.golang.org/2011/04/introducing-gofix.html ) so this should not be an obstacle to learning the language.
That said, version "1" of the language is due for early next year, which should provide a long-term stable language and set of libraries, for details see:
Nope. There is nothing that forces Googlers to either use or promote Go.
For me Go has made programming enjoyable again.
> Is Go adoption happening?
Slowly (not surprisingly giving the youth of the language), but it is happening, see: http://go-lang.cat-v.org/organizations-using-go
Also, most modern software/hardware is not particularly exciting from a usefulness point of view. It is mostly the same stuff that has been around for ages in a slightly smaller package with a new coat of paint.
Except that building a "properly written PHP app" is way harder than in almost every other language in widespread use.
The number of pitfalls and traps you can fall into almost surpasses the 'safe' parts of the language (and its environment).
Events are evil, much better use something like Plan 9 (port) libthread ( http://man.cat-v.org/plan_9/2/thread ) or Russ Cox's libtask ( http://swtch.com/libtask/ ).
Or better yet, program in Go ;)
CAs are one of the biggest scams of the last twenty years.
Copyright is a (supposedly temporary) government granted monopoly.
It is very often used for censorship, and its origins are in the censorship system (ie., requirement for publishers to be licensed by the king) of the middle ages.
Authors that publish their works have no god-given right to control how others use their work, if I'm an sculptor and I sell an sculpture, whoever buys it can do whatever the hell wants with it, they can smash it, put it in their toilet, or whatever else.
The point of copyright was supposedly to encourage the creation of art, but it clearly has been stifling both the creation and enjoyment of art for a long time now.
It is worth noting that Bruce Eckel pretty much gave up on C++ as a hopeless mess long ago. After some time in Java-land and Python-land this days he is hanging out in Go-land.
Even if others did it before, it is still an annoying line noise.
Code Search allows using regexps for searching, which is one of the things that made it super awesome.
Interesting note: As far as I know Code Search was built mostly by Russ Cox, he is now one of the main developers of the Go language.
> However those iFanboys polluted all true tech discussions, by bringing such constructs to tech discussions like 'I love my ' , 'I browse the internet with my ...', 'Non-iphone users stink, or are poor etc', to further enlarge the status-widget.
Don't forget one of the worst forms of iPollution: "Sent from my iFoo". Why should people reading your messages care?
I'm fairly sure much of both Delphi and VB are written in C.
I wonder what the Turbo Pascal compilers were written in...
For anyone interested, section 9 of the Unix 8th Edition manual has documentation about the jerq: http://man.cat-v.org/unix_8th/9/
Intro(9) is a good starting point: http://man.cat-v.org/unix_8th/9/intro
It was thanks to dmr that a few years ago the 8th Edition manual and other valuable historical materials escaped the closed vaults of Bell Labs, without his help most of us would not have access to this treasures. This might pale in comparison with his many much greater accomplishments, but it shows how he was always ready to selflessly help until the end, in big and small ways, even when it involved breaking silly corporate rules.
See also the Blit paper: http://doc.cat-v.org/bell_labs/blit/
[This is a repost of my comment in G+]
Yes, precisely the opinion of somebody that has not written anything in Go.
Not to mention somebody quite biased given that Go has been way more successful in being used to build actual systems than Alexandrescu's D2.
HTML-ized version of the 1st ed. manual: http://man.cat-v.org/unix-1st/
(Which works as mirror, given that the Bell Labs site seems to have crashed under the weight of the news of dmr's dead)
The Go stdlib is rather comprehensive. And there are tons of third party libs:
http://go-lang.cat-v.org/pure-go-libs http://go-lang.cat-v.org/library-bindings