Live data from Hacker News

Viewing profile — yeahbutbut

yeahbutbut

HN member
Joined
Tue, Aug 27, 2013, 3:56 PM UTC
HN karma
70
Public activity
42 items

About yeahbutbut

No profile information was provided.

Recent public activity

  1. comment
    Comment #17295632

    > This basically was at its root a "theory" vs. "getting it done" argument. Because worse is better. https://www.jwz.org/doc/worse-is-better.html

  2. comment
    Comment #16188848

    >> my house is no longer filled with endless cardboard boxes. > You can throw in in the trash, you know :) I prefer to build forts for my cats out of my leftover boxes.

  3. comment
    Comment #15899683

    You're the one deciding what you need out of the material so that's up to you ;-)

  4. comment
    Comment #15716969

    I was trying to be punny by implying indecision... edit: also thanks for the link :)

  5. comment
  6. comment
    Comment #15654139

    That should probably be based on access patterns, not on mutability flags. If it's "archived", but has 1K downloads a day it should be in cache.

  7. comment
    Comment #15435707

    Do people really click on ads on purpose?

  8. comment
    Comment #13671254

    Found the emacs user! ;-)

  9. comment
    Comment #12766870

    > If you attempt to read the script in your browser first, and everything's great, then go pipe to bash, the server can send alternate content based on your user agent. curl | less…

  10. comment
    Comment #12462846

    How did you handle shared writable storage and databases?

  11. comment
    Comment #11794756

    They could be a shelf full of $2 novels. Owning a few hundred books doesn't cost very much (thanks printing press), and only implies an interest in reading not in being of a high s…

  12. comment
    Comment #8499007

    That strikes me as being less about controlling the message and more about making sure that the people entering the library know how to handle manuscripts that old (especially the …

  13. comment
    Comment #8231816

    It depends on what you mean by "supports". If you use myisam or need DDL statement rollback MySQL is still not a great option. http://wiki.postgresql.org/wiki/Transactional_DDL_in_…

  14. comment
    Comment #7940238

    > f.ex. where did the fixed width files come from? Encrypted and signed files sent over the wire from a company we do business with. Additionally I was just pairing the values up w…

  15. comment
    Comment #7938556

    You're right, let is a macro so you can't pass binding forms from a variable, my mistake. But surely Scheme has some function for binding variables to the local scope... My point i…

  16. comment
    Comment #7937746

    > "Let's make a function that has the side effect of introducing variables into scope. That's a great idea." And ``let'' is? ;-) Doing a (let [request] (check-auth ...)) would be e…

  17. comment
    Comment #7937730

    I've found exactly two: Ghetto templating (using a PHP file as a template). Extract an object from the database into local vars to echo in the "template". Parsing fixed width files…

  18. comment
    Comment #7591730

    For two options, almost certainly not ;-) For N ports, or for a port list defined from a config file however it could be. It's even nicer in python: ports = [80, 443, ...] if port …

  19. comment
    Comment #7588533

    And so far everyone has missed telling the poor OP how to avoid writing two equality checks... if( [80, 443].indexOf(port) !== -1 && http === false )

  20. comment
    Comment #7567095

    The problems can be solved in other languages, the tools are just clunkier. Lisp lets you solve the hard problems simply, and the solutions (not their expression) are what matters.…

  21. comment
    Comment #7342659

    I agree with the sentiment that the framework "disease" has gotten a little out of hand (it seems like we have a new one every few weeks now...). However, these same people would c…

  22. comment
    Comment #7312513

    My first thought was CDATA, but he could also mean using multiple namespaces or something else I suppose. https://developer.mozilla.org/en-US/docs/Web/API/CDATASectio...

  23. comment
    Comment #7239180

    Definitely a management perspective.

  24. comment
    Comment #7238899

    That is a name I have not heard in a long time. A long, long time...

  25. comment
    Comment #7233578

    > Allow me this one; are your belongings really yours if you forget to lock the door? Practically, it depends on where you live. In major urban areas: no they're gone and they prob…