Live data from Hacker News

Viewing profile — josephmoniz

josephmoniz

HN member
Joined
Tue, Nov 30, 2010, 5:47 PM UTC
HN karma
36
Public activity
24 items

About josephmoniz

No profile information was provided.

Recent public activity

  1. comment
    Comment #29591657

    > And as horrible as PayPal is, cryptocurrencies have even more friction and risk. This comparison with PayPal is perfect. The way I see it, ACH and wire transfers are to PayPal wh…

  2. comment
    Comment #29591577

    Stripe fees are higher than Solana $USDC transaction fees. You also don’t have to worry about getting your account shut down or funds frozen. I once worked for a YC company, LendUp…

  3. comment
    Comment #29587818

    As a 13 year old programmer learning to code in 2005, transferring money online seemed impossible, this was pre-stripe after all. A 13 year old getting a bank partnership or a paym…

  4. comment
    Comment #11606913

    Good point, the author clearly misses the point that tests themselves are code and thus can have errors in them as well. Code coverage is just a vanity metric if you're tests don't…

  5. comment
    Comment #11606903

    This reminds me of a talk from StrangeLoop 2012 by Paul Snively and Amanda Laucher "Types vs Tests". Well worth the watch. https://www.infoq.com/presentations/Types-Tests

  6. comment
    Comment #11606902

    >The pendulum is quickly swinging towards dynamic typing. Programmers are leaving the statically typed languages like C++, Java, and C# in favor of the dynamically typed languages …

  7. story
  8. comment
    Comment #9447873

    Yeah, this appears to be a bit misleading. It sounds as if they're just running the compiled jar as the /sbin/init process. IMO, thats a very lightweight distro but not a unikernel…

  9. story
  10. story
  11. story
  12. story
  13. story
  14. story
  15. story
  16. comment
    Comment #4820306

    I've been approached by a couple people like this for a technical co-founder position. I got scared off when i actually met them and discovered i had more product experience then t…

  17. comment
    Comment #4071858

    If you use a persistent PHP stack like mongrel2 + photon an opcode cache is just a waste of a php module. http://www.photon-project.com/

  18. story
  19. comment
    Comment #3465281

    The final method uses a really common programming idiom for optimizing the removal of elements in a std::vector known as "swap and pop". Swap and pop works by taking advantage of t…

  20. story
  21. story
  22. comment
    Comment #3352786

    I wish i could agree. However, my experiences in getting jobs as a software engineer have been vastly different. I've never spent longer then a week seeking a job in the software i…

  23. comment
    Comment #2282121

    NodePHP anyone? heh, afraid that would be a little more then just a SAPI implementation though, we'd have to throw out a good chunk of the standard library and very few if any exte…

  24. comment
    Comment #1954889

    This benchmark seems to be either out dated or somewhat falsified. I ran the same benchmark on my system and CI out performed Yii ( https://github.com/JosephMoniz/BlueElephant/blob…