←back to thread

40 points muragekibicho | 8 comments | | HN request time: 0.2s | source | bottom
Show context
muragekibicho ◴[] No.42695415[source]
Introduction : Finite Field Assembly is a programming language that lets you emulate GPUs on CPUs

It's a CUDA alternative that uses finite field theory to convert GPU kernels to prime number fields.

Finite Field is the primary data structure : FF-asm is a CUDA alternative designed for computations over finite fields.

Recursive computing support : not cache-aware vectorization, not parallelization, but performing a calculation inside a calculation inside another calculation.

Extension of C89 - runs everywhere gcc is available. Context : I'm getting my math PhD and I built this language around my area of expertise, Number Theory and Finite Fields.

replies(2): >>42744591 #>>42744891 #
1. almostgotcaught ◴[] No.42744891[source]
> I'm getting my math PhD and I built this language around my area of expertise, Number Theory and Finite Fields.

Your LinkedIn says you're an undergrad that took a gap year 10 months ago (before completing your senior year) to do sales for a real estate company.

replies(3): >>42744913 #>>42744997 #>>42745020 #
2. saagarjha ◴[] No.42744913[source]
Are you sure that’s their LinkedIn?
replies(1): >>42744926 #
3. almostgotcaught ◴[] No.42744926[source]
Why wouldn't it be? All of the pics, names and details line up between GitHub, here, Reddit, and substack.
4. saghm ◴[] No.42744997[source]
Depending on what properties they sold, they certainly could have gotten valuable real-world expertise with finite fields. It's certainly easier to sell them than infinite ones!
5. pizza ◴[] No.42745020[source]
Why bother doing a witch hunt and leaving out that they did Stats at Yale..
replies(1): >>42745062 #
6. almostgotcaught ◴[] No.42745062[source]
Because why does it matter? Are you suggesting undergrad stats at Yale is comparable to a PhD in number theory?
replies(1): >>42745391 #
7. pizza ◴[] No.42745391{3}[source]
I guess it's not clear to me why it's even interesting to talk about their LinkedIn or their PhD in the first place? It's not like not having a PhD will make the work any more true or not. Wouldn't it be more interesting to discuss the merits of the post? There's really little point in trying to say that their LinkedIn has different info than the comment therefore the submission is invalid.

But, suppose I did actually hold that belief for some reason, then it would seem fairly intellectually dishonest to withhold relevant info in my pointed inquisition wherein I just characterize them as someone lacking mathematical experience at all, let alone from a world class university. But maybe that's just me!

replies(1): >>42745793 #
8. foota ◴[] No.42745793{4}[source]
I think they're pointing it out because stating they're working towards a PhD in something when they've just graduated and don't seem to be (as far as we can tell) enrolled in a PhD program is misleading. Note that the parent isn't the one that brought up their PhD, the author is, presumably to head off the big question marks everyone reading this got as to what it is.

It's unclear whether this page is something that could be useful, and deserves attention. The fact that the author is at best making misleading statements is useful in determining whether you should take their claims at face value.

They claim "Finite Field Assembly is a programming language that lets you emulate GPUs on CPUs".

It's not a programming language, it's a handful of C macros, and it doesn't in any way emulate a GPU on the CPU. I'll be honest, I think the author is trying to fake it till they make it, they seem interested in mathematics but their claims are far beyond what they've demonstrated, and their post history reveals a series of similar submissions. In so far as they're curious and want to experiment I think it's reasonable to encourage, but they're also asking for money and don't seem to be delivering much.

Why would they post the 4th article in a series where the previous ones require you to pay?