Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
SPascareli13
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
SPascareli13
7d ago
There's a new SOTA model every few months, are you supposed to buy a new chip every new release?
2.
▲
by
SPascareli13
7d ago
My thought was that ASICs turned out not to be worth it for crypto mining because consumer hardware evolved fast enough to do it, while also being cheaper and having some resale value, while ASICs are useless besides mining and have no resa
3.
▲
by
SPascareli13
8d ago
Yet it doesn't seem that ASICs will have any particular advantage over consumer hardware since AI is very memory heavy, which is (right now) expensive no matter how you package it. And the compute is just simple matrix multiplication,
4.
▲
by
SPascareli13
8d ago
Like how crypto used ASICS but then didn't because the scaling of consumer hardware made it obsolete?
5.
▲
by
SPascareli13
13d ago
But that assumes I have some switch case somewhere right? If I passed an array of "orders" to a downstream function, it knows that what it has is orders, not something else, so it doesn't need to check for anything, and in th
6.
▲
by
SPascareli13
13d ago
I never fully understood how to work with this "reserved" values being valid instead of errors when you can't allocate more memory, in either case you still need to check if you have a real entity or a reserved/error, ri
7.
▲
by
SPascareli13
26d ago
Amazing writing, very accessible too. So batching requests is always something I think should increase performance by a lot, but most server implementations make this pretty difficult, but the thing I struggle the most to understand is how
8.
▲
by
SPascareli13
1mo ago
You need some JS in the middle but yes, you write your image to a buffer and share it with JS, then in the JS you put it in the canvas.
9.
▲
by
SPascareli13
2mo ago
Just trying to learn C again, making things from scratch in a multiplatform way, interfacing with X11 on Linux and wasm on the browser. It's been fun dealing with memory and C's weird design in this age of agentic coding.
10.
▲
by
SPascareli13
6mo ago
Interesting aside, BYD (Chinese EV automaker) has took over production in the old Ford factory in Camaçari.
11.
▲
by
SPascareli13
6mo ago
If the model is trained to be a interpreter, then that means that the loss should reach 0 for it to be fully trained? Also, if it's execution is purely deterministic, you probably don't need non linearity in the layers, right?
12.
▲
by
SPascareli13
6mo ago
My current stance with reviewing code is: It's not ok to make another human review the code you made with AI, if you used AI then you're the reviewer, so unless you come to me with a well defined question or decision to make, just
13.
▲
by
SPascareli13
7mo ago
Freeciv was what brought me too the civ world, I'm sure this project will be the same for many children of this generation.
14.
▲
by
SPascareli13
9mo ago
I really dislike this idea of testing in go: only ever use an interface, never the real implementation + mockgen the mocks based on this interface + use the mocks to assert that a function is called, with exactly this parameters and in this
15.
▲
by
SPascareli13
9mo ago
Gemini is quite optimistic here thinking GTA VI will be released by 2035.
16.
▲
by
SPascareli13
1y ago
The last batch of juniors we hired just completed 4 years in the company, which I would say is a pretty successful batch, but sadly we haven't hired juniors since. Edit: I must qualify that this is for software developers only, we did
17.
▲
by
SPascareli13
1y ago
Implement the simplest thing that works, maybe even by hand at first, instead of adding the tool that does "the whole thing" when you don't need "the whole thing". Eventually you might start adding more things to it
18.
▲
by
SPascareli13
2y ago
As far as I know there is no way to do Promise like async in go, you HAVE to create a goroutine for each concurrent async task. If this is really the case then I believe the submition is valid. But I do think that spawning a goroutine just
19.
▲
by
SPascareli13
2y ago
Go is a great tool for simulating network concepts, I've done it too.
20.
▲
by
SPascareli13
2y ago
I think I tested very casually some time ago with Go maps and up to like one hundred items the linear search on array was faster than map lookup. Considering that many times when we use Maps for convenience they will have less than a hundre
21.
▲
by
SPascareli13
2y ago
Not sure about this particular instance. LTT got a video taken down by community guidelines violation just the other day, and they are much bigger than Jeff.
22.
▲
by
SPascareli13
2y ago
> Isn't Jai still vapourware after a decade ? Yes, I guess. I wouldn't be surprised to see "Jai inspired" languages coming out before Jai itself, since some of the ideas look pretty good. > How does one even get th
23.
▲
by
SPascareli13
2y ago
I don't know if there's ever been a language that was announced 10 years before its first closed beta. I don't even know if having a "closed beta" for a language is something that really happens. So there's a l
24.
▲
by
SPascareli13
2y ago
I was thinking about that just the other day, who it would be really cool if Go had compile time code execution. I think Jai is making that a very prominent feature of the language.
25.
▲
by
SPascareli13
2y ago
This looks absolutely amazing and absurd at the same time. All IO is synchronous? Writes don't actually write when they say they do? Running 201 queries is as "fine" as running a single one with join? It seems as they got eve
26.
▲
by
SPascareli13
2y ago
Only 3.4k of C code for a full http and https server? I honestly thought you would need a lot more for it to be fully compliant with the spec.
27.
▲
by
SPascareli13
2y ago
I remember a few years ago a very good engineer in our company shared a very similar article about hexagonal architecture in golang, and a lot of people started using it, including myself for some time. Now he's not here anymore, and p
28.
▲
by
SPascareli13
2y ago
You need a separate package to actually serialize protobuf from a congen'd struct, so it uses reflection.
29.
▲
by
SPascareli13
2y ago
Someone said that the word "delve" is a favourite of AI and a sign that something was AI written.
30.
▲
by
SPascareli13
2y ago
If the orq instruction was really a noop then there would be no problem as well?
More ›