Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
lambda_garden
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
lambda_garden
3y ago
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.
▲
by
lambda_garden
3y ago
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 budding artists with the help of AI models. I'm quite excite
3.
▲
by
lambda_garden
3y ago
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 has been accepted. If you do not poll, then your transactio
4.
▲
by
lambda_garden
3y ago
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.
▲
by
lambda_garden
3y ago
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 there's no real demand for GBP, outsid
6.
▲
by
lambda_garden
3y ago
> 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 is what I would be doing anyway.
7.
▲
by
lambda_garden
3y ago
> 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.
▲
by
lambda_garden
3y ago
This is not the gotcha you think it is.
9.
▲
What I Love about F#'s Type System
(coffeebreakcoder.com)
5 points
by
lambda_garden
3y ago
|
0 comments
10.
▲
by
lambda_garden
3y ago
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 of money, yet GDP would rise?
11.
▲
by
lambda_garden
3y ago
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.
▲
by
lambda_garden
3y ago
I use React. Why does that require deep clones? I simply do: return { ...current foo: "bar" };
13.
▲
by
lambda_garden
3y ago
Use the spread syntax to make a shallow copy; it's more performant.
14.
▲
by
lambda_garden
3y ago
I've never had the need to clone anything in a real JS code-base, personally. What's the use-case?
15.
▲
by
lambda_garden
3y ago
The docs are really poor. It makes me less confident that I have configured everything correctly.
16.
▲
by
lambda_garden
3y ago
Where would the new housing go? They should focus on building fast train links into the city.
17.
▲
by
lambda_garden
3y ago
No, that would also be a poor choice.
18.
▲
by
lambda_garden
3y ago
In C# you can create types where you control the layout and they are always stack allocated.
19.
▲
by
lambda_garden
3y ago
Turing Complete and non-determinstic languages are a bad fit for configuration.
20.
▲
by
lambda_garden
3y ago
Is it possible to use Dhall to generate YAML and side-step this issue?
21.
▲
by
lambda_garden
3y ago
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 general case due to the halting problem?
22.
▲
by
lambda_garden
3y ago
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 as it is syntactic sugar. Operator overload, on the other
23.
▲
by
lambda_garden
3y ago
This is why benefits shouldn't be means-tested.
24.
▲
by
lambda_garden
3y ago
This is the part where a basic social safety net comes in.
25.
▲
by
lambda_garden
3y ago
I'd rather have proper Firefox on iOS than Safari on Linux.
26.
▲
Umarell
(en.wikipedia.org)
2 points
by
lambda_garden
3y ago
|
0 comments
27.
▲
Yes, I said running high, not runner's high
(thirstcolorado.com)
1 points
by
lambda_garden
3y ago
|
0 comments
28.
▲
by
lambda_garden
3y ago
Llamafile is (rightfully) the top of HN right now. I have high hopes that models will end up a bit like Linux servers, where everyone is building on open foundations.
29.
▲
by
lambda_garden
3y ago
I wouldn't describe that as "maliciously attacked PyTorch"
30.
▲
by
lambda_garden
3y ago
Do you have a link?
More ›