Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
francasso
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
francasso
6d ago
Not only Astra consumes usage way faster than sol, but the code is worse, at least for my use cases. I went back so sol (x)high.
2.
▲
by
francasso
5mo ago
If we get to the point where a local model can reliably do the coding for a good majority of cases, then the economic landscape changes significantly. And we are not that far from having big open weight models that can do that, which is a f
3.
▲
by
francasso
7mo ago
There's no disagreement, the algebraic one is the correct one, obviously. Anyone that says differently is wrong. :)
4.
▲
by
francasso
8mo ago
We already know he'll want a prize for that. Anyone has a Nobel for making it rain that usually goes to God?
5.
▲
by
francasso
9mo ago
Maybe it's just me, but the idea that the average web project out there is a complicated mess and thank God we have AI so we can finally think about the things that matter while AI deals with the mess... it makes me sad.
6.
▲
by
francasso
9mo ago
If you run FreeBSD on your laptop you don't auto connect to public WiFi. Joking, but not that much :)
7.
▲
by
francasso
9mo ago
Companies like apple should be liable to pay many millions in damages for this kind of shit. The people should make it hurt so much for them that they think twice before doing it without having a clear and working appeal process where you a
8.
▲
by
francasso
1y ago
Facts my friend, facts. You may not like them, you may think they are out of context and/or misused, but they are still facts. Another fact is that the money saved went to fund a (small) portion of the big beautiful bill, which doesn&#
9.
▲
by
francasso
1y ago
Yes, I agree with you that it's going to be difficult for researcher that are not at the top of their field. But if some of the top researchers started the flow, and goverments in other countries woke up and took advantage of the situa
10.
▲
by
francasso
1y ago
Maybe it's time to move to Europe or China
11.
▲
by
francasso
1y ago
In theory yes, in practice that's irrelevant unless you can show someone has done it, and nobody has in 40+ years as far as I know
12.
▲
by
francasso
1y ago
That works in numerical libraries because you can encapsulate the loops into basic operations that you then lower to C. In a domain like type checking it's not nearly as easy/doable.
13.
▲
by
francasso
1y ago
> This is what you should be doing when working with C/C++ I genuinely wonder if you actually have ever written c/c++, there is plenty of code that is perfectly valid and safe (mostly involving multiple pointers to mutable memo
14.
▲
by
francasso
1y ago
My friend, Amazon being legally allowed to behave like a schmuck doesn't imply the community can't point that out and complain about it. AWS (legally) exploits open source projects, and that's a fact. There are many actions a
15.
▲
by
francasso
1y ago
SSMs never stop
16.
▲
by
francasso
1y ago
I remember having multiple issues doing this in rust, but can't recall the details. Are you sure I would just be able to have whatever refs I want and use them without the borrow checker complaining about things that are actually perfe
17.
▲
by
francasso
1y ago
If your use case can be split into phases you can just allocate memory from an arena, copy out whatever needs to survive the phase at the end and free all the memory at once. That takes care of 90%+ of all allocations I ever need to do in m
18.
▲
by
francasso
1y ago
While technically true, it still simplifies memory management a lot. The tradeoff in fact is good enough that I would pick that over a borrowchecker.
19.
▲
by
francasso
1y ago
Not comparing Trump to Hitler, but the life style you advocate for is exactly that of most germans and italians in the 1930s
20.
▲
by
francasso
1y ago
I think this THE main reason why many people are getting fed up with javascript heavy frontends and switching to technologies like htmx. Personally I stick to json to feed data to my frontends, but I gave up on "frameworks" a whil
21.
▲
by
francasso
2y ago
I'm not an expert, so it's likely there are many things I don't get, but I wanted to have "UDP in the browser" for a project, and after looking at quic/http3/web transport I'm depressed by the complex
22.
▲
by
francasso
2y ago
Beyond performance? Performance!
23.
▲
by
francasso
2y ago
Honestly, I'm not sure, I don't know how you can look at the actions Trump took in the last few days and not at least consider the possibility that he is russian asset.
24.
▲
by
francasso
2y ago
While I understand the dad's pain, the amount of egoism required to put your wishes in front of your suffering daughter is unreal. If she is rationally able to make decisions and after talking with her family/loved ones and medica
25.
▲
by
francasso
2y ago
I'm starting to think that the US is done for, short of a civil war to stop it they'll never get out of the damage done by four years of this.
26.
▲
by
francasso
2y ago
I agree in principle, but I'd like to see more EU countries get nukes
27.
▲
by
francasso
2y ago
You were buying influence by spending your money on your own military. But I agree that the EU should never have relied on the US for its own defense, I really hope that will change now.
28.
▲
by
francasso
2y ago
The EU needs to get armed to the teeth and to pile up on nukes. The US cannot be trusted, half of the country is compromised and that's not something that will change any time soon, even after Trump goes to meet his creator.
29.
▲
by
francasso
2y ago
Would they also change the aliasing assumptions to something close to C/C++? Otherwise I imagine it would be relatively easy to make mistakes and get "surprises" at runtime thanks to the optimizer.
30.
▲
by
francasso
2y ago
Is there a relation between the "single axiom for boolean algebra" that Wolfram claims to have discovered and the fact that you can express all boolean operations with just NAND?
More ›