Live data from Hacker News

Viewing profile — uriel

uriel

HN member
Joined
Sun, Jan 25, 2009, 4:55 PM UTC
HN karma
1,466
Public activity
449 items

About uriel

I love cuddly space rabbits. http://glenda.cat-v.org

Recent public activity

  1. story
  2. comment
    Comment #3166868

    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 …

  3. comment
    Comment #3166492

    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, …

  4. comment
    Comment #3166288

    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 P…

  5. comment
    Comment #3164927

    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 h…

  6. comment
    Comment #3163451

    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 monopolie…

  7. comment
    Comment #3163372

    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 som…

  8. comment
    Comment #3159839

    > 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…

  9. comment
    Comment #3155502

    I propose HTTP 0.2, a subset of HTTP 1.1 with some simple extensions: http://http02.cat-v.org

  10. comment
    Comment #3144854

    Java is the new COBOL.

  11. comment
    Comment #3128941

    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 …

  12. comment
    Comment #3124940

    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…

  13. comment
    Comment #3124702

    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/2…

  14. comment
    Comment #3124693

    Nope. There is nothing that forces Googlers to either use or promote Go.

  15. comment
    Comment #3123872

    All technology should be a means to an end. Anything else is either art of intellectual masturbation. I suspect most claims of how new technology makes people who 'live tech' more …

  16. comment
    Comment #3123579

    For me Go has made programming enjoyable again.

  17. comment
    Comment #3123558

    > 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

  18. comment
    Comment #3122508

    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 pa…

  19. comment
    Comment #3122024

    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 sur…

  20. comment
    Comment #3116653

    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,…

  21. comment
    Comment #3116638

    CAs are one of the biggest scams of the last twenty years.

  22. comment
    Comment #3116636

    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 publishe…

  23. comment
    Comment #3116616

    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.

  24. comment
    Comment #3113460

    Even if others did it before, it is still an annoying line noise.

  25. comment
    Comment #3113448

    Code Search allows using regexps for searching, which is one of the things that made it super awesome.