Live data from Hacker News

Viewing profile — frankreyes

frankreyes

HN member
Joined
Fri, May 14, 2021, 12:25 PM UTC
HN karma
191
Public activity
276 items

About frankreyes

No profile information was provided.

Recent public activity

  1. comment
    Comment #38261578

    > Another profitable industry besides mining could be setting up nursing homes on the moon, where wealthy elderly folks could live fuller lives due to the reduced gravity. That's w…

  2. comment
    Comment #37900896

    That's almost 1% of total BTC supply

  3. comment
    Comment #37900750

    Wasn't this also similar for itanium? Where the branch burden would be on the compiler?

  4. comment
    Comment #37854523

    > Not only are there enormous protections with the mis-use of one's credit card, but the 'password'/card number is randomly generated and not used elsewhere. Not true. My mother go…

  5. comment
    Comment #37854424

    Having a dollar budget would make the imbalance worse unless ideally they don't get away with moral hazard. The issue is usually having managers taking all the benefits and none of…

  6. comment
    Comment #37841992

    In my opinion yes, ECC should be standard. ECC is expensive just because Intel had a monopoly over the server segment, and unilaterally forced desktop not to use ECC. Otherwise peo…

  7. comment
    Comment #37830558

    It depends on your workload. Some industries require to be able to reproduce exact bit by bit data. Anything that requires absolute bit certainty, for example digital signatures, e…

  8. comment
    Comment #37829236

    Argentinian economics at its best. Let's hope Egyptians come to their senses and realize that they can't get us dollars out of thin air and controls such as this will Only make it …

  9. comment
    Comment #37828992

    Is the insulin cheaper now? No.

  10. comment
    Comment #37818037

    Government regulations. It's as easy as allowing to import it from cross the border from Mexico and Canada.

  11. comment
    Comment #37818016

    Either die for sure from lack of insulin, or have a chance of not dying by crossing the border. The math checks out

  12. comment
    Comment #37818007

    You're missing the point. The insulin is the point. And the insulin is still expensive. It would be easier to just import it from the border, either Mexico or Canada.

  13. comment
    Comment #37800694

    The difference is temporal: tip is for a "past" already rendered product or service. Sbf, Holmes, et al, it's about a promise for "future" services, which have a risk associated of…

  14. comment
    Comment #37775605

    We need new rules that improve enforcement. And then enforce the enforcement with rules about enforcing enforcement!1 That's the thinking of bureocrats who see the world in terms o…

  15. comment
    Comment #37762449

    Cover letters were required 100 years ago when CVs and resumes had to be delivered by postal mail and the secretary of the company had to direct the CV to the right application and…

  16. comment
    Comment #37672794

    > The developer could have accepted that allegedly inferior fix, give the credit, and patch it with their own version in a single commit. My best oss contribution was done exactly …

  17. comment
    Comment #37570064

    Many decades ago I worked in a Java team who they were using some money as a double and some as a BigDecimal. When I asked why, ... they said that at the start they didn't think th…

  18. comment
    Comment #37554063

    Isn't this the same reason people used to drink lots of alcohol? Because whisky is safer (Short term) compared to non drinkable water?

  19. comment
    Comment #37529679

    > This happened here in Germany and it was an awful time. Because you didn't diversify your economy. Just like my last sentence said. Sorry about your country but my ex wife is Ger…

  20. comment
    Comment #37520088

    The more clients, the more chances that any will leave. That's called variance, aka, risk. Economies of scale reduce or help the amortization fixed costs, not variable costs. Econo…

  21. comment
    Comment #37520052

    Some companies solve this with Franchises. Others with performance linked bonus. What other options do we have?

  22. comment
    Comment #37519798

    Dunning Kruger Effect, one more time.

  23. comment
    Comment #37494016

    Yes, They probably run some cash numbers internally and realized that forcing everyone to pay would be the only plausible way to make money

  24. comment
    Comment #37466198

    Thanks, never wrote Rust so I'm just guessing. What else there is, besides static type checks? Is there a runtime side too?

  25. comment
    Comment #37465948

    Rust just took C++ std::unique and std::shared ptr and made those integrated directly in the language, and the only option for allocation. Which is awesome. It would be nice to see…