Viewing profile — lambda_garden
lambda_garden
HN member- Joined
- Thu, Aug 24, 2023, 3:52 PM UTC
- HN karma
- 164
- Public activity
- 76 items
- HN profile
- View on Hacker News ↗
About lambda_garden
No profile information was provided.
Recent public activity
-
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.
-
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…
-
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…
-
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?
-
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 …
-
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…
-
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.
-
comment
Comment #38928511
This is not the gotcha you think it is.
- story
-
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…
-
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.
-
comment
Comment #38733122
I use React. Why does that require deep clones? I simply do: return { ...current foo: "bar" };
-
comment
Comment #38732856
Use the spread syntax to make a shallow copy; it's more performant.
-
comment
Comment #38732833
I've never had the need to clone anything in a real JS code-base, personally. What's the use-case?
-
comment
Comment #38732402
The docs are really poor. It makes me less confident that I have configured everything correctly.
-
comment
Comment #38698868
Where would the new housing go? They should focus on building fast train links into the city.
- comment
-
comment
Comment #38694416
No, that would also be a poor choice.
-
comment
Comment #38694308
In C# you can create types where you control the layout and they are always stack allocated.
-
comment
Comment #38652779
Turing Complete and non-determinstic languages are a bad fit for configuration.
-
comment
Comment #38652777
Is it possible to use Dhall to generate YAML and side-step this issue?
-
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…
-
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 …
-
comment
Comment #38557999
This is why benefits shouldn't be means-tested.
-
comment
Comment #38557536
This is the part where a basic social safety net comes in.