Live data from Hacker News

Viewing profile — waxjar

waxjar

HN member
Joined
Sun, Dec 25, 2011, 7:11 PM UTC
HN karma
360
Public activity
235 items

About waxjar

No profile information was provided.

Recent public activity

  1. comment
    Comment #21707902

    This submission is _advertising_ a paid app to... skip ads. Question for OP: how would you feel about a browser extension that automatically recognises submissions of this nature a…

  2. comment
    Comment #20313545

    This is the sort of input that you'd selectively pick in a unit test, too. What you don't do is also picking inputs like "llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch…

  3. comment
    Comment #14798840

    What about a static website served through nginx, for example?

  4. comment
    Comment #14204886

    It seems that some languages provide a pretty good abstraction, memory-wise ;)

  5. comment
    Comment #12172027

    I found that this makes rebasing a feature branch really difficult. The alternative is not much better.

  6. comment
    Comment #12077254

    Have you had a continental breakfast?

  7. comment
    Comment #11985095

    Was going to try it out today, but alas "You can’t use this version of the application “Intercept” with this version of OS X." I should update already ;)

  8. comment
    Comment #11981193

    We use Charles extensively at work, it's a great tool. The only thing that really annoys me is that, this being a Java app, the interface works slightly different than the standard…

  9. comment
    Comment #11857426

    What happens if a function is renamed?

  10. comment
    Comment #11283279

    Processes can communicate. I reckon you could have a process that's responsible for managing the cache instead of managing a separate cache from each process. I'm no Erlang program…

  11. comment
    Comment #11213522

    I'm sure you know this, but it's not missing that feature. It's just that the syntax is different.

  12. comment
    Comment #11068535

    Instead of the fencing token, could the scenario in the blog post be prevented using a good hashing function? When you perform a write, instead of the token, send a hash of the obj…

  13. comment
    Comment #11038170

    A droplet is just a VPS.

  14. comment
    Comment #11013431

    Taking money gives you all sorts of unpleasant responsibilities to deal with. That's not something everyone wants, especially not if you've got a day job you're not planning on lea…

  15. comment
    Comment #10896680

    Why? A currency symbol does not come with a decimal/thousands separator convention .

  16. comment
    Comment #10839139

    I don't think this comes up that often. It's easier to speak in terms of days and halves of days. Often this is accurate enough.

  17. comment
    Comment #10526538

    When I lock my front door and leave a spare key under the doormat, my insurance company is not obliged by law to pay for any damages if the spare key is used by thieves to enter my…

  18. comment
    Comment #10526515

    That experiment has been done before! https://github.com/philipl/pifs

  19. comment
  20. comment
    Comment #10431615

    Those aren't very fair to the dynamic languages and JIT compiled languages (this includes Scala). * For the dynamic languages execution time includes the time it takes to lex, pars…

  21. comment
    Comment #10422839

    For me, this only happens when I scroll up. That seems sensible to me.

  22. comment
    Comment #10409617

    My personal favorite: a safe, constant time equality method for cryptographic stuff.

  23. comment
    Comment #10387833

    Sure, but it's not very convenient. I regularly MITM a connection between a mobile app and a HTTP server, when something isn't going quite right. A look at the JSON they exchange e…

  24. comment
    Comment #10387644

    True. Fortunately, we can be reasonably sure there will be multiple good tools to debug something talking over HTTP 2.0. With something like Transit, I'm not so sure.

  25. comment
    Comment #10385776

    I don't think I would enjoy debugging a service that talks in a binary format.