Viewing profile — uninverted
uninverted
HN member- Joined
- Tue, Mar 24, 2009, 1:48 AM UTC
- HN karma
- 120
- Public activity
- 60 items
- HN profile
- View on Hacker News ↗
About uninverted
No profile information was provided.
Recent public activity
-
comment
Comment #1395932
"Foobar inc., Portugal's leading provider of accounting software in the $50-$100 range marketed toward shipping companies".
-
comment
Comment #973495
The title sounds randomly generated.
-
comment
Comment #949518
What? You say that software with tests is more reliable, and then give an example of reliable software without tests.
-
comment
Comment #945155
I can't stop myself from reading it like free verse because of the line breaks :|
-
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.
-
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…
-
comment
Comment #884655
This is a paragon of obfuscatory buzz-speak.
-
comment
Comment #859191
There's a chicken and egg thing here...
-
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.
-
comment
Comment #859034
I wonder if perl would be less popular if it was a better language.
-
comment
Comment #859031
java cobol c++ fortran basic pascal php
-
comment
Comment #838564
Secret Newton Killer? Einstein?
-
comment
Comment #833835
I just scared the hell out of my neighbors. :)
-
comment
Comment #832654
There's no language called "Indian". They speak Hindi and English in India.
-
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.
-
comment
Comment #811914
Yep, total old boys club; you only get in from reference counting. When will women be able to mark and sweep?
-
comment
Comment #783834
This is very dubious (proving the opposite is easier), but it was quite a lot of fun.
- story
-
comment
Comment #783801
...Man, Clojure seems to have just about everything from every language ever.
-
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.
-
comment
Comment #781759
Smalltalk would be trivial to model with s-exps: (object message args)
-
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…
-
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 …
-
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?
-
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