Live data from Hacker News

Viewing profile — uninverted

uninverted

HN member
Joined
Tue, Mar 24, 2009, 1:48 AM UTC
HN karma
120
Public activity
60 items

About uninverted

No profile information was provided.

Recent public activity

  1. comment
    Comment #1395932

    "Foobar inc., Portugal's leading provider of accounting software in the $50-$100 range marketed toward shipping companies".

  2. comment
    Comment #973495

    The title sounds randomly generated.

  3. comment
    Comment #949518

    What? You say that software with tests is more reliable, and then give an example of reliable software without tests.

  4. comment
    Comment #945155

    I can't stop myself from reading it like free verse because of the line breaks :|

  5. comment
    Comment #897529

    Classic game theory: it's (supposedly) a net benefit for everyone to watch TV, but for any given person it's a net loss.

  6. comment
    Comment #887906

    I wonder what a language with a three character Fibonacci sequence would be like. You'd probably need Unicode, if the language wasn't specifically designed for the Fibonacci sequen…

  7. comment
    Comment #884655

    This is a paragon of obfuscatory buzz-speak.

  8. comment
    Comment #859191

    There's a chicken and egg thing here...

  9. comment
    Comment #859138

    I don't care which language is popular, I want to know what makes a language popular. I try to choose languages orthogonally to popularity.

  10. comment
    Comment #859034

    I wonder if perl would be less popular if it was a better language.

  11. comment
    Comment #859031

    java cobol c++ fortran basic pascal php

  12. comment
    Comment #838564

    Secret Newton Killer? Einstein?

  13. comment
    Comment #833835

    I just scared the hell out of my neighbors. :)

  14. comment
    Comment #832654

    There's no language called "Indian". They speak Hindi and English in India.

  15. comment
    Comment #814098

    I use a really similar wm called Awesome (written in C and Lua), but I might switch once I grok haskell more.

  16. comment
    Comment #811914

    Yep, total old boys club; you only get in from reference counting. When will women be able to mark and sweep?

  17. comment
    Comment #783834

    This is very dubious (proving the opposite is easier), but it was quite a lot of fun.

  18. story
  19. comment
    Comment #783801

    ...Man, Clojure seems to have just about everything from every language ever.

  20. comment
    Comment #783471

    I like Lisp too, but there's nothing especially accurate about it's arithmetic that you can't get in other civilized languages.

  21. comment
    Comment #781759

    Smalltalk would be trivial to model with s-exps: (object message args)

  22. comment
    Comment #781620

    I think you need laziness to be a little more prevalent than that before it makes a difference. Haskell's super-concise Fibonacci sequence illustrates that: let fib = 1 : 1 : zipWi…

  23. comment
    Comment #781425

    This question would be the length of a book if I had to define those words. Any hostility you detected was imagined. I was only pondering if a language in a certain style could be …

  24. story
    Ask HN: Could a Lisp be Blub?

    Could a language with S-expressions, macros, first-class functions, and a REPL cater to average programmers and be despised by hackers? How could you cripple these things?

  25. comment
    Comment #781187

    http://utilitymill.com/utility/MetaUtility Just about the same thing for Python. It would probably be trivial to write another one like _why's with Rails, though