Live data from Hacker News

Viewing profile — lambda_garden

lambda_garden

HN member
Joined
Thu, Aug 24, 2023, 3:52 PM UTC
HN karma
164
Public activity
76 items

About lambda_garden

No profile information was provided.

Recent public activity

  1. comment
    Comment #38955380

    It is related to how much the country can spend through borrowing and printing. Very few counties spend less than they raise through taxation.

  2. comment
    Comment #38955136

    Think how many game developers were able to realize their vision because Unity3D was accessible to them but raw C++ programming was not. We may see similar outcomes for other buddi…

  3. comment
    Comment #38950018

    Thanks for sharing this, very interesting. It seems that you cannot, in one database call, make a transaction? You would need to push your transfer to the depot, then poll until it…

  4. comment
    Comment #38941343

    indexes = function(data) query = function(indexes) How does this model a classic banking app where you need to guarantee that transfers between accounts are atomic?

  5. comment
    Comment #38938704

    An important factor is which country we are talking about. Only the US really has access to this "glitch" by being the world's reserve currency. UK austerity was so brutal because …

  6. comment
    Comment #38938490

    > the barrier to rolling my own is lower for me than introducing a Java dependency. Really? I never had problems using some JVM base image and deploying via a Docker image, which i…

  7. comment
    Comment #38928557

    > Have you tried to generate a SHA256 checksum for a file in the browser Have you tried to do this in Python? A Node comparison would be more appropriate.

  8. comment
    Comment #38928511

    This is not the gotcha you think it is.

  9. story
  10. comment
    Comment #38733896

    Wow that's an interesting thought. If every did their neighbor's laundry (say) and charged a fee, then everyone would be doing the same amount of laundry and have the same amount o…

  11. comment
    Comment #38733614

    In practice, I think it's easier to use linting and type-systems to prevent other code from mutating you stuff than defensive copying.

  12. comment
    Comment #38733122

    I use React. Why does that require deep clones? I simply do: return { ...current foo: "bar" };

  13. comment
    Comment #38732856

    Use the spread syntax to make a shallow copy; it's more performant.

  14. comment
    Comment #38732833

    I've never had the need to clone anything in a real JS code-base, personally. What's the use-case?

  15. comment
    Comment #38732402

    The docs are really poor. It makes me less confident that I have configured everything correctly.

  16. comment
    Comment #38698868

    Where would the new housing go? They should focus on building fast train links into the city.

  17. comment
  18. comment
    Comment #38694416

    No, that would also be a poor choice.

  19. comment
    Comment #38694308

    In C# you can create types where you control the layout and they are always stack allocated.

  20. comment
    Comment #38652779

    Turing Complete and non-determinstic languages are a bad fit for configuration.

  21. comment
    Comment #38652777

    Is it possible to use Dhall to generate YAML and side-step this issue?

  22. comment
    Comment #38601069

    The only way this can work in practice is restricting the memory patterns that the developer can use, which is what we see in Rust. Is it impossible to prove memory safety in the g…

  23. comment
    Comment #38567283

    Advanced languages can compile quickly - it depends on the feature set chosen. For example, do-notation is an advanced feature not found in most languages, but it compiles quickly …

  24. comment
    Comment #38557999

    This is why benefits shouldn't be means-tested.

  25. comment
    Comment #38557536

    This is the part where a basic social safety net comes in.